Package org.neo4j.gds.core.loading
Class ArrayIdMapBuilder.BulkAdder
- java.lang.Object
-
- org.neo4j.gds.core.loading.ArrayIdMapBuilder.BulkAdder
-
- All Implemented Interfaces:
IdMapAllocator
- Enclosing class:
- ArrayIdMapBuilder
public static final class ArrayIdMapBuilder.BulkAdder extends java.lang.Object implements IdMapAllocator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intallocatedSize()voidinsert(long[] nodeIds)booleannextBuffer()longstartId()
-
-
-
Method Detail
-
nextBuffer
public boolean nextBuffer()
-
startId
public long startId()
- Specified by:
startIdin interfaceIdMapAllocator
-
allocatedSize
public int allocatedSize()
- Specified by:
allocatedSizein interfaceIdMapAllocator
-
insert
public void insert(long[] nodeIds)
- Specified by:
insertin interfaceIdMapAllocator
-
-