Uses of Class
io.grpc.InternalChannelz.ChannelStats.Builder
Packages that use InternalChannelz.ChannelStats.Builder
-
Uses of InternalChannelz.ChannelStats.Builder in io.grpc
Methods in io.grpc that return InternalChannelz.ChannelStats.BuilderModifier and TypeMethodDescriptionInternalChannelz.ChannelStats.Builder.setCallsFailed
(long callsFailed) InternalChannelz.ChannelStats.Builder.setCallsStarted
(long callsStarted) InternalChannelz.ChannelStats.Builder.setCallsSucceeded
(long callsSucceeded) InternalChannelz.ChannelStats.Builder.setChannelTrace
(InternalChannelz.ChannelTrace channelTrace) InternalChannelz.ChannelStats.Builder.setLastCallStartedNanos
(long lastCallStartedNanos) InternalChannelz.ChannelStats.Builder.setSockets
(List<InternalWithLogId> sockets) Sets the sockets.InternalChannelz.ChannelStats.Builder.setState
(ConnectivityState state) InternalChannelz.ChannelStats.Builder.setSubchannels
(List<InternalWithLogId> subchannels) Sets the subchannels.