Uses of Enum
io.opencensus.trace.NetworkEvent.Type
Packages that use NetworkEvent.Type
-
Uses of NetworkEvent.Type in io.opencensus.trace
Subclasses with type arguments of type NetworkEvent.Type in io.opencensus.traceModifier and TypeClassDescriptionstatic enumDeprecated.Available types for aNetworkEvent.Methods in io.opencensus.trace that return NetworkEvent.TypeModifier and TypeMethodDescriptionabstract NetworkEvent.TypeNetworkEvent.getType()Deprecated.Returns the type of theNetworkEvent.static NetworkEvent.TypeReturns 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.TypeModifier and TypeMethodDescriptionstatic NetworkEvent.BuilderNetworkEvent.builder(NetworkEvent.Type type, long messageId) Deprecated.Returns a newNetworkEvent.Builderwith default values.