Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
AggregateMetadata |
KeyspaceMetadata.getAggregate(String name,
Collection<DataType> argumentTypes)
Returns the definition of an aggregate in this keyspace.
|
AggregateMetadata |
KeyspaceMetadata.getAggregate(String name,
DataType... argumentTypes)
Returns the definition of an aggregate in this keyspace.
|
Modifier and Type | Method and Description |
---|---|
Collection<AggregateMetadata> |
KeyspaceMetadata.getAggregates()
Returns the aggregates defined in this keyspace.
|
Copyright © 2012–2015. All rights reserved.