Uses of Class
io.grpc.channelz.v1.ChannelRef
-
Packages that use ChannelRef Package Description io.grpc.channelz.v1 -
-
Uses of ChannelRef in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return ChannelRef Modifier and Type Method Description ChannelRefChannelRef.Builder. build()ChannelRefChannelRef.Builder. buildPartial()ChannelRefChannel.Builder. getChannelRef(int index)There are no ordering guarantees on the order of channel refs.ChannelRefChannel. getChannelRef(int index)There are no ordering guarantees on the order of channel refs.ChannelRefChannelOrBuilder. getChannelRef(int index)There are no ordering guarantees on the order of channel refs.ChannelRefChannelTraceEvent.Builder. getChannelRef().grpc.channelz.v1.ChannelRef channel_ref = 4;ChannelRefChannelTraceEvent. getChannelRef().grpc.channelz.v1.ChannelRef channel_ref = 4;ChannelRefChannelTraceEventOrBuilder. getChannelRef().grpc.channelz.v1.ChannelRef channel_ref = 4;ChannelRefSubchannel.Builder. getChannelRef(int index)There are no ordering guarantees on the order of channel refs.ChannelRefSubchannel. getChannelRef(int index)There are no ordering guarantees on the order of channel refs.ChannelRefSubchannelOrBuilder. getChannelRef(int index)There are no ordering guarantees on the order of channel refs.static ChannelRefChannelRef. getDefaultInstance()ChannelRefChannelRef.Builder. getDefaultInstanceForType()ChannelRefChannelRef. getDefaultInstanceForType()ChannelRefChannel.Builder. getRef()The identifier for this channel.ChannelRefChannel. getRef()The identifier for this channel.ChannelRefChannelOrBuilder. getRef()The identifier for this channel.static ChannelRefChannelRef. parseDelimitedFrom(InputStream input)static ChannelRefChannelRef. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ChannelRefChannelRef. parseFrom(byte[] data)static ChannelRefChannelRef. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static ChannelRefChannelRef. parseFrom(ByteString data)static ChannelRefChannelRef. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ChannelRefChannelRef. parseFrom(CodedInputStream input)static ChannelRefChannelRef. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static ChannelRefChannelRef. parseFrom(InputStream input)static ChannelRefChannelRef. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ChannelRefChannelRef. parseFrom(ByteBuffer data)static ChannelRefChannelRef. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelRef Modifier and Type Method Description List<ChannelRef>Channel.Builder. getChannelRefList()There are no ordering guarantees on the order of channel refs.List<ChannelRef>Channel. getChannelRefList()There are no ordering guarantees on the order of channel refs.List<ChannelRef>ChannelOrBuilder. getChannelRefList()There are no ordering guarantees on the order of channel refs.List<ChannelRef>Subchannel.Builder. getChannelRefList()There are no ordering guarantees on the order of channel refs.List<ChannelRef>Subchannel. getChannelRefList()There are no ordering guarantees on the order of channel refs.List<ChannelRef>SubchannelOrBuilder. getChannelRefList()There are no ordering guarantees on the order of channel refs.Parser<ChannelRef>ChannelRef. getParserForType()static Parser<ChannelRef>ChannelRef. parser()Methods in io.grpc.channelz.v1 with parameters of type ChannelRef Modifier and Type Method Description Channel.BuilderChannel.Builder. addChannelRef(int index, ChannelRef value)There are no ordering guarantees on the order of channel refs.Channel.BuilderChannel.Builder. addChannelRef(ChannelRef value)There are no ordering guarantees on the order of channel refs.Subchannel.BuilderSubchannel.Builder. addChannelRef(int index, ChannelRef value)There are no ordering guarantees on the order of channel refs.Subchannel.BuilderSubchannel.Builder. addChannelRef(ChannelRef value)There are no ordering guarantees on the order of channel refs.ChannelTraceEvent.BuilderChannelTraceEvent.Builder. mergeChannelRef(ChannelRef value).grpc.channelz.v1.ChannelRef channel_ref = 4;ChannelRef.BuilderChannelRef.Builder. mergeFrom(ChannelRef other)Channel.BuilderChannel.Builder. mergeRef(ChannelRef value)The identifier for this channel.static ChannelRef.BuilderChannelRef. newBuilder(ChannelRef prototype)Channel.BuilderChannel.Builder. setChannelRef(int index, ChannelRef value)There are no ordering guarantees on the order of channel refs.ChannelTraceEvent.BuilderChannelTraceEvent.Builder. setChannelRef(ChannelRef value).grpc.channelz.v1.ChannelRef channel_ref = 4;Subchannel.BuilderSubchannel.Builder. setChannelRef(int index, ChannelRef value)There are no ordering guarantees on the order of channel refs.Channel.BuilderChannel.Builder. setRef(ChannelRef value)The identifier for this channel.Method parameters in io.grpc.channelz.v1 with type arguments of type ChannelRef Modifier and Type Method Description Channel.BuilderChannel.Builder. addAllChannelRef(Iterable<? extends ChannelRef> values)There are no ordering guarantees on the order of channel refs.Subchannel.BuilderSubchannel.Builder. addAllChannelRef(Iterable<? extends ChannelRef> values)There are no ordering guarantees on the order of channel refs.
-