Uses of Class
org.apache.cassandra.cql3.restrictions.TokenRestriction
-
Packages that use TokenRestriction Package Description org.apache.cassandra.cql3.restrictions -
-
Uses of TokenRestriction in org.apache.cassandra.cql3.restrictions
Subclasses of TokenRestriction in org.apache.cassandra.cql3.restrictions Modifier and Type Class Description static class
TokenRestriction.EQRestriction
static class
TokenRestriction.SliceRestriction
Methods in org.apache.cassandra.cql3.restrictions with parameters of type TokenRestriction Modifier and Type Method Description protected abstract org.apache.cassandra.cql3.restrictions.PartitionKeyRestrictions
TokenRestriction. doMergeWith(TokenRestriction otherRestriction)
Merges this restriction with the specifiedTokenRestriction
.protected org.apache.cassandra.cql3.restrictions.PartitionKeyRestrictions
TokenRestriction.EQRestriction. doMergeWith(TokenRestriction otherRestriction)
protected org.apache.cassandra.cql3.restrictions.PartitionKeyRestrictions
TokenRestriction.SliceRestriction. doMergeWith(TokenRestriction otherRestriction)
-