Uses of Class
com.orbitz.consul.cache.ConsulCache.Scheduler
-
Packages that use ConsulCache.Scheduler Package Description com.orbitz.consul.cache -
-
Uses of ConsulCache.Scheduler in com.orbitz.consul.cache
Methods in com.orbitz.consul.cache that return ConsulCache.Scheduler Modifier and Type Method Description protected static ConsulCache.SchedulerConsulCache. createDefault()protected static ConsulCache.SchedulerConsulCache. createExternal(java.util.concurrent.ScheduledExecutorService executor)Constructors in com.orbitz.consul.cache with parameters of type ConsulCache.Scheduler Constructor Description ConsulCache(java.util.function.Function<V,K> keyConversion, ConsulCache.CallbackConsumer<V> callbackConsumer, CacheConfig cacheConfig, ClientEventHandler eventHandler, CacheDescriptor cacheDescriptor, ConsulCache.Scheduler callbackScheduler)
-