Uses of Interface
io.grpc.InternalWithLogId
-
Packages that use InternalWithLogId Package Description io.grpc The gRPC core public API.io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet. -
-
Uses of InternalWithLogId in io.grpc
Subinterfaces of InternalWithLogId in io.grpc Modifier and Type Interface Description interface
InternalInstrumented<T>
An internal class.Fields in io.grpc declared as InternalWithLogId Modifier and Type Field Description private InternalWithLogId
InternalChannelz.ChannelTrace.Event.Builder. channelRef
InternalWithLogId
InternalChannelz.ChannelTrace.Event. channelRef
private InternalWithLogId
InternalChannelz.ChannelTrace.Event.Builder. subchannelRef
InternalWithLogId
InternalChannelz.ChannelTrace.Event. subchannelRef
Fields in io.grpc with type parameters of type InternalWithLogId Modifier and Type Field Description private java.util.List<InternalWithLogId>
InternalChannelz.ChannelStats.Builder. sockets
java.util.List<InternalWithLogId>
InternalChannelz.ChannelStats. sockets
java.util.List<InternalWithLogId>
InternalChannelz.ServerSocketsList. sockets
private java.util.List<InternalWithLogId>
InternalChannelz.ChannelStats.Builder. subchannels
java.util.List<InternalWithLogId>
InternalChannelz.ChannelStats. subchannels
Methods in io.grpc with parameters of type InternalWithLogId Modifier and Type Method Description static long
InternalChannelz. id(InternalWithLogId withLogId)
Unwraps aInternalLogId
to return along
.InternalChannelz.ChannelTrace.Event.Builder
InternalChannelz.ChannelTrace.Event.Builder. setChannelRef(InternalWithLogId channelRef)
InternalChannelz.ChannelTrace.Event.Builder
InternalChannelz.ChannelTrace.Event.Builder. setSubchannelRef(InternalWithLogId subchannelRef)
Method parameters in io.grpc with type arguments of type InternalWithLogId Modifier and Type Method Description InternalChannelz.ChannelStats.Builder
InternalChannelz.ChannelStats.Builder. setSockets(java.util.List<InternalWithLogId> sockets)
Sets the sockets.InternalChannelz.ChannelStats.Builder
InternalChannelz.ChannelStats.Builder. setSubchannels(java.util.List<InternalWithLogId> subchannels)
Sets the subchannels.Constructors in io.grpc with parameters of type InternalWithLogId Constructor Description Event(java.lang.String description, InternalChannelz.ChannelTrace.Event.Severity severity, long timestampNanos, InternalWithLogId channelRef, InternalWithLogId subchannelRef)
Constructor parameters in io.grpc with type arguments of type InternalWithLogId 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.ServerSocketsList(java.util.List<InternalWithLogId> sockets, boolean end)
Creates an instance. -
Uses of InternalWithLogId in io.grpc.inprocess
Classes in io.grpc.inprocess that implement InternalWithLogId Modifier and Type Class Description (package private) class
InProcessTransport
-
Uses of InternalWithLogId in io.grpc.internal
Subinterfaces of InternalWithLogId in io.grpc.internal Modifier and Type Interface Description interface
ClientTransport
The client-side transport typically encapsulating a single connection to a remote server.interface
ConnectionClientTransport
AManagedClientTransport
that is based on a connection.interface
ManagedClientTransport
AClientTransport
that has life-cycle management.interface
ServerTransport
An inbound connection.Classes in io.grpc.internal that implement InternalWithLogId Modifier and Type Class Description private class
CallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport
(package private) class
DelayedClientTransport
A client transport that queues requests before a real transport is available.(package private) class
FailingClientTransport
A client transport that creates streams that will immediately fail when started.(package private) class
ForwardingConnectionClientTransport
(package private) class
InternalSubchannel
Transports for a singleSocketAddress
.(package private) static class
InternalSubchannel.CallTracingTransport
(package private) class
ManagedChannelImpl
A communication channel for making outgoing RPCs.(package private) class
OobChannel
A ManagedChannel backed by a singleInternalSubchannel
and used forLoadBalancer
to its own RPC needs.class
ServerImpl
Default implementation ofServer
, for creation by transports. -
Uses of InternalWithLogId in io.grpc.netty
Classes in io.grpc.netty that implement InternalWithLogId Modifier and Type Class Description (package private) class
NettyClientTransport
A Netty-basedConnectionClientTransport
implementation.(package private) class
NettyServer
Netty-based server implementation.private static class
NettyServer.ListenSocket
A class that can answer channelz queries about the server listen sockets.(package private) class
NettyServerTransport
The Netty-based server transport. -
Uses of InternalWithLogId in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalWithLogId Modifier and Type Method Description (package private) static ChannelRef
ChannelzProtoUtil. toChannelRef(InternalWithLogId obj)
(package private) static ServerRef
ChannelzProtoUtil. toServerRef(InternalWithLogId obj)
(package private) static SocketRef
ChannelzProtoUtil. toSocketRef(InternalWithLogId obj)
(package private) static SubchannelRef
ChannelzProtoUtil. toSubchannelRef(InternalWithLogId obj)
-
Uses of InternalWithLogId in io.grpc.servlet
Classes in io.grpc.servlet that implement InternalWithLogId Modifier and Type Class Description (package private) static class
ServletServerBuilder.ServerTransportImpl
-
Uses of InternalWithLogId in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement InternalWithLogId Modifier and Type Class Description (package private) static class
ServletServerBuilder.ServerTransportImpl
-