Package io.grpc
Class InternalChannelz.ChannelTrace.Event
java.lang.Object
io.grpc.InternalChannelz.ChannelTrace.Event
- Enclosing class:
InternalChannelz.ChannelTrace
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal InternalWithLogId
final String
final InternalWithLogId
final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Event
(String description, InternalChannelz.ChannelTrace.Event.Severity severity, long timestampNanos, InternalWithLogId channelRef, InternalWithLogId subchannelRef) -
Method Summary
-
Field Details
-
description
-
severity
-
timestampNanos
public final long timestampNanos -
channelRef
-
subchannelRef
-
-
Constructor Details
-
Event
private Event(String description, InternalChannelz.ChannelTrace.Event.Severity severity, long timestampNanos, @Nullable InternalWithLogId channelRef, @Nullable InternalWithLogId subchannelRef)
-
-
Method Details