Class NativeNodePropertyExporter

java.lang.Object
org.neo4j.gds.utils.StatementApi
org.neo4j.gds.core.write.NativeNodePropertyExporter
All Implemented Interfaces:
NodePropertyExporter

public class NativeNodePropertyExporter extends org.neo4j.gds.utils.StatementApi implements NodePropertyExporter
  • Field Details

    • terminationFlag

      protected final org.neo4j.gds.termination.TerminationFlag terminationFlag
    • executorService

      protected final ExecutorService executorService
    • progressTracker

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

      protected final int concurrency
    • nodeCount

      protected final long nodeCount
    • toOriginalId

      protected final LongUnaryOperator toOriginalId
    • propertiesWritten

      protected final LongAdder propertiesWritten
  • Constructor Details

    • NativeNodePropertyExporter

      protected NativeNodePropertyExporter(org.neo4j.gds.transaction.TransactionContext tx, long nodeCount, LongUnaryOperator toOriginalId, org.neo4j.gds.termination.TerminationFlag terminationFlag, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, int concurrency, ExecutorService executorService)
  • Method Details