| Class and Description |
|---|
| ConsistencyLevel |
| Class and Description |
|---|
| Mutation |
| Class and Description |
|---|
| Clustering |
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Class and Description |
|---|
| ConsistencyLevel |
| Class and Description |
|---|
| Clustering |
| ClusteringComparator
A comparator of clustering prefixes (or more generally of
Clusterable}. |
| ConsistencyLevel |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| RangeTombstone
A range tombstone is a tombstone that covers a slice/range of rows.
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| Slice
A slice represents the selection of a range of rows.
|
| Class and Description |
|---|
| Clustering |
| Class and Description |
|---|
| Clustering |
| ClusteringBound
The start or end of a range of clusterings, either inclusive or exclusive.
|
| MultiCBuilder
Builder that allow to build multiple Clustering/ClusteringBound at the same time.
|
| PartitionPosition |
| Class and Description |
|---|
| Clustering |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Class and Description |
|---|
| Clustering |
| ConsistencyLevel |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| IMutation |
| ReadQuery
Generic abstraction for read queries.
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| SinglePartitionReadCommand
A read command that selects a (part of a) single partition.
|
| SinglePartitionReadQuery
A
ReadQuery for a single partition. |
| Slice
A slice represents the selection of a range of rows.
|
| Slices
Represents the selection of multiple range of rows within a partition.
|
| Class and Description |
|---|
| AbstractArrayClusteringPrefix |
| AbstractBufferClusteringPrefix |
| AbstractOnHeapClusteringPrefix |
| AbstractReadCommandBuilder |
| AbstractReadCommandBuilder.PartitionRangeBuilder |
| ArrayClustering |
| ArrayClusteringBound |
| ArrayClusteringBoundOrBoundary |
| BufferClustering
The clustering column values for a row.
|
| BufferClusteringBound |
| BufferClusteringBoundOrBoundary |
| BufferDecoratedKey |
| CassandraWriteContext |
| CBuilder
Allows to build ClusteringPrefixes, either Clustering or ClusteringBound.
|
| ClockAndCount |
| Clusterable
Common class for objects that are identified by a clustering prefix, and can be thus sorted by a
ClusteringComparator. |
| Clustering |
| Clustering.Serializer
Serializer for Clustering object.
|
| ClusteringBound
The start or end of a range of clusterings, either inclusive or exclusive.
|
| ClusteringBoundary
The threshold between two different ranges, i.e.
|
| ClusteringBoundOrBoundary
This class defines a threshold between ranges of clusterings.
|
| ClusteringBoundOrBoundary.Serializer |
| ClusteringComparator
A comparator of clustering prefixes (or more generally of
Clusterable}. |
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| ClusteringPrefix.Kind
The kind of clustering prefix this actually is.
|
| ClusteringPrefix.Serializer |
| ColumnFamilyStore |
| ColumnFamilyStore.RefViewFragment |
| ColumnFamilyStore.ViewFragment |
| ColumnFamilyStoreMBean
The MBean interface for ColumnFamilyStore
|
| Columns
An immutable and sorted list of (non-PK) columns for a given table.
|
| Columns.Serializer |
| ConsistencyLevel |
| CounterMutation |
| CounterMutation.CounterMutationSerializer |
| CounterMutationVerbHandler |
| DataRange
Groups both the range of partitions to query, and the clustering index filter to
apply for each partition (for a (partition) range query).
|
| DataRange.Serializer |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionInfo
A combination of a top-level (partition) tombstone and range tombstones describing the deletions
within a partition.
|
| DeletionPurger |
| DeletionTime
Information on deletion of a storage engine object.
|
| DeletionTime.Serializer |
| Digest |
| Directories
Encapsulate handling of paths to the data files.
|
| Directories.DataDirectory |
| Directories.FileAction |
| Directories.FileType
The type of files that can be listed by SSTableLister, we never return txn logs,
use LifecycleTransaction.getFiles() if you need txn logs.
|
| Directories.OnTxnErr
How to handle a failure to read a txn log file.
|
| Directories.SnapshotSizeDetails |
| Directories.SSTableLister |
| DisallowedDirectoriesMBean |
| DiskBoundaries |
| ExpirationDateOverflowHandling.ExpirationDateOverflowPolicy |
| IMutation |
| Keyspace
It represents a Keyspace.
|
| KeyspaceWriteHandler |
| LivenessInfo
Stores the information relating to the liveness of the primary key columns of a row.
|
| Memtable |
| Memtable.MemtableUnfilteredPartitionIterator |
| MultiCBuilder
Builder that allow to build multiple Clustering/ClusteringBound at the same time.
|
| MutableDeletionInfo
A mutable implementation of
DeletionInfo. |
| MutableDeletionInfo.Builder
Builds DeletionInfo object from (in order) range tombstone markers.
|
| Mutation |
| Mutation.MutationSerializer |
| Mutation.PartitionUpdateCollector
Collects finalized partition updates
|
| Mutation.SimpleBuilder
Interface for building mutations geared towards human.
|
| MutationVerbHandler |
| PartitionPosition |
| PartitionPosition.Kind |
| PartitionPosition.RowPositionSerializer |
| PartitionRangeReadCommand
A read command that selects a (part of a) range of partitions.
|
| PartitionRangeReadQuery
A
ReadQuery for a range of partitions. |
| RangeTombstone
A range tombstone is a tombstone that covers a slice/range of rows.
|
| RangeTombstoneList
Data structure holding the range tombstones of a ColumnFamily.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| ReadCommand.Kind |
| ReadCommand.SelectionDeserializer |
| ReadCommandVerbHandler |
| ReadExecutionController |
| ReadQuery
Generic abstraction for read queries.
|
| ReadRepairVerbHandler |
| ReadResponse |
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| RegularAndStaticColumns.Builder |
| RowIndexEntry
Binary format of
RowIndexEntry is defined as follows:
{@code
(long) position (64 bit long, vint encoded)
(int) serialized size of data that follows (32 bit int, vint encoded)
-- following for indexed entries only (so serialized size > 0)
(int) DeletionTime.localDeletionTime
(long) DeletionTime.markedForDeletionAt
(int) number of IndexInfo objects (32 bit int, vint encoded)
(*) serialized IndexInfo objects, see below
(*) offsets of serialized IndexInfo objects, since version "ma" (3.0)
Each IndexInfo object's offset is relative to the first IndexInfo object. |
| RowIndexEntry.IndexInfoRetriever
Base class to access
IndexInfo objects. |
| RowIndexEntry.IndexSerializer |
| SerializationHeader |
| SerializationHeader.Component
We need the TableMetadata to properly deserialize a SerializationHeader but it's clunky to pass that to
a SSTable component, so we use this temporary object to delay the actual need for the metadata.
|
| SerializationHeader.Serializer |
| SinglePartitionReadCommand
A read command that selects a (part of a) single partition.
|
| SinglePartitionReadCommand.Group
Groups multiple single partition read commands.
|
| SinglePartitionReadQuery
A
ReadQuery for a single partition. |
| SinglePartitionReadQuery.Group
Groups multiple single partition read queries.
|
| SizeEstimatesRecorder
A very simplistic/crude partition count/size estimator.
|
| Slice
A slice represents the selection of a range of rows.
|
| Slice.Serializer |
| Slices
Represents the selection of multiple range of rows within a partition.
|
| Slices.Builder
Builder to create
Slices objects. |
| Slices.InOrderTester
In simple object that allows to test the inclusion of rows in those slices assuming those rows
are passed (to
Slices.InOrderTester.includes(org.apache.cassandra.db.Clustering<?>)) in clustering order (or reverse clustering ordered, depending
of the argument passed to Slices.inOrderTester(boolean)). |
| Slices.Serializer |
| StorageHook |
| SystemKeyspace.AvailableRanges |
| SystemKeyspace.BootstrapState |
| TableWriteHandler |
| TruncateRequest
A truncate operation descriptor
|
| TruncateResponse
This message is sent back the truncate operation and basically specifies if
the truncate succeeded.
|
| TruncateResponse.TruncateResponseSerializer |
| TruncateVerbHandler |
| UnfilteredDeserializer
Helper class to deserialize Unfiltered object from disk efficiently.
|
| VirtualTablePartitionRangeReadQuery
A read query that selects a (part of a) range of partitions of a virtual table.
|
| VirtualTableReadQuery
Base class for the
ReadQuery implementations use to query virtual tables. |
| VirtualTableSinglePartitionReadQuery
A read query that selects a (part of a) single partition of a virtual table.
|
| VirtualTableSinglePartitionReadQuery.Group
Groups multiple single partition read queries.
|
| WriteContext
Issued by the keyspace write handler and used in the write path (as expected), as well as the read path
and some async index building code.
|
| WriteType |
| Class and Description |
|---|
| Clustering |
| ClusteringComparator
A comparator of clustering prefixes (or more generally of
Clusterable}. |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Class and Description |
|---|
| ClusteringBound
The start or end of a range of clusterings, either inclusive or exclusive.
|
| ClusteringComparator
A comparator of clustering prefixes (or more generally of
Clusterable}. |
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| RowIndexEntry
Binary format of
RowIndexEntry is defined as follows:
{@code
(long) position (64 bit long, vint encoded)
(int) serialized size of data that follows (32 bit int, vint encoded)
-- following for indexed entries only (so serialized size > 0)
(int) DeletionTime.localDeletionTime
(long) DeletionTime.markedForDeletionAt
(int) number of IndexInfo objects (32 bit int, vint encoded)
(*) serialized IndexInfo objects, see below
(*) offsets of serialized IndexInfo objects, since version "ma" (3.0)
Each IndexInfo object's offset is relative to the first IndexInfo object. |
| Slice
A slice represents the selection of a range of rows.
|
| Slices
Represents the selection of multiple range of rows within a partition.
|
| UnfilteredDeserializer
Helper class to deserialize Unfiltered object from disk efficiently.
|
| Class and Description |
|---|
| Mutation |
| Class and Description |
|---|
| AbstractCompactionController
AbstractCompactionController allows custom implementations of the CompactionController for use in tooling, without being tied to the SSTableReader and local filesystem
|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Directories
Encapsulate handling of paths to the data files.
|
| DiskBoundaries |
| SerializationHeader |
| Class and Description |
|---|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Directories
Encapsulate handling of paths to the data files.
|
| Directories.DataDirectory |
| Class and Description |
|---|
| ClockAndCount |
| Class and Description |
|---|
| Clustering |
| ClusteringComparator
A comparator of clustering prefixes (or more generally of
Clusterable}. |
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| Slices
Represents the selection of multiple range of rows within a partition.
|
| Class and Description |
|---|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Directories.FileType
The type of files that can be listed by SSTableLister, we never return txn logs,
use LifecycleTransaction.getFiles() if you need txn logs.
|
| Directories.OnTxnErr
How to handle a failure to read a txn log file.
|
| Memtable |
| PartitionPosition |
| Class and Description |
|---|
| Clustering |
| ClusteringBound
The start or end of a range of clusterings, either inclusive or exclusive.
|
| ClusteringBoundary
The threshold between two different ranges, i.e.
|
| ClusteringBoundOrBoundary
This class defines a threshold between ranges of clusterings.
|
| ClusteringPrefix.Kind
The kind of clustering prefix this actually is.
|
| Digest |
| Class and Description |
|---|
| Clustering |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionInfo
A combination of a top-level (partition) tombstone and range tombstones describing the deletions
within a partition.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| Digest |
| LivenessInfo
Stores the information relating to the liveness of the primary key columns of a row.
|
| Mutation |
| RangeTombstone
A range tombstone is a tombstone that covers a slice/range of rows.
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| SinglePartitionReadCommand
A read command that selects a (part of a) single partition.
|
| SinglePartitionReadQuery
A
ReadQuery for a single partition. |
| Slices
Represents the selection of multiple range of rows within a partition.
|
| Class and Description |
|---|
| ColumnFamilyStore |
| Keyspace
It represents a Keyspace.
|
| Class and Description |
|---|
| Clusterable
Common class for objects that are identified by a clustering prefix, and can be thus sorted by a
ClusteringComparator. |
| Clustering |
| ClusteringBound
The start or end of a range of clusterings, either inclusive or exclusive.
|
| ClusteringBoundary
The threshold between two different ranges, i.e.
|
| ClusteringBoundOrBoundary
This class defines a threshold between ranges of clusterings.
|
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionInfo
A combination of a top-level (partition) tombstone and range tombstones describing the deletions
within a partition.
|
| DeletionPurger |
| DeletionTime
Information on deletion of a storage engine object.
|
| Digest |
| LivenessInfo
Stores the information relating to the liveness of the primary key columns of a row.
|
| RangeTombstone
A range tombstone is a tombstone that covers a slice/range of rows.
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| SerializationHeader |
| Class and Description |
|---|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| SerializationHeader |
| SerializationHeader.Component
We need the TableMetadata to properly deserialize a SerializationHeader but it's clunky to pass that to
a SSTable component, so we use this temporary object to delay the actual need for the metadata.
|
| Class and Description |
|---|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| Class and Description |
|---|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| IMutation |
| Keyspace
It represents a Keyspace.
|
| Mutation |
| Class and Description |
|---|
| DataRange
Groups both the range of partitions to query, and the clustering index filter to
apply for each partition (for a (partition) range query).
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| IMutation |
| Class and Description |
|---|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| PartitionPosition |
| PartitionPosition.Kind |
| SystemKeyspace.AvailableRanges |
| Class and Description |
|---|
| ConsistencyLevel |
| WriteType |
| Class and Description |
|---|
| Mutation |
| Class and Description |
|---|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| RangeTombstone
A range tombstone is a tombstone that covers a slice/range of rows.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| ReadExecutionController |
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| WriteContext
Issued by the keyspace write handler and used in the write path (as expected), as well as the read path
and some async index building code.
|
| Class and Description |
|---|
| CBuilder
Allows to build ClusteringPrefixes, either Clustering or ClusteringBound.
|
| Clustering |
| ClusteringComparator
A comparator of clustering prefixes (or more generally of
Clusterable}. |
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| ReadExecutionController |
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| WriteContext
Issued by the keyspace write handler and used in the write path (as expected), as well as the read path
and some async index building code.
|
| Class and Description |
|---|
| CBuilder
Allows to build ClusteringPrefixes, either Clustering or ClusteringBound.
|
| Clustering |
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| ReadExecutionController |
| Class and Description |
|---|
| CBuilder
Allows to build ClusteringPrefixes, either Clustering or ClusteringBound.
|
| Clustering |
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| ReadExecutionController |
| Class and Description |
|---|
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| WriteContext
Issued by the keyspace write handler and used in the write path (as expected), as well as the read path
and some async index building code.
|
| Class and Description |
|---|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Memtable |
| Class and Description |
|---|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Class and Description |
|---|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Class and Description |
|---|
| ColumnFamilyStore |
| DataRange
Groups both the range of partitions to query, and the clustering index filter to
apply for each partition (for a (partition) range query).
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| PartitionRangeReadCommand
A read command that selects a (part of a) range of partitions.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| ReadExecutionController |
| Class and Description |
|---|
| DeletionTime
Information on deletion of a storage engine object.
|
| RangeTombstone
A range tombstone is a tombstone that covers a slice/range of rows.
|
| Class and Description |
|---|
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| ColumnFamilyStore |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| PartitionPosition |
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| RowIndexEntry
Binary format of
RowIndexEntry is defined as follows:
{@code
(long) position (64 bit long, vint encoded)
(int) serialized size of data that follows (32 bit int, vint encoded)
-- following for indexed entries only (so serialized size > 0)
(int) DeletionTime.localDeletionTime
(long) DeletionTime.markedForDeletionAt
(int) number of IndexInfo objects (32 bit int, vint encoded)
(*) serialized IndexInfo objects, see below
(*) offsets of serialized IndexInfo objects, since version "ma" (3.0)
Each IndexInfo object's offset is relative to the first IndexInfo object. |
| SerializationHeader |
| Class and Description |
|---|
| ColumnFamilyStore |
| DataRange
Groups both the range of partitions to query, and the clustering index filter to
apply for each partition (for a (partition) range query).
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| PartitionPosition |
| RowIndexEntry
Binary format of
RowIndexEntry is defined as follows:
{@code
(long) position (64 bit long, vint encoded)
(int) serialized size of data that follows (32 bit int, vint encoded)
-- following for indexed entries only (so serialized size > 0)
(int) DeletionTime.localDeletionTime
(long) DeletionTime.markedForDeletionAt
(int) number of IndexInfo objects (32 bit int, vint encoded)
(*) serialized IndexInfo objects, see below
(*) offsets of serialized IndexInfo objects, since version "ma" (3.0)
Each IndexInfo object's offset is relative to the first IndexInfo object. |
| RowIndexEntry.IndexSerializer |
| SerializationHeader |
| Slices
Represents the selection of multiple range of rows within a partition.
|
| Class and Description |
|---|
| DataRange
Groups both the range of partitions to query, and the clustering index filter to
apply for each partition (for a (partition) range query).
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| PartitionPosition |
| RowIndexEntry
Binary format of
RowIndexEntry is defined as follows:
{@code
(long) position (64 bit long, vint encoded)
(int) serialized size of data that follows (32 bit int, vint encoded)
-- following for indexed entries only (so serialized size > 0)
(int) DeletionTime.localDeletionTime
(long) DeletionTime.markedForDeletionAt
(int) number of IndexInfo objects (32 bit int, vint encoded)
(*) serialized IndexInfo objects, see below
(*) offsets of serialized IndexInfo objects, since version "ma" (3.0)
Each IndexInfo object's offset is relative to the first IndexInfo object. |
| RowIndexEntry.IndexSerializer |
| SerializationHeader |
| Slices
Represents the selection of multiple range of rows within a partition.
|
| Class and Description |
|---|
| ClusteringComparator
A comparator of clustering prefixes (or more generally of
Clusterable}. |
| ClusteringPrefix
A clustering prefix is the unit of what a
ClusteringComparator can compare. |
| DeletionTime
Information on deletion of a storage engine object.
|
| LivenessInfo
Stores the information relating to the liveness of the primary key columns of a row.
|
| SerializationHeader |
| Class and Description |
|---|
| ConsistencyLevel |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Keyspace
It represents a Keyspace.
|
| PartitionPosition |
| 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 |
|---|
| ColumnFamilyStore |
| Class and Description |
|---|
| ClusteringComparator
A comparator of clustering prefixes (or more generally of
Clusterable}. |
| ColumnFamilyStore |
| Columns
An immutable and sorted list of (non-PK) columns for a given table.
|
| Keyspace
It represents a Keyspace.
|
| Mutation |
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| Class and Description |
|---|
| ClockAndCount |
| 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 |
| PartitionRangeReadCommand
A read command that selects a (part of a) range of partitions.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| RowIndexEntry
Binary format of
RowIndexEntry is defined as follows:
{@code
(long) position (64 bit long, vint encoded)
(int) serialized size of data that follows (32 bit int, vint encoded)
-- following for indexed entries only (so serialized size > 0)
(int) DeletionTime.localDeletionTime
(long) DeletionTime.markedForDeletionAt
(int) number of IndexInfo objects (32 bit int, vint encoded)
(*) serialized IndexInfo objects, see below
(*) offsets of serialized IndexInfo objects, since version "ma" (3.0)
Each IndexInfo object's offset is relative to the first IndexInfo object. |
| SinglePartitionReadCommand
A read command that selects a (part of a) single partition.
|
| SinglePartitionReadCommand.Group
Groups multiple single partition read commands.
|
| SinglePartitionReadQuery
A
ReadQuery for a single partition. |
| SnapshotCommand |
| TruncateResponse
This message is sent back the truncate operation and basically specifies if
the truncate succeeded.
|
| WriteType |
| Class and Description |
|---|
| Clustering |
| ConsistencyLevel |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| PartitionRangeReadQuery
A
ReadQuery for a range of partitions. |
| ReadExecutionController |
| SinglePartitionReadQuery
A
ReadQuery for a single partition. |
| SinglePartitionReadQuery.Group
Groups multiple single partition read queries.
|
| Class and Description |
|---|
| ConsistencyLevel |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Mutation |
| Class and Description |
|---|
| ColumnFamilyStore |
| ConsistencyLevel |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| ReadResponse |
| SinglePartitionReadCommand
A read command that selects a (part of a) single partition.
|
| Class and Description |
|---|
| ColumnFamilyStore |
| ConsistencyLevel |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionTime
Information on deletion of a storage engine object.
|
| Mutation |
| ReadCommand
General interface for storage-engine read commands (common to both range and
single partition commands).
|
| RegularAndStaticColumns
Columns (or a subset of the columns) that a partition contains.
|
| Class and Description |
|---|
| ColumnFamilyStore |
| Class and Description |
|---|
| ColumnFamilyStoreMBean
The MBean interface for ColumnFamilyStore
|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| Class and Description |
|---|
| ColumnFamilyStoreMBean
The MBean interface for ColumnFamilyStore
|
| Class and Description |
|---|
| ConsistencyLevel |
| Class and Description |
|---|
| IMutation |
| Mutation |
| Class and Description |
|---|
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| SnapshotCommand |
| Class and Description |
|---|
| Clustering |
| DecoratedKey
Represents a decorated key, handy for certain operations
where just working with strings gets slow.
|
| DeletionInfo
A combination of a top-level (partition) tombstone and range tombstones describing the deletions
within a partition.
|
Copyright © 2009-2020 The Apache Software Foundation