| Package | Description |
|---|---|
| org.hawkular.agent.monitor.api | |
| org.hawkular.agent.monitor.scheduler | |
| org.hawkular.agent.monitor.storage |
| Modifier and Type | Method and Description |
|---|---|
<L> void |
InventoryListener.resourcesAdded(InventoryEvent<L> event)
Notifies this listener that the resources in
getPayload()
were added to the monitored endpoint. |
<L> void |
InventoryListener.resourcesRemoved(InventoryEvent<L> event)
Notifies this listener that the resources in
getPayload()
were removed from the monitored endpoint. |
| Modifier and Type | Method and Description |
|---|---|
<L> void |
SchedulerService.resourcesAdded(InventoryEvent<L> event) |
<L> void |
SchedulerService.resourcesRemoved(InventoryEvent<L> event) |
| Modifier and Type | Method and Description |
|---|---|
<L> void |
HawkularStorageAdapter.resourcesAdded(InventoryEvent<L> event) |
<L> void |
InventoryStorageProxy.resourcesAdded(InventoryEvent<L> event) |
<L> void |
AsyncInventoryStorage.resourcesAdded(InventoryEvent<L> event) |
<L> void |
HawkularStorageAdapter.resourcesRemoved(InventoryEvent<L> event) |
<L> void |
InventoryStorageProxy.resourcesRemoved(InventoryEvent<L> event) |
<L> void |
AsyncInventoryStorage.resourcesRemoved(InventoryEvent<L> event) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.