| Package | Description |
|---|---|
| org.glassfish.internal.deployment.analysis |
| Modifier and Type | Method and Description |
|---|---|
TraceContext.Level |
TraceContext.getLevel() |
static TraceContext.Level |
TraceContext.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceContext.Level[] |
TraceContext.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TraceContext.getLevelName(TraceContext.Level level) |
boolean |
TraceContext.is(TraceContext.Level level) |
boolean |
TraceContext.isWithin(TraceContext.Level level) |
DeploymentSpan |
StructuredDeploymentTracing.startSpan(TraceContext.Level level,
String contextName,
Enum<?> action)
Switch to new context and start a span.
|
DeploymentSpan |
StructuredDeploymentTracing.startSpan(TraceContext.Level level,
String contextName,
Enum<?> action,
String componentName)
Switch to new context and start a span.
|
TraceContext |
StructuredDeploymentTracing.switchToContext(TraceContext.Level level,
String name)
Switch to new context.
|
Copyright © 2019. All rights reserved.