Package | Description |
---|---|
org.apache.cassandra.cli | |
org.apache.cassandra.hadoop.pig | |
org.apache.cassandra.thrift |
Modifier and Type | Method and Description |
---|---|
void |
CliClient.executeCLIStatement(java.lang.String statement) |
KsDef |
CliClient.getKSMetaData(java.lang.String keyspace) |
static void |
CliMain.processStatement(java.lang.String query) |
void |
CliClient.setKeySpace(java.lang.String keySpace) |
Modifier and Type | Method and Description |
---|---|
protected CFDefinition |
AbstractCassandraStorage.getCfDefinition(java.lang.String ks,
java.lang.String cf,
Cassandra.Client client)
get CFDefinition of a column family
|
protected AbstractCassandraStorage.CfInfo |
AbstractCassandraStorage.getCfInfo(Cassandra.Client client)
return the CfInfo for the column family
|
protected java.util.List<ColumnDef> |
AbstractCassandraStorage.getColumnMeta(Cassandra.Client client,
boolean cassandraStorage,
boolean includeCompactValueColumn)
get column meta data
|
protected abstract java.util.List<ColumnDef> |
AbstractCassandraStorage.getColumnMetadata(Cassandra.Client client)
get a list of columns
|
protected java.util.List<ColumnDef> |
CqlStorage.getColumnMetadata(Cassandra.Client client)
include key columns
|
Modifier and Type | Field and Description |
---|---|
NotFoundException |
Cassandra.get_result.nfe |
NotFoundException |
Cassandra.describe_keyspace_result.nfe |
Modifier and Type | Method and Description |
---|---|
NotFoundException |
NotFoundException.deepCopy() |
NotFoundException |
Cassandra.get_result.getNfe() |
NotFoundException |
Cassandra.describe_keyspace_result.getNfe() |
Modifier and Type | Method and Description |
---|---|
int |
NotFoundException.compareTo(NotFoundException other) |
boolean |
NotFoundException.equals(NotFoundException that) |
Cassandra.get_result |
Cassandra.get_result.setNfe(NotFoundException nfe) |
Cassandra.describe_keyspace_result |
Cassandra.describe_keyspace_result.setNfe(NotFoundException nfe) |
Modifier and Type | Method and Description |
---|---|
KsDef |
CassandraServer.describe_keyspace(java.lang.String keyspaceName) |
KsDef |
Cassandra.Iface.describe_keyspace(java.lang.String keyspace)
describe specified keyspace
|
KsDef |
Cassandra.Client.describe_keyspace(java.lang.String keyspace) |
ColumnOrSuperColumn |
CassandraServer.get(java.nio.ByteBuffer key,
ColumnPath column_path,
ConsistencyLevel consistency_level) |
ColumnOrSuperColumn |
Cassandra.Iface.get(java.nio.ByteBuffer key,
ColumnPath column_path,
ConsistencyLevel consistency_level)
Get the Column or SuperColumn at the given column_path.
|
ColumnOrSuperColumn |
Cassandra.Client.get(java.nio.ByteBuffer key,
ColumnPath column_path,
ConsistencyLevel consistency_level) |
ColumnOrSuperColumn |
Cassandra.AsyncClient.get_call.getResult() |
KsDef |
Cassandra.AsyncClient.describe_keyspace_call.getResult() |
KsDef |
Cassandra.Client.recv_describe_keyspace() |
ColumnOrSuperColumn |
Cassandra.Client.recv_get() |
Constructor and Description |
---|
Cassandra.describe_keyspace_result(KsDef success,
NotFoundException nfe,
InvalidRequestException ire) |
Cassandra.get_result(ColumnOrSuperColumn success,
InvalidRequestException ire,
NotFoundException nfe,
UnavailableException ue,
TimedOutException te) |
NotFoundException(NotFoundException other)
Performs a deep copy on other.
|
Copyright © 2014 The Apache Software Foundation