Uses of Class
org.shoal.ha.cache.api.DataStoreEntryEvaluator.Opcode
-
Packages that use DataStoreEntryEvaluator.Opcode Package Description org.shoal.ha.cache.api -
-
Uses of DataStoreEntryEvaluator.Opcode in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return DataStoreEntryEvaluator.Opcode Modifier and Type Method Description DataStoreEntryEvaluator.OpcodeDataStoreEntryEvaluator. eval(DataStoreEntry<K,V> entry)static DataStoreEntryEvaluator.OpcodeDataStoreEntryEvaluator.Opcode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataStoreEntryEvaluator.Opcode[]DataStoreEntryEvaluator.Opcode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-