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