Package | Description |
---|---|
org.apache.cassandra.concurrent | |
org.apache.cassandra.tracing |
Modifier and Type | Method and Description |
---|---|
void |
DebuggableThreadPoolExecutor.execute(java.lang.Runnable command,
TraceState state) |
void |
TracingAwareExecutorService.execute(java.lang.Runnable command,
TraceState state) |
Modifier and Type | Class and Description |
---|---|
class |
ExpiredTraceState |
Modifier and Type | Method and Description |
---|---|
TraceState |
Tracing.get() |
TraceState |
Tracing.get(java.util.UUID sessionId) |
TraceState |
Tracing.initializeFromMessage(MessageIn<?> message)
Determines the tracing context from a message.
|
Modifier and Type | Method and Description |
---|---|
void |
Tracing.set(TraceState tls) |
void |
Tracing.stopNonLocal(TraceState state) |
Copyright © 2014 The Apache Software Foundation