Package org.neo4j.gds.core.loading
Interface IdMapAllocator
-
- All Known Implementing Classes:
ArrayIdMapBuilder.BulkAdder,HugeLongArrayBuilder.Allocator,ShardedLongLongMap.BatchedBuilder.Batch
public interface IdMapAllocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intallocatedSize()voidinsert(long[] nodeIds)longstartId()
-