|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Term | |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.operations | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db.marshal |
Uses of Term in org.apache.cassandra.cql3 |
---|
Methods in org.apache.cassandra.cql3 that return Term | |
---|---|
Term |
Relation.getValue()
|
static Term |
Term.tokenOf(Term t)
|
Methods in org.apache.cassandra.cql3 that return types with arguments of type Term | |
---|---|
java.util.List<Term> |
Term.asList()
|
java.util.List<Term> |
Relation.getInValues()
|
Methods in org.apache.cassandra.cql3 with parameters of type Term | |
---|---|
ColumnNameBuilder |
ColumnNameBuilder.add(Term t,
Relation.Type op,
java.util.List<java.nio.ByteBuffer> variables)
Add a new Term as the next component for this name. |
void |
Relation.addInValue(Term t)
|
static Term |
Term.tokenOf(Term t)
|
Constructors in org.apache.cassandra.cql3 with parameters of type Term | |
---|---|
Relation(ColumnIdentifier entity,
java.lang.String type,
Term value)
Creates a new relation. |
|
Relation(ColumnIdentifier entity,
java.lang.String type,
Term value,
boolean onToken)
|
Uses of Term in org.apache.cassandra.cql3.operations |
---|
Methods in org.apache.cassandra.cql3.operations that return types with arguments of type Term | |
---|---|
java.util.List<Term> |
ColumnOperation.getValues()
|
java.util.List<Term> |
ListOperation.getValues()
|
java.util.List<Term> |
MapOperation.getValues()
|
java.util.List<Term> |
Operation.getValues()
|
java.util.List<Term> |
SetOperation.getValues()
|
Methods in org.apache.cassandra.cql3.operations with parameters of type Term | |
---|---|
static Operation |
ColumnOperation.CounterDec(Term value)
|
static Operation |
ColumnOperation.CounterInc(Term value)
|
static Operation |
MapOperation.DiscardKey(Term discardKey)
|
static Operation |
MapOperation.Put(Term key,
Term value)
|
static Operation |
ColumnOperation.Set(Term value)
|
Method parameters in org.apache.cassandra.cql3.operations with type arguments of type Term | |
---|---|
static Operation |
SetOperation.Add(java.util.List<Term> values)
|
static Operation |
ListOperation.Append(java.util.List<Term> values)
|
static Operation |
ListOperation.Discard(java.util.List<Term> values)
|
static Operation |
SetOperation.Discard(java.util.List<Term> values)
|
static Operation |
ListOperation.DiscardKey(java.util.List<Term> values)
|
static Operation |
ListOperation.Prepend(java.util.List<Term> values)
|
static Operation |
MapOperation.Put(java.util.Map<Term,Term> values)
|
static Operation |
MapOperation.Put(java.util.Map<Term,Term> values)
|
static Operation |
ListOperation.Set(java.util.List<Term> values)
|
static Operation |
SetOperation.Set(java.util.List<Term> values)
|
static Operation |
MapOperation.Set(java.util.Map<Term,Term> values)
|
static Operation |
MapOperation.Set(java.util.Map<Term,Term> values)
|
static Operation |
ListOperation.SetIndex(java.util.List<Term> values)
|
Uses of Term in org.apache.cassandra.cql3.statements |
---|
Methods in org.apache.cassandra.cql3.statements that return Term | |
---|---|
Term |
Selector.key()
|
Term |
Selector.WithKey.key()
|
Constructors in org.apache.cassandra.cql3.statements with parameters of type Term | |
---|---|
Selector.WithKey(ColumnIdentifier id,
Term key)
|
Uses of Term in org.apache.cassandra.db.marshal |
---|
Methods in org.apache.cassandra.db.marshal with parameters of type Term | |
---|---|
CompositeType.Builder |
CompositeType.Builder.add(Term t,
Relation.Type op,
java.util.List<java.nio.ByteBuffer> variables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |