Interface RuntimeStorageEngineListener<K,V>
- All Superinterfaces:
StorageEngineListener<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleared()voidcopied(int hash, long oldEncoding, long newEncoding, int metadata) voidfreed(long encoding, int hash, ByteBuffer binaryKey, boolean removed) voidwritten(K key, V value, ByteBuffer binaryKey, ByteBuffer binaryValue, int hash, int metadata, long encoding)
-
Method Details
-
written
void written(K key, V value, ByteBuffer binaryKey, ByteBuffer binaryValue, int hash, int metadata, long encoding) -
freed
-
cleared
void cleared() -
copied
void copied(int hash, long oldEncoding, long newEncoding, int metadata)
-