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.Type
AutoValue_NetworkEvent.Builder. type
private NetworkEvent.Type
AutoValue_NetworkEvent. type
Deprecated.Methods in io.opencensus.trace that return NetworkEvent.Type Modifier and Type Method Description NetworkEvent.Type
AutoValue_NetworkEvent. getType()
Deprecated.abstract NetworkEvent.Type
NetworkEvent. getType()
Deprecated.Returns the type of theNetworkEvent
.static NetworkEvent.Type
NetworkEvent.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.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.Type Constructor Description AutoValue_NetworkEvent(Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize)
Deprecated.
-