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) classThe 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 BinaryLogSinkBinaryLogProviderImpl.sinkprivate final BinaryLogSinkBinlogHelper.SinkWriterImpl.sinkMethods in io.grpc.protobuf.services with parameters of type BinaryLogSinkModifier and TypeMethodDescriptionstatic BinaryLogBinaryLogs.createBinaryLog(BinaryLogSink sink) Deprecated.static BinaryLogBinaryLogs.createBinaryLog(BinaryLogSink sink, String configStr) Creates a binary log with a customBinaryLogSinkfor receiving the logged data, and a config string as defined by A16-binary-logging.(package private) static BinlogHelperBinlogHelper.FactoryImpl.createBinaryLog(BinaryLogSink sink, String logConfig) Returns a binlog with the correct header and message limits ornullif 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)