Package | Description |
---|---|
org.opennms.netmgt.telemetry.distributed.common |
Modifier and Type | Method and Description |
---|---|
static PropertyTree |
PropertyTree.from(Dictionary<String,?> properties)
Create a new
PropertyTree from the given Dictionary . |
static PropertyTree |
PropertyTree.from(Map<String,String> map)
Create a new
PropertyTree from the given Map . |
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyTree> |
PropertyTree.getSubTrees(String... path)
Get the children nodes at the given path represented as sub-trees.
|
Modifier and Type | Method and Description |
---|---|
List<AdapterDefinition> |
AdapterDefinitionParser.parse(String queueName,
PropertyTree propertyTree)
Groups properties for the same adapter together and wraps the properties behind a
AdapterDefinition . |
Constructor and Description |
---|
MapBasedAdapterDef(String queueName,
PropertyTree definition) |
MapBasedListenerDef(PropertyTree definition) |
MapBasedParserDef(String listenerName,
PropertyTree definition) |
MapBasedQueueDef(PropertyTree definition) |
Copyright © 2021. All rights reserved.