Uses of Class
io.opencensus.trace.MessageEvent.Type
-
Packages that use MessageEvent.Type Package Description io.opencensus.contrib.http io.opencensus.trace API for distributed tracing. -
-
Uses of MessageEvent.Type in io.opencensus.contrib.http
Methods in io.opencensus.contrib.http with parameters of type MessageEvent.Type Modifier and Type Method Description (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
Fields in io.opencensus.trace declared as MessageEvent.Type Modifier and Type Field Description private MessageEvent.TypeAutoValue_MessageEvent.Builder. typeprivate MessageEvent.TypeAutoValue_MessageEvent. typeMethods in io.opencensus.trace that return MessageEvent.Type Modifier and Type Method Description MessageEvent.TypeAutoValue_MessageEvent. getType()abstract MessageEvent.TypeMessageEvent. getType()Returns the type of theMessageEvent.static MessageEvent.TypeMessageEvent.Type. valueOf(java.lang.String name)Returns 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.Type Modifier and Type Method Description static 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.Type Constructor Description AutoValue_MessageEvent(MessageEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize)
-