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. channels
private java.util.concurrent.ConcurrentNavigableMap<java.lang.Long,InternalInstrumented<InternalChannelz.ChannelStats>>
InternalChannelz. rootChannels
private java.util.concurrent.ConcurrentMap<java.lang.Long,InternalInstrumented<InternalChannelz.ChannelStats>>
InternalChannelz. subchannels
Methods in io.grpc that return InternalChannelz.ChannelStats Modifier and Type Method Description InternalChannelz.ChannelStats
InternalChannelz.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 void
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.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 ChannelData
ChannelzProtoUtil. 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 Channel
ChannelzProtoUtil. toChannel(InternalInstrumented<InternalChannelz.ChannelStats> channel)
(package private) static Subchannel
ChannelzProtoUtil. toSubchannel(InternalInstrumented<InternalChannelz.ChannelStats> subchannel)
-