Modifier and Type | Field and Description |
---|---|
List<InternalInstrumented<InternalChannelz.ChannelStats>> |
InternalChannelz.RootChannelList.channels |
List<InternalInstrumented<InternalChannelz.SocketStats>> |
InternalChannelz.ServerStats.listenSockets |
List<InternalInstrumented<InternalChannelz.SocketStats>> |
InternalChannelz.ServerStats.Builder.listenSockets |
List<InternalInstrumented<InternalChannelz.ServerStats>> |
InternalChannelz.ServerList.servers |
Modifier and Type | Method and Description |
---|---|
InternalInstrumented<InternalChannelz.ChannelStats> |
InternalChannelz.getChannel(long id)
Returns a channel.
|
InternalInstrumented<InternalChannelz.ChannelStats> |
InternalChannelz.getRootChannel(long id) |
InternalInstrumented<InternalChannelz.SocketStats> |
InternalChannelz.getSocket(long id)
Returns a socket.
|
InternalInstrumented<InternalChannelz.ChannelStats> |
InternalChannelz.getSubchannel(long id)
Returns a subchannel.
|
Modifier and Type | Method and Description |
---|---|
InternalChannelz.ServerStats.Builder |
InternalChannelz.ServerStats.Builder.addListenSockets(List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets)
Sets the listen sockets.
|
Constructor and Description |
---|
RootChannelList(List<InternalInstrumented<InternalChannelz.ChannelStats>> channels,
boolean end)
Creates an instance.
|
ServerList(List<InternalInstrumented<InternalChannelz.ServerStats>> servers,
boolean end)
Creates an instance.
|
ServerStats(long callsStarted,
long callsSucceeded,
long callsFailed,
long lastCallStartedNanos,
List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets)
Creates an instance.
|
Copyright © 2019. All rights reserved.