Constructor and Description |
---|
UpdateParameters(CFMetaData metadata,
PartitionColumns updatedColumns,
QueryOptions options,
long timestamp,
int ttl,
java.util.Map<DecoratedKey,Partition> prefetchedRows,
boolean validateIndexedColumns) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<DecoratedKey,Partition> |
ModificationStatement.readRequiredLists(java.util.Collection<java.nio.ByteBuffer> partitionKeys,
CBuilder cbuilder,
boolean local,
ConsistencyLevel cl) |
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 |
AbstractThreadUnsafePartition
Abstract common class for all non-thread safe Partition implementations.
|
class |
ArrayBackedCachedPartition |
class |
ArrayBackedPartition |
class |
AtomicBTreePartition
A thread-safe and atomic Partition implementation.
|
class |
FilteredPartition |
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 © 2015 The Apache Software Foundation