Uses of Enum
io.opencensus.trace.NetworkEvent.Type
Packages that use NetworkEvent.Type
-
Uses of NetworkEvent.Type in io.opencensus.trace
Fields in io.opencensus.trace declared as NetworkEvent.TypeModifier and TypeFieldDescriptionprivate NetworkEvent.Type
AutoValue_NetworkEvent.Builder.type
private final NetworkEvent.Type
AutoValue_NetworkEvent.type
Deprecated.Methods in io.opencensus.trace that return NetworkEvent.TypeModifier and TypeMethodDescriptionAutoValue_NetworkEvent.getType()
Deprecated.abstract NetworkEvent.Type
NetworkEvent.getType()
Deprecated.Returns the type of theNetworkEvent
.static NetworkEvent.Type
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.TypeModifier and TypeMethodDescriptionstatic NetworkEvent.Builder
NetworkEvent.builder
(NetworkEvent.Type type, long messageId) Deprecated.Returns a newNetworkEvent.Builder
with default values.(package private) NetworkEvent.Builder
AutoValue_NetworkEvent.Builder.setType
(NetworkEvent.Type type) (package private) abstract NetworkEvent.Builder
NetworkEvent.Builder.setType
(NetworkEvent.Type type) Deprecated.Constructors in io.opencensus.trace with parameters of type NetworkEvent.TypeModifierConstructorDescriptionprivate
AutoValue_NetworkEvent
(Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize) Deprecated.