Uses of Enum
io.opencensus.trace.MessageEvent.Type
Packages that use MessageEvent.Type
-
Uses of MessageEvent.Type in io.opencensus.contrib.http
Methods in io.opencensus.contrib.http with parameters of type MessageEvent.TypeModifier and TypeMethodDescription(package private) static voidAbstractHttpHandler.recordMessageEvent(Span span, long id, MessageEvent.Type type, long uncompressedMessageSize, long compressedMessageSize) A convenience to record aMessageEventwith given parameters. -
Uses of MessageEvent.Type in io.opencensus.trace
Subclasses with type arguments of type MessageEvent.Type in io.opencensus.traceModifier and TypeClassDescriptionstatic enumAvailable types for aMessageEvent.Fields in io.opencensus.trace declared as MessageEvent.TypeModifier and TypeFieldDescriptionprivate MessageEvent.TypeAutoValue_MessageEvent.Builder.typeprivate final MessageEvent.TypeAutoValue_MessageEvent.typeMethods in io.opencensus.trace that return MessageEvent.TypeModifier and TypeMethodDescriptionAutoValue_MessageEvent.getType()abstract MessageEvent.TypeMessageEvent.getType()Returns the type of theMessageEvent.static MessageEvent.TypeReturns the enum constant of this type with the specified name.static MessageEvent.Type[]MessageEvent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.trace with parameters of type MessageEvent.TypeModifier and TypeMethodDescriptionstatic MessageEvent.BuilderMessageEvent.builder(MessageEvent.Type type, long messageId) Returns a newMessageEvent.Builderwith default values.(package private) MessageEvent.BuilderAutoValue_MessageEvent.Builder.setType(MessageEvent.Type type) (package private) abstract MessageEvent.BuilderMessageEvent.Builder.setType(MessageEvent.Type type) Constructors in io.opencensus.trace with parameters of type MessageEvent.TypeModifierConstructorDescriptionprivateAutoValue_MessageEvent(MessageEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize)