Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.db.partitions |
Modifier and Type | Method and Description |
---|---|
CachedPartition |
ColumnFamilyStore.getRawCachedPartition(DecoratedKey key) |
Modifier and Type | Method and Description |
---|---|
boolean |
ColumnFamilyStore.isFilterFullyCoveredBy(ClusteringIndexFilter filter,
DataLimits limits,
CachedPartition cached,
int nowInSec) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
DataLimits.hasEnoughLiveData(CachedPartition cached,
int nowInSec,
boolean countPartitionsWithOnlyStaticData,
boolean enforceStrictLiveness) |
boolean |
ClusteringIndexFilter.isFullyCoveredBy(CachedPartition partition)
Returns whether we can guarantee that a given cached partition contains all the data selected by this filter.
|
boolean |
ClusteringIndexNamesFilter.isFullyCoveredBy(CachedPartition partition) |
boolean |
ClusteringIndexSliceFilter.isFullyCoveredBy(CachedPartition partition) |
Modifier and Type | Class and Description |
---|---|
class |
CachedBTreePartition |
Modifier and Type | Field and Description |
---|---|
static ISerializer<CachedPartition> |
CachedPartition.cacheSerializer |
Copyright © 2018 The Apache Software Foundation