Uses of Class
io.grpc.InternalLogId
Packages that use InternalLogId
Package
Description
The gRPC core public API.
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
API that implements gRPC server as a servlet.
API that implements gRPC server as a servlet.
-
Uses of InternalLogId in io.grpc
Methods in io.grpc that return InternalLogIdModifier and TypeMethodDescriptionstatic InternalLogId
Creates a log id.static InternalLogId
Creates a log id.InternalWithLogId.getLogId()
Returns an ID that is primarily used in debug logs.Methods in io.grpc with parameters of type InternalLogIdModifier and TypeMethodDescriptionprivate static <T extends InternalInstrumented<?>>
booleanInternalChannelz.contains
(Map<Long, T> map, InternalLogId id) boolean
InternalChannelz.containsClientSocket
(InternalLogId transportRef) boolean
InternalChannelz.containsServer
(InternalLogId serverRef) boolean
InternalChannelz.containsSubchannel
(InternalLogId subchannelRef) -
Uses of InternalLogId in io.grpc.inprocess
Fields in io.grpc.inprocess declared as InternalLogIdMethods in io.grpc.inprocess that return InternalLogId -
Uses of InternalLogId in io.grpc.internal
Fields in io.grpc.internal declared as InternalLogIdModifier and TypeFieldDescriptionprivate final InternalLogId
ChannelTracer.logId
private final InternalLogId
DelayedClientTransport.logId
private final InternalLogId
InternalSubchannel.logId
(package private) InternalLogId
InternalSubchannel.TransportLogger.logId
private final InternalLogId
ManagedChannelImpl.logId
private final InternalLogId
OobChannel.logId
private final InternalLogId
ServerImpl.logId
(package private) final InternalLogId
ManagedChannelImpl.SubchannelImpl.subchannelLogId
Methods in io.grpc.internal that return InternalLogIdModifier and TypeMethodDescription(package private) InternalLogId
ChannelTracer.getLogId()
DelayedClientTransport.getLogId()
FailingClientTransport.getLogId()
ForwardingConnectionClientTransport.getLogId()
InternalSubchannel.getLogId()
ManagedChannelImpl.getLogId()
OobChannel.getLogId()
ServerImpl.getLogId()
Methods in io.grpc.internal with parameters of type InternalLogIdModifier and TypeMethodDescription(package private) static void
ChannelLoggerImpl.logOnly
(InternalLogId logId, ChannelLogger.ChannelLogLevel level, String msg) (package private) static void
ChannelLoggerImpl.logOnly
(InternalLogId logId, ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) (package private) static void
ChannelTracer.logOnly
(InternalLogId logId, Level logLevel, String msg) Constructors in io.grpc.internal with parameters of type InternalLogIdModifierConstructorDescription(package private)
ChannelTracer
(InternalLogId logId, int maxEvents, long channelCreationTimeNanos, String description) Creates a channel tracer and log the creation event of the underlying channel.(package private)
InternalSubchannel
(LoadBalancer.CreateSubchannelArgs args, String authority, String userAgent, BackoffPolicy.Provider backoffPolicyProvider, ClientTransportFactory transportFactory, ScheduledExecutorService scheduledExecutor, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchSupplier, SynchronizationContext syncContext, InternalSubchannel.Callback callback, InternalChannelz channelz, CallTracer callsTracer, ChannelTracer channelTracer, InternalLogId logId, ChannelLogger channelLogger, List<ClientTransportFilter> transportFilters) -
Uses of InternalLogId in io.grpc.netty
Fields in io.grpc.netty declared as InternalLogIdModifier and TypeFieldDescriptionprivate final InternalLogId
NettyServer.ListenSocket.id
private final InternalLogId
NettyClientTransport.logId
private final InternalLogId
NettyServer.logId
private final InternalLogId
NettyServerTransport.logId
Methods in io.grpc.netty that return InternalLogId -
Uses of InternalLogId in io.grpc.servlet
Fields in io.grpc.servlet declared as InternalLogIdModifier and TypeFieldDescription(package private) final InternalLogId
ServletAdapter.GrpcAsyncListener.logId
(package private) final InternalLogId
ServletAdapter.GrpcReadListener.logId
private final InternalLogId
ServletServerBuilder.ServerTransportImpl.logId
private final InternalLogId
ServletServerStream.logId
Methods in io.grpc.servlet that return InternalLogIdConstructors in io.grpc.servlet with parameters of type InternalLogIdModifierConstructorDescription(package private)
AsyncServletOutputStreamWriter
(javax.servlet.AsyncContext asyncContext, ServletServerStream.ServletTransportState transportState, InternalLogId logId) (package private)
GrpcAsyncListener
(ServletServerStream stream, InternalLogId logId) (package private)
GrpcReadListener
(ServletServerStream stream, javax.servlet.AsyncContext asyncCtx, InternalLogId logId) (package private)
ServletServerStream
(javax.servlet.AsyncContext asyncCtx, StatsTraceContext statsTraceCtx, int maxInboundMessageSize, Attributes attributes, String authority, InternalLogId logId) -
Uses of InternalLogId in io.grpc.servlet.jakarta
Fields in io.grpc.servlet.jakarta declared as InternalLogIdModifier and TypeFieldDescription(package private) final InternalLogId
ServletAdapter.GrpcAsyncListener.logId
(package private) final InternalLogId
ServletAdapter.GrpcReadListener.logId
private final InternalLogId
ServletServerBuilder.ServerTransportImpl.logId
private final InternalLogId
ServletServerStream.logId
Methods in io.grpc.servlet.jakarta that return InternalLogIdConstructors in io.grpc.servlet.jakarta with parameters of type InternalLogIdModifierConstructorDescription(package private)
AsyncServletOutputStreamWriter
(jakarta.servlet.AsyncContext asyncContext, ServletServerStream.ServletTransportState transportState, InternalLogId logId) (package private)
GrpcAsyncListener
(ServletServerStream stream, InternalLogId logId) (package private)
GrpcReadListener
(ServletServerStream stream, jakarta.servlet.AsyncContext asyncCtx, InternalLogId logId) (package private)
ServletServerStream
(jakarta.servlet.AsyncContext asyncCtx, StatsTraceContext statsTraceCtx, int maxInboundMessageSize, Attributes attributes, String authority, InternalLogId logId)