Uses of Package
org.apache.cassandra.db

Packages that use org.apache.cassandra.db
org.apache.cassandra.cache   
org.apache.cassandra.config   
org.apache.cassandra.cql   
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.operations   
org.apache.cassandra.cql3.statements   
org.apache.cassandra.db   
org.apache.cassandra.db.columniterator   
org.apache.cassandra.db.commitlog   
org.apache.cassandra.db.compaction   
org.apache.cassandra.db.filter   
org.apache.cassandra.db.index   
org.apache.cassandra.db.index.composites   
org.apache.cassandra.db.index.keys   
org.apache.cassandra.db.marshal   
org.apache.cassandra.dht   
org.apache.cassandra.exceptions   
org.apache.cassandra.gms   
org.apache.cassandra.hadoop   
org.apache.cassandra.io   
org.apache.cassandra.io.sstable   
org.apache.cassandra.io.util   
org.apache.cassandra.locator   
org.apache.cassandra.metrics   
org.apache.cassandra.service   
org.apache.cassandra.streaming   
org.apache.cassandra.thrift   
org.apache.cassandra.tools   
org.apache.cassandra.tracing   
org.apache.cassandra.transport   
org.apache.cassandra.transport.messages   
org.apache.cassandra.utils   
org.apache.cassandra.utils.obs   
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.cache
ColumnFamilyStore
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.config
ColumnFamilyStore
           
ColumnFamilyType
          column family type enum
OnDiskAtom.Serializer
           
Row
           
RowMutation
           
Table
          It represents a Keyspace.
UnknownColumnFamilyException
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.cql
ConsistencyLevel
           
IMutation
           
RowMutation
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.cql3
Column
          Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
ConsistencyLevel
           
RangeTombstone
           
Row
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.cql3.operations
ColumnFamily
           
IColumn
          TODO: rename
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.cql3.statements
ConsistencyLevel
           
IColumn
          TODO: rename
IMutation
           
Row
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db
AbstractColumnContainer
           
AbstractThreadUnsafeSortedColumns
           
BatchlogManager
           
BatchlogManagerMBean
           
Column
          Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
ColumnFamily
           
ColumnFamilySerializer
           
ColumnFamilyStore
           
ColumnFamilyStore.AbstractScanIterator
           
ColumnFamilyStore.ViewFragment
           
ColumnFamilyStoreMBean
          The MBean interface for ColumnFamilyStore
ColumnFamilyType
          column family type enum
ColumnIndex
           
ColumnSerializer
           
ColumnSerializer.CorruptColumnException
           
ConsistencyLevel
           
CounterColumn
          A column that represents a partitioned counter.
CounterMutation
           
DataTracker
           
DataTracker.SSTableIntervalTree
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
DeletedColumn
           
DeletionInfo
           
DeletionInfo.Serializer
           
DeletionTime
           
Directories
          Encapsulate handling of paths to the data files.
Directories.DataDirectory
           
Directories.SSTableLister
           
HintedHandOffManager
          The hint schema looks like this: CREATE TABLE hints ( target_id uuid, hint_id timeuuid, message_version int, mutation blob, PRIMARY KEY (target_id, hint_id, message_version) ) WITH COMPACT STORAGE; Thus, for each node in the cluster we treat its uuid as the partition key; each hint is a logical row (physical composite column) containing the mutation to replay and associated metadata.
HintedHandOffManagerMBean
           
IColumn
          TODO: rename
IColumnContainer
           
IMutation
           
IndexScanCommand
           
ISortedColumns
          A sorted map of columns.
ISortedColumns.Factory
           
Memtable
           
OnDiskAtom
           
OnDiskAtom.Serializer
           
RangeSliceCommand
           
RangeSliceReply
           
RangeTombstone
           
RangeTombstone.Serializer
           
RangeTombstone.Tracker
           
ReadCommand
           
ReadResponse
           
Row
           
Row.RowSerializer
           
RowIndexEntry
           
RowIndexEntry.Serializer
           
RowMutation
           
RowMutation.RowMutationSerializer
           
RowPosition
           
RowPosition.Kind
           
RowPosition.RowPositionSerializer
           
SliceFromReadCommand
           
SuperColumn
           
SystemTable.BootstrapState
           
Table
          It represents a Keyspace.
TruncateResponse
          This message is sent back the truncate operation and basically specifies if the truncate succeeded.
TruncateResponse.TruncateResponseSerializer
           
Truncation
          A truncate operation descriptor
TypeSizes
           
WriteResponse
           
WriteResponse.WriteResponseSerializer
           
WriteType
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.columniterator
ColumnFamily
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
OnDiskAtom
           
RowIndexEntry
           
SuperColumn
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.commitlog
RowMutation
           
TypeSizes
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.compaction
ColumnFamily
           
ColumnFamilyStore
           
ColumnIndex
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
DeletionInfo
           
OnDiskAtom
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.filter
ColumnFamily
           
ColumnFamilyStore
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
IColumn
          TODO: rename
IColumnContainer
           
Memtable
           
OnDiskAtom
           
RowIndexEntry
           
SuperColumn
           
TypeSizes
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.index
ColumnFamily
           
ColumnFamilyStore
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
IColumn
          TODO: rename
Row
           
RowPosition
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.index.composites
ColumnFamilyStore.AbstractScanIterator
           
IColumn
          TODO: rename
Row
           
RowPosition
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.index.keys
ColumnFamilyStore.AbstractScanIterator
           
IColumn
          TODO: rename
Row
           
RowPosition
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.marshal
Column
          Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
IColumn
          TODO: rename
OnDiskAtom
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.dht
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
RowPosition
           
RowPosition.Kind
           
TypeSizes
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.exceptions
ConsistencyLevel
           
WriteType
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.gms
TypeSizes
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.hadoop
IColumn
          TODO: rename
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.io
IColumn
          TODO: rename
TypeSizes
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.io.sstable
ColumnFamily
           
DataTracker
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
ISortedColumns.Factory
           
OnDiskAtom
           
RowIndexEntry
           
RowPosition
           
SuperColumn
           
TypeSizes
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.io.util
ColumnSerializer
           
IColumn
          TODO: rename
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.locator
ConsistencyLevel
           
WriteType
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.metrics
ColumnFamilyStore
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.service
ColumnFamily
           
ColumnFamilyStore
           
ConsistencyLevel
           
CounterMutation
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
IMutation
           
IndexScanCommand
           
RangeSliceCommand
           
RangeSliceReply
           
ReadCommand
           
ReadResponse
           
Row
           
RowIndexEntry
           
RowMutation
           
SnapshotCommand
           
WriteType
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.streaming
ColumnFamilyStore
           
Table
          It represents a Keyspace.
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.thrift
ColumnFamily
           
ConsistencyLevel
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
IColumn
          TODO: rename
KeyspaceNotDefinedException
           
ReadCommand
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.tools
ColumnFamilyStoreMBean
          The MBean interface for ColumnFamilyStore
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.tracing
ColumnFamily
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.transport
ConsistencyLevel
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.transport.messages
ConsistencyLevel
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.utils
CounterColumn
          A column that represents a partitioned counter.
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
TypeSizes
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.utils.obs
TypeSizes
           
 



Copyright © 2012 The Apache Software Foundation