public interface RuntimeStorageEngineListener<K,V> extends StorageEngineListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
cleared() |
void |
copied(int hash,
long oldEncoding,
long newEncoding,
int metadata) |
void |
freed(long encoding,
int hash,
ByteBuffer binaryKey,
boolean removed) |
void |
written(K key,
V value,
ByteBuffer binaryKey,
ByteBuffer binaryValue,
int hash,
int metadata,
long encoding) |
void written(K key, V value, ByteBuffer binaryKey, ByteBuffer binaryValue, int hash, int metadata, long encoding)
void freed(long encoding,
int hash,
ByteBuffer binaryKey,
boolean removed)
void cleared()
void copied(int hash,
long oldEncoding,
long newEncoding,
int metadata)
Copyright © 2015–2024. All rights reserved.