Package org.neo4j.gds.core.write
Interface NodePropertyExporter
- All Known Implementing Classes:
NativeNodePropertyExporter,ResultStoreNodePropertyExporter
public interface NodePropertyExporter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final long -
Method Summary
Modifier and TypeMethodDescriptionstatic org.neo4j.gds.core.utils.progress.tasks.Taskstatic org.neo4j.gds.core.utils.progress.tasks.Tasklongvoidvoidwrite(Collection<NodeProperty> nodeProperties) voidwrite(NodeProperty nodeProperty)
-
Field Details
-
MIN_BATCH_SIZE
static final long MIN_BATCH_SIZE- See Also:
-
MAX_BATCH_SIZE
static final long MAX_BATCH_SIZE- See Also:
-
-
Method Details
-
write
-
write
-
write
-
propertiesWritten
long propertiesWritten() -
baseTask
-
innerTask
-