public interface Restriction
Modifier and Type | Interface and Description |
---|---|
static interface |
Restriction.EQ |
static interface |
Restriction.IN |
static interface |
Restriction.Slice |
Modifier and Type | Method and Description |
---|---|
boolean |
isContains() |
boolean |
isEQ() |
boolean |
isIN() |
boolean |
isMultiColumn() |
boolean |
isOnToken() |
boolean |
isSlice() |
java.util.List<java.nio.ByteBuffer> |
values(QueryOptions options) |
boolean isOnToken()
boolean isSlice()
boolean isEQ()
boolean isIN()
boolean isContains()
boolean isMultiColumn()
java.util.List<java.nio.ByteBuffer> values(QueryOptions options) throws InvalidRequestException
InvalidRequestException
Copyright © 2014 The Apache Software Foundation