<A> long
<A> long
long
Apply an accumulation funtion to every column in a row
long
<A> void
Apply a function to every column in a row
void
Apply a function to every column in a row
An iterable over the cells of this row.
An iterable over the cells of this row that return cells in "legacy order".
The clustering values for this row.
int
The number of columns for which data (incl.
A collection of the ColumnData representation of this row, for columns with some data (possibly not live) present
An in-natural-order collection of the columns for which data (incl.
int
Returns a copy of this row that:
1) only includes the data for the column included by filter.
Returns a copy of this row that:
1) only includes the data for the column included by filter.
Returns a cell for a simple column.
Return a cell for a given complex column and cell path.
The data for a complex column.
boolean
Whether the row stores any (non-RT) data for any complex column.
boolean
Whether the row stores any (non-live) complex deletion for any complex column.
boolean
Whether the row has any deletion info (row deletion, cell tombstone, expired cell or complex deletion).
boolean
hasLiveData(long nowInSec,
boolean enforceStrictLiveness)
Whether the row has some live information (i.e.
boolean
Whether the row has no information whatsoever.
boolean
Whether the row correspond to a static row or not.
Returns a copy of this row where all counter cells have they "local" shard marked for clearing.
Liveness information for the primary key columns of this row.
Returns a copy of this row without any deletion info that should be purged according to purger.
An iterator to efficiently search data for a given column.
Requires that function returns either null or ColumnData for the same column.
Requires that function returns either null or ColumnData for the same column.
long
long
Returns a copy of this row where all live timestamp have been replaced by newTimestamp and every deletion
timestamp by newTimestamp - 1.
Returns a copy of this row which only include the data queried by
filter, excluding anything _fetched_ for
internal reasons but not queried by the user (see
ColumnFilter for details).
Returns a copy of this row with the new deletion as row deletion if it is more recent
than the current row deletion.