@Immutable public static final class InternalChannelz.ServerStats extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InternalChannelz.ServerStats.Builder |
Modifier and Type | Field and Description |
---|---|
long |
callsFailed |
long |
callsStarted |
long |
callsSucceeded |
long |
lastCallStartedNanos |
List<InternalInstrumented<InternalChannelz.SocketStats>> |
listenSockets |
Constructor and Description |
---|
ServerStats(long callsStarted,
long callsSucceeded,
long callsFailed,
long lastCallStartedNanos,
List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets)
Creates an instance.
|
public final long callsStarted
public final long callsSucceeded
public final long callsFailed
public final long lastCallStartedNanos
public final List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets
public ServerStats(long callsStarted, long callsSucceeded, long callsFailed, long lastCallStartedNanos, List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets)
Copyright © 2019. All rights reserved.