| Modifier and Type | Method and Description |
|---|---|
Event.Severity |
Event.severity()
The Severity of this event.
|
Event.Severity |
AbstractEvent.severity() |
static Event.Severity |
Event.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Severity[] |
Event.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractEvent(Event.Severity severity,
Event.Category category,
Duration duration,
Context context) |
AbstractEvent(Event.Severity severity,
String category,
Duration duration,
Context context)
Creates a new abstract event.
|
| Modifier and Type | Method and Description |
|---|---|
Event.Severity |
ConfigIgnoredEvent.Reason.severity() |
| Modifier and Type | Method and Description |
|---|---|
Event.Severity |
InitGlobalConfigFailedEvent.Reason.severity() |
| Constructor and Description |
|---|
DnsSrvLookupFailedEvent(Event.Severity severity,
Duration duration,
Throwable cause,
DnsSrvLookupFailedEvent.Reason reason) |
InitGlobalConfigFailedEvent(Event.Severity severity,
Duration duration,
CoreContext context,
InitGlobalConfigFailedEvent.Reason reason,
Throwable cause) |
| Constructor and Description |
|---|
EndpointConnectionFailedEvent(Event.Severity severity,
Duration duration,
EndpointContext context,
long attempt,
Throwable cause) |
EndpointWriteFailedEvent(Event.Severity severity,
EndpointContext context,
Throwable cause) |
| Constructor and Description |
|---|
SelectBucketFailedEvent(Event.Severity severity,
IoContext context,
short status) |
| Constructor and Description |
|---|
NodeDisconnectIgnoredEvent(Event.Severity severity,
NodeDisconnectIgnoredEvent.Reason reason,
Context context) |
| Constructor and Description |
|---|
RequestNotRetriedEvent(Event.Severity severity,
Class<? extends Request> clazz,
RequestContext context,
RetryReason reason,
Throwable throwable) |
| Constructor and Description |
|---|
ServiceAddIgnoredEvent(Event.Severity severity,
ServiceAddIgnoredEvent.Reason reason,
Context context) |
ServiceRemoveIgnoredEvent(Event.Severity severity,
ServiceRemoveIgnoredEvent.Reason reason,
Context context) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.