org.glassfish.ha.store.spi
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
 Object eval(K key, V value)
           
 

Method Detail

eval

Object eval(K key,
            V value)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.