Package org.apache.bookkeeper.proto.checksum
package org.apache.bookkeeper.proto.checksum
Classes related to the Bookkeeper checksum.
-
ClassDescriptionDigest manager for CRC32 checksum.Interface that abstracts different implementations of the CRC32 digest.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.A representation of RecoveryData.Specialized implementation of CRC32 digest that uses reflection on
CRC32class to get access to "updateByteBuffer" method and pass a direct memory pointer.This class provides a noop digest implementation.ASHA-1based digest manager.Regular implementation of CRC32 digest that makes use ofCRC32class.