Uses of Class
io.opencensus.trace.NetworkEvent.Type
-
Packages that use NetworkEvent.Type Package Description io.opencensus.trace API for distributed tracing. -
-
Uses of NetworkEvent.Type in io.opencensus.trace
Fields in io.opencensus.trace declared as NetworkEvent.Type Modifier and Type Field Description private NetworkEvent.TypeAutoValue_NetworkEvent.Builder. typeprivate NetworkEvent.TypeAutoValue_NetworkEvent. typeDeprecated.Methods in io.opencensus.trace that return NetworkEvent.Type Modifier and Type Method Description NetworkEvent.TypeAutoValue_NetworkEvent. getType()Deprecated.abstract NetworkEvent.TypeNetworkEvent. getType()Deprecated.Returns the type of theNetworkEvent.static NetworkEvent.TypeNetworkEvent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NetworkEvent.Type[]NetworkEvent.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 NetworkEvent.Type Modifier and Type Method Description static NetworkEvent.BuilderNetworkEvent. builder(NetworkEvent.Type type, long messageId)Deprecated.Returns a newNetworkEvent.Builderwith default values.(package private) NetworkEvent.BuilderAutoValue_NetworkEvent.Builder. setType(NetworkEvent.Type type)(package private) abstract NetworkEvent.BuilderNetworkEvent.Builder. setType(NetworkEvent.Type type)Deprecated.Constructors in io.opencensus.trace with parameters of type NetworkEvent.Type Constructor Description AutoValue_NetworkEvent(Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize)Deprecated.
-