| 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.cassandra.service.template | |
| me.prettyprint.hector.api |
The api package defines the main hector api entry points (aka the v2 API)
|
| me.prettyprint.hector.api.mutation | |
| me.prettyprint.hector.api.query |
The api.query package defines the different query types
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionResult<T>
Describes the state of the executed cassandra command.
|
class |
MutationResultImpl |
class |
QueryResultImpl<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
HColumnFamilyImpl<K,N> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnFamilyResult<K,N>
A common interface for access to the resuls of a query of either a standard or super column family.
|
interface |
MappedColumnFamilyResult<K,N,V> |
interface |
MappedSuperCfResult<K,SN,N,V> |
interface |
SuperCfResult<K,SN,N>
Holds the result for the contents of a super column.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResultWrapper<K,N>
Provides access to the current row of data during queries.
|
class |
ColumnFamilyResultWrapper<K,N>
Wraps the results with as an Iterator.
|
class |
MappedColumnFamilyResultWrapper<K,N,V> |
class |
MappedSuperCfResultWrapper<K,SN,N,V> |
class |
SuperCfResultWrapper<K,SN,N>
Provides access to the current row of data during super column queries.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResultStatus |
AbstractResultWrapper.resultStatus |
| Constructor and Description |
|---|
AbstractResultWrapper(Serializer<K> keySerializer,
Serializer<N> columnNameSerializer,
ResultStatus resultStatus) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HColumnFamily<K,N> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutationResult
Result from a mutation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryResult<T>
Return type from queries execution.
|
Copyright © 2014. All Rights Reserved.