Uses of Class
io.grpc.binarylog.v1.GrpcLogEntry.Logger
-
Packages that use GrpcLogEntry.Logger Package Description io.grpc.binarylog.v1 io.grpc.protobuf.services 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.Logger Modifier and Type Field Description private static GrpcLogEntry.Logger[]
GrpcLogEntry.Logger. VALUES
Fields in io.grpc.binarylog.v1 with type parameters of type GrpcLogEntry.Logger Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<GrpcLogEntry.Logger>
GrpcLogEntry.Logger. internalValueMap
Methods in io.grpc.binarylog.v1 that return GrpcLogEntry.Logger Modifier and Type Method Description static GrpcLogEntry.Logger
GrpcLogEntry.Logger. forNumber(int value)
GrpcLogEntry.Logger
GrpcLogEntry.Builder. getLogger()
One of the above Logger enumGrpcLogEntry.Logger
GrpcLogEntry. getLogger()
One of the above Logger enumGrpcLogEntry.Logger
GrpcLogEntryOrBuilder. 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
GrpcLogEntry.Logger. valueOf(java.lang.String name)
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.Logger Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<GrpcLogEntry.Logger>
GrpcLogEntry.Logger. internalGetValueMap()
Methods in io.grpc.binarylog.v1 with parameters of type GrpcLogEntry.Logger Modifier and Type Method Description GrpcLogEntry.Builder
GrpcLogEntry.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.Logger Modifier and Type Method Description (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, java.lang.String methodName, java.lang.String authority, com.google.protobuf.Duration timeout, Metadata metadata, GrpcLogEntry.Logger logger, long callId, java.net.SocketAddress peerAddress)
Logs the client header.(package private) void
BinlogHelper.SinkWriterImpl. logClientHeader(long seq, java.lang.String methodName, java.lang.String authority, com.google.protobuf.Duration timeout, Metadata metadata, GrpcLogEntry.Logger logger, long callId, java.net.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, java.net.SocketAddress peerAddress)
Logs the server header.(package private) void
BinlogHelper.SinkWriterImpl. logServerHeader(long seq, Metadata metadata, GrpcLogEntry.Logger logger, long callId, java.net.SocketAddress peerAddress)
(package private) abstract void
BinlogHelper.SinkWriter. logTrailer(long seq, Status status, Metadata metadata, GrpcLogEntry.Logger logger, long callId, java.net.SocketAddress peerAddress)
Logs the server trailer.(package private) void
BinlogHelper.SinkWriterImpl. logTrailer(long seq, Status status, Metadata metadata, GrpcLogEntry.Logger logger, long callId, java.net.SocketAddress peerAddress)
-