Package org.apache.bookkeeper.proto
Class PerChannelBookieClient.StartTLSCompletion
- java.lang.Object
- 
- org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionValue
- 
- org.apache.bookkeeper.proto.PerChannelBookieClient.StartTLSCompletion
 
 
- 
- Enclosing class:
- PerChannelBookieClient
 
 class PerChannelBookieClient.StartTLSCompletion extends PerChannelBookieClient.CompletionValue 
- 
- 
Field SummaryFields Modifier and Type Field Description (package private) BookkeeperInternalCallbacks.StartTLSCallbackcb- 
Fields inherited from class org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionValuectx, entryId, ledgerId, startTime
 
- 
 - 
Constructor SummaryConstructors Constructor Description StartTLSCompletion(PerChannelBookieClient.CompletionKey key)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderrorOut()voiderrorOut(int rc)voidhandleV3Response(org.apache.bookkeeper.proto.BookkeeperProtocol.Response response)- 
Methods inherited from class org.apache.bookkeeper.proto.PerChannelBookieClient.CompletionValueconvertStatus, errorOutAndRunCallback, handleV2Response, logOpResult, logResponse, maybeTimeout, restoreMdcContext, setOutstanding, timeout
 
- 
 
- 
- 
- 
Field Detail- 
cbfinal BookkeeperInternalCallbacks.StartTLSCallback cb 
 
- 
 - 
Constructor Detail- 
StartTLSCompletionpublic StartTLSCompletion(PerChannelBookieClient.CompletionKey key) 
 
- 
 - 
Method Detail- 
errorOutpublic void errorOut() - Specified by:
- errorOutin class- PerChannelBookieClient.CompletionValue
 
 - 
errorOutpublic void errorOut(int rc) - Specified by:
- errorOutin class- PerChannelBookieClient.CompletionValue
 
 - 
handleV3Responsepublic void handleV3Response(org.apache.bookkeeper.proto.BookkeeperProtocol.Response response) - Specified by:
- handleV3Responsein class- PerChannelBookieClient.CompletionValue
 
 
- 
 
-