Interface RecoveryStorageEngineListener<K,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void recovered​(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)  
    • Method Detail

      • recovered

        void recovered​(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)