Uses of Class
io.grpc.channelz.v1.ChannelTraceEvent
Packages that use ChannelTraceEvent
-
Uses of ChannelTraceEvent in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return ChannelTraceEventModifier and TypeMethodDescriptionChannelTraceEvent.Builder.build()ChannelTraceEvent.Builder.buildPartial()static ChannelTraceEventChannelTraceEvent.getDefaultInstance()ChannelTraceEvent.Builder.getDefaultInstanceForType()ChannelTraceEvent.getDefaultInstanceForType()ChannelTrace.Builder.getEvents(int index) List of events that have occurred on this channel.ChannelTrace.getEvents(int index) List of events that have occurred on this channel.ChannelTraceOrBuilder.getEvents(int index) List of events that have occurred on this channel.static ChannelTraceEventChannelTraceEvent.parseDelimitedFrom(InputStream input) static ChannelTraceEventChannelTraceEvent.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEventChannelTraceEvent.parseFrom(byte[] data) static ChannelTraceEventChannelTraceEvent.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEventChannelTraceEvent.parseFrom(com.google.protobuf.ByteString data) static ChannelTraceEventChannelTraceEvent.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEventChannelTraceEvent.parseFrom(com.google.protobuf.CodedInputStream input) static ChannelTraceEventChannelTraceEvent.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEventChannelTraceEvent.parseFrom(InputStream input) static ChannelTraceEventChannelTraceEvent.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChannelTraceEventChannelTraceEvent.parseFrom(ByteBuffer data) static ChannelTraceEventChannelTraceEvent.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelTraceEventModifier and TypeMethodDescriptionChannelTrace.Builder.getEventsList()List of events that have occurred on this channel.ChannelTrace.getEventsList()List of events that have occurred on this channel.ChannelTraceOrBuilder.getEventsList()List of events that have occurred on this channel.com.google.protobuf.Parser<ChannelTraceEvent> ChannelTraceEvent.getParserForType()static com.google.protobuf.Parser<ChannelTraceEvent> ChannelTraceEvent.parser()Methods in io.grpc.channelz.v1 with parameters of type ChannelTraceEventModifier and TypeMethodDescriptionChannelTrace.Builder.addEvents(int index, ChannelTraceEvent value) List of events that have occurred on this channel.ChannelTrace.Builder.addEvents(ChannelTraceEvent value) List of events that have occurred on this channel.ChannelTraceEvent.Builder.mergeFrom(ChannelTraceEvent other) static ChannelTraceEvent.BuilderChannelTraceEvent.newBuilder(ChannelTraceEvent prototype) ChannelTrace.Builder.setEvents(int index, ChannelTraceEvent value) List of events that have occurred on this channel.Method parameters in io.grpc.channelz.v1 with type arguments of type ChannelTraceEventModifier and TypeMethodDescriptionChannelTrace.Builder.addAllEvents(Iterable<? extends ChannelTraceEvent> values) List of events that have occurred on this channel.