Uses of Interface
org.shoal.ha.cache.api.IdleEntryDetector
-
Packages that use IdleEntryDetector Package Description org.shoal.ha.cache.api org.shoal.ha.cache.impl.store -
-
Uses of IdleEntryDetector in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return IdleEntryDetector Modifier and Type Method Description IdleEntryDetector<K,V>DataStoreConfigurator. getIdleEntryDetector()Methods in org.shoal.ha.cache.api with parameters of type IdleEntryDetector Modifier and Type Method Description DataStoreConfigurator<K,V>DataStoreConfigurator. setIdleEntryDetector(IdleEntryDetector<K,V> idleEntryDetector) -
Uses of IdleEntryDetector in org.shoal.ha.cache.impl.store
Methods in org.shoal.ha.cache.impl.store with parameters of type IdleEntryDetector Modifier and Type Method Description voidReplicaStore. setIdleEntryDetector(IdleEntryDetector<K,V> idleEntryDetector)
-