Uses of Interface
io.grpc.protobuf.services.BinaryLogSink
-
Packages that use BinaryLogSink Package Description io.grpc.protobuf.services 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 BinaryLogSink Modifier and Type Class Description (package private) class
TempFileSink
The output file goes to the JVM's temp dir with a prefix of BINARY_INFO.Fields in io.grpc.protobuf.services declared as BinaryLogSink Modifier and Type Field Description private BinaryLogSink
BinaryLogProviderImpl. sink
private BinaryLogSink
BinlogHelper.SinkWriterImpl. sink
Methods in io.grpc.protobuf.services with parameters of type BinaryLogSink Modifier and Type Method Description static BinaryLog
BinaryLogs. createBinaryLog(BinaryLogSink sink)
Deprecated.static BinaryLog
BinaryLogs. createBinaryLog(BinaryLogSink sink, java.lang.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, java.lang.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 BinaryLogSink Constructor Description BinaryLogProviderImpl(BinaryLogSink sink)
Deprecated.BinaryLogProviderImpl(BinaryLogSink sink, java.lang.String configStr)
Creates an instance.FactoryImpl(BinaryLogSink sink, java.lang.String configurationString)
Accepts a string in the format specified by the binary log spec.SinkWriterImpl(BinaryLogSink sink, BinlogHelper.TimeProvider timeProvider, int maxHeaderBytes, int maxMessageBytes)
-