Uses of Class
org.apache.cassandra.db.RegularAndStaticColumns
Packages that use RegularAndStaticColumns
Package
Description
File transfer
-
Uses of RegularAndStaticColumns in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as RegularAndStaticColumnsConstructors in org.apache.cassandra.cql3 with parameters of type RegularAndStaticColumnsModifierConstructorDescriptionUpdateParameters(TableMetadata metadata, RegularAndStaticColumns updatedColumns, ClientState clientState, QueryOptions options, long timestamp, long nowInSec, int ttl, Map<DecoratedKey, Partition> prefetchedRows) -
Uses of RegularAndStaticColumns in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return RegularAndStaticColumnsModifier and TypeMethodDescriptionModificationStatement.conditionColumns()ModificationStatement.updatedColumns()Constructors in org.apache.cassandra.cql3.statements with parameters of type RegularAndStaticColumnsModifierConstructorDescriptionCQL3CasRequest(TableMetadata metadata, DecoratedKey key, RegularAndStaticColumns conditionColumns, boolean updatesRegularRows, boolean updatesStaticRow) -
Uses of RegularAndStaticColumns in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as RegularAndStaticColumnsMethods in org.apache.cassandra.db that return RegularAndStaticColumnsModifier and TypeMethodDescriptionRegularAndStaticColumns.Builder.build()SerializationHeader.columns()RegularAndStaticColumns.mergeTo(RegularAndStaticColumns that) static RegularAndStaticColumnsRegularAndStaticColumns.of(ColumnMetadata column) RegularAndStaticColumns.without(ColumnMetadata column) Methods in org.apache.cassandra.db with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionRegularAndStaticColumns.Builder.addAll(RegularAndStaticColumns columns) booleanRegularAndStaticColumns.includes(RegularAndStaticColumns columns) RegularAndStaticColumns.mergeTo(RegularAndStaticColumns that) Constructors in org.apache.cassandra.db with parameters of type RegularAndStaticColumnsModifierConstructorDescriptionSerializationHeader(boolean isForSSTable, TableMetadata metadata, RegularAndStaticColumns columns, EncodingStats stats) -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return RegularAndStaticColumnsModifier and TypeMethodDescriptionabstract RegularAndStaticColumnsColumnFilter.fetchedColumns()The columns that needs to be fetched internally for this filter.ColumnFilter.SelectionColumnFilter.fetchedColumns()ColumnFilter.WildCardColumnFilter.fetchedColumns()abstract RegularAndStaticColumnsColumnFilter.queriedColumns()The columns actually queried by the user.ColumnFilter.SelectionColumnFilter.queriedColumns()ColumnFilter.WildCardColumnFilter.queriedColumns()Methods in org.apache.cassandra.db.filter with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionColumnFilter.SelectionColumnFilter.newInstance(org.apache.cassandra.db.filter.ColumnFilter.FetchingStrategy fetchingStrategy, TableMetadata metadata, RegularAndStaticColumns queried, com.google.common.collect.SortedSetMultimap<ColumnIdentifier, ColumnSubselection> subSelections) static ColumnFilterColumnFilter.selection(RegularAndStaticColumns columns) A filter that only fetches/queries the provided columns.static ColumnFilterColumnFilter.selection(TableMetadata metadata, RegularAndStaticColumns queried, boolean returnStaticContentOnPartitionWithNoRows) A filter that fetches all columns for the provided table, but returns only the queried ones.Constructors in org.apache.cassandra.db.filter with parameters of type RegularAndStaticColumnsModifierConstructorDescriptionSelectionColumnFilter(org.apache.cassandra.db.filter.ColumnFilter.FetchingStrategy fetchingStrategy, RegularAndStaticColumns queried, RegularAndStaticColumns fetched, com.google.common.collect.SortedSetMultimap<ColumnIdentifier, ColumnSubselection> subSelections) Creates aColumnFilterfor queries with selected columns. -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.memtable
Methods in org.apache.cassandra.db.memtable that return RegularAndStaticColumnsModifier and TypeMethodDescriptionAbstractMemtable.AbstractFlushablePartitionSet.columns()Memtable.FlushablePartitionSet.columns()The set of all columns that have been writtenAbstractMemtable.ColumnsCollector.get()Get the current state of the columns set.Methods in org.apache.cassandra.db.memtable with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionvoidAbstractMemtable.ColumnsCollector.update(RegularAndStaticColumns columns) -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return RegularAndStaticColumnsModifier and TypeMethodDescriptionAbstractBTreePartition.columns()Partition.columns()PartitionUpdate.Builder.columns()PartitionUpdate.columns()Methods in org.apache.cassandra.db.partitions with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionstatic BTreePartitionDataBTreePartitionData.unsafeConstruct(RegularAndStaticColumns columns, Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats) Constructors in org.apache.cassandra.db.partitions with parameters of type RegularAndStaticColumnsModifierConstructorDescriptionBuilder(TableMetadata metadata, ByteBuffer key, RegularAndStaticColumns columns, int initialRowCapacity) Builder(TableMetadata metadata, DecoratedKey key, RegularAndStaticColumns columnDefinitions, int size) Builder(TableMetadata metadata, DecoratedKey key, RegularAndStaticColumns columns, int initialRowCapacity, boolean canHaveShadowedData) ImmutableBTreePartition(TableMetadata metadata, DecoratedKey partitionKey, RegularAndStaticColumns columns, Row staticRow, Object[] tree, DeletionInfo deletionInfo, EncodingStats stats) -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as RegularAndStaticColumnsModifier and TypeFieldDescriptionprotected final RegularAndStaticColumnsAbstractUnfilteredRowIterator.columnsMethods in org.apache.cassandra.db.rows that return RegularAndStaticColumnsModifier and TypeMethodDescriptionprotected RegularAndStaticColumnsWithOnlyQueriedData.applyToPartitionColumns(RegularAndStaticColumns columns) AbstractUnfilteredRowIterator.columns()BaseRowIterator.columns()A subset of the columns for the (static and regular) rows returned by this iterator.LazilyInitializedUnfilteredRowIterator.columns()UnfilteredRowIteratorWithLowerBound.columns()default RegularAndStaticColumnsWrappingUnfilteredRowIterator.columns()Methods in org.apache.cassandra.db.rows with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionprotected RegularAndStaticColumnsWithOnlyQueriedData.applyToPartitionColumns(RegularAndStaticColumns columns) static UnfilteredRowIteratorUnfilteredRowIterators.singleton(Unfiltered unfiltered, TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, RegularAndStaticColumns columns, Row staticRow, boolean isReverseOrder, EncodingStats encodingStats) Constructors in org.apache.cassandra.db.rows with parameters of type RegularAndStaticColumnsModifierConstructorDescriptionprotectedAbstractUnfilteredRowIterator(TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, RegularAndStaticColumns columns, Row staticRow, boolean isReverseOrder, EncodingStats stats) -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming that return RegularAndStaticColumns -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.transform
Methods in org.apache.cassandra.db.transform that return RegularAndStaticColumnsModifier and TypeMethodDescriptionprotected RegularAndStaticColumnsTransformation.applyToPartitionColumns(RegularAndStaticColumns columns) Applied to thePartitionColumnsof any rows iterator.BaseRows.columns()Methods in org.apache.cassandra.db.transform with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionprotected RegularAndStaticColumnsTransformation.applyToPartitionColumns(RegularAndStaticColumns columns) Applied to thePartitionColumnsof any rows iterator.static UnfilteredRowIteratorMoreRows.extend(UnfilteredRowIterator iterator, MoreRows<? super UnfilteredRowIterator> more, RegularAndStaticColumns columns) -
Uses of RegularAndStaticColumns in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionIndex.Group.indexerFor(Predicate<Index> indexSelector, DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) Creates an newIndexerobject for updates to a given partition.Index.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) Creates an newIndexerobject for updates to a given partition.SingletonIndexGroup.indexerFor(Predicate<Index> indexSelector, DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) voidSecondaryIndexManager.indexPartition(DecoratedKey key, Set<Index> indexes, int pageSize, RegularAndStaticColumns columns) When building an index against existing data in sstables, add the given partition to the indexSecondaryIndexManager.newCleanupTransaction(DecoratedKey key, RegularAndStaticColumns regularAndStaticColumns, long nowInSec) Transaction for use when removing partitions during cleanupSecondaryIndexManager.newCompactionTransaction(DecoratedKey key, RegularAndStaticColumns regularAndStaticColumns, int versions, long nowInSec) Transaction for use when merging rows during compaction -
Uses of RegularAndStaticColumns in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionCassandraIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of RegularAndStaticColumns in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionStorageAttachedIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext writeContext, IndexTransaction.Type transactionType, Memtable memtable) StorageAttachedIndexGroup.indexerFor(Predicate<Index> indexSelector, DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of RegularAndStaticColumns in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionSASIIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext context, IndexTransaction.Type transactionType, Memtable memtable) booleanSASIIndex.indexes(RegularAndStaticColumns columns) -
Uses of RegularAndStaticColumns in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return RegularAndStaticColumns -
Uses of RegularAndStaticColumns in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as RegularAndStaticColumnsModifier and TypeFieldDescriptionprotected final RegularAndStaticColumnsTableMetadata.regularAndStaticColumnsMethods in org.apache.cassandra.schema that return RegularAndStaticColumnsMethods in org.apache.cassandra.schema with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionstatic ColumnMetadataTableMetadata.CompactTableMetadata.getCompactValueColumn(RegularAndStaticColumns columns) -
Uses of RegularAndStaticColumns in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type RegularAndStaticColumnsModifier and TypeMethodDescriptionPaxosUncommittedIndex.indexerFor(DecoratedKey key, RegularAndStaticColumns columns, long nowInSec, WriteContext ctx, IndexTransaction.Type transactionType, Memtable memtable) -
Uses of RegularAndStaticColumns in org.apache.cassandra.service.reads.repair
Methods in org.apache.cassandra.service.reads.repair that return RegularAndStaticColumnsModifier and TypeMethodDescriptionstatic RegularAndStaticColumnsPartitionIteratorMergeListener.columns(List<UnfilteredRowIterator> versions) Constructors in org.apache.cassandra.service.reads.repair with parameters of type RegularAndStaticColumnsModifierConstructorDescriptionRowIteratorMergeListener(DecoratedKey partitionKey, RegularAndStaticColumns columns, boolean isReversed, ReplicaPlan.ForRead<E, ?> readPlan, ReadCommand command, ReadRepair<E, ?> readRepair)