Package org.glassfish.ha.store.spi
Interface StoreEntryEvaluator<K,V>
-
- Type Parameters:
K- The key typeV- The value type
- All Superinterfaces:
Serializable
public interface StoreEntryEvaluator<K,V> extends Serializable
- Author:
- Mahesh.Kannan@Sun.Com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objecteval(K key, V value)
-