| 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 |
|---|---|
ColumnType |
BasicColumnFamilyDefinition.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicColumnFamilyDefinition.setColumnType(ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
ThriftCfDef.getColumnType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftCfDef.setColumnType(ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
ColumnFamilyDefinition.getColumnType() |
static ColumnType |
ColumnType.getFromValue(String value) |
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnFamilyDefinition.setColumnType(ColumnType columnType) |
Copyright © 2014. All Rights Reserved.