Package io.grpc
Class InternalChannelz.ChannelStats
java.lang.Object
io.grpc.InternalChannelz.ChannelStats
- Enclosing class:
InternalChannelz
A data class to represent a channel's stats.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal long
final long
final long
final long
final List
<InternalWithLogId> final ConnectivityState
final List
<InternalWithLogId> final String
-
Method Summary
-
Field Details
-
target
-
state
-
channelTrace
-
callsStarted
public final long callsStarted -
callsSucceeded
public final long callsSucceeded -
callsFailed
public final long callsFailed -
lastCallStartedNanos
public final long lastCallStartedNanos -
subchannels
-
sockets
-