Uses of Class
io.grpc.InternalChannelz.ChannelTrace
-
Packages that use InternalChannelz.ChannelTrace Package Description io.grpc The gRPC core public API.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services. -
-
Uses of InternalChannelz.ChannelTrace in io.grpc
Fields in io.grpc declared as InternalChannelz.ChannelTrace Modifier and Type Field Description private InternalChannelz.ChannelTrace
InternalChannelz.ChannelStats.Builder. channelTrace
InternalChannelz.ChannelTrace
InternalChannelz.ChannelStats. channelTrace
Methods in io.grpc that return InternalChannelz.ChannelTrace Modifier and Type Method Description InternalChannelz.ChannelTrace
InternalChannelz.ChannelTrace.Builder. build()
Builds a new ChannelTrace instance.Methods in io.grpc with parameters of type InternalChannelz.ChannelTrace Modifier and Type Method Description InternalChannelz.ChannelStats.Builder
InternalChannelz.ChannelStats.Builder. setChannelTrace(InternalChannelz.ChannelTrace channelTrace)
Constructors in io.grpc with parameters of type InternalChannelz.ChannelTrace Constructor Description ChannelStats(java.lang.String target, ConnectivityState state, InternalChannelz.ChannelTrace channelTrace, long callsStarted, long callsSucceeded, long callsFailed, long lastCallStartedNanos, java.util.List<InternalWithLogId> subchannels, java.util.List<InternalWithLogId> sockets)
Creates an instance. -
Uses of InternalChannelz.ChannelTrace in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalChannelz.ChannelTrace Modifier and Type Method Description private static ChannelTrace
ChannelzProtoUtil. toChannelTrace(InternalChannelz.ChannelTrace channelTrace)
-