Interface MetaStore.MetaStoreCallback<T>
-
- Enclosing interface:
- MetaStore
public static interface MetaStore.MetaStoreCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoperationComplete(T result, org.apache.pulsar.metadata.api.Stat stat)voidoperationFailed(ManagedLedgerException.MetaStoreException e)
-
-
-
Method Detail
-
operationComplete
void operationComplete(T result, org.apache.pulsar.metadata.api.Stat stat)
-
operationFailed
void operationFailed(ManagedLedgerException.MetaStoreException e)
-
-