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 classTokenRestriction.EQRestrictionstatic classTokenRestriction.SliceRestrictionMethods in org.apache.cassandra.cql3.restrictions with parameters of type TokenRestriction Modifier and Type Method Description protected abstract org.apache.cassandra.cql3.restrictions.PartitionKeyRestrictionsTokenRestriction. doMergeWith(TokenRestriction otherRestriction)Merges this restriction with the specifiedTokenRestriction.protected org.apache.cassandra.cql3.restrictions.PartitionKeyRestrictionsTokenRestriction.EQRestriction. doMergeWith(TokenRestriction otherRestriction)protected org.apache.cassandra.cql3.restrictions.PartitionKeyRestrictionsTokenRestriction.SliceRestriction. doMergeWith(TokenRestriction otherRestriction)
-