public static interface AsyncCallback.ReadLastConfirmedCallback
Modifier and Type | Method and Description |
---|---|
void |
readLastConfirmedComplete(int rc,
long lastConfirmed,
Object ctx)
Callback definition for bookie recover operations
|
void readLastConfirmedComplete(int rc, long lastConfirmed, Object ctx)
rc
- Return codelastConfirmed
- The entry id of the last confirmed write or
INVALID_ENTRY_ID
if no entry has been confirmedctx
- context objectCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.