| Package | Description |
|---|---|
| me.prettyprint.cassandra.model |
The model package defines the thrift/avro reflections used by hector to shield the specific types
of the objects.
|
| me.prettyprint.cassandra.service | |
| me.prettyprint.hector.api.ddl |
The api.ddl package defines all Data Definition operations that hector supports which include:
Adding new keyspaces
Adding new column families
Defining indices
Deleting exisiting constructs
A note should be taken that by server design, it is required that all DDL operations are to be
performed in a serialized manner.
Cassandra cannot support two DDL operations issued at the same time. |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndexType |
BasicColumnDefinition.getIndexType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicColumnDefinition.setIndexType(ColumnIndexType indexType) |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndexType |
ThriftColumnDef.getIndexType() |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndexType |
ColumnDefinition.getIndexType() |
static ColumnIndexType |
ColumnIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnIndexType[] |
ColumnIndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.