Uses of Class
io.grpc.channelz.v1.ChannelTraceEvent
Packages that use ChannelTraceEvent
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of ChannelTraceEvent in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ChannelTraceEventModifier and TypeFieldDescriptionprivate static final ChannelTraceEvent
ChannelTraceEvent.DEFAULT_INSTANCE
Fields in io.grpc.channelz.v1 with type parameters of type ChannelTraceEventModifier and TypeFieldDescriptionprivate List
<ChannelTraceEvent> ChannelTrace.Builder.events_
private List
<ChannelTraceEvent> ChannelTrace.events_
private com.google.protobuf.RepeatedFieldBuilder
<ChannelTraceEvent, ChannelTraceEvent.Builder, ChannelTraceEventOrBuilder> ChannelTrace.Builder.eventsBuilder_
private static final com.google.protobuf.Parser
<ChannelTraceEvent> ChannelTraceEvent.PARSER
Methods in io.grpc.channelz.v1 that return ChannelTraceEventModifier and TypeMethodDescriptionChannelTraceEvent.Builder.build()
ChannelTraceEvent.Builder.buildPartial()
static ChannelTraceEvent
ChannelTraceEvent.getDefaultInstance()
ChannelTraceEvent.Builder.getDefaultInstanceForType()
ChannelTraceEvent.getDefaultInstanceForType()
ChannelTrace.Builder.getEvents
(int index) List of events that have occurred on this channel.ChannelTrace.getEvents
(int index) List of events that have occurred on this channel.ChannelTraceOrBuilder.getEvents
(int index) List of events that have occurred on this channel.static ChannelTraceEvent
ChannelTraceEvent.parseDelimitedFrom
(InputStream input) static ChannelTraceEvent
ChannelTraceEvent.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(byte[] data) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(com.google.protobuf.ByteString data) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(com.google.protobuf.CodedInputStream input) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(InputStream input) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(ByteBuffer data) static ChannelTraceEvent
ChannelTraceEvent.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelTraceEventModifier and TypeMethodDescriptionChannelTrace.Builder.getEventsList()
List of events that have occurred on this channel.ChannelTrace.getEventsList()
List of events that have occurred on this channel.ChannelTraceOrBuilder.getEventsList()
List of events that have occurred on this channel.com.google.protobuf.Parser
<ChannelTraceEvent> ChannelTraceEvent.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<ChannelTraceEvent, ChannelTraceEvent.Builder, ChannelTraceEventOrBuilder> ChannelTrace.Builder.internalGetEventsFieldBuilder()
static com.google.protobuf.Parser
<ChannelTraceEvent> ChannelTraceEvent.parser()
Methods in io.grpc.channelz.v1 with parameters of type ChannelTraceEventModifier and TypeMethodDescriptionChannelTrace.Builder.addEvents
(int index, ChannelTraceEvent value) List of events that have occurred on this channel.ChannelTrace.Builder.addEvents
(ChannelTraceEvent value) List of events that have occurred on this channel.private void
ChannelTraceEvent.Builder.buildPartial0
(ChannelTraceEvent result) private void
ChannelTraceEvent.Builder.buildPartialOneofs
(ChannelTraceEvent result) ChannelTraceEvent.Builder.mergeFrom
(ChannelTraceEvent other) static ChannelTraceEvent.Builder
ChannelTraceEvent.newBuilder
(ChannelTraceEvent prototype) ChannelTrace.Builder.setEvents
(int index, ChannelTraceEvent value) List of events that have occurred on this channel.Method parameters in io.grpc.channelz.v1 with type arguments of type ChannelTraceEventModifier and TypeMethodDescriptionChannelTrace.Builder.addAllEvents
(Iterable<? extends ChannelTraceEvent> values) List of events that have occurred on this channel. -
Uses of ChannelTraceEvent in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return types with arguments of type ChannelTraceEventModifier and TypeMethodDescriptionprivate static List
<ChannelTraceEvent> ChannelzProtoUtil.toChannelTraceEvents
(List<InternalChannelz.ChannelTrace.Event> events)