Class ResultStoreNodePropertyExporter
java.lang.Object
org.neo4j.gds.core.write.resultstore.ResultStoreNodePropertyExporter
- All Implemented Interfaces:
NodePropertyExporter
-
Field Summary
Fields inherited from interface org.neo4j.gds.core.write.NodePropertyExporter
MAX_BATCH_SIZE, MIN_BATCH_SIZE -
Method Summary
Modifier and TypeMethodDescriptionlongvoidvoidwrite(Collection<NodeProperty> nodeProperties) voidwrite(NodeProperty nodeProperty)
-
Method Details
-
write
public void write(String property, org.neo4j.gds.api.properties.nodes.NodePropertyValues properties) - Specified by:
writein interfaceNodePropertyExporter
-
write
- Specified by:
writein interfaceNodePropertyExporter
-
write
- Specified by:
writein interfaceNodePropertyExporter
-
propertiesWritten
public long propertiesWritten()- Specified by:
propertiesWrittenin interfaceNodePropertyExporter
-