Uses of Class
org.kiwiproject.consul.cache.CacheDescriptor
Packages that use CacheDescriptor
-
Uses of CacheDescriptor in org.kiwiproject.consul.cache
Constructors in org.kiwiproject.consul.cache with parameters of type CacheDescriptorModifierConstructorDescriptionprotectedConsulCache(Function<V, K> keyConversion, ConsulCache.CallbackConsumer<V> callbackConsumer, CacheConfig cacheConfig, ClientEventHandler eventHandler, CacheDescriptor cacheDescriptor) protectedConsulCache(Function<V, K> keyConversion, ConsulCache.CallbackConsumer<V> callbackConsumer, CacheConfig cacheConfig, ClientEventHandler eventHandler, CacheDescriptor cacheDescriptor, ScheduledExecutorService callbackScheduleExecutorService) protectedConsulCache(Function<V, K> keyConversion, ConsulCache.CallbackConsumer<V> callbackConsumer, CacheConfig cacheConfig, ClientEventHandler eventHandler, CacheDescriptor cacheDescriptor, ConsulCache.Scheduler callbackScheduler) -
Uses of CacheDescriptor in org.kiwiproject.consul.monitoring
Methods in org.kiwiproject.consul.monitoring with parameters of type CacheDescriptorModifier and TypeMethodDescriptionvoidClientEventHandler.cachePollingError(CacheDescriptor cacheDescriptor, Throwable throwable) voidClientEventHandler.cachePollingSuccess(CacheDescriptor cacheDescriptor, boolean withNotification, long duration) voidClientEventHandler.cachePollingSuccess(CacheDescriptor cacheDescriptor, boolean withNotification, Duration duration) voidClientEventHandler.cacheStart(CacheDescriptor cacheDescriptor) voidClientEventHandler.cacheStop(CacheDescriptor cacheDescriptor) default voidClientEventCallback.onCachePollingError(String clientName, CacheDescriptor cacheDescriptor, Throwable throwable) default voidClientEventCallback.onCachePollingSuccess(String clientName, CacheDescriptor cacheDescriptor, boolean withNotification, Duration duration) default voidClientEventCallback.onCacheStart(String clientName, CacheDescriptor cacheDescriptor) default voidClientEventCallback.onCacheStop(String clientName, CacheDescriptor cacheDescriptor)