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.TraceTypeMessage.Header. traceType()Tracing.TraceTypeMessage. 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.TraceTypeTraceState. traceTypeFields in org.apache.cassandra.tracing with type parameters of type Tracing.TraceType Modifier and Type Field Description static IVersionedSerializer<Tracing.TraceType>Tracing. traceTypeSerializerMethods in org.apache.cassandra.tracing that return Tracing.TraceType Modifier and Type Method Description static Tracing.TraceTypeTracing.TraceType. deserialize(byte b)Tracing.TraceTypeTracing. getTraceType()static Tracing.TraceTypeTracing.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 TimeUUIDTracing. newSession(Tracing.TraceType traceType)protected TimeUUIDTracing. newSession(TimeUUID 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 customPayloadprotected abstract TraceStateTracing. newTraceState(InetAddressAndPort coordinator, TimeUUID sessionId, Tracing.TraceType traceType)static byteTracing.TraceType. serialize(Tracing.TraceType value)Constructors in org.apache.cassandra.tracing with parameters of type Tracing.TraceType Constructor Description TraceState(InetAddressAndPort coordinator, TimeUUID sessionId, Tracing.TraceType traceType)TraceStateImpl(InetAddressAndPort coordinator, TimeUUID sessionId, Tracing.TraceType traceType)
-