Package com.db4o.io
Interface GrowthStrategy
-
- All Known Implementing Classes:
ConstantGrowthStrategy,DoublingGrowthStrategy
public interface GrowthStrategyStrategy for file/byte array growth.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longnewSize(long curSize, long requiredSize)returns the incremented size after the growth strategy has been applied
-