public abstract class AbstractUnreliableDirectExternalCacheIT extends AbstractDirectExternalCacheIT
DirectExternalCaches that rely on external services
which could be unreliable. These tests ensure that the behaviour of the cache is reasonable
when the external service is unavailable| Constructor and Description |
|---|
AbstractUnreliableDirectExternalCacheIT() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DirectExternalCache<String> |
createOfflineCache(String name,
ExternalCacheSettings settings) |
void |
ensureOfflineCache() |
void |
getBulkOperation() |
void |
getIdentifiedOperation() |
void |
getOperation() |
void |
getWithSupplierOperation() |
void |
putOperation() |
void |
removeAllOperation() |
void |
removeOperation() |
check_null_detection_with_cas, check_null_detection, check_null_key, createCache, ensureCache, exact_getIdentified_removeIf, exact_getIdentified_replaceIf, potential_deadlock, put_with_huge_key, requestMetrics, 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 AbstractUnreliableDirectExternalCacheIT()
protected abstract DirectExternalCache<String> createOfflineCache(String name, ExternalCacheSettings settings)
public void ensureOfflineCache()
public void getOperation()
public void getWithSupplierOperation()
public void getBulkOperation()
public void getIdentifiedOperation()
public void putOperation()
public void removeOperation()
public void removeAllOperation()
Copyright © 2019 Atlassian. All rights reserved.