Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.hadoop.pig | |
org.apache.cassandra.thrift |
Modifier and Type | Method and Description |
---|---|
ColumnDef |
ColumnDefinition.toThrift() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ColumnDef> |
ColumnDefinition.toThrift(java.util.Map<java.nio.ByteBuffer,ColumnDefinition> columns) |
Modifier and Type | Method and Description |
---|---|
static ColumnDefinition |
ColumnDefinition.fromThrift(java.lang.String ksName,
java.lang.String cfName,
AbstractType<?> thriftComparator,
AbstractType<?> thriftSubcomparator,
ColumnDef thriftColumnDef) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ColumnDefinition> |
ColumnDefinition.fromThrift(java.lang.String ksName,
java.lang.String cfName,
AbstractType<?> thriftComparator,
AbstractType<?> thriftSubcomparator,
java.util.List<ColumnDef> thriftDefs) |
Modifier and Type | Method and Description |
---|---|
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> |
CassandraStorage.getColumnMetadata(Cassandra.Client client)
get a list of column for the column family
|
protected java.util.List<ColumnDef> |
CqlStorage.getColumnMetadata(Cassandra.Client client)
include key columns
|
protected java.util.List<ColumnDef> |
AbstractCassandraStorage.getIndexes()
get a list of columns with defined index
|
protected java.util.List<ColumnDef> |
CqlStorage.getKeysMeta(Cassandra.Client client)
get keys meta data
|
Modifier and Type | Field and Description |
---|---|
java.util.List<ColumnDef> |
CfDef.column_metadata |
Modifier and Type | Method and Description |
---|---|
ColumnDef |
ColumnDef.deepCopy() |
ColumnDef |
ColumnDef.setIndex_name(java.lang.String index_name) |
ColumnDef |
ColumnDef.setIndex_options(java.util.Map<java.lang.String,java.lang.String> index_options) |
ColumnDef |
ColumnDef.setIndex_type(IndexType index_type) |
ColumnDef |
ColumnDef.setName(byte[] name) |
ColumnDef |
ColumnDef.setName(java.nio.ByteBuffer name) |
ColumnDef |
ColumnDef.setValidation_class(java.lang.String validation_class) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColumnDef> |
CfDef.getColumn_metadata() |
java.util.Iterator<ColumnDef> |
CfDef.getColumn_metadataIterator() |
Modifier and Type | Method and Description |
---|---|
void |
CfDef.addToColumn_metadata(ColumnDef elem) |
int |
ColumnDef.compareTo(ColumnDef other) |
boolean |
ColumnDef.equals(ColumnDef that) |
Modifier and Type | Method and Description |
---|---|
CfDef |
CfDef.setColumn_metadata(java.util.List<ColumnDef> column_metadata) |
Constructor and Description |
---|
ColumnDef(ColumnDef other)
Performs a deep copy on other.
|
Copyright © 2014 The Apache Software Foundation