Interface RelationshipStreamExporter

All Known Implementing Classes:
NativeRelationshipStreamExporter, ResultStoreRelationshipStreamExporter

public interface RelationshipStreamExporter
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.neo4j.gds.core.utils.progress.tasks.Task
    baseTask(String operationName)
     
    long
    write(String relationshipType, List<String> propertyKeys, List<org.neo4j.gds.api.nodeproperties.ValueType> propertyTypes)
     
  • Method Details

    • write

      long write(String relationshipType, List<String> propertyKeys, List<org.neo4j.gds.api.nodeproperties.ValueType> propertyTypes)
      Parameters:
      propertyKeys - - keys of the properties to write
      propertyTypes - - types of the properties, corresponding to the keys
    • baseTask

      static org.neo4j.gds.core.utils.progress.tasks.Task baseTask(String operationName)