public class EventBusLocalCache<K,V> extends AbstractLocalCache<K,V>
NULL_VALUE| 构造器和说明 |
|---|
EventBusLocalCache(String name,
EventBus eventBus,
ClusterCache<K,V> clusterCache,
com.google.common.cache.Cache<K,Object> localCache) |
EventBusLocalCache(String name,
EventBus eventBus,
ClusterCache<K,V> clusterCache,
com.google.common.cache.Cache<K,Object> localCache,
boolean cacheEmpty) |
EventBusLocalCache(String name,
EventBus eventBus,
ClusterManager clusterManager) |
EventBusLocalCache(String name,
EventBus eventBus,
ClusterManager clusterManager,
com.google.common.cache.Cache<K,Object> localCache) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected reactor.core.publisher.Mono<Void> |
onClear() |
protected reactor.core.publisher.Mono<Void> |
onRemove(Collection<? extends K> key) |
protected reactor.core.publisher.Mono<Void> |
onRemove(K key) |
protected reactor.core.publisher.Mono<Void> |
onUpdate(K key,
V value) |
clear, clearAllLocalCache, clearLocalCache, containsKey, entries, get, get, getAndRemove, keys, put, putAll, putIfAbsent, refresh, refresh, remove, remove, size, valuespublic EventBusLocalCache(String name, EventBus eventBus, ClusterManager clusterManager)
public EventBusLocalCache(String name, EventBus eventBus, ClusterManager clusterManager, com.google.common.cache.Cache<K,Object> localCache)
public EventBusLocalCache(String name, EventBus eventBus, ClusterCache<K,V> clusterCache, com.google.common.cache.Cache<K,Object> localCache)
protected reactor.core.publisher.Mono<Void> onUpdate(K key, V value)
onUpdate 在类中 AbstractLocalCache<K,V>protected reactor.core.publisher.Mono<Void> onRemove(K key)
onRemove 在类中 AbstractLocalCache<K,V>protected reactor.core.publisher.Mono<Void> onRemove(Collection<? extends K> key)
onRemove 在类中 AbstractLocalCache<K,V>protected reactor.core.publisher.Mono<Void> onClear()
onClear 在类中 AbstractLocalCache<K,V>Copyright © 2019–2023. All rights reserved.