Uses of Package
org.apache.cassandra.db

Packages that use org.apache.cassandra.db
org.apache.cassandra.avro   
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.service   
org.apache.cassandra.thrift   
org.apache.cassandra.tools   
org.apache.cassandra.utils   
 

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

Classes in org.apache.cassandra.db used by org.apache.cassandra.config
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
           
ColumnFamilyStoreMBean
          The MBean interface for ColumnFamilyStore
ColumnFamilyType
          column family type enum
ColumnSerializer
           
CompactionManager
           
CompactionManagerMBean
           
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.
IColumn
           
IColumnContainer
           
IFlushable
           
IndexScanCommand
           
Memtable
           
RangeSliceCommand
           
RangeSliceReply
           
ReadCommand
           
ReadResponse
           
Row
           
RowIterator
          Row iterator that allows us to close the underlying iterators.
RowMutation
           
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
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
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
           
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.service
Column
          Column is immutable, which prevents all kinds of confusion in a multithreaded environment.
ColumnFamily
           
ColumnFamilyStore
           
DecoratedKey
          Represents a decorated key, handy for certain operations where just working with strings gets slow.
RangeSliceCommand
           
ReadCommand
           
ReadResponse
           
Row
           
RowMutation
           
 

Classes in org.apache.cassandra.db used by org.apache.cassandra.thrift
ColumnFamilyType
          column family type enum
IColumn
           
KeyspaceNotDefinedException
           
 

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

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



Copyright © 2011 The Apache Software Foundation