Uses of Class
org.apache.cassandra.tracing.Tracing.TraceType
-
Packages that use Tracing.TraceType Package Description org.apache.cassandra.net org.apache.cassandra.tracing -
-
Uses of Tracing.TraceType in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return Tracing.TraceType Modifier and Type Method Description Tracing.TraceType
Message.Header. traceType()
Tracing.TraceType
Message. traceType()
-
Uses of Tracing.TraceType in org.apache.cassandra.tracing
Fields in org.apache.cassandra.tracing declared as Tracing.TraceType Modifier and Type Field Description Tracing.TraceType
TraceState. traceType
Fields in org.apache.cassandra.tracing with type parameters of type Tracing.TraceType Modifier and Type Field Description static IVersionedSerializer<Tracing.TraceType>
Tracing. traceTypeSerializer
Methods in org.apache.cassandra.tracing that return Tracing.TraceType Modifier and Type Method 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.Methods in org.apache.cassandra.tracing with parameters of type Tracing.TraceType Modifier and Type Method Description 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 customPayloadjava.util.UUID
Tracing. newSession(Tracing.TraceType traceType)
protected abstract TraceState
Tracing. newTraceState(InetAddressAndPort coordinator, java.util.UUID sessionId, Tracing.TraceType traceType)
static byte
Tracing.TraceType. serialize(Tracing.TraceType value)
Constructors in org.apache.cassandra.tracing with parameters of type Tracing.TraceType Constructor Description TraceState(InetAddressAndPort coordinator, java.util.UUID sessionId, Tracing.TraceType traceType)
TraceStateImpl(InetAddressAndPort coordinator, java.util.UUID sessionId, Tracing.TraceType traceType)
-