| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCache<K,V> |
class |
FIFOCache<K,V>
先进先出队列
|
class |
LRUCache<K,V>
最近最少使用
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ConfigurationRepository<T extends Configuration,Loader extends ConfigurationLoader<T>,Writer extends ConfigurationWriter<T>> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractConfigurationRepository<T extends Configuration,Loader extends ConfigurationLoader<T>,Writer extends ConfigurationWriter<T>> |
class |
MultipleLevelConfigurationRepository<T extends Configuration,Loader extends ConfigurationLoader<T>,Writer extends ConfigurationWriter<T>> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DatabaseBasedConfigurationRepository<T extends Configuration> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DirectoryBasedFileConfigurationRepository<T extends Configuration>
multiple configuration file in one directory, every configuration will be load as a configurationlangx
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ManualConfigurationRepository<T extends Configuration> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
JMXConnectorServerWrapper |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IIOPJMXConnectorServerWrapper |
class |
RMIJMXConnectorServerWrapper |
Copyright © 2020. All rights reserved.