| 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.discoverAllFinished(InventoryEvent<L> event)
Notifies the listener that the full discovery of resources has finished.
|
<L> void |
InventoryListener.resourceRemoved(InventoryEvent<L> event)
Notifies this listener that the resource in
getPayload() was removed from the monitored
endpoint. |
<L> void |
InventoryListener.resourcesAdded(InventoryEvent<L> event)
Notifies this listener that the resource in
getPayload() was added to the monitored
endpoint. |
| Modifier and Type | Method and Description |
|---|---|
<L> void |
SchedulerService.discoverAllFinished(InventoryEvent<L> event) |
<L> void |
SchedulerService.resourceRemoved(InventoryEvent<L> event) |
<L> void |
SchedulerService.resourcesAdded(InventoryEvent<L> event) |
| Modifier and Type | Method and Description |
|---|---|
<L> void |
HawkularStorageAdapter.discoverAllFinished(InventoryEvent<L> event) |
<L> void |
InventoryStorageProxy.discoverAllFinished(InventoryEvent<L> event) |
<L> void |
MetricsOnlyStorageAdapter.discoverAllFinished(InventoryEvent<L> event) |
<L> void |
AsyncInventoryStorage.discoverAllFinished(InventoryEvent<L> event) |
<L> void |
HawkularStorageAdapter.resourceRemoved(InventoryEvent<L> event) |
<L> void |
InventoryStorageProxy.resourceRemoved(InventoryEvent<L> event) |
<L> void |
MetricsOnlyStorageAdapter.resourceRemoved(InventoryEvent<L> event) |
<L> void |
AsyncInventoryStorage.resourceRemoved(InventoryEvent<L> event) |
<L> void |
HawkularStorageAdapter.resourcesAdded(InventoryEvent<L> event) |
<L> void |
InventoryStorageProxy.resourcesAdded(InventoryEvent<L> event) |
<L> void |
MetricsOnlyStorageAdapter.resourcesAdded(InventoryEvent<L> event) |
<L> void |
AsyncInventoryStorage.resourcesAdded(InventoryEvent<L> event) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.