Package org.neo4j.gds.core.loading
Interface IdMapBuilder
-
- All Known Implementing Classes:
ArrayIdMapBuilder,GrowingArrayIdMapBuilder
public interface IdMapBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdMapAllocatorallocate(int batchLength)IdMapbuild(LabelInformation.Builder labelInformationBuilder, long highestNodeId, int concurrency)
-
-
-
Method Detail
-
allocate
IdMapAllocator allocate(int batchLength)
-
build
IdMap build(LabelInformation.Builder labelInformationBuilder, long highestNodeId, int concurrency)
-
-