| Package | Description |
|---|---|
| com.orbitz.consul.cache | |
| com.orbitz.consul.monitoring |
| Constructor and Description |
|---|
ConsulCache(Function<V,K> keyConversion,
ConsulCache.CallbackConsumer<V> callbackConsumer,
CacheConfig cacheConfig,
ClientEventHandler eventHandler,
CacheDescriptor cacheDescriptor) |
ConsulCache(Function<V,K> keyConversion,
ConsulCache.CallbackConsumer<V> callbackConsumer,
CacheConfig cacheConfig,
ClientEventHandler eventHandler,
CacheDescriptor cacheDescriptor,
ConsulCache.Scheduler callbackScheduler) |
ConsulCache(Function<V,K> keyConversion,
ConsulCache.CallbackConsumer<V> callbackConsumer,
CacheConfig cacheConfig,
ClientEventHandler eventHandler,
CacheDescriptor cacheDescriptor,
ScheduledExecutorService callbackScheduleExecutorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientEventHandler.cachePollingError(CacheDescriptor cacheDescriptor,
Throwable throwable) |
void |
ClientEventHandler.cachePollingSuccess(CacheDescriptor cacheDescriptor,
boolean withNotification,
Duration duration) |
void |
ClientEventHandler.cacheStart(CacheDescriptor cacheDescriptor) |
void |
ClientEventHandler.cacheStop(CacheDescriptor cacheDescriptor) |
default void |
ClientEventCallback.onCachePollingError(String clientName,
CacheDescriptor cacheDescriptor,
Throwable throwable) |
default void |
ClientEventCallback.onCachePollingSuccess(String clientName,
CacheDescriptor cacheDescriptor,
boolean withNotification,
Duration duration) |
default void |
ClientEventCallback.onCacheStart(String clientName,
CacheDescriptor cacheDescriptor) |
default void |
ClientEventCallback.onCacheStop(String clientName,
CacheDescriptor cacheDescriptor) |
Copyright © 2019. All rights reserved.