public class RedisDirectExternalCacheIT extends AbstractUnreliableDirectExternalCacheIT
| Modifier and Type | Field and Description |
|---|---|
JedisTester |
jedisTester |
JedisTester |
offlineJedisTester |
| Constructor and Description |
|---|
RedisDirectExternalCacheIT() |
| Modifier and Type | Method and Description |
|---|---|
protected DirectExternalCache<String> |
createCache(String name,
ExternalCacheSettings settings) |
protected DirectExternalCache<String> |
createOfflineCache(String name,
ExternalCacheSettings settings) |
void |
exact_getIdentified_removeIf() |
void |
exact_getIdentified_replaceIf() |
protected RequestMetrics |
requestMetrics() |
ensureOfflineCache, getBulkOperation, getIdentifiedOperation, getOperation, getWithSupplierOperation, putOperation, removeAllOperation, removeOperationcheck_null_detection_with_cas, check_null_detection, check_null_key, ensureCache, potential_deadlock, put_with_huge_key, simple_get_add, simple_get_set, simple_get_with_supplier, simple_getBulk, simple_getBulkFactory, simple_getBulkIdentified, simple_getIdentified_removeIf, simple_getIdentified_replaceIf, simple_getIdentifiedSupplier_removeIf, simple_put_remove, simple_removeAllpublic JedisTester jedisTester
public JedisTester offlineJedisTester
protected DirectExternalCache<String> createCache(String name, ExternalCacheSettings settings)
createCache in class AbstractDirectExternalCacheITprotected DirectExternalCache<String> createOfflineCache(String name, ExternalCacheSettings settings)
createOfflineCache in class AbstractUnreliableDirectExternalCacheITprotected RequestMetrics requestMetrics()
requestMetrics in class AbstractDirectExternalCacheITpublic void exact_getIdentified_removeIf()
throws ExecutionException,
InterruptedException
exact_getIdentified_removeIf in class AbstractDirectExternalCacheITExecutionExceptionInterruptedExceptionpublic void exact_getIdentified_replaceIf()
throws ExecutionException,
InterruptedException
exact_getIdentified_replaceIf in class AbstractDirectExternalCacheITExecutionExceptionInterruptedExceptionCopyright © 2019 Atlassian. All rights reserved.