Uses of Class
io.grpc.channelz.v1.ChannelTraceEvent
Packages that use ChannelTraceEvent
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of ChannelTraceEvent in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ChannelTraceEventModifier and TypeFieldDescriptionprivate static final ChannelTraceEventChannelTraceEvent.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type ChannelTraceEventModifier and TypeFieldDescriptionprivate List<ChannelTraceEvent> ChannelTrace.Builder.events_private List<ChannelTraceEvent> ChannelTrace.events_private com.google.protobuf.RepeatedFieldBuilder<ChannelTraceEvent, ChannelTraceEvent.Builder, ChannelTraceEventOrBuilder> ChannelTrace.Builder.eventsBuilder_private static final com.google.protobuf.Parser<ChannelTraceEvent> ChannelTraceEvent.PARSERMethods 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()private com.google.protobuf.RepeatedFieldBuilder<ChannelTraceEvent, ChannelTraceEvent.Builder, ChannelTraceEventOrBuilder> ChannelTrace.Builder.internalGetEventsFieldBuilder()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.private voidChannelTraceEvent.Builder.buildPartial0(ChannelTraceEvent result) private voidChannelTraceEvent.Builder.buildPartialOneofs(ChannelTraceEvent result) 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. -
Uses of ChannelTraceEvent in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return types with arguments of type ChannelTraceEventModifier and TypeMethodDescriptionprivate static List<ChannelTraceEvent> ChannelzProtoUtil.toChannelTraceEvents(List<InternalChannelz.ChannelTrace.Event> events)