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.ByteBufDigestManager. verifyDigestAndReturnData(long entryId, io.netty.buffer.ByteBuf dataReceived)Verify that the digest matches and returns the data in the entry.longDigestManager. verifyDigestAndReturnLac(io.netty.buffer.ByteBuf dataReceived)DigestManager.RecoveryDataDigestManager. verifyDigestAndReturnLastConfirmed(io.netty.buffer.ByteBuf dataReceived)
-