| Package | Description |
|---|---|
| org.hawkular.alerts.engine.impl | |
| org.hawkular.alerts.engine.service |
| Modifier and Type | Method and Description |
|---|---|
PartitionManager.Operation |
PartitionManagerImpl.NotifyTrigger.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionManagerImpl.notifyTrigger(PartitionManager.Operation operation,
String tenantId,
String triggerId) |
void |
AlertsEngineImpl.onTriggerChange(PartitionManager.Operation operation,
String tenantId,
String triggerId) |
void |
PartitionManagerImpl.NotifyTrigger.setOperation(PartitionManager.Operation operation) |
| Constructor and Description |
|---|
NotifyTrigger(Integer fromNode,
Integer toNode,
PartitionManager.Operation operation,
String tenantId,
String triggerId) |
| Modifier and Type | Method and Description |
|---|---|
static PartitionManager.Operation |
PartitionManager.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionManager.Operation[] |
PartitionManager.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionManager.notifyTrigger(PartitionManager.Operation operation,
String tenantId,
String triggerId)
Notify partition manager when a trigger, dampening or condition has been added,updated or removed.
|
void |
PartitionTriggerListener.onTriggerChange(PartitionManager.Operation operation,
String tenantId,
String triggerId)
Invoked on the node that holds the trigger when a trigger has been added, modified or removed.
|
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.