Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.partitions | |
org.apache.cassandra.db.rows | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.streaming |
Modifier and Type | Method and Description |
---|---|
abstract Unfiltered |
UnfilteredDeserializer.readNext()
Returns the next atom.
|
Unfiltered |
UnfilteredDeserializer.OldFormatDeserializer.readNext() |
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
AbstractBTreePartition.SlicesIterator.computeNext() |
protected Unfiltered |
AbstractBTreePartition.SliceableIterator.computeNext() |
Unfiltered |
CountingUnfilteredRowIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Unfiltered> |
AbstractBTreePartition.SliceableIterator.slice(Slice slice) |
Modifier and Type | Interface and Description |
---|---|
interface |
RangeTombstoneMarker
A marker for a range tombstone bound.
|
interface |
Row
Storage engine representation of a row.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRangeTombstoneMarker |
class |
AbstractRow
Base abstract class for
Row implementations. |
class |
BTreeRow
Immutable implementation of a Row object.
|
class |
RangeTombstoneBoundaryMarker
A range tombstone marker that represents a boundary between 2 range tombstones (i.e.
|
class |
RangeTombstoneBoundMarker
A range tombstone marker that indicates the bound of a range tombstone (start or end).
|
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
LazilyInitializedUnfilteredRowIterator.computeNext() |
protected Unfiltered |
RowAndDeletionMergeIterator.computeNext() |
Unfiltered |
UnfilteredSerializer.deserialize(DataInputPlus in,
SerializationHeader header,
SerializationHelper helper,
Row.Builder builder) |
Unfiltered |
AlteringUnfilteredRowIterator.next() |
Unfiltered |
WrappingUnfilteredRowIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Unfiltered> |
SliceableUnfilteredRowIterator.slice(Slice slice)
Move forward (resp.
|
Modifier and Type | Method and Description |
---|---|
void |
UnfilteredSerializer.serialize(Unfiltered unfiltered,
SerializationHeader header,
DataOutputPlus out,
int version) |
long |
UnfilteredSerializer.serializedSize(Unfiltered unfiltered,
SerializationHeader header,
int version) |
Modifier and Type | Method and Description |
---|---|
protected Unfiltered |
SSTableIdentityIterator.computeNext() |
Modifier and Type | Method and Description |
---|---|
Unfiltered |
StreamReader.StreamDeserializer.next() |
Copyright © 2015 The Apache Software Foundation