| Class and Description |
|---|
| ConsistencyLevel |
| Class and Description |
|---|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Class and Description |
|---|
| AtomDeserializer
Helper class to deserialize OnDiskAtom efficiently.
|
| ColumnFamilyStore |
| ColumnFamilyType
column family type enum
|
| ColumnSerializer.Flag
Flag affecting deserialization behavior.
|
| Keyspace
It represents a Keyspace.
|
| OnDiskAtom |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| ColumnFamily
A sorted map of columns.
|
| ConsistencyLevel |
| RangeTombstone |
| Row |
| Class and Description |
|---|
| IndexExpression |
| RowPosition |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| Class and Description |
|---|
| ColumnFamily
A sorted map of columns.
|
| ConsistencyLevel |
| IndexExpression |
| Row |
| Class and Description |
|---|
| AbstractCell |
| AbstractNativeCell
{@code
Packs a CellName AND a Cell into one off-heap representation.
|
| AbstractRangeCommand |
| ArrayBackedSortedColumns
A ColumnFamily backed by an array.
|
| AtomicBTreeColumns
A thread-safe and atomic ISortedColumns implementation.
|
| BatchlogManager |
| BatchlogManagerMBean |
| BlacklistedDirectoriesMBean |
| BufferCell |
| BufferDecoratedKey |
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| CFRowAdder
Convenience object to populate a given CQL3 row in a ColumnFamily object.
|
| ClockAndCount |
| ColumnFamily
A sorted map of columns.
|
| ColumnFamily.Factory |
| ColumnFamilySerializer |
| ColumnFamilyStore |
| ColumnFamilyStore.AbstractScanIterator |
| ColumnFamilyStore.RefViewFragment |
| ColumnFamilyStore.ViewFragment |
| ColumnFamilyStoreMBean
The MBean interface for ColumnFamilyStore
|
| ColumnFamilyType
column family type enum
|
| ColumnIndex |
| ColumnSerializer.CorruptColumnException |
| ColumnSerializer.Flag
Flag affecting deserialization behavior.
|
| ConsistencyLevel |
| CounterCell
A column that represents a partitioned counter.
|
| CounterMutation |
| CounterMutation.CounterMutationSerializer |
| CounterUpdateCell
A counter update while it hasn't been applied yet by the leader replica.
|
| DataRange
Groups key range and column filter for range queries.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletedCell |
| DeletionInfo
A combination of a top-level (or row) tombstone and range tombstones describing the deletions
within a
ColumnFamily (or row). |
| DeletionInfo.InOrderTester
This object allow testing whether a given column (name/timestamp) is deleted
or not by this DeletionInfo, assuming that the columns given to this
object are passed in forward or reversed comparator sorted order.
|
| DeletionTime
A top-level (row) tombstone.
|
| DeletionTime.Serializer |
| Directories
Encapsulate handling of paths to the data files.
|
| Directories.DataDirectory |
| Directories.FileAction |
| Directories.SSTableLister |
| ExpiringCell
Alternative to Cell that have an expiring time.
|
| 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 |
| IMutation |
| IndexExpression |
| Keyspace
It represents a Keyspace.
|
| Memtable |
| Mutation |
| Mutation.MutationSerializer |
| NativeCell |
| OnDiskAtom |
| OnDiskAtom.SerializerForWriting |
| PagedRangeCommand |
| RangeSliceCommand |
| RangeSliceReply |
| RangeTombstone |
| RangeTombstone.Tracker
Tracks opened RangeTombstones when iterating over a partition.
|
| RangeTombstoneList
Data structure holding the range tombstones of a ColumnFamily.
|
| ReadCommand |
| ReadCommand.Type |
| ReadResponse |
| Row |
| Row.RowSerializer |
| RowIndexEntry |
| RowIndexEntry.IndexSerializer |
| RowPosition |
| RowPosition.Kind |
| RowPosition.RowPositionSerializer |
| SizeEstimatesRecorder
A very simplistic/crude partition count/size estimator.
|
| SliceFromReadCommand |
| SystemKeyspace.BootstrapState |
| 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 |
| Class and Description |
|---|
| ColumnFamily
A sorted map of columns.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| OnDiskAtom |
| Class and Description |
|---|
| Mutation |
| TypeSizes |
| Class and Description |
|---|
| ColumnFamily
A sorted map of columns.
|
| ColumnFamilyStore |
| ColumnIndex.Builder
Help to create an index for a column family based on size of columns,
and write said columns to disk.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
A top-level (row) tombstone.
|
| Memtable |
| OnDiskAtom |
| RangeTombstone |
| RowIndexEntry |
| Class and Description |
|---|
| ColumnFamilyStore |
| Directories
Encapsulate handling of paths to the data files.
|
| Directories.DataDirectory |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| ColumnSerializer |
| DeletionInfo.Serializer |
| OnDiskAtom |
| OnDiskAtom.Serializer |
| RangeTombstone.Serializer |
| Class and Description |
|---|
| ClockAndCount |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| ColumnFamily
A sorted map of columns.
|
| ColumnFamilyStore |
| DataRange
Groups key range and column filter for range queries.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionInfo
A combination of a top-level (or row) tombstone and range tombstones describing the deletions
within a
ColumnFamily (or row). |
| DeletionInfo.InOrderTester
This object allow testing whether a given column (name/timestamp) is deleted
or not by this DeletionInfo, assuming that the columns given to this
object are passed in forward or reversed comparator sorted order.
|
| IndexExpression |
| OnDiskAtom |
| RangeTombstone |
| RowIndexEntry |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| ColumnFamily
A sorted map of columns.
|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| IndexExpression |
| Row |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| ColumnFamily
A sorted map of columns.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Row |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| ColumnFamily
A sorted map of columns.
|
| Row |
| Class and Description |
|---|
| ColumnFamilyStore |
| Memtable |
| RowPosition |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| Class and Description |
|---|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| RowPosition |
| RowPosition.Kind |
| Class and Description |
|---|
| ConsistencyLevel |
| WriteType |
| Class and Description |
|---|
| TypeSizes |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| ColumnFamily
A sorted map of columns.
|
| ColumnFamilyStore |
| ColumnSerializer.Flag
Flag affecting deserialization behavior.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| OnDiskAtom |
| RowIndexEntry |
| RowPosition |
| TypeSizes |
| Class and Description |
|---|
| ColumnFamily
A sorted map of columns.
|
| ColumnFamilyStore |
| ColumnSerializer.Flag
Flag affecting deserialization behavior.
|
| DataRange
Groups key range and column filter for range queries.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| OnDiskAtom |
| RowIndexEntry |
| RowIndexEntry.IndexSerializer |
| RowPosition |
| Class and Description |
|---|
| ColumnFamily
A sorted map of columns.
|
| ColumnSerializer.Flag
Flag affecting deserialization behavior.
|
| DataRange
Groups key range and column filter for range queries.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| OnDiskAtom |
| RowIndexEntry |
| RowIndexEntry.IndexSerializer |
| RowPosition |
| Class and Description |
|---|
| ConsistencyLevel |
| WriteType |
| Class and Description |
|---|
| ColumnFamilyStore |
| Keyspace
It represents a Keyspace.
|
| Class and Description |
|---|
| ConsistencyLevel |
| Class and Description |
|---|
| Memtable |
| Class and Description |
|---|
| ColumnFamilyStore |
| Class and Description |
|---|
| Mutation |
| Row |
| Class and Description |
|---|
| AbstractRangeCommand |
| ClockAndCount |
| ColumnFamily
A sorted map of columns.
|
| ColumnFamilyStore |
| ConsistencyLevel |
| CounterMutation |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| IMutation |
| Keyspace
It represents a Keyspace.
|
| Mutation |
| RangeSliceReply |
| ReadCommand |
| ReadResponse |
| Row |
| RowIndexEntry |
| SnapshotCommand |
| WriteType |
| Class and Description |
|---|
| ColumnFamily
A sorted map of columns.
|
| ColumnFamilyStore |
| ConsistencyLevel |
| ReadCommand |
| Row |
| Class and Description |
|---|
| ColumnFamily
A sorted map of columns.
|
| ConsistencyLevel |
| Mutation |
| Class and Description |
|---|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| ColumnFamily
A sorted map of columns.
|
| ConsistencyLevel |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| IndexExpression |
| KeyspaceNotDefinedException |
| ReadCommand |
| Class and Description |
|---|
| ColumnFamilyStoreMBean
The MBean interface for ColumnFamilyStore
|
| Class and Description |
|---|
| ConsistencyLevel |
| Class and Description |
|---|
| ColumnFamily
A sorted map of columns.
|
| IMutation |
| Mutation |
| Class and Description |
|---|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| TypeSizes |
| Class and Description |
|---|
| Cell
Cell is immutable, which prevents all kinds of confusion in a multithreaded environment.
|
| CounterCell
A column that represents a partitioned counter.
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletedCell |
| ExpiringCell
Alternative to Cell that have an expiring time.
|
| Class and Description |
|---|
| TypeSizes |
Copyright © 2018 The Apache Software Foundation