Uses of Enum
io.grpc.binarylog.v1.GrpcLogEntry.Logger
Packages that use GrpcLogEntry.Logger
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of GrpcLogEntry.Logger in io.grpc.binarylog.v1
Fields in io.grpc.binarylog.v1 declared as GrpcLogEntry.LoggerModifier and TypeFieldDescriptionprivate static final GrpcLogEntry.Logger[]
GrpcLogEntry.Logger.VALUES
Fields in io.grpc.binarylog.v1 with type parameters of type GrpcLogEntry.LoggerModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<GrpcLogEntry.Logger> GrpcLogEntry.Logger.internalValueMap
Methods in io.grpc.binarylog.v1 that return GrpcLogEntry.LoggerModifier and TypeMethodDescriptionstatic GrpcLogEntry.Logger
GrpcLogEntry.Logger.forNumber
(int value) GrpcLogEntry.Builder.getLogger()
One of the above Logger enumGrpcLogEntry.getLogger()
One of the above Logger enumGrpcLogEntryOrBuilder.getLogger()
One of the above Logger enumstatic GrpcLogEntry.Logger
GrpcLogEntry.Logger.valueOf
(int value) Deprecated.static GrpcLogEntry.Logger
GrpcLogEntry.Logger.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GrpcLogEntry.Logger
Returns the enum constant of this type with the specified name.static GrpcLogEntry.Logger[]
GrpcLogEntry.Logger.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.binarylog.v1 that return types with arguments of type GrpcLogEntry.LoggerModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<GrpcLogEntry.Logger> GrpcLogEntry.Logger.internalGetValueMap()
Methods in io.grpc.binarylog.v1 with parameters of type GrpcLogEntry.LoggerModifier and TypeMethodDescriptionGrpcLogEntry.Builder.setLogger
(GrpcLogEntry.Logger value) One of the above Logger enum -
Uses of GrpcLogEntry.Logger in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type GrpcLogEntry.LoggerModifier and TypeMethodDescription(package private) abstract void
BinlogHelper.SinkWriter.logCancel
(long seq, GrpcLogEntry.Logger logger, long callId) Logs the cancellation.(package private) void
BinlogHelper.SinkWriterImpl.logCancel
(long seq, GrpcLogEntry.Logger logger, long callId) (package private) abstract void
BinlogHelper.SinkWriter.logClientHeader
(long seq, String methodName, String authority, com.google.protobuf.Duration timeout, Metadata metadata, GrpcLogEntry.Logger logger, long callId, SocketAddress peerAddress) Logs the client header.(package private) void
BinlogHelper.SinkWriterImpl.logClientHeader
(long seq, String methodName, String authority, com.google.protobuf.Duration timeout, Metadata metadata, GrpcLogEntry.Logger logger, long callId, SocketAddress peerAddress) (package private) abstract void
BinlogHelper.SinkWriter.logHalfClose
(long seq, GrpcLogEntry.Logger logger, long callId) (package private) void
BinlogHelper.SinkWriterImpl.logHalfClose
(long seq, GrpcLogEntry.Logger logger, long callId) (package private) abstract <T> void
BinlogHelper.SinkWriter.logRpcMessage
(long seq, GrpcLogEntry.EventType eventType, MethodDescriptor.Marshaller<T> marshaller, T message, GrpcLogEntry.Logger logger, long callId) Logs the message message.(package private) <T> void
BinlogHelper.SinkWriterImpl.logRpcMessage
(long seq, GrpcLogEntry.EventType eventType, MethodDescriptor.Marshaller<T> marshaller, T message, GrpcLogEntry.Logger logger, long callId) (package private) abstract void
BinlogHelper.SinkWriter.logServerHeader
(long seq, Metadata metadata, GrpcLogEntry.Logger logger, long callId, SocketAddress peerAddress) Logs the server header.(package private) void
BinlogHelper.SinkWriterImpl.logServerHeader
(long seq, Metadata metadata, GrpcLogEntry.Logger logger, long callId, SocketAddress peerAddress) (package private) abstract void
BinlogHelper.SinkWriter.logTrailer
(long seq, Status status, Metadata metadata, GrpcLogEntry.Logger logger, long callId, SocketAddress peerAddress) Logs the server trailer.(package private) void
BinlogHelper.SinkWriterImpl.logTrailer
(long seq, Status status, Metadata metadata, GrpcLogEntry.Logger logger, long callId, SocketAddress peerAddress)