Interface AdjacencyCompressorFactory


  • public interface AdjacencyCompressorFactory
    • Method Detail

      • init

        void init()
        Prepares the compressor for flushing, for example by initializing data structures as they are needed.
      • createCompressor

        AdjacencyCompressor createCompressor()
        Returns:
        a copy of this blueprint that can be used concurrently with other copies to compress data.
      • relationshipCounter

        java.util.concurrent.atomic.LongAdder relationshipCounter()