Uses of Interface
io.grpc.channelz.v1.ChannelTraceEventOrBuilder
-
Packages that use ChannelTraceEventOrBuilder Package Description io.grpc.channelz.v1 -
-
Uses of ChannelTraceEventOrBuilder in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ChannelTraceEventOrBuilder Modifier and Type Class Description classChannelTraceEventA trace event is an interesting thing that happened to a channel or subchannel, such as creation, address resolution, subchannel creation, etc.static classChannelTraceEvent.BuilderA trace event is an interesting thing that happened to a channel or subchannel, such as creation, address resolution, subchannel creation, etc.Methods in io.grpc.channelz.v1 that return ChannelTraceEventOrBuilder Modifier and Type Method Description ChannelTraceEventOrBuilderChannelTrace.Builder. getEventsOrBuilder(int index)List of events that have occurred on this channel.ChannelTraceEventOrBuilderChannelTrace. getEventsOrBuilder(int index)List of events that have occurred on this channel.ChannelTraceEventOrBuilderChannelTraceOrBuilder. getEventsOrBuilder(int index)List of events that have occurred on this channel.Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelTraceEventOrBuilder Modifier and Type Method Description List<? extends ChannelTraceEventOrBuilder>ChannelTrace.Builder. getEventsOrBuilderList()List of events that have occurred on this channel.List<? extends ChannelTraceEventOrBuilder>ChannelTrace. getEventsOrBuilderList()List of events that have occurred on this channel.List<? extends ChannelTraceEventOrBuilder>ChannelTraceOrBuilder. getEventsOrBuilderList()List of events that have occurred on this channel.
-