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