Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db | |
org.apache.cassandra.db.columniterator | |
org.apache.cassandra.db.composites | |
org.apache.cassandra.db.filter |
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.
|
Constructor and Description |
---|
SSTableSliceIterator(SSTableReader sstable,
DecoratedKey key,
ColumnSlice[] slices,
boolean reversed) |
SSTableSliceIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
ColumnSlice[] slices,
boolean reversed,
RowIndexEntry indexEntry)
An iterator for a slice within an SSTable
|
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 |
---|---|
ColumnSlice |
ColumnSlice.Serializer.deserialize(java.io.DataInput in,
int version) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnSlice.Serializer.serialize(ColumnSlice cs,
DataOutputPlus out,
int version) |
long |
ColumnSlice.Serializer.serializedSize(ColumnSlice cs,
int version) |
SliceQueryFilter |
SliceQueryFilter.withUpdatedSlices(ColumnSlice[] newSlices) |
Constructor and Description |
---|
ColumnSlice.NavigableSetIterator(java.util.NavigableSet<Cell> set,
ColumnSlice[] slices) |
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) |
Copyright © 2014 The Apache Software Foundation