Uses of Class
io.grpc.InternalChannelz.ChannelStats
Packages that use InternalChannelz.ChannelStats
-
Uses of InternalChannelz.ChannelStats in io.grpc
Fields in io.grpc with type parameters of type InternalChannelz.ChannelStatsMethods in io.grpc that return InternalChannelz.ChannelStatsModifier and TypeMethodDescriptionInternalChannelz.ChannelStats.Builder.build()
Builds an instance.Methods in io.grpc that return types with arguments of type InternalChannelz.ChannelStatsModifier and TypeMethodDescriptionInternalChannelz.getChannel
(long id) Returns a channel.InternalChannelz.getRootChannel
(long id) InternalChannelz.getSubchannel
(long id) Returns a subchannel.Method parameters in io.grpc with type arguments of type InternalChannelz.ChannelStatsModifier and TypeMethodDescriptionvoid
InternalChannelz.addRootChannel
(InternalInstrumented<InternalChannelz.ChannelStats> rootChannel) Adds a root channel.void
InternalChannelz.addSubchannel
(InternalInstrumented<InternalChannelz.ChannelStats> subchannel) Adds a subchannel.void
InternalChannelz.removeRootChannel
(InternalInstrumented<InternalChannelz.ChannelStats> channel) void
InternalChannelz.removeSubchannel
(InternalInstrumented<InternalChannelz.ChannelStats> subchannel) Constructor parameters in io.grpc with type arguments of type InternalChannelz.ChannelStatsModifierConstructorDescriptionRootChannelList
(List<InternalInstrumented<InternalChannelz.ChannelStats>> channels, boolean end) Creates an instance.