Interface StoreEntryProcessor<K,V extends Serializable>

Type Parameters:
K - The key type
V - The value type
All Superinterfaces:
Serializable

public interface StoreEntryProcessor<K,V extends Serializable> extends Serializable
Author:
Mahesh.Kannan@Sun.Com
  • Method Summary

    Modifier and Type
    Method
    Description
    process(K key, V value)