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