Class RelationshipExporterBuilder

java.lang.Object
org.neo4j.gds.core.write.RelationshipExporterBuilder
Direct Known Subclasses:
NativeRelationshipExporterBuilder, ResultStoreRelationshipExporterBuilder

public abstract class RelationshipExporterBuilder extends Object
  • Field Details

    • DEFAULT_WRITE_CONCURRENCY

      public static final int DEFAULT_WRITE_CONCURRENCY
      See Also:
    • toOriginalId

      protected LongUnaryOperator toOriginalId
    • terminationFlag

      protected org.neo4j.gds.termination.TerminationFlag terminationFlag
    • graph

      protected org.neo4j.gds.api.Graph graph
    • progressTracker

      protected org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker
    • propertyTranslator

      protected RelationshipPropertyTranslator propertyTranslator
    • arrowConnectionInfo

      protected Optional<org.neo4j.gds.config.ArrowConnectionInfo> arrowConnectionInfo
    • concurrency

      protected int concurrency
    • batchSize

      protected long batchSize
    • remoteDatabaseName

      protected Optional<String> remoteDatabaseName
    • resultStore

      protected Optional<org.neo4j.gds.api.ResultStore> resultStore
  • Constructor Details

    • RelationshipExporterBuilder

      public RelationshipExporterBuilder()
  • Method Details