Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.db.partitions | |
org.apache.cassandra.triggers |
Constructor and Description |
---|
UpdateParameters(CFMetaData metadata,
PartitionColumns updatedColumns,
QueryOptions options,
long timestamp,
int ttl,
java.util.Map<DecoratedKey,Partition> prefetchedRows) |
Modifier and Type | Method and Description |
---|---|
Partition |
Memtable.getPartition(DecoratedKey key) |
Modifier and Type | Method and Description |
---|---|
UnfilteredRowIterator |
ClusteringIndexFilter.getUnfilteredRowIterator(ColumnFilter columnFilter,
Partition partition)
Given a partition, returns a row iterator for the rows of this partition that are selected by this filter.
|
UnfilteredRowIterator |
ClusteringIndexNamesFilter.getUnfilteredRowIterator(ColumnFilter columnFilter,
Partition partition) |
UnfilteredRowIterator |
ClusteringIndexSliceFilter.getUnfilteredRowIterator(ColumnFilter columnFilter,
Partition partition) |
Modifier and Type | Interface and Description |
---|---|
interface |
CachedPartition
A partition stored in the partition cache.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBTreePartition |
class |
AtomicBTreePartition
A thread-safe and atomic Partition implementation.
|
class |
CachedBTreePartition |
class |
FilteredPartition |
class |
ImmutableBTreePartition |
class |
PartitionUpdate
Stores updates made on a partition.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Mutation> |
ITrigger.augment(Partition update)
Called exactly once per CF update, returned mutations are atomically updated.
|
Copyright © 2018 The Apache Software Foundation