Package org.neo4j.gds.core.write
Class NativeRelationshipExporterBuilder
java.lang.Object
org.neo4j.gds.core.write.RelationshipExporterBuilder
org.neo4j.gds.core.write.NativeRelationshipExporterBuilder
-
Field Summary
Fields inherited from class org.neo4j.gds.core.write.RelationshipExporterBuilder
arrowConnectionInfo, batchSize, concurrency, DEFAULT_WRITE_CONCURRENCY, graph, progressTracker, propertyTranslator, remoteDatabaseName, resultStore, terminationFlag, toOriginalId -
Constructor Summary
ConstructorsConstructorDescriptionNativeRelationshipExporterBuilder(org.neo4j.gds.transaction.TransactionContext transactionContext) -
Method Summary
Methods inherited from class org.neo4j.gds.core.write.RelationshipExporterBuilder
withArrowConnectionInfo, withBatchSize, withConcurrency, withGraph, withIdMappingOperator, withProgressTracker, withRelationPropertyTranslator, withResultStore, withTerminationFlag
-
Constructor Details
-
NativeRelationshipExporterBuilder
public NativeRelationshipExporterBuilder(org.neo4j.gds.transaction.TransactionContext transactionContext)
-
-
Method Details
-
build
- Specified by:
buildin classRelationshipExporterBuilder
-