Uses of Interface
org.apache.cassandra.db.partitions.Partition
Packages that use Partition
Package
Description
-
Uses of Partition in org.apache.cassandra.cql3
Constructor parameters in org.apache.cassandra.cql3 with type arguments of type PartitionModifierConstructorDescriptionUpdateParameters(TableMetadata metadata, RegularAndStaticColumns updatedColumns, ClientState clientState, QueryOptions options, long timestamp, long nowInSec, int ttl, Map<DecoratedKey, Partition> prefetchedRows) -
Uses of Partition in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter with parameters of type PartitionModifier and TypeMethodDescriptionClusteringIndexFilter.getUnfilteredRowIterator(ColumnFilter columnFilter, Partition partition) Given a partition, returns a row iterator for the rows of this partition that are selected by this filter.ClusteringIndexNamesFilter.getUnfilteredRowIterator(ColumnFilter columnFilter, Partition partition) ClusteringIndexSliceFilter.getUnfilteredRowIterator(ColumnFilter columnFilter, Partition partition) -
Uses of Partition in org.apache.cassandra.db.memtable
Classes in org.apache.cassandra.db.memtable with type parameters of type PartitionModifier and TypeClassDescriptionprotected classstatic interfaceMemtable.FlushablePartitionSet<P extends Partition>A collection of partitions for flushing plus some information required for writing an sstable. -
Uses of Partition in org.apache.cassandra.db.partitions
Subinterfaces of Partition in org.apache.cassandra.db.partitionsModifier and TypeInterfaceDescriptioninterfaceA partition stored in the partition cache.Classes in org.apache.cassandra.db.partitions that implement PartitionModifier and TypeClassDescriptionclassfinal classA thread-safe and atomic Partition implementation.classclassclassclassStores updates made on a partition. -
Uses of Partition in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format with type parameters of type Partition -
Uses of Partition in org.apache.cassandra.triggers
Methods in org.apache.cassandra.triggers with parameters of type PartitionModifier and TypeMethodDescriptionCalled exactly once per CF update, returned mutations are atomically updated.