Interface RecoveryStorageEngineListener<K,V>
-
- All Superinterfaces:
StorageEngineListener<K,V>
public interface RecoveryStorageEngineListener<K,V> extends StorageEngineListener<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrecovered(java.util.concurrent.Callable<? extends K> key, java.util.concurrent.Callable<? extends V> value, java.nio.ByteBuffer binaryKey, java.nio.ByteBuffer binaryValue, int hash, int metadata, long encoding)
-