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.channels
private final ConcurrentNavigableMap
<Long, InternalInstrumented<InternalChannelz.ChannelStats>> InternalChannelz.rootChannels
private final ConcurrentMap
<Long, InternalInstrumented<InternalChannelz.ChannelStats>> InternalChannelz.subchannels
Methods 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. -
Uses of InternalChannelz.ChannelStats in io.grpc.internal
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 ChannelData
ChannelzProtoUtil.extractChannelData
(InternalChannelz.ChannelStats stats) Method parameters in io.grpc.protobuf.services with type arguments of type InternalChannelz.ChannelStatsModifier and TypeMethodDescription(package private) static Channel
ChannelzProtoUtil.toChannel
(InternalInstrumented<InternalChannelz.ChannelStats> channel) (package private) static Subchannel
ChannelzProtoUtil.toSubchannel
(InternalInstrumented<InternalChannelz.ChannelStats> subchannel)