Package | Description |
---|---|
org.opennms.netmgt.collectd | |
org.opennms.netmgt.config | |
org.opennms.netmgt.config.datacollection |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.support |
Modifier and Type | Method and Description |
---|---|
void |
PersistRegexSelectorStrategy.setParameters(List<Parameter> parameterCollection) |
void |
PersistenceSelectorStrategy.setParameters(List<Parameter> parameterCollection) |
void |
PersistAllSelectorStrategy.setParameters(List<Parameter> parameterCollection) |
Modifier and Type | Method and Description |
---|---|
void |
StorageStrategy.setParameters(List<Parameter> parameterCollection)
setParameters
|
Modifier and Type | Method and Description |
---|---|
Parameter[] |
StorageStrategy.getParameter()
Method getParameter.Returns the contents of the collection
in an Array.
|
Parameter[] |
PersistenceSelectorStrategy.getParameter()
Method getParameter.Returns the contents of the collection
in an Array.
|
Parameter |
StorageStrategy.getParameter(int index)
Method getParameter.
|
Parameter |
PersistenceSelectorStrategy.getParameter(int index)
Method getParameter.
|
Parameter |
StorageStrategy.removeParameterAt(int index)
Method removeParameterAt.
|
Parameter |
PersistenceSelectorStrategy.removeParameterAt(int index)
Method removeParameterAt.
|
static Parameter |
Parameter.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Parameter> |
StorageStrategy.enumerateParameter()
Method enumerateParameter.
|
Enumeration<Parameter> |
PersistenceSelectorStrategy.enumerateParameter()
Method enumerateParameter.
|
List<Parameter> |
StorageStrategy.getParameterCollection()
Method getParameterCollection.Returns a reference to
'_parameterList'.
|
List<Parameter> |
PersistenceSelectorStrategy.getParameterCollection()
Method getParameterCollection.Returns a reference to
'_parameterList'.
|
Iterator<Parameter> |
StorageStrategy.iterateParameter()
Method iterateParameter.
|
Iterator<Parameter> |
PersistenceSelectorStrategy.iterateParameter()
Method iterateParameter.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageStrategy.addParameter(int index,
Parameter parameter) |
void |
PersistenceSelectorStrategy.addParameter(int index,
Parameter parameter) |
void |
StorageStrategy.addParameter(Parameter parameter) |
void |
PersistenceSelectorStrategy.addParameter(Parameter parameter) |
boolean |
StorageStrategy.removeParameter(Parameter parameter)
Method removeParameter.
|
boolean |
PersistenceSelectorStrategy.removeParameter(Parameter parameter)
Method removeParameter.
|
void |
StorageStrategy.setParameter(int index,
Parameter parameter) |
void |
PersistenceSelectorStrategy.setParameter(int index,
Parameter parameter) |
void |
StorageStrategy.setParameter(Parameter[] parameters) |
void |
PersistenceSelectorStrategy.setParameter(Parameter[] parameters) |
Modifier and Type | Method and Description |
---|---|
void |
StorageStrategy.setParameter(List<Parameter> parameters)
Sets the value of '_parameterList' by copying the given
Vector.
|
void |
PersistenceSelectorStrategy.setParameter(List<Parameter> parameters)
Sets the value of '_parameterList' by copying the given
Vector.
|
void |
StorageStrategy.setParameterCollection(List<Parameter> parameters)
Deprecated.
|
void |
PersistenceSelectorStrategy.setParameterCollection(List<Parameter> parameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SiblingColumnStorageStrategy.setParameters(List<Parameter> parameterCollection)
setParameters
|
void |
IndexStorageStrategy.setParameters(List<Parameter> parameterCollection)
setParameters
|
Copyright © 2015. All Rights Reserved.