Interface NativeNodeLabelExporter.WriteConsumer

Enclosing class:
NativeNodeLabelExporter

public static interface NativeNodeLabelExporter.WriteConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.neo4j.internal.kernel.api.Write ops, long value)
     
  • Method Details

    • accept

      void accept(org.neo4j.internal.kernel.api.Write ops, long value) throws Exception
      Throws:
      Exception