Package com.db4o.io

Interface GrowthStrategy

    • 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
    • Method Detail

      • newSize

        long newSize​(long curSize,
                     long requiredSize)
        returns the incremented size after the growth strategy has been applied
        Parameters:
        curSize - the original size
        Returns:
        the new size, after the growth strategy has been applied, must be bigger than curSize