Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.hadoop.pig |
Modifier and Type | Method and Description |
---|---|
CFDefinition |
CFMetaData.getCfDef() |
Modifier and Type | Field and Description |
---|---|
CFDefinition |
SelectStatement.cfDef |
Modifier and Type | Method and Description |
---|---|
static Selection |
Selection.fromSelectors(CFDefinition cfDef,
java.util.List<RawSelector> rawSelectors) |
RowMutation |
DeleteStatement.mutationForKey(CFDefinition cfDef,
java.nio.ByteBuffer key,
ColumnNameBuilder builder,
boolean isRange,
UpdateParameters params) |
static Selection |
Selection.wildcard(CFDefinition cfDef) |
Constructor and Description |
---|
SelectStatement(CFDefinition cfDef,
int boundTerms,
SelectStatement.Parameters parameters,
Selection selection) |
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
|
Copyright © 2014 The Apache Software Foundation