| Package | Description |
|---|---|
| com.couchbase.client.core.cnc | |
| com.couchbase.client.core.cnc.tracing |
| Modifier and Type | Method and Description |
|---|---|
static RequestSpan.StatusCode |
RequestSpan.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestSpan.StatusCode[] |
RequestSpan.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestSpan.status(RequestSpan.StatusCode status)
Sets the status of the span, which is by default UNSET.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThresholdRequestSpan.status(RequestSpan.StatusCode status) |
void |
NoopRequestSpan.status(RequestSpan.StatusCode status) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.