Uses of Class
io.grpc.InternalLogId
-
Packages that use InternalLogId 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.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet. -
-
Uses of InternalLogId in io.grpc
Methods in io.grpc that return InternalLogId Modifier and Type Method Description static InternalLogId
InternalLogId. allocate(java.lang.Class<?> type, java.lang.String details)
Creates a log id.static InternalLogId
InternalLogId. allocate(java.lang.String typeName, java.lang.String details)
Creates a log id.InternalLogId
InternalWithLogId. getLogId()
Returns an ID that is primarily used in debug logs.Methods in io.grpc with parameters of type InternalLogId Modifier and Type Method Description private static <T extends InternalInstrumented<?>>
booleanInternalChannelz. contains(java.util.Map<java.lang.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 InternalLogId Modifier and Type Field Description private InternalLogId
InProcessTransport. logId
Methods in io.grpc.inprocess that return InternalLogId Modifier and Type Method Description InternalLogId
InProcessTransport. getLogId()
-
Uses of InternalLogId in io.grpc.internal
Fields in io.grpc.internal declared as InternalLogId Modifier and Type Field Description private InternalLogId
ChannelTracer. logId
private InternalLogId
DelayedClientTransport. logId
private InternalLogId
InternalSubchannel. logId
(package private) InternalLogId
InternalSubchannel.TransportLogger. logId
private InternalLogId
ManagedChannelImpl. logId
private InternalLogId
OobChannel. logId
private InternalLogId
ServerImpl. logId
(package private) InternalLogId
ManagedChannelImpl.SubchannelImpl. subchannelLogId
Methods in io.grpc.internal that return InternalLogId Modifier and Type Method Description (package private) InternalLogId
ChannelTracer. getLogId()
InternalLogId
DelayedClientTransport. getLogId()
InternalLogId
FailingClientTransport. getLogId()
InternalLogId
ForwardingConnectionClientTransport. getLogId()
InternalLogId
InternalSubchannel. getLogId()
InternalLogId
ManagedChannelImpl. getLogId()
InternalLogId
OobChannel. getLogId()
InternalLogId
ServerImpl. getLogId()
Methods in io.grpc.internal with parameters of type InternalLogId Modifier and Type Method Description (package private) static void
ChannelLoggerImpl. logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, java.lang.String msg)
(package private) static void
ChannelLoggerImpl. logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, java.lang.String messageFormat, java.lang.Object... args)
(package private) static void
ChannelTracer. logOnly(InternalLogId logId, java.util.logging.Level logLevel, java.lang.String msg)
Constructors in io.grpc.internal with parameters of type InternalLogId Constructor Description ChannelTracer(InternalLogId logId, int maxEvents, long channelCreationTimeNanos, java.lang.String description)
Creates a channel tracer and log the creation event of the underlying channel.InternalSubchannel(LoadBalancer.CreateSubchannelArgs args, java.lang.String authority, java.lang.String userAgent, BackoffPolicy.Provider backoffPolicyProvider, ClientTransportFactory transportFactory, java.util.concurrent.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, java.util.List<ClientTransportFilter> transportFilters)
-
Uses of InternalLogId in io.grpc.netty
Fields in io.grpc.netty declared as InternalLogId Modifier and Type Field Description private InternalLogId
NettyServer.ListenSocket. id
private InternalLogId
NettyClientTransport. logId
private InternalLogId
NettyServer. logId
private InternalLogId
NettyServerTransport. logId
Methods in io.grpc.netty that return InternalLogId Modifier and Type Method Description InternalLogId
NettyClientTransport. getLogId()
InternalLogId
NettyServer. getLogId()
InternalLogId
NettyServer.ListenSocket. getLogId()
InternalLogId
NettyServerTransport. getLogId()
-
Uses of InternalLogId in io.grpc.servlet
Fields in io.grpc.servlet declared as InternalLogId Modifier and Type Field Description (package private) InternalLogId
ServletAdapter.GrpcAsyncListener. logId
(package private) InternalLogId
ServletAdapter.GrpcReadListener. logId
private InternalLogId
ServletServerBuilder.ServerTransportImpl. logId
private InternalLogId
ServletServerStream. logId
Methods in io.grpc.servlet that return InternalLogId Modifier and Type Method Description InternalLogId
ServletServerBuilder.ServerTransportImpl. getLogId()
Constructors in io.grpc.servlet with parameters of type InternalLogId Constructor Description AsyncServletOutputStreamWriter(javax.servlet.AsyncContext asyncContext, ServletServerStream.ServletTransportState transportState, InternalLogId logId)
GrpcAsyncListener(ServletServerStream stream, InternalLogId logId)
GrpcReadListener(ServletServerStream stream, javax.servlet.AsyncContext asyncCtx, InternalLogId logId)
ServletServerStream(javax.servlet.AsyncContext asyncCtx, StatsTraceContext statsTraceCtx, int maxInboundMessageSize, Attributes attributes, java.lang.String authority, InternalLogId logId)
-
Uses of InternalLogId in io.grpc.servlet.jakarta
Fields in io.grpc.servlet.jakarta declared as InternalLogId Modifier and Type Field Description (package private) InternalLogId
ServletAdapter.GrpcAsyncListener. logId
(package private) InternalLogId
ServletAdapter.GrpcReadListener. logId
private InternalLogId
ServletServerBuilder.ServerTransportImpl. logId
private InternalLogId
ServletServerStream. logId
Methods in io.grpc.servlet.jakarta that return InternalLogId Modifier and Type Method Description InternalLogId
ServletServerBuilder.ServerTransportImpl. getLogId()
Constructors in io.grpc.servlet.jakarta with parameters of type InternalLogId Constructor Description AsyncServletOutputStreamWriter(jakarta.servlet.AsyncContext asyncContext, ServletServerStream.ServletTransportState transportState, InternalLogId logId)
GrpcAsyncListener(ServletServerStream stream, InternalLogId logId)
GrpcReadListener(ServletServerStream stream, jakarta.servlet.AsyncContext asyncCtx, InternalLogId logId)
ServletServerStream(jakarta.servlet.AsyncContext asyncCtx, StatsTraceContext statsTraceCtx, int maxInboundMessageSize, Attributes attributes, java.lang.String authority, InternalLogId logId)
-