Class SyncAlarms
- java.lang.Object
-
- org.opennms.features.kafka.producer.shell.SyncAlarms
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class SyncAlarms extends Object implements org.apache.karaf.shell.api.action.Action
-
-
Constructor Summary
Constructors Constructor Description SyncAlarms()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute()
protected static boolean
waitForAlarmDataStore(AlarmDataStore alarmDataStore, long timeout, TimeUnit unit)
-
-
-
Method Detail
-
execute
public Object execute() throws IOException
- Specified by:
execute
in interfaceorg.apache.karaf.shell.api.action.Action
- Throws:
IOException
-
waitForAlarmDataStore
protected static boolean waitForAlarmDataStore(AlarmDataStore alarmDataStore, long timeout, TimeUnit unit)
-
-