| Package | Description |
|---|---|
| org.openstack4j.api.telemetry | |
| org.openstack4j.openstack.telemetry.domain | |
| org.openstack4j.openstack.telemetry.internal |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventService.get(String messageId)
Return a single Event with the given message id
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Event> |
EventService.list(EventCriteria eventCriteria)
Return all Events matching the query filters
|
List<? extends Event> |
EventService.list(EventCriteria eventCriteria,
int limit)
Return all Events matching the query filters
|
| Modifier and Type | Class and Description |
|---|---|
class |
CeilometerEvent
Event represents the state of an object in an OpenStack service
at a point in time when something of interest has occurred
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventServiceImpl.get(String messageId)
Return a single Event with the given message id
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Event> |
EventServiceImpl.list(EventCriteria eventCriteria)
Return all Events matching the query filters
|
List<? extends Event> |
EventServiceImpl.list(EventCriteria eventCriteria,
int limit)
Return all Events matching the query filters
|
Copyright © 2019. All rights reserved.