Uses of Class
org.apache.bookkeeper.client.BKException.BKDigestMatchException
-
Packages that use BKException.BKDigestMatchException Package Description org.apache.bookkeeper.proto.checksum Classes related to the Bookkeeper checksum. -
-
Uses of BKException.BKDigestMatchException in org.apache.bookkeeper.proto.checksum
Methods in org.apache.bookkeeper.proto.checksum that throw BKException.BKDigestMatchException Modifier and Type Method Description io.netty.buffer.ByteBuf
DigestManager. verifyDigestAndReturnData(long entryId, io.netty.buffer.ByteBuf dataReceived)
Verify that the digest matches and returns the data in the entry.long
DigestManager. verifyDigestAndReturnLac(io.netty.buffer.ByteBuf dataReceived)
DigestManager.RecoveryData
DigestManager. verifyDigestAndReturnLastConfirmed(io.netty.buffer.ByteBuf dataReceived)
-