Uses of Interface
org.apache.cassandra.db.partitions.Partition
-
Packages that use Partition Package Description org.apache.cassandra.cql3 org.apache.cassandra.db.filter org.apache.cassandra.db.memtable org.apache.cassandra.db.partitions org.apache.cassandra.triggers -
-
Uses of Partition in org.apache.cassandra.cql3
Constructor parameters in org.apache.cassandra.cql3 with type arguments of type Partition Constructor Description UpdateParameters(TableMetadata metadata, RegularAndStaticColumns updatedColumns, ClientState clientState, QueryOptions options, long timestamp, int nowInSec, int ttl, java.util.Map<DecoratedKey,Partition> prefetchedRows) -
Uses of Partition in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter with parameters of type Partition Modifier and Type Method Description UnfilteredRowIteratorClusteringIndexFilter. getUnfilteredRowIterator(ColumnFilter columnFilter, Partition partition)Given a partition, returns a row iterator for the rows of this partition that are selected by this filter.UnfilteredRowIteratorClusteringIndexNamesFilter. getUnfilteredRowIterator(ColumnFilter columnFilter, Partition partition)UnfilteredRowIteratorClusteringIndexSliceFilter. 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 Partition Modifier and Type Class Description protected classAbstractMemtable.AbstractFlushablePartitionSet<P extends Partition>static 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.partitions Modifier and Type Interface Description interfaceCachedPartitionA partition stored in the partition cache.Classes in org.apache.cassandra.db.partitions that implement Partition Modifier and Type Class Description classAbstractBTreePartitionclassAtomicBTreePartitionA thread-safe and atomic Partition implementation.classCachedBTreePartitionclassFilteredPartitionclassImmutableBTreePartitionclassPartitionUpdateStores updates made on a partition. -
Uses of Partition in org.apache.cassandra.triggers
Methods in org.apache.cassandra.triggers with parameters of type Partition Modifier and Type Method Description java.util.Collection<Mutation>ITrigger. augment(Partition update)Called exactly once per CF update, returned mutations are atomically updated.
-