Uses of Class
io.grpc.channelz.v1.ChannelTrace
Packages that use ChannelTrace
-
Uses of ChannelTrace in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return ChannelTraceModifier and TypeMethodDescriptionChannelTrace.Builder.build()ChannelTrace.Builder.buildPartial()static ChannelTraceChannelTrace.getDefaultInstance()ChannelTrace.Builder.getDefaultInstanceForType()ChannelTrace.getDefaultInstanceForType()ChannelData.Builder.getTrace()A trace of recent events on the channel.ChannelData.getTrace()A trace of recent events on the channel.ChannelDataOrBuilder.getTrace()A trace of recent events on the channel.ServerData.Builder.getTrace()A trace of recent events on the server.ServerData.getTrace()A trace of recent events on the server.ServerDataOrBuilder.getTrace()A trace of recent events on the server.static ChannelTraceChannelTrace.parseDelimitedFrom(InputStream input) static ChannelTraceChannelTrace.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceChannelTrace.parseFrom(byte[] data) static ChannelTraceChannelTrace.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceChannelTrace.parseFrom(com.google.protobuf.ByteString data) static ChannelTraceChannelTrace.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceChannelTrace.parseFrom(com.google.protobuf.CodedInputStream input) static ChannelTraceChannelTrace.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceChannelTrace.parseFrom(InputStream input) static ChannelTraceChannelTrace.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceChannelTrace.parseFrom(ByteBuffer data) static ChannelTraceChannelTrace.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelTraceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ChannelTrace> ChannelTrace.getParserForType()static com.google.protobuf.Parser<ChannelTrace> ChannelTrace.parser()Methods in io.grpc.channelz.v1 with parameters of type ChannelTraceModifier and TypeMethodDescriptionChannelTrace.Builder.mergeFrom(ChannelTrace other) ChannelData.Builder.mergeTrace(ChannelTrace value) A trace of recent events on the channel.ServerData.Builder.mergeTrace(ChannelTrace value) A trace of recent events on the server.static ChannelTrace.BuilderChannelTrace.newBuilder(ChannelTrace prototype) ChannelData.Builder.setTrace(ChannelTrace value) A trace of recent events on the channel.ServerData.Builder.setTrace(ChannelTrace value) A trace of recent events on the server.