Uses of Class
io.grpc.InternalChannelz.ChannelStats
-
Packages that use InternalChannelz.ChannelStats Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.protobuf.services 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.ChannelStats Modifier and Type Field Description java.util.List<InternalInstrumented<InternalChannelz.ChannelStats>>InternalChannelz.RootChannelList. channelsprivate java.util.concurrent.ConcurrentNavigableMap<java.lang.Long,InternalInstrumented<InternalChannelz.ChannelStats>>InternalChannelz. rootChannelsprivate java.util.concurrent.ConcurrentMap<java.lang.Long,InternalInstrumented<InternalChannelz.ChannelStats>>InternalChannelz. subchannelsMethods in io.grpc that return InternalChannelz.ChannelStats Modifier and Type Method Description InternalChannelz.ChannelStatsInternalChannelz.ChannelStats.Builder. build()Builds an instance.Methods in io.grpc that return types with arguments of type InternalChannelz.ChannelStats Modifier and Type Method Description InternalInstrumented<InternalChannelz.ChannelStats>InternalChannelz. getChannel(long id)Returns a channel.InternalInstrumented<InternalChannelz.ChannelStats>InternalChannelz. getRootChannel(long id)InternalInstrumented<InternalChannelz.ChannelStats>InternalChannelz. getSubchannel(long id)Returns a subchannel.Method parameters in io.grpc with type arguments of type InternalChannelz.ChannelStats Modifier and Type Method Description voidInternalChannelz. 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.ChannelStats Constructor Description RootChannelList(java.util.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.ChannelStats Modifier and Type Method Description (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.ChannelStats Modifier and Type Method Description (package private) static ChannelDataChannelzProtoUtil. extractChannelData(InternalChannelz.ChannelStats stats)Method parameters in io.grpc.protobuf.services with type arguments of type InternalChannelz.ChannelStats Modifier and Type Method Description (package private) static ChannelChannelzProtoUtil. toChannel(InternalInstrumented<InternalChannelz.ChannelStats> channel)(package private) static SubchannelChannelzProtoUtil. toSubchannel(InternalInstrumented<InternalChannelz.ChannelStats> subchannel)
-