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.Fields in io.opencensus.trace declared as NetworkEvent.TypeModifier and TypeFieldDescriptionprivate NetworkEvent.TypeAutoValue_NetworkEvent.Builder.typeprivate final NetworkEvent.TypeAutoValue_NetworkEvent.typeDeprecated.Methods in io.opencensus.trace that return NetworkEvent.TypeModifier and TypeMethodDescriptionAutoValue_NetworkEvent.getType()Deprecated.abstract 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.(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.TypeModifierConstructorDescriptionprivateAutoValue_NetworkEvent(Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize) Deprecated.