|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Relation.Type | |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.db.marshal | |
| Uses of Relation.Type in org.apache.cassandra.cql3 |
|---|
| Methods in org.apache.cassandra.cql3 that return Relation.Type | |
|---|---|
Relation.Type |
Relation.operator()
|
static Relation.Type |
Relation.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Relation.Type[] |
Relation.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.cassandra.cql3 with parameters of type Relation.Type | |
|---|---|
ColumnNameBuilder |
ColumnNameBuilder.add(java.nio.ByteBuffer t,
Relation.Type op)
Add a new ByteBuffer as the next component for this name. |
| Constructors in org.apache.cassandra.cql3 with parameters of type Relation.Type | |
|---|---|
Relation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value)
Creates a new relation. |
|
Relation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value,
boolean onToken)
|
|
| Uses of Relation.Type in org.apache.cassandra.db.marshal |
|---|
| Methods in org.apache.cassandra.db.marshal with parameters of type Relation.Type | |
|---|---|
CompositeType.Builder |
CompositeType.Builder.add(java.nio.ByteBuffer buffer,
Relation.Type op)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||