Uses of Class
org.apache.bookkeeper.proto.checksum.DigestManager.RecoveryData
-
Packages that use DigestManager.RecoveryData Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto.checksum Classes related to the Bookkeeper checksum. -
-
Uses of DigestManager.RecoveryData in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as DigestManager.RecoveryData Modifier and Type Field Description (package private) DigestManager.RecoveryData
TryReadLastConfirmedOp. maxRecoveredData
Methods in org.apache.bookkeeper.client with parameters of type DigestManager.RecoveryData Modifier and Type Method Description void
ReadLastConfirmedOp.LastConfirmedDataCallback. readLastConfirmedDataComplete(int rc, DigestManager.RecoveryData data)
-
Uses of DigestManager.RecoveryData in org.apache.bookkeeper.proto.checksum
Methods in org.apache.bookkeeper.proto.checksum that return DigestManager.RecoveryData Modifier and Type Method Description DigestManager.RecoveryData
DigestManager. verifyDigestAndReturnLastConfirmed(io.netty.buffer.ByteBuf dataReceived)
-