Uses of Interface
org.apache.cassandra.cql3.restrictions.Restrictions
-
Packages that use Restrictions Package Description org.apache.cassandra.cql3.restrictions -
-
Uses of Restrictions in org.apache.cassandra.cql3.restrictions
Classes in org.apache.cassandra.cql3.restrictions that implement Restrictions Modifier and Type Class Description classTokenRestrictionRestrictionusing the token function.static classTokenRestriction.EQRestrictionstatic classTokenRestriction.SliceRestrictionMethods in org.apache.cassandra.cql3.restrictions that return types with arguments of type Restrictions Modifier and Type Method Description java.util.List<Restrictions>IndexRestrictions. getRestrictions()Methods in org.apache.cassandra.cql3.restrictions with parameters of type Restrictions Modifier and Type Method Description voidIndexRestrictions. add(Restrictions restrictions)
-