Package org.apache.bookkeeper.proto
Class PerChannelBookieClient.ReadLacCompletion
- java.lang.Object
-
- org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionValue
-
- org.apache.bookkeeper.proto.PerChannelBookieClient.ReadLacCompletion
-
- Enclosing class:
- PerChannelBookieClient
class PerChannelBookieClient.ReadLacCompletion extends PerChannelBookieClient.CompletionValue
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.ReadLacCallbackcb-
Fields inherited from class org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionValue
ctx, entryId, ledgerId, startTime
-
-
Constructor Summary
Constructors Constructor Description ReadLacCompletion(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.ReadLacCallback originalCallback, java.lang.Object ctx, long ledgerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderrorOut()voiderrorOut(int rc)voidhandleV3Response(BookkeeperProtocol.Response response)-
Methods inherited from class org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionValue
convertStatus, errorOutAndRunCallback, handleV2Response, logOpResult, logResponse, maybeTimeout, restoreMdcContext, setOutstanding, timeout
-
-
-
-
Field Detail
-
cb
final BookkeeperInternalCallbacks.ReadLacCallback cb
-
-
Constructor Detail
-
ReadLacCompletion
public ReadLacCompletion(PerChannelBookieClient.CompletionKey key, BookkeeperInternalCallbacks.ReadLacCallback originalCallback, java.lang.Object ctx, long ledgerId)
-
-
Method Detail
-
errorOut
public void errorOut()
- Specified by:
errorOutin classPerChannelBookieClient.CompletionValue
-
errorOut
public void errorOut(int rc)
- Specified by:
errorOutin classPerChannelBookieClient.CompletionValue
-
handleV3Response
public void handleV3Response(BookkeeperProtocol.Response response)
- Specified by:
handleV3Responsein classPerChannelBookieClient.CompletionValue
-
-