Uses of Interface
io.grpc.protobuf.services.BinaryLogSink
Packages that use BinaryLogSink
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of BinaryLogSink in io.grpc.protobuf.services
Classes in io.grpc.protobuf.services that implement BinaryLogSinkModifier and TypeClassDescription(package private) class
The output file goes to the JVM's temp dir with a prefix of BINARY_INFO.Fields in io.grpc.protobuf.services declared as BinaryLogSinkModifier and TypeFieldDescriptionprivate final BinaryLogSink
BinaryLogProviderImpl.sink
private final BinaryLogSink
BinlogHelper.SinkWriterImpl.sink
Methods in io.grpc.protobuf.services with parameters of type BinaryLogSinkModifier and TypeMethodDescriptionstatic BinaryLog
BinaryLogs.createBinaryLog
(BinaryLogSink sink) Deprecated.static BinaryLog
BinaryLogs.createBinaryLog
(BinaryLogSink sink, String configStr) Creates a binary log with a customBinaryLogSink
for receiving the logged data, and a config string as defined by A16-binary-logging.(package private) static BinlogHelper
BinlogHelper.FactoryImpl.createBinaryLog
(BinaryLogSink sink, String logConfig) Returns a binlog with the correct header and message limits ornull
if the input is malformed.Constructors in io.grpc.protobuf.services with parameters of type BinaryLogSinkModifierConstructorDescriptionDeprecated.BinaryLogProviderImpl
(BinaryLogSink sink, String configStr) Creates an instance.(package private)
FactoryImpl
(BinaryLogSink sink, String configurationString) Accepts a string in the format specified by the binary log spec.(package private)
SinkWriterImpl
(BinaryLogSink sink, BinlogHelper.TimeProvider timeProvider, int maxHeaderBytes, int maxMessageBytes)