public abstract class AbstractDirectExternalCacheIT extends Object
DirectExternalCache.| Constructor and Description |
|---|
AbstractDirectExternalCacheIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
check_null_detection_with_cas() |
void |
check_null_detection() |
void |
check_null_key() |
protected abstract DirectExternalCache<String> |
createCache(String name,
ExternalCacheSettings settings) |
void |
ensureCache() |
void |
exact_getIdentified_removeIf()
Tests where the cas id is genuinely unique, and not just a copy of the original value.
|
void |
exact_getIdentified_replaceIf()
Tests where the cas id is genuinely unique, and not just a copy of the original value.
|
void |
potential_deadlock() |
void |
put_with_huge_key() |
protected abstract RequestMetrics |
requestMetrics() |
void |
simple_get_add() |
void |
simple_get_set() |
void |
simple_get_with_supplier() |
void |
simple_getBulk() |
void |
simple_getBulkFactory() |
void |
simple_getBulkIdentified() |
void |
simple_getIdentified_removeIf() |
void |
simple_getIdentified_replaceIf() |
void |
simple_getIdentifiedSupplier_removeIf() |
void |
simple_put_remove() |
void |
simple_removeAll() |
protected abstract DirectExternalCache<String> createCache(String name, ExternalCacheSettings settings)
protected abstract RequestMetrics requestMetrics()
public void ensureCache()
public void simple_get_set()
throws ExecutionException,
InterruptedException
public void simple_get_add()
throws ExecutionException,
InterruptedException
public void simple_get_with_supplier()
throws ExecutionException,
InterruptedException
public void put_with_huge_key()
throws ExecutionException,
InterruptedException
public void simple_getBulkIdentified()
throws ExecutionException,
InterruptedException
public void simple_getIdentified_removeIf()
throws ExecutionException,
InterruptedException
public void simple_getIdentifiedSupplier_removeIf()
throws ExecutionException,
InterruptedException
public void exact_getIdentified_removeIf()
throws ExecutionException,
InterruptedException
public void simple_getIdentified_replaceIf()
throws ExecutionException,
InterruptedException
public void exact_getIdentified_replaceIf()
throws ExecutionException,
InterruptedException
public void simple_put_remove()
throws ExecutionException,
InterruptedException
public void simple_removeAll()
throws ExecutionException,
InterruptedException
public void simple_getBulk()
throws ExecutionException,
InterruptedException
public void simple_getBulkFactory()
throws ExecutionException,
InterruptedException
public void check_null_detection()
public void check_null_detection_with_cas()
public void check_null_key()
public void potential_deadlock()
Copyright © 2016 Atlassian. All rights reserved.