| Modifier and Type | Method and Description |
|---|---|
<T> MemoryInfo<T> |
IMemoryController.addNeverExpiredMemoryCache(String key,
Operation operation) |
static <T> MemoryInfo<T> |
MemoryFactory.set(String key,
Operation operation,
String cacheSettingName) |
| Modifier and Type | Field and Description |
|---|---|
Operation |
MemoryMetaInfo.Action |
| Modifier and Type | Method and Description |
|---|---|
<T> MemoryInfo<T> |
RedisMemoryController.addNeverExpiredMemoryCache(String key,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
static <T> MemoryInfo<T> |
StaticMemoryHelper.addNeverExpiredMemoryCache(String key,
Operation operation) |
<T> MemoryInfo<T> |
StaticMemoryController.addNeverExpiredMemoryCache(String key,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
OperationController.run(Operation operation) |
static Object |
OperationController.runWithRetry(int maxAttempts,
Operation operation) |
static Object |
OperationController.runWithRetryThrowException(int maxAttempts,
Operation operation,
boolean throwException) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
OperationController.runInParallel(List<Operation<T>> tasks) |
static <T> List<T> |
OperationController.runInParallel(List<Operation<T>> tasks,
int maxThread) |
Copyright © 2016. All rights reserved.