Package io.opencensus.trace
Class AutoValue_NetworkEvent
java.lang.Object
io.opencensus.trace.BaseMessageEvent
io.opencensus.trace.NetworkEvent
io.opencensus.trace.AutoValue_NetworkEvent
@Immutable
@Deprecated
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_NetworkEvent
extends NetworkEvent
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Deprecated.Nested classes/interfaces inherited from class io.opencensus.trace.NetworkEvent
NetworkEvent.Type
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
Deprecated.private final Timestamp
Deprecated.private final long
Deprecated.private final NetworkEvent.Type
Deprecated.private final long
Deprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_NetworkEvent
(Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.long
Deprecated.Returns the compressed size in bytes of theNetworkEvent
.Deprecated.Returns the kernel timestamp associated with theNetworkEvent
ornull
if not set.long
Deprecated.Returns the message id argument that serves to uniquely identify each network message.getType()
Deprecated.Returns the type of theNetworkEvent
.long
Deprecated.Returns the uncompressed size in bytes of theNetworkEvent
.int
hashCode()
Deprecated.toString()
Deprecated.Methods inherited from class io.opencensus.trace.NetworkEvent
builder, getMessageSize
-
Field Details
-
kernelTimestamp
Deprecated. -
type
Deprecated. -
messageId
private final long messageIdDeprecated. -
uncompressedMessageSize
private final long uncompressedMessageSizeDeprecated. -
compressedMessageSize
private final long compressedMessageSizeDeprecated.
-
-
Constructor Details
-
AutoValue_NetworkEvent
private AutoValue_NetworkEvent(@Nullable Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize) Deprecated.
-
-
Method Details
-
getKernelTimestamp
Deprecated.Description copied from class:NetworkEvent
Returns the kernel timestamp associated with theNetworkEvent
ornull
if not set.- Specified by:
getKernelTimestamp
in classNetworkEvent
- Returns:
- the kernel timestamp associated with the
NetworkEvent
ornull
if not set.
-
getType
Deprecated.Description copied from class:NetworkEvent
Returns the type of theNetworkEvent
.- Specified by:
getType
in classNetworkEvent
- Returns:
- the type of the
NetworkEvent
.
-
getMessageId
public long getMessageId()Deprecated.Description copied from class:NetworkEvent
Returns the message id argument that serves to uniquely identify each network message.- Specified by:
getMessageId
in classNetworkEvent
- Returns:
- the message id of the
NetworkEvent
.
-
getUncompressedMessageSize
public long getUncompressedMessageSize()Deprecated.Description copied from class:NetworkEvent
Returns the uncompressed size in bytes of theNetworkEvent
.- Specified by:
getUncompressedMessageSize
in classNetworkEvent
- Returns:
- the uncompressed size in bytes of the
NetworkEvent
.
-
getCompressedMessageSize
public long getCompressedMessageSize()Deprecated.Description copied from class:NetworkEvent
Returns the compressed size in bytes of theNetworkEvent
.- Specified by:
getCompressedMessageSize
in classNetworkEvent
- Returns:
- the compressed size in bytes of the
NetworkEvent
.
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-