Class CollectCommand
- java.lang.Object
-
- org.opennms.netmgt.collection.commands.CollectCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class CollectCommand extends java.lang.Object implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description CollectionAgentFactory
collectionAgentFactory
static java.util.List<java.lang.String>
DEFAULT_RRA
LocationAwareCollectorClient
locationAwareCollectorClient
ServiceCollectorRegistry
serviceCollectorRegistry
-
Constructor Summary
Constructors Constructor Description CollectCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
execute()
-
-
-
Field Detail
-
DEFAULT_RRA
public static final java.util.List<java.lang.String> DEFAULT_RRA
-
serviceCollectorRegistry
public ServiceCollectorRegistry serviceCollectorRegistry
-
locationAwareCollectorClient
public LocationAwareCollectorClient locationAwareCollectorClient
-
collectionAgentFactory
public CollectionAgentFactory collectionAgentFactory
-
-