Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.vacuumd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
List<Statement> |
VacuumdConfigFactory.getStatements()
getStatements
|
Modifier and Type | Method and Description |
---|---|
Statement |
Trigger.getStatement() |
Statement |
Action.getStatement() |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
VacuumdConfiguration.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
VacuumdConfiguration.addStatement(Statement statement) |
boolean |
VacuumdConfiguration.removeStatement(Statement statement) |
void |
Trigger.setStatement(Statement statement) |
void |
Action.setStatement(Statement statement) |
Modifier and Type | Method and Description |
---|---|
void |
VacuumdConfiguration.setStatements(List<Statement> statements) |
Constructor and Description |
---|
Action(String name,
String dataSource,
Statement statement) |
Trigger(String name,
String dataSource,
String operator,
Integer rowCount,
Statement statement) |
Constructor and Description |
---|
VacuumdConfiguration(Integer period,
List<Statement> statements,
List<Automation> automations,
List<Trigger> triggers,
List<Action> actions,
List<AutoEvent> autoEvents,
List<ActionEvent> actionEvents) |
Copyright © 2021. All rights reserved.