Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
KeyspaceMetadata |
TableMetadata.getKeyspace()
Returns the keyspace this table belong to.
|
KeyspaceMetadata |
FunctionMetadata.getKeyspace()
Returns the keyspace this function belongs to.
|
KeyspaceMetadata |
AggregateMetadata.getKeyspace()
Returns the keyspace this aggregate belongs to.
|
KeyspaceMetadata |
Metadata.getKeyspace(String keyspace)
Returns the metadata of a keyspace given its name.
|
Modifier and Type | Method and Description |
---|---|
List<KeyspaceMetadata> |
Metadata.getKeyspaces()
Returns a list of all the defined keyspaces.
|
Constructor and Description |
---|
AggregateMetadata(KeyspaceMetadata keyspace,
String fullName,
String simpleName,
List<DataType> argumentTypes,
String finalFuncSimpleName,
String finalFuncFullName,
Object initCond,
DataType returnType,
String stateFuncSimpleName,
String stateFuncFullName,
DataType stateType,
TypeCodec<Object> stateTypeCodec) |
Copyright © 2012–2015. All rights reserved.