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