Uses of Class
org.apache.cassandra.db.RegularAndStaticColumns
-
-
Uses of RegularAndStaticColumns in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as RegularAndStaticColumns Modifier and Type Field Description RegularAndStaticColumnsUpdateParameters. updatedColumnsConstructors in org.apache.cassandra.cql3 with parameters of type RegularAndStaticColumns 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 RegularAndStaticColumns in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return RegularAndStaticColumns Modifier and Type Method Description RegularAndStaticColumnsModificationStatement. conditionColumns()RegularAndStaticColumnsModificationStatement. updatedColumns()Constructors in org.apache.cassandra.cql3.statements with parameters of type RegularAndStaticColumns Constructor Description CQL3CasRequest(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 RegularAndStaticColumns Modifier and Type Field Description static RegularAndStaticColumnsRegularAndStaticColumns. NONEMethods in org.apache.cassandra.db that return RegularAndStaticColumns Modifier and Type Method Description RegularAndStaticColumnsRegularAndStaticColumns.Builder. build()RegularAndStaticColumnsSerializationHeader. columns()RegularAndStaticColumnsRegularAndStaticColumns. mergeTo(RegularAndStaticColumns that)static RegularAndStaticColumnsRegularAndStaticColumns. of(ColumnMetadata column)RegularAndStaticColumnsRegularAndStaticColumns. without(ColumnMetadata column)Methods in org.apache.cassandra.db with parameters of type RegularAndStaticColumns Modifier and Type Method Description RegularAndStaticColumns.BuilderRegularAndStaticColumns.Builder. addAll(RegularAndStaticColumns columns)booleanRegularAndStaticColumns. includes(RegularAndStaticColumns columns)RegularAndStaticColumnsRegularAndStaticColumns. mergeTo(RegularAndStaticColumns that)Constructors in org.apache.cassandra.db with parameters of type RegularAndStaticColumns Constructor Description SerializationHeader(boolean isForSSTable, TableMetadata metadata, RegularAndStaticColumns columns, EncodingStats stats) -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.columniterator
Methods in org.apache.cassandra.db.columniterator that return RegularAndStaticColumns Modifier and Type Method Description RegularAndStaticColumnsAbstractSSTableIterator. columns() -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return RegularAndStaticColumns Modifier and Type Method Description abstract RegularAndStaticColumnsColumnFilter. fetchedColumns()The columns that needs to be fetched internally for this filter.RegularAndStaticColumnsColumnFilter.SelectionColumnFilter. fetchedColumns()RegularAndStaticColumnsColumnFilter.WildCardColumnFilter. fetchedColumns()abstract RegularAndStaticColumnsColumnFilter. queriedColumns()The columns actually queried by the user.RegularAndStaticColumnsColumnFilter.SelectionColumnFilter. queriedColumns()RegularAndStaticColumnsColumnFilter.WildCardColumnFilter. queriedColumns()Methods in org.apache.cassandra.db.filter with parameters of type RegularAndStaticColumns Modifier and Type Method Description static ColumnFilter.SelectionColumnFilterColumnFilter.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 RegularAndStaticColumns Constructor Description SelectionColumnFilter(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 RegularAndStaticColumns Modifier and Type Method Description RegularAndStaticColumnsAbstractMemtable.AbstractFlushablePartitionSet. columns()RegularAndStaticColumnsMemtable.FlushablePartitionSet. columns()The set of all columns that have been writtenRegularAndStaticColumnsAbstractMemtable.ColumnsCollector. get()Get the current state of the columns set.Methods in org.apache.cassandra.db.memtable with parameters of type RegularAndStaticColumns Modifier and Type Method Description voidAbstractMemtable.ColumnsCollector. update(RegularAndStaticColumns columns) -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.partitions
Fields in org.apache.cassandra.db.partitions declared as RegularAndStaticColumns Modifier and Type Field Description RegularAndStaticColumnsAbstractBTreePartition.Holder. columnsMethods in org.apache.cassandra.db.partitions that return RegularAndStaticColumns Modifier and Type Method Description RegularAndStaticColumnsAbstractBTreePartition. columns()RegularAndStaticColumnsPartition. columns()RegularAndStaticColumnsPartitionUpdate.Builder. columns()RegularAndStaticColumnsPartitionUpdate. columns()Methods in org.apache.cassandra.db.partitions with parameters of type RegularAndStaticColumns Modifier and Type Method Description static AbstractBTreePartition.HolderAbstractBTreePartition. unsafeConstructHolder(RegularAndStaticColumns columns, java.lang.Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats)protected AbstractBTreePartition.HolderAbstractBTreePartition.Holder. withColumns(RegularAndStaticColumns columns)Constructors in org.apache.cassandra.db.partitions with parameters of type RegularAndStaticColumns Constructor Description Builder(TableMetadata metadata, java.nio.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, java.lang.Object[] tree, DeletionInfo deletionInfo, EncodingStats stats) -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.rows
Fields in org.apache.cassandra.db.rows declared as RegularAndStaticColumns Modifier and Type Field Description protected RegularAndStaticColumnsAbstractUnfilteredRowIterator. columnsMethods in org.apache.cassandra.db.rows that return RegularAndStaticColumns Modifier and Type Method Description protected RegularAndStaticColumnsWithOnlyQueriedData. applyToPartitionColumns(RegularAndStaticColumns columns)RegularAndStaticColumnsAbstractUnfilteredRowIterator. columns()RegularAndStaticColumnsBaseRowIterator. columns()A subset of the columns for the (static and regular) rows returned by this iterator.RegularAndStaticColumnsLazilyInitializedUnfilteredRowIterator. columns()RegularAndStaticColumnsUnfilteredRowIteratorWithLowerBound. columns()RegularAndStaticColumnsWrappingUnfilteredRowIterator. columns()Methods in org.apache.cassandra.db.rows with parameters of type RegularAndStaticColumns Modifier and Type Method Description protected 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 RegularAndStaticColumns Constructor Description AbstractUnfilteredRowIterator(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 Modifier and Type Method Description RegularAndStaticColumnsCassandraStreamReader.StreamDeserializer. columns() -
Uses of RegularAndStaticColumns in org.apache.cassandra.db.transform
Methods in org.apache.cassandra.db.transform that return RegularAndStaticColumns Modifier and Type Method Description protected RegularAndStaticColumnsTransformation. applyToPartitionColumns(RegularAndStaticColumns columns)Applied to thePartitionColumnsof any rows iterator.RegularAndStaticColumnsBaseRows. columns()Methods in org.apache.cassandra.db.transform with parameters of type RegularAndStaticColumns Modifier and Type Method Description protected 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 RegularAndStaticColumns Modifier and Type Method Description Index.IndexerIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType)Creates an newIndexerobject for updates to a given partition.voidSecondaryIndexManager. indexPartition(DecoratedKey key, java.util.Set<Index> indexes, int pageSize, RegularAndStaticColumns columns)When building an index against existing data in sstables, add the given partition to the indexCleanupTransactionSecondaryIndexManager. newCleanupTransaction(DecoratedKey key, RegularAndStaticColumns regularAndStaticColumns, int nowInSec)Transaction for use when removing partitions during cleanupCompactionTransactionSecondaryIndexManager. newCompactionTransaction(DecoratedKey key, RegularAndStaticColumns regularAndStaticColumns, int versions, int 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 RegularAndStaticColumns Modifier and Type Method Description Index.IndexerCassandraIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType) -
Uses of RegularAndStaticColumns in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi with parameters of type RegularAndStaticColumns Modifier and Type Method Description Index.IndexerSASIIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext context, IndexTransaction.Type transactionType)booleanSASIIndex. indexes(RegularAndStaticColumns columns) -
Uses of RegularAndStaticColumns in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return RegularAndStaticColumns Modifier and Type Method Description RegularAndStaticColumnsSSTableIdentityIterator. columns() -
Uses of RegularAndStaticColumns in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as RegularAndStaticColumns Modifier and Type Field Description protected RegularAndStaticColumnsTableMetadata. regularAndStaticColumnsMethods in org.apache.cassandra.schema that return RegularAndStaticColumns Modifier and Type Method Description RegularAndStaticColumnsTableMetadata. regularAndStaticColumns()Methods in org.apache.cassandra.schema with parameters of type RegularAndStaticColumns Modifier and Type Method Description static 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 RegularAndStaticColumns Modifier and Type Method Description Index.IndexerPaxosUncommittedIndex. indexerFor(DecoratedKey key, RegularAndStaticColumns columns, int nowInSec, WriteContext ctx, IndexTransaction.Type transactionType) -
Uses of RegularAndStaticColumns in org.apache.cassandra.service.reads.repair
Methods in org.apache.cassandra.service.reads.repair that return RegularAndStaticColumns Modifier and Type Method Description protected RegularAndStaticColumnsPartitionIteratorMergeListener. columns(java.util.List<UnfilteredRowIterator> versions)Constructors in org.apache.cassandra.service.reads.repair with parameters of type RegularAndStaticColumns Constructor Description RowIteratorMergeListener(DecoratedKey partitionKey, RegularAndStaticColumns columns, boolean isReversed, ReplicaPlan.ForRead<E,?> readPlan, ReadCommand command, ReadRepair readRepair)
-