Uses of Class
io.grpc.InternalChannelz.ChannelStats
Packages that use InternalChannelz.ChannelStats
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of InternalChannelz.ChannelStats in io.grpc
Fields in io.grpc with type parameters of type InternalChannelz.ChannelStatsModifier and TypeFieldDescriptionInternalChannelz.RootChannelList.channelsprivate final ConcurrentNavigableMap<Long, InternalInstrumented<InternalChannelz.ChannelStats>> InternalChannelz.rootChannelsprivate final ConcurrentMap<Long, InternalInstrumented<InternalChannelz.ChannelStats>> InternalChannelz.subchannelsMethods 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 TypeMethodDescriptionvoidInternalChannelz.addRootChannel(InternalInstrumented<InternalChannelz.ChannelStats> rootChannel) Adds a root channel.voidInternalChannelz.addSubchannel(InternalInstrumented<InternalChannelz.ChannelStats> subchannel) Adds a subchannel.voidInternalChannelz.removeRootChannel(InternalInstrumented<InternalChannelz.ChannelStats> channel) voidInternalChannelz.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. -
Uses of InternalChannelz.ChannelStats in io.grpc.internal
Classes in io.grpc.internal that implement interfaces with type arguments of type InternalChannelz.ChannelStatsModifier and TypeClassDescription(package private) final classTransports for a singleSocketAddress.(package private) final classA communication channel for making outgoing RPCs.(package private) final classA ManagedChannel backed by a singleInternalSubchanneland used forLoadBalancerto its own RPC needs.Methods in io.grpc.internal that return types with arguments of type InternalChannelz.ChannelStatsModifier and TypeMethodDescription(package private) abstract InternalInstrumented<InternalChannelz.ChannelStats> AbstractSubchannel.getInstrumentedInternalSubchannel()Returns the InternalSubchannel as anInstrumented<T>for the sole purpose of channelz unit tests.(package private) InternalInstrumented<InternalChannelz.ChannelStats> ManagedChannelImpl.SubchannelImpl.getInstrumentedInternalSubchannel()com.google.common.util.concurrent.ListenableFuture<InternalChannelz.ChannelStats> InternalSubchannel.getStats()com.google.common.util.concurrent.ListenableFuture<InternalChannelz.ChannelStats> ManagedChannelImpl.getStats()com.google.common.util.concurrent.ListenableFuture<InternalChannelz.ChannelStats> OobChannel.getStats() -
Uses of InternalChannelz.ChannelStats in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalChannelz.ChannelStatsModifier and TypeMethodDescription(package private) static ChannelDataChannelzProtoUtil.extractChannelData(InternalChannelz.ChannelStats stats) Method parameters in io.grpc.protobuf.services with type arguments of type InternalChannelz.ChannelStatsModifier and TypeMethodDescription(package private) static ChannelChannelzProtoUtil.toChannel(InternalInstrumented<InternalChannelz.ChannelStats> channel) (package private) static SubchannelChannelzProtoUtil.toSubchannel(InternalInstrumented<InternalChannelz.ChannelStats> subchannel)