Uses of Package
org.apache.cassandra.service

Packages that use org.apache.cassandra.service
org.apache.cassandra.cli   
org.apache.cassandra.db   
org.apache.cassandra.db.filter   
org.apache.cassandra.locator   
org.apache.cassandra.service   
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.cli
Cassandra.Client
           
InvalidRequestException
          Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed.
NotFoundException
          A specific column was requested that does not exist.
TimedOutException
          RPC timeout was exceeded.
UnavailableException
          Not all the replicas required could be created and/or read.
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.db
ColumnOrSuperColumn
          Methods for fetching rows/records from Cassandra will return either a single instance of ColumnOrSuperColumn or a list of ColumnOrSuperColumns (get_slice()).
ColumnParent
          ColumnParent is used when selecting groups of columns from the same ColumnFamily.
InvalidRequestException
          Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed.
SlicePredicate
          A SlicePredicate is similar to a mathematic predicate (see http://en.wikipedia.org/wiki/Predicate_(mathematical_logic)), which is described as "a property that the elements of a set have in common." SlicePredicate's in Cassandra are described with either a list of column_names or a SliceRange.
SliceRange
          A slice range is a structure that stores basic range, ordering and limit information for a query that will return multiple columns.
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.db.filter
ColumnParent
          ColumnParent is used when selecting groups of columns from the same ColumnFamily.
ColumnPath
          The ColumnPath is the path to a single column in Cassandra.
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.locator
WriteResponseHandler
           
 

Classes in org.apache.cassandra.service used by org.apache.cassandra.service
AntiEntropyService
          AntiEntropyService encapsulates "validating" (hashing) individual column families, exchanging MerkleTrees with remote nodes via a TreeRequest/Response conversation, and then triggering repairs for disagreeing ranges.
AntiEntropyService.IValidator
          A Strategy to handle building and validating a merkle tree for a column family.
AntiEntropyService.TreeRequestVerbHandler
          Handler for requests from remote nodes to generate a valid tree.
AntiEntropyService.TreeResponseVerbHandler
          Handler for responses from remote nodes which contain a valid tree.
AntiEntropyService.Validator
          The IValidator to be used in normal operation.
Cassandra.batch_insert_args
           
Cassandra.batch_insert_result
           
Cassandra.describe_keyspace_args
           
Cassandra.describe_keyspace_result
           
Cassandra.get_args
           
Cassandra.get_count_args
           
Cassandra.get_count_result
           
Cassandra.get_key_range_args
           
Cassandra.get_key_range_result
           
Cassandra.get_range_slice_args
           
Cassandra.get_range_slice_result
           
Cassandra.get_result
           
Cassandra.get_slice_args
           
Cassandra.get_slice_result
           
Cassandra.get_string_list_property_args
           
Cassandra.get_string_list_property_result
           
Cassandra.get_string_property_args
           
Cassandra.get_string_property_result
           
Cassandra.Iface
           
Cassandra.insert_args
           
Cassandra.insert_result
           
Cassandra.multiget_args
           
Cassandra.multiget_result
           
Cassandra.multiget_slice_args
           
Cassandra.multiget_slice_result
           
Cassandra.Processor.ProcessFunction
           
Cassandra.remove_args
           
Cassandra.remove_result
           
Column
          Basic unit of data within a ColumnFamily.
ColumnOrSuperColumn
          Methods for fetching rows/records from Cassandra will return either a single instance of ColumnOrSuperColumn or a list of ColumnOrSuperColumns (get_slice()).
ColumnParent
          ColumnParent is used when selecting groups of columns from the same ColumnFamily.
ColumnPath
          The ColumnPath is the path to a single column in Cassandra.
DigestMismatchException
           
InvalidRequestException
          Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed.
IResponseResolver
           
KeySlice
          A KeySlice is key followed by the data it maps to.
NotFoundException
          A specific column was requested that does not exist.
SlicePredicate
          A SlicePredicate is similar to a mathematic predicate (see http://en.wikipedia.org/wiki/Predicate_(mathematical_logic)), which is described as "a property that the elements of a set have in common." SlicePredicate's in Cassandra are described with either a list of column_names or a SliceRange.
SliceRange
          A slice range is a structure that stores basic range, ordering and limit information for a query that will return multiple columns.
StorageLoadBalancer
           
StorageProxyMBean
           
StorageService
           
StorageServiceMBean
           
StreamManager
           
SuperColumn
          A named list of columns.
TimedOutException
          RPC timeout was exceeded.
UnavailableException
          Not all the replicas required could be created and/or read.
WriteResponseHandler
           
 



Copyright © 2010 The Apache Software Foundation