Package | Description |
---|---|
org.apache.cassandra.cql3.restrictions |
Modifier and Type | Class and Description |
---|---|
static class |
TokenRestriction.EQ |
static class |
TokenRestriction.Slice |
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.cassandra.cql3.restrictions.PrimaryKeyRestrictions |
TokenRestriction.doMergeWith(TokenRestriction otherRestriction)
Merges this restriction with the specified
TokenRestriction . |
protected org.apache.cassandra.cql3.restrictions.PrimaryKeyRestrictions |
TokenRestriction.EQ.doMergeWith(TokenRestriction otherRestriction) |
protected org.apache.cassandra.cql3.restrictions.PrimaryKeyRestrictions |
TokenRestriction.Slice.doMergeWith(TokenRestriction otherRestriction) |
Copyright © 2020 The Apache Software Foundation