Uses of Class
org.apache.cassandra.db.Digest
-
Packages that use Digest Package Description org.apache.cassandra.db org.apache.cassandra.db.marshal org.apache.cassandra.db.partitions org.apache.cassandra.db.rows -
-
Uses of Digest in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Digest Modifier and Type Method Description static DigestDigest. forReadResponse()static DigestDigest. forRepairedDataTracking()static DigestDigest. forSchema()static DigestDigest. forValidator()DigestDigest. update(byte[] input, int offset, int len)DigestDigest. update(java.nio.ByteBuffer input)Update the digest with the bytes from the supplied buffer.DigestDigest. update(java.nio.ByteBuffer input, int pos, int len)Update the digest with the bytes sliced from the supplied buffer.<V> DigestDigest. update(V input, ValueAccessor<V> accessor)DigestDigest. updateWithBoolean(boolean val)DigestDigest. updateWithByte(int val)<V> DigestDigest. updateWithCounterContext(V context, ValueAccessor<V> accessor)Update the digest with the content of a counter context.DigestDigest. updateWithInt(int val)DigestDigest. updateWithLong(long val)Methods in org.apache.cassandra.db with parameters of type Digest Modifier and Type Method Description default voidClusteringPrefix. digest(Digest digest)Adds the data of this clustering prefix to the provided Digest instance.voidColumns. digest(Digest digest)voidDeletionTime. digest(Digest digest)voidLivenessInfo. digest(Digest digest)Adds this liveness information to the provided digest. -
Uses of Digest in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal with parameters of type Digest Modifier and Type Method Description voidByteArrayAccessor. digest(byte[] value, int offset, int size, Digest digest)voidByteBufferAccessor. digest(java.nio.ByteBuffer value, int offset, int size, Digest digest)voidValueAccessor. digest(V value, int offset, int size, Digest digest)updates {@param digest} with {@param size} bytes from the contents of {@param value} starting at offset {@param offset}default voidValueAccessor. digest(V value, Digest digest)updates {@param digest} with te contents of {@param value} -
Uses of Digest in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type Digest Modifier and Type Method Description static voidUnfilteredPartitionIterators. digest(UnfilteredPartitionIterator iterator, Digest digest, int version)Digests the the provided iterator. -
Uses of Digest in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows with parameters of type Digest Modifier and Type Method Description voidAbstractCell. digest(Digest digest)voidAbstractRow. digest(Digest digest)voidCellPath. digest(Digest digest)abstract voidColumnData. digest(Digest digest)Adds the data to the provided digest.static voidColumnData. digest(Digest digest, ColumnData cd)voidComplexColumnData. digest(Digest digest)voidRangeTombstoneBoundaryMarker. digest(Digest digest)voidRangeTombstoneBoundMarker. digest(Digest digest)voidRow.Deletion. digest(Digest digest)static voidRowIterators. digest(RowIterator iterator, Digest digest)voidUnfiltered. digest(Digest digest)Digest the atom using the providedDigest.static voidUnfilteredRowIterators. digest(UnfilteredRowIterator iterator, Digest digest, int version)Digests the partition represented by the provided iterator.
-