Package | Description |
---|---|
org.apache.cassandra.db | |
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.updateWithBoolean(boolean val) |
Digest |
Digest.updateWithByte(int val) |
Digest |
Digest.updateWithCounterContext(java.nio.ByteBuffer context)
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 |
---|---|
void |
AbstractClusteringPrefix.digest(Digest digest) |
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 |
---|---|
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-2020 The Apache Software Foundation