Class NodePropertiesFromStoreBuilder
- java.lang.Object
-
- org.neo4j.gds.core.loading.nodeproperties.NodePropertiesFromStoreBuilder
-
public final class NodePropertiesFromStoreBuilder extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NodePropertyValuesbuild(IdMap idMap)static org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation()static NodePropertiesFromStoreBuilderof(org.neo4j.gds.api.DefaultValue defaultValue, int concurrency)voidset(long neoNodeId, org.neo4j.values.storable.Value value)
-
-
-
Method Detail
-
memoryEstimation
public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation()
-
of
public static NodePropertiesFromStoreBuilder of(org.neo4j.gds.api.DefaultValue defaultValue, int concurrency)
-
set
public void set(long neoNodeId, org.neo4j.values.storable.Value value)
-
build
public NodePropertyValues build(IdMap idMap)
-
-