Modifier and Type | Method and Description |
---|---|
RangeTombstone |
UpdateParameters.makeRangeTombstone(ColumnSlice slice) |
RangeTombstone |
UpdateParameters.makeTombstoneForOverwrite(ColumnSlice slice) |
Modifier and Type | Method and Description |
---|---|
ColumnSlice |
AbstractNativeCell.slice() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Cell> |
ArrayBackedSortedColumns.iterator(ColumnSlice[] slices) |
java.util.Iterator<Cell> |
AtomicBTreeColumns.iterator(ColumnSlice[] slices) |
abstract java.util.Iterator<Cell> |
ColumnFamily.iterator(ColumnSlice[] slices)
Returns an iterator over the columns of this map that returns only the matching @param slices.
|
java.util.Iterator<Cell> |
ArrayBackedSortedColumns.reverseIterator(ColumnSlice[] slices) |
java.util.Iterator<Cell> |
AtomicBTreeColumns.reverseIterator(ColumnSlice[] slices) |
abstract java.util.Iterator<Cell> |
ColumnFamily.reverseIterator(ColumnSlice[] slices)
Returns a reversed iterator over the columns of this map that returns only the matching @param slices.
|
Modifier and Type | Method and Description |
---|---|
ColumnSlice |
AbstractComposite.slice() |
ColumnSlice |
Composite.slice() |
Modifier and Type | Method and Description |
---|---|
IVersionedSerializer<ColumnSlice> |
AbstractCType.sliceSerializer() |
IVersionedSerializer<ColumnSlice> |
CType.sliceSerializer() |
Modifier and Type | Field and Description |
---|---|
static ColumnSlice |
ColumnSlice.ALL_COLUMNS |
static ColumnSlice[] |
ColumnSlice.ALL_COLUMNS_ARRAY |
ColumnSlice[] |
SliceQueryFilter.slices |
Modifier and Type | Method and Description |
---|---|
static ColumnSlice[] |
ColumnSlice.deoverlapSlices(ColumnSlice[] slices,
java.util.Comparator<Composite> comparator)
Takes an array of slices (potentially overlapping and in any order, though each individual slice must have
its start before or equal its end in
comparator orde) and return an equivalent array of non-overlapping
slices in comparator order . |
ColumnSlice |
ColumnSlice.Serializer.deserialize(java.io.DataInput in,
int version) |
Modifier and Type | Method and Description |
---|---|
static ColumnSlice[] |
ColumnSlice.deoverlapSlices(ColumnSlice[] slices,
java.util.Comparator<Composite> comparator)
Takes an array of slices (potentially overlapping and in any order, though each individual slice must have
its start before or equal its end in
comparator orde) and return an equivalent array of non-overlapping
slices in comparator order . |
void |
ColumnSlice.Serializer.serialize(ColumnSlice cs,
DataOutputPlus out,
int version) |
long |
ColumnSlice.Serializer.serializedSize(ColumnSlice cs,
int version) |
static boolean |
ColumnSlice.validateSlices(ColumnSlice[] slices,
CellNameType type,
boolean reversed)
Validates that the provided slice array contains only non-overlapped slices valid for a query
reversed
or not on a table using comparator . |
SliceQueryFilter |
SliceQueryFilter.withUpdatedSlices(ColumnSlice[] newSlices) |
Constructor and Description |
---|
SliceQueryFilter(ColumnSlice[] slices,
boolean reversed,
int count)
Constructor that accepts multiple slices.
|
SliceQueryFilter(ColumnSlice[] slices,
boolean reversed,
int count,
int compositesToGroup) |
SliceQueryFilter(ColumnSlice slice,
boolean reversed,
int count) |
SliceQueryFilter(ColumnSlice slice,
boolean reversed,
int count,
int compositesToGroup) |
Modifier and Type | Method and Description |
---|---|
abstract OnDiskAtomIterator |
SSTableReader.iterator(DecoratedKey key,
ColumnSlice[] slices,
boolean reverse) |
abstract OnDiskAtomIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
ColumnSlice[] slices,
boolean reversed,
RowIndexEntry indexEntry) |
Modifier and Type | Method and Description |
---|---|
OnDiskAtomIterator |
BigTableReader.iterator(DecoratedKey key,
ColumnSlice[] slices,
boolean reverse) |
OnDiskAtomIterator |
BigTableReader.iterator(FileDataInput input,
DecoratedKey key,
ColumnSlice[] slices,
boolean reverse,
RowIndexEntry indexEntry) |
Copyright © 2020 The Apache Software Foundation