| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| Modifier and Type | Method and Description |
|---|---|
TupleType |
TupleValue.getType()
The tuple type this is a value of.
|
TupleType |
Metadata.newTupleType(DataType... types)
Creates a tuple type given a list of types.
|
static TupleType |
TupleType.of(ProtocolVersion protocolVersion,
CodecRegistry codecRegistry,
DataType... types)
Creates a "disconnected" tuple type (you should prefer
cluster.getMetadata().newTupleType(...)
whenever possible). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TupleType.contains(TupleType other)
Return
true if this tuple type contains the given tuple type,
and false otherwise. |
| Constructor and Description |
|---|
TupleCodec(TupleType definition) |
Copyright © 2012–2015. All rights reserved.