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.db   
org.apache.cassandra.db.columniterator   
org.apache.cassandra.db.commitlog   
org.apache.cassandra.db.filter   
org.apache.cassandra.db.marshal   
org.apache.cassandra.db.migration   
org.apache.cassandra.dht   
org.apache.cassandra.hadoop   
org.apache.cassandra.io   
org.apache.cassandra.io.sstable   
org.apache.cassandra.io.util   
org.apache.cassandra.service   
org.apache.cassandra.thrift   
org.apache.cassandra.tools   
org.apache.cassandra.utils   
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.cache
ColumnFamily
           
ColumnFamilyStore.CacheType
           
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.CacheType
           
ColumnFamilyType
          column family type enum
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db
Column
          Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
ColumnFamily
           
ColumnFamilySerializer
           
ColumnFamilyStore
           
ColumnFamilyStore.CacheType
           
ColumnFamilyStoreMBean
          The MBean interface for ColumnFamilyStore
ColumnFamilyType
          column family type enum
ColumnSerializer
           
CompactionManager
          A singleton which manages a private executor of ongoing compactions.
CompactionManagerMBean
           
CounterColumn
          A column that represents a partitioned counter.
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
HintedHandOffManager
          For each endpoint for which we have hints, there is a row in the system hints CF.
HintedHandOffManagerMBean
           
IColumn
           
IColumnContainer
           
IFlushable
           
IMutation
           
IndexScanCommand
           
Memtable
           
RangeSliceCommand
           
RangeSliceReply
           
ReadCommand
           
ReadResponse
           
Row
           
RowIterator
          Row iterator that allows us to close the underlying iterators.
RowMutation
           
RowMutation.RowMutationSerializer
           
SuperColumn
           
Table
           
Table.IndexBuilder
           
TruncateResponse
          This message is sent back the truncate operation and basically specifies if the truncate succeeded.
TruncateResponse.TruncateResponseSerializer
           
Truncation
          A truncate operation descriptor
WriteResponse
           
WriteResponse.WriteResponseSerializer
           
 

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.
IColumn
           
SuperColumn
           
 

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

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

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
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.db.migration
IColumn
           
RowMutation
           
 

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.
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.hadoop
IColumn
           
 

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

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.
IColumn
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.io.util
ColumnFamilyStore
           
ColumnSerializer
           
IColumn
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.service
Column
          Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
ColumnFamily
           
ColumnFamilyStore
           
CounterMutation
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
IMutation
           
RangeSliceCommand
           
ReadCommand
           
ReadResponse
           
Row
           
 

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

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

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.
 



Copyright © 2011 The Apache Software Foundation