Interface SlicePredicates.Range

  • Enclosing class:
    SlicePredicates

    @Immutable
    public static interface SlicePredicates.Range
    • Field Detail

      • UNBOUND_START

        static final java.nio.ByteBuffer UNBOUND_START
      • UNBOUND_END

        static final java.nio.ByteBuffer UNBOUND_END
    • Method Detail

      • singleColumn

        static SlicePredicates.Range singleColumn​(byte[] columnName,
                                                  long maxTimestampExclusive)
      • startOfColumn

        static java.nio.ByteBuffer startOfColumn​(byte[] columnName,
                                                 long maxTimestampExclusive)
      • endOfColumnIncludingSentinels

        static java.nio.ByteBuffer endOfColumnIncludingSentinels​(byte[] columnName)
      • endOfColumnExcludingSentinels

        static java.nio.ByteBuffer endOfColumnExcludingSentinels​(byte[] columnName)
      • of

        static SlicePredicates.Range of​(java.nio.ByteBuffer startInclusive,
                                        java.nio.ByteBuffer endInclusive)
      • start

        java.nio.ByteBuffer start()
      • end

        java.nio.ByteBuffer end()