Uses of Interface
org.apache.cassandra.db.rows.Row
Packages that use Row
Package
Description
File transfer
-
Uses of Row in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return RowModifier and TypeMethodDescriptionUpdateParameters.buildRow()UpdateParameters.getPrefetchedRow(DecoratedKey key, Clustering<?> clustering) Returns the prefetched row with the already performed modifications.Methods in org.apache.cassandra.cql3 that return types with arguments of type RowModifier and TypeMethodDescriptionstatic Map<DecoratedKey,List<Row>> QueryProcessor.executeInternalRawWithNow(long nowInSec, String query, Object... values) A special version of executeInternal that takes the time used as "now" for the query in argument.Methods in org.apache.cassandra.cql3 with parameters of type RowModifier and TypeMethodDescriptionstatic UntypedResultSet.RowUntypedResultSet.Row.fromInternalRow(TableMetadata metadata, DecoratedKey key, Row row) -
Uses of Row in org.apache.cassandra.cql3.conditions
Methods in org.apache.cassandra.cql3.conditions with parameters of type RowModifier and TypeMethodDescriptionabstract booleanValidates whether this condition applies tocurrent.protected static final Cell<?>ColumnCondition.getCell(Row row, ColumnMetadata column) protected static final Cell<?>ColumnCondition.getCell(Row row, ColumnMetadata column, CellPath path) ColumnCondition.getCells(Row row, ColumnMetadata column) -
Uses of Row in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return types with arguments of type RowModifier and TypeMethodDescriptionSelectStatement.executeRawInternal(QueryOptions options, ClientState state, long nowInSec) -
Uses of Row in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RowMethods in org.apache.cassandra.db that return types with arguments of type RowMethods in org.apache.cassandra.db with parameters of type RowModifier and TypeMethodDescriptionstatic ColumnsReturns a newColumnsobject holing the same columns as the provided Row.static UnfilteredRowIteratorEmptyIterators.unfilteredRow(TableMetadata metadata, DecoratedKey partitionKey, boolean isReverseOrder, Row staticRow, DeletionTime partitionDeletion) -
Uses of Row in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter with parameters of type RowModifier and TypeMethodDescriptionprotected abstract voidDataLimits.Counter.applyToPartition(DecoratedKey partitionKey, Row staticRow) protected ByteBufferRowFilter.Expression.getValue(TableMetadata metadata, DecoratedKey partitionKey, Row row, long nowInSec) protected booleanbooleanRowFilter.CustomExpression.isSatisfiedBy(TableMetadata metadata, DecoratedKey partitionKey, Row row, long nowInSec) abstract booleanRowFilter.Expression.isSatisfiedBy(TableMetadata metadata, DecoratedKey partitionKey, Row row, long nowInSec) Returns whether the provided row satisfied this expression or not.booleanRowFilter.isSatisfiedBy(TableMetadata metadata, DecoratedKey partitionKey, Row row, long nowInSec) Whether the provided row in the provided partition satisfies this filter.booleanRowFilter.SimpleExpression.isSatisfiedBy(TableMetadata metadata, DecoratedKey partitionKey, Row row, long nowInSec) -
Uses of Row in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions that return RowModifier and TypeMethodDescriptionprotected RowPurgeFunction.applyToRow(Row row) protected RowPurgeFunction.applyToStatic(Row row) AbstractBTreePartition.getRow(Clustering<?> clustering) AtomicBTreePartition.getRow(Clustering<?> clustering) Partition.getRow(Clustering<?> clustering) Returns the row corresponding to the provided clustering, or null if there is not such row.AbstractBTreePartition.lastRow()AtomicBTreePartition.lastRow()CachedPartition.lastRow()The last row in this cached partition (in order words, the row with the biggest clustering that the partition contains).AbstractBTreePartition.staticRow()AtomicBTreePartition.staticRow()Methods in org.apache.cassandra.db.partitions that return types with arguments of type RowModifier and TypeMethodDescriptionAbstractBTreePartition.iterator()AtomicBTreePartition.iterator()Methods in org.apache.cassandra.db.partitions with parameters of type RowModifier and TypeMethodDescriptionvoidAdds a row to this update.protected RowPurgeFunction.applyToRow(Row row) protected RowPurgeFunction.applyToStatic(Row row) static PartitionUpdatePartitionUpdate.singleRowUpdate(TableMetadata metadata, ByteBuffer key, Row row) Creates an immutable partition update that contains a single row update.static PartitionUpdatePartitionUpdate.singleRowUpdate(TableMetadata metadata, DecoratedKey key, Row row) Creates an immutable partition update that contains a single row update.static PartitionUpdatePartitionUpdate.singleRowUpdate(TableMetadata metadata, DecoratedKey key, Row row, Row staticRow) Creates an immutable partition update that contains a single row update.static BTreePartitionDataBTreePartitionData.unsafeConstruct(RegularAndStaticColumns columns, Object[] tree, DeletionInfo deletionInfo, Row staticRow, EncodingStats stats) Constructors in org.apache.cassandra.db.partitions with parameters of type RowModifierConstructorDescriptionImmutableBTreePartition(TableMetadata metadata, DecoratedKey partitionKey, RegularAndStaticColumns columns, Row staticRow, Object[] tree, DeletionInfo deletionInfo, EncodingStats stats) -
Uses of Row in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows that implement RowModifier and TypeClassDescriptionclassBase abstract class forRowimplementations.classImmutable implementation of a Row object.Fields in org.apache.cassandra.db.rows declared as RowModifier and TypeFieldDescriptionstatic final RowRows.EMPTY_STATIC_ROWprotected final RowAbstractUnfilteredRowIterator.staticRowfinal RowUnfilteredRowIteratorSerializer.Header.staticRowMethods in org.apache.cassandra.db.rows that return RowModifier and TypeMethodDescriptionprotected RowWithOnlyQueriedData.applyToRow(Row row) protected RowWithOnlyQueriedData.applyToStatic(Row row) BTreeRow.Builder.build()Row.Builder.build()Builds and return built row.Row.SimpleBuilder.build()Returns the built row.UnfilteredSerializer.deserializeRowBody(DataInputPlus in, SerializationHeader header, DeserializationHelper helper, int flags, int extendedFlags, Row.Builder builder) UnfilteredSerializer.deserializeStaticRow(DataInputPlus in, SerializationHeader header, DeserializationHelper helper) BTreeRow.filter(ColumnFilter filter, DeletionTime activeDeletion, boolean setActiveDeletionToRow, TableMetadata metadata) BTreeRow.filter(ColumnFilter filter, TableMetadata metadata) Row.filter(ColumnFilter filter, DeletionTime activeDeletion, boolean setActiveDeletionToRow, TableMetadata metadata) Returns a copy of this row that: 1) only includes the data for the column included byfilter.Row.filter(ColumnFilter filter, TableMetadata metadata) Returns a copy of this row that: 1) only includes the data for the column included byfilter.BTreeRow.markCounterLocalToBeCleared()Returns a copy of this row where all counter cells have they "local" shard marked for clearing.static RowBTreeRow.merge(BTreeRow existing, BTreeRow update, ColumnData.PostReconciliationFunction reconcileF) Row.Merger.merge(DeletionTime activeDeletion) static Rowstatic RowRows.merge(Row existing, Row update, ColumnData.PostReconciliationFunction onReconcile) Merges two rows.Row[]Row.Merger.mergedRows()BTreeRow.purge(DeletionPurger purger, long nowInSec, boolean enforceStrictLiveness) Row.purge(DeletionPurger purger, long nowInSec, boolean enforceStrictLiveness) Returns a copy of this row without any deletion info that should be purged according topurger.BTreeRow.purgeDataOlderThan(long timestamp, boolean enforceStrictLiveness) Row.purgeDataOlderThan(long timestamp, boolean enforceStrictLiveness) static RowRows.removeShadowedCells(Row existing, Row update, DeletionTime rangeDeletion) Returns a row that is obtained from the given existing row by removing everything that is shadowed by data in the update row.AbstractUnfilteredRowIterator.staticRow()BaseRowIterator.staticRow()The static part corresponding to this partition (this can be an empty row but cannot benull).LazilyInitializedUnfilteredRowIterator.staticRow()UnfilteredRowIteratorWithLowerBound.staticRow()default RowWrappingUnfilteredRowIterator.staticRow()BTreeRow.transform(Function<ColumnData, ColumnData> function) BTreeRow.transformAndFilter(Function<ColumnData, ColumnData> function) BTreeRow.transformAndFilter(LivenessInfo info, Row.Deletion deletion, Function<ColumnData, ColumnData> function) Row.transformAndFilter(Function<ColumnData, ColumnData> function) Requires thatfunctionreturns eithernullorColumnDatafor the same column.Row.transformAndFilter(LivenessInfo info, Row.Deletion deletion, Function<ColumnData, ColumnData> function) Requires thatfunctionreturns eithernullorColumnDatafor the same column.BTreeRow.updateAllTimestamp(long newTimestamp) Returns a copy of the row where all timestamps for live data have replaced bynewTimestampand all deletion timestamp bynewTimestamp - 1.Row.updateAllTimestamp(long newTimestamp) Returns a copy of this row where all live timestamp have been replaced bynewTimestampand every deletion timestamp bynewTimestamp - 1.BTreeRow.withOnlyQueriedData(ColumnFilter filter) Row.withOnlyQueriedData(ColumnFilter filter) Returns a copy of this row which only include the data queried byfilter, excluding anything _fetched_ for internal reasons but not queried by the user (seeColumnFilterfor details).BTreeRow.withRowDeletion(DeletionTime newDeletion) Row.withRowDeletion(DeletionTime deletion) Returns a copy of this row with the new deletion as row deletion if it is more recent than the current row deletion.Methods in org.apache.cassandra.db.rows with parameters of type RowModifier and TypeMethodDescriptionvoidprotected RowWithOnlyQueriedData.applyToRow(Row row) protected RowWithOnlyQueriedData.applyToStatic(Row row) static EncodingStatsEncodingStats.Collector.collect(Row staticRow, Iterator<Row> rows, DeletionInfo deletionInfo) static intRows.collectStats(Row row, PartitionStatisticsCollector collector) Collect statistics on a given row.static voidRows.diff(RowDiffListener diffListener, Row merged, Row... inputs) Given the result (merged) of merging multipleinputs, signals the difference between each input andmergedtodiffListener.static booleanUnfilteredSerializer.hasExtendedFlags(Row row) static Rowstatic RowRows.merge(Row existing, Row update, ColumnData.PostReconciliationFunction onReconcile) Merges two rows.static UnfilteredRowIteratorUnfilteredRowIterators.noRowsIterator(TableMetadata metadata, DecoratedKey partitionKey, Row staticRow, DeletionTime partitionDeletion, boolean isReverseOrder) Returns an empty unfiltered iterator for a given partition.voidUnfilteredRowIterators.MergeListener.onMergedRows(Row merged, Row[] versions) Called once for every row participating in the merge.static RowRows.removeShadowedCells(Row existing, Row update, DeletionTime rangeDeletion) Returns a row that is obtained from the given existing row by removing everything that is shadowed by data in the update row.voidUnfilteredSerializer.serializeStaticRow(Row row, SerializationHelper helper, DataOutputPlus out, int version) static UnfilteredRowIteratorUnfilteredRowIterators.singleton(Unfiltered unfiltered, TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, RegularAndStaticColumns columns, Row staticRow, boolean isReverseOrder, EncodingStats encodingStats) Method parameters in org.apache.cassandra.db.rows with type arguments of type RowModifier and TypeMethodDescriptionstatic EncodingStatsEncodingStats.Collector.collect(Row staticRow, Iterator<Row> rows, DeletionInfo deletionInfo) Constructors in org.apache.cassandra.db.rows with parameters of type RowModifierConstructorDescriptionprotectedAbstractUnfilteredRowIterator(TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, RegularAndStaticColumns columns, Row staticRow, boolean isReverseOrder, EncodingStats stats) RowAndDeletionMergeIterator(TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, ColumnFilter selection, Row staticRow, boolean isReversed, EncodingStats stats, Iterator<Row> rows, Iterator<RangeTombstone> ranges, boolean removeShadowedData) Constructor parameters in org.apache.cassandra.db.rows with type arguments of type RowModifierConstructorDescriptionRowAndDeletionMergeIterator(TableMetadata metadata, DecoratedKey partitionKey, DeletionTime partitionLevelDeletion, ColumnFilter selection, Row staticRow, boolean isReversed, EncodingStats stats, Iterator<Row> rows, Iterator<RangeTombstone> ranges, boolean removeShadowedData) -
Uses of Row in org.apache.cassandra.db.streaming
Fields in org.apache.cassandra.db.streaming declared as RowModifier and TypeFieldDescriptionprotected RowCassandraStreamReader.StreamDeserializer.staticRowMethods in org.apache.cassandra.db.streaming that return Row -
Uses of Row in org.apache.cassandra.db.transform
Methods in org.apache.cassandra.db.transform that return RowModifier and TypeMethodDescriptionprotected RowDuplicateRowChecker.applyToRow(Row row) protected RowFilter.applyToRow(Row row) protected RowTransformation.applyToRow(Row row) Applied to any row we encounter in a rows iteratorprotected RowDuplicateRowChecker.applyToStatic(Row row) protected RowFilter.applyToStatic(Row row) protected RowTransformation.applyToStatic(Row row) Applied to the static row of any rows iterator.BaseRows.staticRow()Methods in org.apache.cassandra.db.transform with parameters of type RowModifier and TypeMethodDescriptionprotected RowDuplicateRowChecker.applyToRow(Row row) protected RowFilter.applyToRow(Row row) protected RowTransformation.applyToRow(Row row) Applied to any row we encounter in a rows iteratorprotected RowDuplicateRowChecker.applyToStatic(Row row) protected RowFilter.applyToStatic(Row row) protected RowTransformation.applyToStatic(Row row) Applied to the static row of any rows iterator. -
Uses of Row in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view with parameters of type RowModifier and TypeMethodDescriptionvoidViewUpdateGenerator.addBaseTableUpdate(Row existingBaseRow, Row mergedBaseRow) Adds to this generator the updates to be made to the view given a base table row before and after an update.booleanView.matchesViewFilter(DecoratedKey partitionKey, Row baseRow, long nowInSec) Whether a given base row matches the view filter (and thus if is should have a corresponding entry).booleanView.mayBeAffectedBy(DecoratedKey partitionKey, Row update) Whether the view might be affected by the provided update. -
Uses of Row in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type RowModifier and TypeMethodDescriptiondefault voidNotification that a new row was inserted into the Memtable holding the partition.default voidNotification that a row was removed from the partition.default voidNotification of a modification to a row in the base table's Memtable. -
Uses of Row in org.apache.cassandra.index.internal
Methods in org.apache.cassandra.index.internal with parameters of type RowModifier and TypeMethodDescriptionabstract IndexEntryCassandraIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) Used at search time to convert a row in the index table into a simple struct containing the values required to retrieve the corresponding row from the base table.abstract booleanCassandraIndex.isStale(Row row, ByteBuffer indexValue, long nowInSec) Check whether a value retrieved from an index is still valid by comparing it to current row from the base table. -
Uses of Row in org.apache.cassandra.index.internal.composites
Methods in org.apache.cassandra.index.internal.composites with parameters of type RowModifier and TypeMethodDescriptionClusteringColumnIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) CollectionKeyIndexBase.decodeEntry(DecoratedKey indexedValue, Row indexEntry) CollectionValueIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) PartitionKeyIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) RegularColumnIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) booleanClusteringColumnIndex.isStale(Row data, ByteBuffer indexValue, long nowInSec) booleanCollectionEntryIndex.isStale(Row data, ByteBuffer indexValue, long nowInSec) booleanCollectionKeyIndex.isStale(Row data, ByteBuffer indexValue, long nowInSec) booleanCollectionValueIndex.isStale(Row data, ByteBuffer indexValue, long nowInSec) booleanPartitionKeyIndex.isStale(Row data, ByteBuffer indexValue, long nowInSec) booleanRegularColumnIndex.isStale(Row data, ByteBuffer indexValue, long nowInSec) -
Uses of Row in org.apache.cassandra.index.internal.keys
Methods in org.apache.cassandra.index.internal.keys with parameters of type RowModifier and TypeMethodDescriptionKeysIndex.decodeEntry(DecoratedKey indexedValue, Row indexEntry) booleanKeysIndex.isStale(Row row, ByteBuffer indexValue, long nowInSec) -
Uses of Row in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai with parameters of type RowModifier and TypeMethodDescriptionvoidStorageAttachedIndex.validateTermSizeForRow(DecoratedKey key, Row row, boolean isClientMutation, ClientState state) Validate maximum term size for given row -
Uses of Row in org.apache.cassandra.index.sai.disk
Methods in org.apache.cassandra.index.sai.disk with parameters of type RowModifier and TypeMethodDescriptionvoidPerColumnIndexWriter.addRow(PrimaryKey key, Row row, long sstableRowId) Adds a row to this index.void -
Uses of Row in org.apache.cassandra.index.sai.disk.v1
Methods in org.apache.cassandra.index.sai.disk.v1 with parameters of type RowModifier and TypeMethodDescriptionvoidMemtableIndexWriter.addRow(PrimaryKey key, Row row, long sstableRowId) voidSSTableIndexWriter.addRow(PrimaryKey key, Row row, long sstableRowId) -
Uses of Row in org.apache.cassandra.index.sai.disk.v1.vector
Methods in org.apache.cassandra.index.sai.disk.v1.vector with parameters of type RowModifier and TypeMethodDescriptionbooleanPrimaryKeyWithScore.isIndexDataValid(Row row, long nowInSecs) -
Uses of Row in org.apache.cassandra.index.sai.memory
Methods in org.apache.cassandra.index.sai.memory with parameters of type RowModifier and TypeMethodDescriptionlongMemtableIndexManager.index(DecoratedKey key, Row row, Memtable mt) longMemtableIndexManager.update(DecoratedKey key, Row oldRow, Row newRow, Memtable memtable) -
Uses of Row in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan with parameters of type RowModifier and TypeMethodDescriptionbooleanFilterTree.isSatisfiedBy(DecoratedKey key, Row row, Row staticRow) -
Uses of Row in org.apache.cassandra.index.sai.utils
Classes in org.apache.cassandra.index.sai.utils that implement RowModifier and TypeClassDescriptionclassA Row wrapper that has aCellSourceIdentifierthat gets added to cell as part of theRowWithSource.getCell(ColumnMetadata)andRowWithSource.getCell(ColumnMetadata, CellPath)calls.Fields in org.apache.cassandra.index.sai.utils declared as RowMethods in org.apache.cassandra.index.sai.utils that return RowModifier and TypeMethodDescriptionRowWithSource.filter(ColumnFilter filter, DeletionTime activeDeletion, boolean setActiveDeletionToRow, TableMetadata metadata) RowWithSource.filter(ColumnFilter filter, TableMetadata metadata) RowWithSource.markCounterLocalToBeCleared()RowWithSource.purge(DeletionPurger purger, long nowInSec, boolean enforceStrictLiveness) RowWithSource.purgeDataOlderThan(long timestamp, boolean enforceStrictLiveness) RowWithSource.transformAndFilter(Function<ColumnData, ColumnData> function) RowWithSource.transformAndFilter(LivenessInfo info, Row.Deletion deletion, Function<ColumnData, ColumnData> function) RowWithSource.updateAllTimestamp(long newTimestamp) RowWithSource.withOnlyQueriedData(ColumnFilter filter) RowWithSource.withRowDeletion(DeletionTime deletion) Methods in org.apache.cassandra.index.sai.utils with parameters of type RowModifier and TypeMethodDescriptionIndexTermType.valueOf(DecoratedKey key, Row row, long nowInSecs) Returns the cell value from theDecoratedKeyorRowfor theIndexTermTypebased on the kind of column thisIndexTermTypeis based on.Returns a value iterator for collection typeIndexTermTypes.Constructors in org.apache.cassandra.index.sai.utils with parameters of type RowModifierConstructorDescriptionPartitionInfo(DecoratedKey key, Row staticRow) PartitionInfo(DecoratedKey key, Row staticRow, DeletionTime partitionDeletion, EncodingStats encodingStats) RowWithSource(Row row, CellSourceIdentifier source) -
Uses of Row in org.apache.cassandra.index.sasi.conf
Methods in org.apache.cassandra.index.sasi.conf with parameters of type RowModifier and TypeMethodDescriptionstatic ByteBufferColumnIndex.getValueOf(ColumnMetadata column, Row row, long nowInSecs) longColumnIndex.index(DecoratedKey key, Row row) -
Uses of Row in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk with parameters of type Row -
Uses of Row in org.apache.cassandra.index.sasi.plan
Methods in org.apache.cassandra.index.sasi.plan with parameters of type RowModifier and TypeMethodDescriptionbooleanOperation.satisfiedBy(Unfiltered currentCluster, Row staticRow, boolean allowMissingColumns) Recursive "satisfies" checks based on operation and data from the lower level members using depth-first search and bubbling the results back to the top level caller. -
Uses of Row in org.apache.cassandra.index.transactions
Methods in org.apache.cassandra.index.transactions with parameters of type RowModifier and TypeMethodDescriptionvoidUpdateTransaction.onInserted(Row row) voidCleanupTransaction.onRowDelete(Row row) voidCompactionTransaction.onRowMerge(Row merged, Row... versions) void -
Uses of Row in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as RowMethods in org.apache.cassandra.io.sstable that return RowModifier and TypeMethodDescriptionSSTableSimpleIterator.EmptySSTableSimpleIterator.readStaticRow()abstract RowSSTableSimpleIterator.readStaticRow()AbstractSSTableIterator.staticRow()SSTableIdentityIterator.staticRow()Methods in org.apache.cassandra.io.sstable with parameters of type Row -
Uses of Row in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type RowModifier and TypeMethodDescriptionvoidSortedTablePartitionWriter.addStaticRow(Row staticRow) protected voidprotected voidSortedTableWriter.onStaticRow(Row row) -
Uses of Row in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics that return RowMethods in org.apache.cassandra.metrics with parameters of type Row -
Uses of Row in org.apache.cassandra.service.pager
Methods in org.apache.cassandra.service.pager with parameters of type RowModifier and TypeMethodDescriptionstatic PagingState.RowMarkPagingState.RowMark.create(TableMetadata metadata, Row row, ProtocolVersion protocolVersion) protected voidPartitionRangeQueryPager.recordLast(DecoratedKey key, Row last) protected voidSinglePartitionPager.recordLast(DecoratedKey key, Row last) -
Uses of Row in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type RowModifier and TypeMethodDescriptionstatic Commit.AcceptedPaxosRows.getAccepted(Row row, long purgeBefore, long overrideTtlSeconds) static Commit.CommittedPaxosRows.getCommitted(TableMetadata metadata, DecoratedKey partitionKey, Row row, long purgeBefore, long overrideTtlSeconds) static BallotPaxosRows.getHighBallot(Row row, Ballot current) static BallotPaxosRows.getPromise(Row row) static TableIdPaxosRows.getTableId(Row row) static UUIDPaxosRows.getTableUuid(Row row) static BallotPaxosRows.getWritePromise(Row row) static booleanPaxosRows.hasBallotBeforeOrEqualTo(Row row, Ballot ballot) void -
Uses of Row in org.apache.cassandra.service.reads.repair
Methods in org.apache.cassandra.service.reads.repair with parameters of type RowModifier and TypeMethodDescriptionvoidRowIteratorMergeListener.onMergedRows(Row merged, Row[] versions) -
Uses of Row in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return RowModifier and TypeMethodDescriptionabstract RowEnsureOnHeap.applyToRow(Row row) abstract RowEnsureOnHeap.applyToStatic(Row row) Methods in org.apache.cassandra.utils.memory that return types with arguments of type RowModifier and TypeMethodDescriptionEnsureOnHeap.applyToPartition(Iterator<Row> partition) abstract SearchIterator<Clustering<?>,Row> EnsureOnHeap.applyToPartition(SearchIterator<Clustering<?>, Row> partition) Methods in org.apache.cassandra.utils.memory with parameters of type RowModifier and TypeMethodDescriptionabstract RowEnsureOnHeap.applyToRow(Row row) abstract RowEnsureOnHeap.applyToStatic(Row row) Method parameters in org.apache.cassandra.utils.memory with type arguments of type RowModifier and TypeMethodDescriptionEnsureOnHeap.applyToPartition(Iterator<Row> partition) abstract SearchIterator<Clustering<?>,Row> EnsureOnHeap.applyToPartition(SearchIterator<Clustering<?>, Row> partition)