Uses of Class
org.apache.cassandra.db.Digest
Packages that use Digest
Package
Description
-
Uses of Digest in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return DigestModifier and TypeMethodDescriptionstatic DigestDigest.forReadResponse()static DigestDigest.forRepairedDataTracking()static DigestDigest.forSchema()static DigestDigest.forValidator()Digest.update(byte[] input, int offset, int len) Digest.update(ByteBuffer input) Update the digest with the bytes from the supplied buffer.Digest.update(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) Digest.updateWithBoolean(boolean val) Digest.updateWithByte(int val) <V> DigestDigest.updateWithCounterContext(V context, ValueAccessor<V> accessor) Update the digest with the content of a counter context.Digest.updateWithInt(int val) Digest.updateWithLong(long val) Methods in org.apache.cassandra.db with parameters of type DigestModifier and TypeMethodDescriptiondefault voidAdds the data of this clustering prefix to the provided Digest instance.voidvoidvoidAdds 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 DigestModifier and TypeMethodDescriptionvoidvoidByteBufferAccessor.digest(ByteBuffer value, int offset, int size, Digest digest) voidupdates with bytes from the contents of starting at offsetdefault voidupdates with te contents of -
Uses of Digest in org.apache.cassandra.db.partitions
Methods in org.apache.cassandra.db.partitions with parameters of type DigestModifier and TypeMethodDescriptionstatic 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 DigestModifier and TypeMethodDescriptionvoidvoidvoidabstract voidAdds the data to the provided digest.static voidColumnData.digest(Digest digest, ColumnData cd) voidvoidvoidvoidstatic voidRowIterators.digest(RowIterator iterator, Digest digest) voidDigest the atom using the providedDigest.static voidUnfilteredRowIterators.digest(UnfilteredRowIterator iterator, Digest digest, int version) Digests the partition represented by the provided iterator. -
Uses of Digest in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils with parameters of type Digest