Package org.apache.bookkeeper.proto.checksum
Classes related to the Bookkeeper checksum.
-
Interface Summary Interface Description CRC32DigestManager.CRC32Digest Interface that abstracts different implementations of the CRC32 digest. -
Class Summary Class Description CRC32CDigestManager CRC32DigestManager Digest manager for CRC32 checksum.DigestManager This class takes an entry, attaches a digest to it and packages it with relevant data so that it can be shipped to the bookie.DigestManager.RecoveryData A representation of RecoveryData.DirectMemoryCRC32Digest Specialized implementation of CRC32 digest that uses reflection onCRC32
class to get access to "updateByteBuffer" method and pass a direct memory pointer.DummyDigestManager This class provides a noop digest implementation.MacDigestManager ASHA-1
based digest manager.StandardCRC32Digest Regular implementation of CRC32 digest that makes use ofCRC32
class.