public class RedisStableReadExternalCacheIT extends AbstractUnreliableStableReadExternalCacheIT
| Modifier and Type | Field and Description |
|---|---|
JedisTester |
jedisTester |
JedisTester |
offlineJedisTester |
watcher| Constructor and Description |
|---|
RedisStableReadExternalCacheIT() |
| Modifier and Type | Method and Description |
|---|---|
protected StableReadExternalCache<String> |
createCache(String name,
ExternalCacheSettings settings,
Duration lockTimeout) |
protected StableReadExternalCache<String> |
createOfflineCache(String name,
ExternalCacheSettings settings,
Duration lockTimeout) |
protected DirectExternalCache<String> |
obtainDirectCache(String name,
ExternalCacheSettings settings) |
protected RequestMetrics |
requestMetrics() |
createOfflineCache, ensureOfflineCache, getBulkOperation, getOperation, getWithSupplierOperation, putOperation, removeAllOperation, removeOperationboth_get_and_getBulk_fail, both_getBulk_and_get_fail, check_null_detection, createCache, dual_cache_get_set, dual_cache_get_with_supplier_take2, dual_cache_get_with_supplier, dual_cache_getBulk, dual_getBulk_function, ensureCache, get_fails_and_getBulk_succeeds, getBulk_fail_and_get_succeed, getBulk_pass_and_get_reuse, potential_deadlock, remove_normal, repeated_concurrency, simple_getBulk_function, simple_removeAll, single_cache_get_setpublic JedisTester jedisTester
public JedisTester offlineJedisTester
protected StableReadExternalCache<String> createCache(String name, ExternalCacheSettings settings, Duration lockTimeout)
createCache in class AbstractStableReadExternalCacheITprotected StableReadExternalCache<String> createOfflineCache(String name, ExternalCacheSettings settings, Duration lockTimeout)
createOfflineCache in class AbstractUnreliableStableReadExternalCacheITprotected DirectExternalCache<String> obtainDirectCache(String name, ExternalCacheSettings settings)
obtainDirectCache in class AbstractStableReadExternalCacheITprotected RequestMetrics requestMetrics()
requestMetrics in class AbstractStableReadExternalCacheITCopyright © 2019 Atlassian. All rights reserved.