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 Object implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description CollectionAgentFactory
collectionAgentFactory
static List<String>
DEFAULT_RRA
LocationAwareCollectorClient
locationAwareCollectorClient
ServiceCollectorRegistry
serviceCollectorRegistry
-
Constructor Summary
Constructors Constructor Description CollectCommand()
-
-
-
Field Detail
-
serviceCollectorRegistry
public ServiceCollectorRegistry serviceCollectorRegistry
-
locationAwareCollectorClient
public LocationAwareCollectorClient locationAwareCollectorClient
-
collectionAgentFactory
public CollectionAgentFactory collectionAgentFactory
-
-
Method Detail
-
execute
public Void execute()
- Specified by:
execute
in interfaceorg.apache.karaf.shell.api.action.Action
-
-