Class NativeRelationshipStreamExporter

java.lang.Object
org.neo4j.gds.utils.StatementApi
org.neo4j.gds.core.write.NativeRelationshipStreamExporter
All Implemented Interfaces:
RelationshipStreamExporter

public final class NativeRelationshipStreamExporter extends org.neo4j.gds.utils.StatementApi implements RelationshipStreamExporter
  • Nested Class Summary

    Nested 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

    tx
  • Method Summary

    Modifier and Type
    Method
    Description
    builder(org.neo4j.gds.transaction.TransactionContext transactionContext, org.neo4j.gds.api.IdMap idMap, Stream<org.neo4j.gds.api.ExportedRelationship> relationships, org.neo4j.gds.termination.TerminationFlag terminationFlag)
     
    long
    write(String relationshipType, List<String> propertyKeys, List<org.neo4j.gds.api.nodeproperties.ValueType> __)
     

    Methods inherited from class org.neo4j.gds.utils.StatementApi

    acceptInTransaction, applyInTransaction, getOrCreateNodeLabelToken, getOrCreatePropertyToken, getOrCreateRelationshipToken

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • builder

      public static RelationshipStreamExporterBuilder builder(org.neo4j.gds.transaction.TransactionContext transactionContext, org.neo4j.gds.api.IdMap idMap, Stream<org.neo4j.gds.api.ExportedRelationship> relationships, org.neo4j.gds.termination.TerminationFlag terminationFlag)
    • write

      public long write(String relationshipType, List<String> propertyKeys, List<org.neo4j.gds.api.nodeproperties.ValueType> __)
      Specified by:
      write in interface RelationshipStreamExporter
      propertyKeys - - keys of the properties to write
      __ - - types of the properties, corresponding to the keys