Uses of Interface
org.apache.cassandra.db.partitions.CachedPartition
-
Packages that use CachedPartition Package Description org.apache.cassandra.db org.apache.cassandra.db.filter org.apache.cassandra.db.partitions -
-
Uses of CachedPartition in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return CachedPartition Modifier and Type Method Description CachedPartition
ColumnFamilyStore. getRawCachedPartition(DecoratedKey key)
Methods in org.apache.cassandra.db with parameters of type CachedPartition Modifier and Type Method Description boolean
ColumnFamilyStore. isFilterFullyCoveredBy(ClusteringIndexFilter filter, DataLimits limits, CachedPartition cached, int nowInSec, boolean enforceStrictLiveness)
-
Uses of CachedPartition in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter with parameters of type CachedPartition Modifier and Type Method 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)
-
Uses of CachedPartition in org.apache.cassandra.db.partitions
Classes in org.apache.cassandra.db.partitions that implement CachedPartition Modifier and Type Class Description class
CachedBTreePartition
Fields in org.apache.cassandra.db.partitions with type parameters of type CachedPartition Modifier and Type Field Description static ISerializer<CachedPartition>
CachedPartition. cacheSerializer
-