Interface StoreEntryEvaluator<K,V>

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

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

    Modifier and Type
    Method
    Description
    eval(K key, V value)
     
  • Method Details