Package org.apache.bookkeeper.proto
Class WriteLacCompletion
- java.lang.Object
-
- org.apache.bookkeeper.proto.CompletionValue
-
- org.apache.bookkeeper.proto.WriteLacCompletion
-
class WriteLacCompletion extends CompletionValue
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.WriteLacCallback
cb
-
Fields inherited from class org.apache.bookkeeper.proto.CompletionValue
ctx, entryId, ledgerId, LOG, mdcContextMap, opLogger, perChannelBookieClient, startTime, timeoutOpLogger
-
-
Constructor Summary
Constructors Constructor Description WriteLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteLacCallback originalCallback, java.lang.Object originalCtx, long ledgerId, PerChannelBookieClient perChannelBookieClient)
-
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.CompletionValue
convertStatus, errorOutAndRunCallback, handleV2Response, logOpResult, logResponse, maybeTimeout, release, restoreMdcContext, setOutstanding, timeout
-
-
-
-
Field Detail
-
cb
final BookkeeperInternalCallbacks.WriteLacCallback cb
-
-
Constructor Detail
-
WriteLacCompletion
public WriteLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteLacCallback originalCallback, java.lang.Object originalCtx, long ledgerId, PerChannelBookieClient perChannelBookieClient)
-
-
Method Detail
-
errorOut
public void errorOut()
- Specified by:
errorOut
in classCompletionValue
-
errorOut
public void errorOut(int rc)
- Specified by:
errorOut
in classCompletionValue
-
handleV3Response
public void handleV3Response(BookkeeperProtocol.Response response)
- Specified by:
handleV3Response
in classCompletionValue
-
-