Example usage for org.apache.cassandra.tracing TraceState subclass-usage

List of usage examples for org.apache.cassandra.tracing TraceState subclass-usage

Introduction

In this page you can find the example usage for org.apache.cassandra.tracing TraceState subclass-usage.

Usage

From source file com.thelastpickle.cassandra.tracing.ZipkinTraceState.java

/**
 * ThreadLocal state for a tracing session. The presence of an instance of this class as a ThreadLocal denotes that an
 * operation is being traced.
 */
final class ZipkinTraceState extends TraceState {
    private final Brave brave;