public abstract class AbstractTransactionalExternalCacheIT extends Object
TransactionalExternalCache.| Modifier and Type | Field and Description |
|---|---|
protected static String |
CACHE_NAME |
LoggingTestWatcher |
watcher |
| Constructor and Description |
|---|
AbstractTransactionalExternalCacheIT() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TransactionalExternalCache<String> |
cache() |
protected abstract void |
cacheTransactionDiscard() |
protected abstract void |
cacheTransactionSync() |
void |
check_get_null_detection() |
void |
check_put_null_detection() |
protected abstract DirectExternalCache<String> |
directCache() |
protected abstract void |
directCacheRefresh() |
void |
existing_remove_get() |
void |
existing_remove_getBulk() |
void |
existing_remove_getSupplier() |
void |
existing_removeAll_get() |
void |
existing_removeAll_getBulk() |
void |
existing_removeAll_getSupplier() |
void |
getBulk_getBulkFunction_directPut_sync() |
void |
getSupplier_removeAll_get() |
void |
getSupplier_removeAll_getBulk_getBulk() |
void |
getSupplier_removeAll_getSupplier_getSupplier() |
void |
put_get_discard() |
void |
put_get_remove_get() |
void |
put_get_sync_successful2() |
void |
put_get_sync_unsuccessful2() |
protected static final String CACHE_NAME
public LoggingTestWatcher watcher
public AbstractTransactionalExternalCacheIT()
protected abstract TransactionalExternalCache<String> cache()
protected abstract DirectExternalCache<String> directCache()
protected abstract void directCacheRefresh()
protected abstract void cacheTransactionSync()
protected abstract void cacheTransactionDiscard()
public void put_get_sync_successful2()
public void put_get_sync_unsuccessful2()
throws Exception
Exceptionpublic void getBulk_getBulkFunction_directPut_sync()
throws Exception
Exceptionpublic void put_get_remove_get()
public void getSupplier_removeAll_get()
public void getSupplier_removeAll_getSupplier_getSupplier()
public void getSupplier_removeAll_getBulk_getBulk()
public void put_get_discard()
public void existing_remove_get()
public void existing_remove_getSupplier()
public void existing_remove_getBulk()
public void existing_removeAll_get()
public void existing_removeAll_getSupplier()
public void existing_removeAll_getBulk()
public void check_get_null_detection()
public void check_put_null_detection()
Copyright © 2016 Atlassian. All rights reserved.