Package org.neo4j.gds.core.write
Class NativeNodeLabelExporter
java.lang.Object
org.neo4j.gds.utils.StatementApi
org.neo4j.gds.core.write.NativeNodeLabelExporter
- All Implemented Interfaces:
NodeLabelExporter
public class NativeNodeLabelExporter
extends org.neo4j.gds.utils.StatementApi
implements NodeLabelExporter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.neo4j.gds.utils.StatementApi
org.neo4j.gds.utils.StatementApi.TxConsumer, org.neo4j.gds.utils.StatementApi.TxFunction<T extends Object> -
Field Summary
Fields inherited from class org.neo4j.gds.utils.StatementApi
txFields inherited from interface org.neo4j.gds.core.write.NodeLabelExporter
MAX_BATCH_SIZE, MIN_BATCH_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeLabelExporterBuilderbuilder(org.neo4j.gds.transaction.TransactionContext transactionContext, org.neo4j.gds.api.IdMap idMap, org.neo4j.gds.termination.TerminationFlag terminationFlag) longvoidMethods inherited from class org.neo4j.gds.utils.StatementApi
acceptInTransaction, applyInTransaction, getOrCreateNodeLabelToken, getOrCreatePropertyToken, getOrCreateRelationshipToken
-
Method Details
-
builder
public static NodeLabelExporterBuilder builder(org.neo4j.gds.transaction.TransactionContext transactionContext, org.neo4j.gds.api.IdMap idMap, org.neo4j.gds.termination.TerminationFlag terminationFlag) -
write
- Specified by:
writein interfaceNodeLabelExporter
-
nodeLabelsWritten
public long nodeLabelsWritten()- Specified by:
nodeLabelsWrittenin interfaceNodeLabelExporter
-