@InterfaceAudience.Public
@InterfaceStability.Evolving
public static interface AsyncCallback.AddCallbackWithLatency
| Modifier and Type | Method and Description |
|---|---|
void |
addCompleteWithLatency(int rc,
LedgerHandle lh,
long entryId,
long qwcLatency,
java.lang.Object ctx)
Callback declaration which additionally passes quorum write complete latency.
|
void addCompleteWithLatency(int rc,
LedgerHandle lh,
long entryId,
long qwcLatency,
java.lang.Object ctx)
rc - return codelh - ledger handleentryId - entry identifierqwcLatency - QuorumWriteComplete Latencyctx - context objectCopyright © 2011–2024 The Apache Software Foundation. All rights reserved.