Interface RecoveryStorageEngineListener<K,V>

All Superinterfaces:
StorageEngineListener<K,V>

public interface RecoveryStorageEngineListener<K,V> extends StorageEngineListener<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    recovered(Callable<? extends K> key, Callable<? extends V> value, ByteBuffer binaryKey, ByteBuffer binaryValue, int hash, int metadata, long encoding)
     
  • Method Details