Uses of Interface
org.apache.bookkeeper.proto.checksum.CRC32DigestManager.CRC32Digest
Packages that use CRC32DigestManager.CRC32Digest
Package
Description
Classes related to the Bookkeeper checksum.
-
Uses of CRC32DigestManager.CRC32Digest in org.apache.bookkeeper.proto.checksum
Classes in org.apache.bookkeeper.proto.checksum that implement CRC32DigestManager.CRC32DigestModifier and TypeClassDescription(package private) classSpecialized implementation of CRC32 digest that uses reflection onCRC32class to get access to "updateByteBuffer" method and pass a direct memory pointer.(package private) classRegular implementation of CRC32 digest that makes use ofCRC32class.