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 InternalLogIdCreates a log id.static InternalLogIdCreates 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) booleanInternalChannelz.containsClientSocket(InternalLogId transportRef) booleanInternalChannelz.containsServer(InternalLogId serverRef) booleanInternalChannelz.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 InternalLogIdChannelTracer.logIdprivate final InternalLogIdDelayedClientTransport.logIdprivate final InternalLogIdInternalSubchannel.logId(package private) InternalLogIdInternalSubchannel.TransportLogger.logIdprivate final InternalLogIdManagedChannelImpl.logIdprivate final InternalLogIdOobChannel.logIdprivate final InternalLogIdServerImpl.logId(package private) final InternalLogIdManagedChannelImpl.SubchannelImpl.subchannelLogIdMethods in io.grpc.internal that return InternalLogIdModifier and TypeMethodDescription(package private) InternalLogIdChannelTracer.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 voidChannelLoggerImpl.logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, String msg) (package private) static voidChannelLoggerImpl.logOnly(InternalLogId logId, ChannelLogger.ChannelLogLevel level, String messageFormat, Object... args) (package private) static voidChannelTracer.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 InternalLogIdNettyServer.ListenSocket.idprivate final InternalLogIdNettyClientTransport.logIdprivate final InternalLogIdNettyServer.logIdprivate final InternalLogIdNettyServerTransport.logIdMethods 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 InternalLogIdServletAdapter.GrpcAsyncListener.logId(package private) final InternalLogIdServletAdapter.GrpcReadListener.logIdprivate final InternalLogIdServletServerBuilder.ServerTransportImpl.logIdprivate final InternalLogIdServletServerStream.logIdMethods 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 InternalLogIdServletAdapter.GrpcAsyncListener.logId(package private) final InternalLogIdServletAdapter.GrpcReadListener.logIdprivate final InternalLogIdServletServerBuilder.ServerTransportImpl.logIdprivate final InternalLogIdServletServerStream.logIdMethods 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)