Package org.apache.bookkeeper.proto
Class GetListOfEntriesOfLedgerCompletion
java.lang.Object
org.apache.bookkeeper.proto.CompletionValue
org.apache.bookkeeper.proto.GetListOfEntriesOfLedgerCompletion
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallbackFields inherited from class org.apache.bookkeeper.proto.CompletionValue
ctx, entryId, ledgerId, LOG, mdcContextMap, opLogger, perChannelBookieClient, startTime, timeoutOpLogger -
Constructor Summary
ConstructorsConstructorDescriptionGetListOfEntriesOfLedgerCompletion(CompletionKey key, BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback origCallback, long ledgerId, PerChannelBookieClient perChannelBookieClient) -
Method Summary
Modifier and TypeMethodDescriptionvoiderrorOut()voiderrorOut(int rc) voidhandleV3Response(BookkeeperProtocol.Response response) Methods inherited from class org.apache.bookkeeper.proto.CompletionValue
convertStatus, errorOutAndRunCallback, handleV2Response, logOpResult, logResponse, maybeTimeout, release, restoreMdcContext, setOutstanding, timeout
-
Field Details
-
cb
-
-
Constructor Details
-
GetListOfEntriesOfLedgerCompletion
public GetListOfEntriesOfLedgerCompletion(CompletionKey key, BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback origCallback, long ledgerId, PerChannelBookieClient perChannelBookieClient)
-
-
Method Details
-
errorOut
public void errorOut()- Specified by:
errorOutin classCompletionValue
-
errorOut
public void errorOut(int rc) - Specified by:
errorOutin classCompletionValue
-
handleV3Response
- Specified by:
handleV3Responsein classCompletionValue
-