Class InMemorySorter

    • Constructor Summary

      Constructors 
      Constructor Description
      InMemorySorter​(java.util.Comparator<BytesRef> comparator)
      Creates an InMemorySorter, sorting entries by the provided comparator.
    • Field Detail

      • closed

        private boolean closed
      • comparator

        private final java.util.Comparator<BytesRef> comparator
    • Constructor Detail

      • InMemorySorter

        public InMemorySorter​(java.util.Comparator<BytesRef> comparator)
        Creates an InMemorySorter, sorting entries by the provided comparator.