| 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 |
DnsSrvRefreshAttemptFailedEvent.Reason.severity() |
Event.Severity |
ConfigIgnoredEvent.Reason.severity() |
| Modifier and Type | Method and Description |
|---|---|
Event.Severity |
InitGlobalConfigFailedEvent.Reason.severity() |
| Constructor and Description |
|---|
BucketOpenFailedEvent(String name,
Event.Severity severity,
Duration duration,
Context context,
Throwable cause) |
DnsSrvLookupFailedEvent(Event.Severity severity,
Duration duration,
Throwable cause,
DnsSrvLookupFailedEvent.Reason reason) |
InitGlobalConfigFailedEvent(Event.Severity severity,
Duration duration,
CoreContext context,
InitGlobalConfigFailedEvent.Reason reason,
Throwable cause) |
LogEvent(Event.Severity severity,
String category,
String msg) |
| 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<?> clazz,
Context 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) |
| Constructor and Description |
|---|
IllegalDocumentStateEvent(Event.Severity severity,
String msg,
String docId) |
TransactionCleanupAttemptEvent(Event.Severity severity,
boolean success,
boolean isRegular,
List<TransactionLogEvent> logs,
String attemptId,
String atrId,
CollectionIdentifier atrCollection,
CleanupRequest req,
String addlDebug) |
TransactionEvent(Event.Severity severity,
String category) |
TransactionLogEvent(long timestamp,
long threadId,
String threadName,
String transactionId,
String secondaryId,
String fmt,
Object[] values,
Event.Severity level) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreTransactionLogger.log(String value,
Event.Severity level) |
void |
CoreTransactionLogger.log(String secondaryId,
String value,
Event.Severity level) |
void |
CoreTransactionLogger.log(String secondaryId,
Throwable err,
Event.Severity level) |
void |
CoreTransactionLogger.log(Throwable err,
Event.Severity level) |
void |
CoreTransactionLogger.logDefer(String secondaryId,
String fmt,
Event.Severity level) |
void |
CoreTransactionLogger.logDefer(String secondaryId,
String fmt,
Event.Severity level,
Object... values) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.