Uses of Enum Class
org.apache.cassandra.tracing.Tracing.TraceType
Packages that use Tracing.TraceType
-
Uses of Tracing.TraceType in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return Tracing.TraceType -
Uses of Tracing.TraceType in org.apache.cassandra.tracing
Fields in org.apache.cassandra.tracing declared as Tracing.TraceTypeFields in org.apache.cassandra.tracing with type parameters of type Tracing.TraceTypeModifier and TypeFieldDescriptionstatic final IVersionedSerializer<Tracing.TraceType>Tracing.traceTypeSerializerMethods in org.apache.cassandra.tracing that return Tracing.TraceTypeModifier and TypeMethodDescriptionstatic Tracing.TraceTypeTracing.TraceType.deserialize(byte b) Tracing.getTraceType()static Tracing.TraceTypeReturns the enum constant of this class with the specified name.static Tracing.TraceType[]Tracing.TraceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.tracing with parameters of type Tracing.TraceTypeModifier and TypeMethodDescriptionTracing.newSession(Tracing.TraceType traceType) protected TimeUUIDTracing.newSession(TimeUUID sessionId, Tracing.TraceType traceType, Map<String, 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.TraceTypeModifierConstructorDescriptionprotectedTraceState(InetAddressAndPort coordinator, TimeUUID sessionId, Tracing.TraceType traceType) TraceStateImpl(InetAddressAndPort coordinator, TimeUUID sessionId, Tracing.TraceType traceType)