| Package | Description | 
|---|---|
| org.apache.cassandra.tracing | 
| Modifier and Type | Field and Description | 
|---|---|
| Tracing.TraceType | TraceState. traceType | 
| Modifier and Type | Method and Description | 
|---|---|
| static Tracing.TraceType | Tracing.TraceType. deserialize(byte b) | 
| Tracing.TraceType | Tracing. getTraceType() | 
| static Tracing.TraceType | Tracing.TraceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Tracing.TraceType[] | Tracing.TraceType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.UUID | Tracing. newSession(Tracing.TraceType traceType) | 
| protected java.util.UUID | Tracing. newSession(java.util.UUID sessionId,
          Tracing.TraceType traceType,
          java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload)This method is intended to be overridden in tracing implementations that need access to the customPayload | 
| protected abstract TraceState | Tracing. newTraceState(java.net.InetAddress coordinator,
             java.util.UUID sessionId,
             Tracing.TraceType traceType) | 
| static byte | Tracing.TraceType. serialize(Tracing.TraceType value) | 
| Constructor and Description | 
|---|
| TraceState(java.net.InetAddress coordinator,
          java.util.UUID sessionId,
          Tracing.TraceType traceType) | 
| TraceStateImpl(java.net.InetAddress coordinator,
              java.util.UUID sessionId,
              Tracing.TraceType traceType) | 
Copyright © 2018 The Apache Software Foundation