Package org.apache.bookkeeper.proto
Class ReadLacCompletion
- java.lang.Object
-
- org.apache.bookkeeper.proto.CompletionValue
-
- org.apache.bookkeeper.proto.ReadLacCompletion
-
class ReadLacCompletion extends CompletionValue
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.ReadLacCallback
cb
-
Fields inherited from class org.apache.bookkeeper.proto.CompletionValue
ctx, entryId, ledgerId, LOG, mdcContextMap, opLogger, perChannelBookieClient, startTime, timeoutOpLogger
-
-
Constructor Summary
Constructors Constructor Description ReadLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.ReadLacCallback originalCallback, java.lang.Object ctx, 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.ReadLacCallback cb
-
-
Constructor Detail
-
ReadLacCompletion
public ReadLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.ReadLacCallback originalCallback, java.lang.Object ctx, 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
-
-