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