Package org.shoal.ha.cache.api
Interface DataStoreEntryEvaluator<K,V>
-
public interface DataStoreEntryEvaluator<K,V>- Author:
- Mahesh Kannan
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataStoreEntryEvaluator.Opcode
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataStoreEntryEvaluator.Opcodeeval(DataStoreEntry<K,V> entry)
-
-
-
Method Detail
-
eval
DataStoreEntryEvaluator.Opcode eval(DataStoreEntry<K,V> entry)
-
-