Package org.neo4j.gds.core.loading
Interface BumpAllocator.Factory<PAGE>
-
- Enclosing class:
- BumpAllocator<PAGE>
public static interface BumpAllocator.Factory<PAGE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PAGEcopyOfPage(PAGE page, int length)intlengthOfPage(PAGE page)PAGE[]newEmptyPages()PAGEnewPage(int length)
-