Package org.apache.bookkeeper.proto
Interface BookkeeperInternalCallbacks.GenericCallback<T>
-
- All Known Implementing Classes:
BookkeeperInternalCallbacks.GenericCallbackFuture
,BookkeeperInternalCallbacks.TimedGenericCallback
,DefaultPerChannelBookieClientPool
,OrderedGenericCallback
,ReplicationEnableCb
- Enclosing class:
- BookkeeperInternalCallbacks
public static interface BookkeeperInternalCallbacks.GenericCallback<T>
A generic callback interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
operationComplete(int rc, T result)
-
-
-
Method Detail
-
operationComplete
void operationComplete(int rc, T result)
-
-