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 class
TokenRestriction
Restriction
using the token function.static class
TokenRestriction.EQRestriction
static class
TokenRestriction.SliceRestriction
Methods 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 void
IndexRestrictions. add(Restrictions restrictions)
-