Uses of Interface
org.apache.cassandra.db.partitions.CachedPartition
Packages that use CachedPartition
Package
Description
-
Uses of CachedPartition in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return CachedPartitionMethods in org.apache.cassandra.db with parameters of type CachedPartitionModifier and TypeMethodDescriptionbooleanColumnFamilyStore.isFilterFullyCoveredBy(ClusteringIndexFilter filter, DataLimits limits, CachedPartition cached, long nowInSec, boolean enforceStrictLiveness) -
Uses of CachedPartition in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter with parameters of type CachedPartitionModifier and TypeMethodDescriptionabstract booleanDataLimits.hasEnoughLiveData(CachedPartition cached, long nowInSec, boolean countPartitionsWithOnlyStaticData, boolean enforceStrictLiveness) booleanClusteringIndexFilter.isFullyCoveredBy(CachedPartition partition) Returns whether we can guarantee that a given cached partition contains all the data selected by this filter.booleanClusteringIndexNamesFilter.isFullyCoveredBy(CachedPartition partition) booleanClusteringIndexSliceFilter.isFullyCoveredBy(CachedPartition partition) -
Uses of CachedPartition in org.apache.cassandra.db.partitions
Classes in org.apache.cassandra.db.partitions that implement CachedPartitionFields in org.apache.cassandra.db.partitions with type parameters of type CachedPartitionModifier and TypeFieldDescriptionstatic final ISerializer<CachedPartition>CachedPartition.cacheSerializer