| 程序包 | 说明 |
|---|---|
| com.jn.langx.cache | |
| com.jn.langx.configuration | |
| com.jn.langx.configuration.database | |
| com.jn.langx.configuration.file.directoryfile |
将一个目录作为一个repository, 目录下的每一个文件,都对应一个 configuration 对象
|
| com.jn.langx.configuration.manual | |
| com.jn.langx.lifecycle | |
| com.jn.langx.management.connector.server | |
| com.jn.langx.management.connector.server.impl | |
| com.jn.langx.text.grok.pattern |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCache<K,V> |
class |
BaseCache<K,V> |
class |
FIFOCache<K,V>
先进先出队列
|
class |
LRUCache<K,V>
最近最少使用
|
class |
SimpleCache<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 |
StatefulLifecycle |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractLifecycle |
class |
AbstractStatefulLifecycle
Basic implementation of the life cycle interface for components.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
JMXConnectorServerWrapper |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IIOPJMXConnectorServerWrapper |
class |
RMIJMXConnectorServerWrapper |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
PatternDefinitionRepository |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MultipleLevelPatternDefinitionRepository |
class |
SimplePatternDefinitionRepository |
Copyright © 2022. All rights reserved.