Package | Description |
---|---|
nl.renarj.core.caching | |
nl.renarj.core.exceptions | |
nl.renarj.core.utilities | |
nl.renarj.core.utilities.configuration | |
nl.renarj.core.utilities.conversion |
Modifier and Type | Method and Description |
---|---|
void |
DummyBucket.configure(CacheConfig config) |
void |
CacheBucket.configure(CacheConfig config) |
void |
Bucket.configure(CacheConfig config) |
void |
CacheManager.configure(Configuration config) |
Bucket |
CacheManager.getBucket(String bucketName) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationNotFoundException
When the configuation file could not be found this exception is thrown
|
Modifier and Type | Method and Description |
---|---|
static Document |
XMLReader.getDocument(String configFile) |
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.loadConfiguration(String fileName) |
Modifier and Type | Method and Description |
---|---|
static long |
ValueConverterUtil.convertToBytes(String memorySize) |
static long |
ValueConverterUtil.convertToBytes(String memorySize,
long defaultValue) |
long |
ValueConverterType.convertToLong(char type,
long value) |
long |
TimeTypeConverter.convertToLong(char type,
long value) |
long |
MemoryTypeConverter.convertToLong(char type,
long value) |
static long |
ValueConverterUtil.convertToMilliseconds(String timeSpan) |
static long |
ValueConverterUtil.convertToMilliseconds(String timeSpan,
long defaultValue) |
Copyright © 2015. All rights reserved.