Uses of Interface
com.db4o.io.GrowthStrategy
-
Packages that use GrowthStrategy Package Description com.db4o.io -
-
Uses of GrowthStrategy in com.db4o.io
Classes in com.db4o.io that implement GrowthStrategy Modifier and Type Class Description class
ConstantGrowthStrategy
Strategy for file/byte array growth by a constant factorclass
DoublingGrowthStrategy
Strategy for file/byte array growth that will always double the current sizeConstructors in com.db4o.io with parameters of type GrowthStrategy Constructor Description MemoryBin(byte[] bytes, GrowthStrategy growthStrategy)
MemoryBin(int initialSize, GrowthStrategy growthStrategy)
MemoryStorage(GrowthStrategy growthStrategy)
-