Package | Description |
---|---|
org.apache.cassandra.db.rows | |
org.apache.cassandra.utils.memory |
Modifier and Type | Class and Description |
---|---|
static class |
BTreeRow.Builder |
Modifier and Type | Method and Description |
---|---|
Row.Builder |
Row.Builder.copy()
Creates a copy of this
Builder . |
static Row.Builder |
BTreeRow.sortedBuilder() |
static Row.Builder |
BTreeRow.unsortedBuilder() |
Modifier and Type | Method and Description |
---|---|
static void |
Cells.addNonShadowed(Cell<?> existing,
Cell<?> update,
DeletionTime deletion,
Row.Builder builder)
Adds to the builder a representation of the given existing cell that, when merged/reconciled with the given
update cell, produces the same result as merging the original with the update.
|
static void |
Cells.addNonShadowedComplex(ColumnMetadata column,
java.util.Iterator<Cell<?>> existing,
java.util.Iterator<Cell<?>> update,
DeletionTime deletion,
Row.Builder builder)
Adds to the builder a representation of the given existing cell that, when merged/reconciled with the given
update cell, produces the same result as merging the original with the update.
|
Unfiltered |
UnfilteredSerializer.deserialize(DataInputPlus in,
SerializationHeader header,
DeserializationHelper helper,
Row.Builder builder)
Deserialize an
Unfiltered from the provided input. |
Row |
UnfilteredSerializer.deserializeRowBody(DataInputPlus in,
SerializationHeader header,
DeserializationHelper helper,
int flags,
int extendedFlags,
Row.Builder builder) |
Modifier and Type | Method and Description |
---|---|
Row.Builder |
NativeAllocator.rowBuilder(OpOrder.Group opGroup) |
Copyright © 2009-2022 The Apache Software Foundation