| Package | Description |
|---|---|
| com.abiquo.event.adapter | |
| com.abiquo.event.interfaces | |
| com.abiquo.event.model | |
| com.abiquo.event.model.details |
| Modifier and Type | Method and Description |
|---|---|
EventDetails |
OptionalMapAdapter.marshal(com.google.common.base.Optional<? extends EventDetails> optional) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<? extends EventDetails> |
OptionalMapAdapter.unmarshal(EventDetails details) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<? extends EventDetails> |
OptionalMapAdapter.unmarshal(EventDetails details) |
| Modifier and Type | Method and Description |
|---|---|
EventDetails |
OptionalMapAdapter.marshal(com.google.common.base.Optional<? extends EventDetails> optional) |
| Modifier and Type | Method and Description |
|---|---|
void |
Traceable.error(EntityAction.Action<?> action,
ID identity,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
ErrorScope scope,
EventDetails details)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
ID identity,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
java.lang.Throwable e,
ErrorScope scope,
EventDetails details)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
ErrorScope scope,
EventDetails details)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError apiError,
ErrorScope scope,
EventDetails details,
java.lang.String entityUri)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.error(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
AbiquoError abiquoError,
java.lang.Throwable e,
ErrorScope scope,
EventDetails details)
Generates and traces a
Event which is performed over a ID. |
void |
Traceable.info(EntityAction.Action<?> action,
ID entity,
java.util.Optional<java.lang.Integer> enterpriseId,
EventDetails details)
Generates and traces a
Event which is performed over a ID add this details. |
void |
Traceable.info(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
EventDetails details)
Create an
Event, this implies the addition and formatting the message, add this
details. |
void |
Traceable.info(EntityAction.Action<?> action,
java.lang.String entityUri,
java.util.Optional<java.lang.Integer> enterpriseId,
EventDetails details)
Generates and traces a
Event which is performed over the entity uri. |
void |
Traceable.warn(EntityAction.Action<?> action,
ID identity,
java.util.Optional<java.lang.Integer> enterpriseId,
EventDetails details)
Generates and traces a
Event add this details. |
void |
Traceable.warn(EntityAction.Action<?> action,
java.util.Optional<java.lang.Integer> enterpriseId,
EventDetails details)
Generates and traces a
Event add this details. |
| Modifier and Type | Method and Description |
|---|---|
<E extends EventDetails> |
Event.EventBuilder.details(E value)
Sets a details object.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<? extends EventDetails> |
Event.getDetails() |
com.google.common.base.Optional<? extends EventDetails> |
EventAdapter.OptionalMapAdapter.unmarshal(com.abiquo.event.model.EventAdapter.MapType type) |
| Modifier and Type | Method and Description |
|---|---|
com.abiquo.event.model.EventAdapter.MapType |
EventAdapter.OptionalMapAdapter.marshal(com.google.common.base.Optional<? extends EventDetails> details) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EventDetails.Builder<B extends EventDetails.Builder<B,E>,E extends EventDetails>
Builder helper for extending classes of
EventDetails. |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorDetails
Decorator for map with the details of the performed event when the severity event is
Severity.ERROR. |
class |
MessageDetails
Decorator for map with the keys and values not recoverable externally after the event occurs.
|
class |
MoveDetails
Decorator for map with the details of the performed event when a resource has changed its uri
identifier.
|
class |
ReconfigureDetails
Forwarding map to add further details of a virtual machine reconfigure.
|
| Modifier and Type | Method and Description |
|---|---|
EventDetails |
EventDetailsDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDetailsSerializer.serialize(EventDetails value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.