public interface RecoveryStorageEngineListener<K,V> extends StorageEngineListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
recovered(Callable<? extends K> key,
Callable<? extends V> value,
ByteBuffer binaryKey,
ByteBuffer binaryValue,
int hash,
int metadata,
long encoding) |
void recovered(Callable<? extends K> key, Callable<? extends V> value, ByteBuffer binaryKey, ByteBuffer binaryValue, int hash, int metadata, long encoding)
Copyright © 2015–2024. All rights reserved.