Package org.neo4j.gds.core.loading
Class GrowingArrayIdMapBuilder
- java.lang.Object
-
- org.neo4j.gds.core.loading.GrowingArrayIdMapBuilder
-
- All Implemented Interfaces:
IdMapBuilder
public final class GrowingArrayIdMapBuilder extends java.lang.Object implements IdMapBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HugeLongArrayBuilder.Allocatorallocate(int batchLength)HugeLongArrayarray()IdMapbuild(LabelInformation.Builder labelInformationBuilder, long highestNodeId, int concurrency)static GrowingArrayIdMapBuilderof()longsize()
-
-
-
Method Detail
-
of
public static GrowingArrayIdMapBuilder of()
-
allocate
@NotNull public HugeLongArrayBuilder.Allocator allocate(int batchLength)
- Specified by:
allocatein interfaceIdMapBuilder
-
build
public IdMap build(LabelInformation.Builder labelInformationBuilder, long highestNodeId, int concurrency)
- Specified by:
buildin interfaceIdMapBuilder
-
array
public HugeLongArray array()
-
size
public long size()
-
-