Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.marshal | |
org.apache.cassandra.db.partitions | |
org.apache.cassandra.db.rows |
Modifier and Type | Method and Description |
---|---|
static Digest |
Digest.forReadResponse() |
static Digest |
Digest.forRepairedDataTracking() |
static Digest |
Digest.forSchema() |
static Digest |
Digest.forValidator() |
Digest |
Digest.update(byte[] input,
int offset,
int len) |
Digest |
Digest.update(java.nio.ByteBuffer input)
Update the digest with the bytes from the supplied buffer.
|
Digest |
Digest.update(java.nio.ByteBuffer input,
int pos,
int len)
Update the digest with the bytes sliced from the supplied buffer.
|
<V> Digest |
Digest.update(V input,
ValueAccessor<V> accessor) |
Digest |
Digest.updateWithBoolean(boolean val) |
Digest |
Digest.updateWithByte(int val) |
<V> Digest |
Digest.updateWithCounterContext(V context,
ValueAccessor<V> accessor)
Update the digest with the content of a counter context.
|
Digest |
Digest.updateWithInt(int val) |
Digest |
Digest.updateWithLong(long val) |
Modifier and Type | Method and Description |
---|---|
default void |
ClusteringPrefix.digest(Digest digest)
Adds the data of this clustering prefix to the provided Digest instance.
|
void |
Columns.digest(Digest digest) |
void |
DeletionTime.digest(Digest digest) |
void |
LivenessInfo.digest(Digest digest)
Adds this liveness information to the provided digest.
|
Modifier and Type | Method and Description |
---|---|
void |
ByteArrayAccessor.digest(byte[] value,
int offset,
int size,
Digest digest) |
void |
ByteBufferAccessor.digest(java.nio.ByteBuffer value,
int offset,
int size,
Digest digest) |
default void |
ValueAccessor.digest(V value,
Digest digest)
updates with te contents of
|
void |
ValueAccessor.digest(V value,
int offset,
int size,
Digest digest)
updates with bytes from the contents of starting
at offset
|
Modifier and Type | Method and Description |
---|---|
static void |
UnfilteredPartitionIterators.digest(UnfilteredPartitionIterator iterator,
Digest digest,
int version)
Digests the the provided iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCell.digest(Digest digest) |
void |
AbstractRow.digest(Digest digest) |
void |
CellPath.digest(Digest digest) |
abstract void |
ColumnData.digest(Digest digest)
Adds the data to the provided digest.
|
void |
ComplexColumnData.digest(Digest digest) |
void |
RangeTombstoneBoundMarker.digest(Digest digest) |
void |
RangeTombstoneBoundaryMarker.digest(Digest digest) |
void |
Row.Deletion.digest(Digest digest) |
void |
Unfiltered.digest(Digest digest)
Digest the atom using the provided
Digest . |
static void |
ColumnData.digest(Digest digest,
ColumnData cd) |
static void |
RowIterators.digest(RowIterator iterator,
Digest digest) |
static void |
UnfilteredRowIterators.digest(UnfilteredRowIterator iterator,
Digest digest,
int version)
Digests the partition represented by the provided iterator.
|
Copyright © 2009-2022 The Apache Software Foundation