Uses of Interface
me.prettyprint.hector.api.ResultStatus

Packages that use ResultStatus
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 
 

Uses of ResultStatus in me.prettyprint.cassandra.model
 

Classes in me.prettyprint.cassandra.model that implement ResultStatus
 class ExecutionResult<T>
          Describes the state of the executed cassandra command.
 class MutationResultImpl
           
 class QueryResultImpl<T>
           
 

Uses of ResultStatus in me.prettyprint.cassandra.service
 

Classes in me.prettyprint.cassandra.service that implement ResultStatus
 class HColumnFamilyImpl<K,N>
           
 

Uses of ResultStatus in me.prettyprint.cassandra.service.template
 

Subinterfaces of ResultStatus in me.prettyprint.cassandra.service.template
 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.
 

Classes in me.prettyprint.cassandra.service.template that implement ResultStatus
 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.
 

Fields in me.prettyprint.cassandra.service.template declared as ResultStatus
protected  ResultStatus AbstractResultWrapper.resultStatus
           
 

Constructors in me.prettyprint.cassandra.service.template with parameters of type ResultStatus
AbstractResultWrapper(Serializer<K> keySerializer, Serializer<N> columnNameSerializer, ResultStatus resultStatus)
           
 

Uses of ResultStatus in me.prettyprint.hector.api
 

Subinterfaces of ResultStatus in me.prettyprint.hector.api
 interface HColumnFamily<K,N>
           
 

Uses of ResultStatus in me.prettyprint.hector.api.mutation
 

Subinterfaces of ResultStatus in me.prettyprint.hector.api.mutation
 interface MutationResult
          Result from a mutation.
 

Uses of ResultStatus in me.prettyprint.hector.api.query
 

Subinterfaces of ResultStatus in me.prettyprint.hector.api.query
 interface QueryResult<T>
          Return type from queries execution.
 



Copyright © 2011. All Rights Reserved.