| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelTraceEvent
A trace event is an interesting thing that happened to a channel or
subchannel, such as creation, address resolution, subchannel creation, etc.
|
static class |
ChannelTraceEvent.Builder
A trace event is an interesting thing that happened to a channel or
subchannel, such as creation, address resolution, subchannel creation, etc.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelTraceEventOrBuilder |
ChannelTraceOrBuilder.getEventsOrBuilder(int index)
List of events that have occurred on this channel.
|
ChannelTraceEventOrBuilder |
ChannelTrace.getEventsOrBuilder(int index)
List of events that have occurred on this channel.
|
ChannelTraceEventOrBuilder |
ChannelTrace.Builder.getEventsOrBuilder(int index)
List of events that have occurred on this channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ChannelTraceEventOrBuilder> |
ChannelTraceOrBuilder.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> |
ChannelTrace.Builder.getEventsOrBuilderList()
List of events that have occurred on this channel.
|