Uses of Interface
org.glassfish.ha.store.spi.StoreEntryEvaluator

Packages that use StoreEntryEvaluator
org.glassfish.ha.store.api   
 

Uses of StoreEntryEvaluator in org.glassfish.ha.store.api
 

Methods in org.glassfish.ha.store.api with parameters of type StoreEntryEvaluator
 java.util.Collection BackingStore.findByCriteria(Criteria<V> criteria, StoreEntryEvaluator<K,V> eval)
          Find entries that satisfy the given Criteria.
 void BackingStore.removeByCriteria(Criteria<V> criteria, StoreEntryEvaluator<K,V> eval)
          Remove instances that meet the criteria.
 java.util.Collection BackingStore.synchronizeKeys(Criteria<V> criteria, StoreEntryEvaluator<K,V> eval, boolean eagerFetch)
          Cache the keys for the entries that satisfy the given Criteria.
 



Copyright © 2010. All Rights Reserved.