| me.prettyprint.cassandra.connection |
|
| me.prettyprint.cassandra.connection.client |
|
| me.prettyprint.cassandra.connection.factory |
|
| me.prettyprint.cassandra.connection.security |
|
| me.prettyprint.cassandra.constants |
|
| me.prettyprint.cassandra.dao |
|
| me.prettyprint.cassandra.examples |
|
| me.prettyprint.cassandra.io |
|
| me.prettyprint.cassandra.jndi |
|
| me.prettyprint.cassandra.locking |
|
| 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.model.thrift |
|
| me.prettyprint.cassandra.serializers |
|
| me.prettyprint.cassandra.service |
|
| me.prettyprint.cassandra.service.clock |
|
| me.prettyprint.cassandra.service.spring |
|
| me.prettyprint.cassandra.service.template |
|
| me.prettyprint.cassandra.utils |
|
| me.prettyprint.hector.api |
The api package defines the main hector api entry points (aka the v2 API)
|
| me.prettyprint.hector.api.beans |
|
| 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.
|
| me.prettyprint.hector.api.exceptions |
|
| me.prettyprint.hector.api.factory |
|
| me.prettyprint.hector.api.locking |
|
| me.prettyprint.hector.api.mutation |
|
| me.prettyprint.hector.api.query |
The api.query package defines the different query types
|