Interface NodeLabelExporter

All Known Implementing Classes:
NativeNodeLabelExporter, ResultStoreNodeLabelExporter

public interface NodeLabelExporter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.neo4j.gds.core.utils.progress.tasks.Task
    baseTask(String operationName, long taskVolume)
     
    static org.neo4j.gds.core.utils.progress.tasks.Task
    innerTask(String innerName, long taskVolume)
     
    long
     
    void
    write(String nodeLabel)
     
  • Field Details

  • Method Details

    • write

      void write(String nodeLabel)
    • nodeLabelsWritten

      long nodeLabelsWritten()
    • baseTask

      static org.neo4j.gds.core.utils.progress.tasks.Task baseTask(String operationName, long taskVolume)
    • innerTask

      static org.neo4j.gds.core.utils.progress.tasks.Task innerTask(String innerName, long taskVolume)