Package org.apache.bookkeeper.proto
Class GetBookieInfoCompletion
- java.lang.Object
-
- org.apache.bookkeeper.proto.CompletionValue
-
- org.apache.bookkeeper.proto.GetBookieInfoCompletion
-
class GetBookieInfoCompletion extends CompletionValue
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.GetBookieInfoCallbackcb-
Fields inherited from class org.apache.bookkeeper.proto.CompletionValue
ctx, entryId, ledgerId, LOG, mdcContextMap, opLogger, perChannelBookieClient, startTime, timeoutOpLogger
-
-
Constructor Summary
Constructors Constructor Description GetBookieInfoCompletion(CompletionKey key, BookkeeperInternalCallbacks.GetBookieInfoCallback origCallback, java.lang.Object origCtx, PerChannelBookieClient perChannelBookieClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderrorOut()voiderrorOut(int rc)voidhandleV3Response(BookkeeperProtocol.Response response)(package private) booleanmaybeTimeout()-
Methods inherited from class org.apache.bookkeeper.proto.CompletionValue
convertStatus, errorOutAndRunCallback, handleV2Response, logOpResult, logResponse, release, restoreMdcContext, setOutstanding, timeout
-
-
-
-
Constructor Detail
-
GetBookieInfoCompletion
public GetBookieInfoCompletion(CompletionKey key, BookkeeperInternalCallbacks.GetBookieInfoCallback origCallback, java.lang.Object origCtx, PerChannelBookieClient perChannelBookieClient)
-
-
Method Detail
-
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
public void handleV3Response(BookkeeperProtocol.Response response)
- Specified by:
handleV3Responsein classCompletionValue
-
-