Class AbstractArrayClusteringPrefix

    • Field Detail

      • EMPTY_VALUES_ARRAY

        public static final byte[][] EMPTY_VALUES_ARRAY
    • Constructor Detail

      • AbstractArrayClusteringPrefix

        public AbstractArrayClusteringPrefix​(ClusteringPrefix.Kind kind,
                                             byte[][] values)
    • Method Detail

      • getBufferArray

        public java.nio.ByteBuffer[] getBufferArray()
      • retainable

        public ClusteringPrefix<byte[]> retainable()
        Description copied from interface: ClusteringPrefix
        Return the key in a form that can be retained for longer-term use. This means extracting keys stored in shared memory (i.e. in memtables) to minimized on-heap versions. If the object is already in minimal form, no action will be taken.