public static class SingleColumnRestriction.EQ extends SingleColumnRestriction implements Restriction.EQ
SingleColumnRestriction.Contains, SingleColumnRestriction.EQ, SingleColumnRestriction.InWithMarker, SingleColumnRestriction.InWithValues, SingleColumnRestriction.Slice
Restriction.EQ, Restriction.IN, Restriction.Slice
Constructor and Description |
---|
SingleColumnRestriction.EQ(Term value,
boolean onToken) |
Modifier and Type | Method and Description |
---|---|
boolean |
isContains() |
boolean |
isEQ() |
boolean |
isIN() |
boolean |
isOnToken() |
boolean |
isSlice() |
java.lang.String |
toString() |
java.util.List<java.nio.ByteBuffer> |
values(QueryOptions options) |
isMultiColumn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isMultiColumn
protected final Term value
public SingleColumnRestriction.EQ(Term value, boolean onToken)
public java.util.List<java.nio.ByteBuffer> values(QueryOptions options) throws InvalidRequestException
values
in interface Restriction
InvalidRequestException
public boolean isSlice()
isSlice
in interface Restriction
public boolean isEQ()
isEQ
in interface Restriction
public boolean isIN()
isIN
in interface Restriction
public boolean isContains()
isContains
in interface Restriction
public boolean isOnToken()
isOnToken
in interface Restriction
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 The Apache Software Foundation