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) classTempFileSinkThe 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 BinaryLogSinkBinaryLogProviderImpl. sinkprivate BinaryLogSinkBinlogHelper.SinkWriterImpl. sinkMethods in io.grpc.protobuf.services with parameters of type BinaryLogSink Modifier and Type Method Description static BinaryLogBinaryLogs. createBinaryLog(BinaryLogSink sink)Deprecated.static BinaryLogBinaryLogs. createBinaryLog(BinaryLogSink sink, java.lang.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, java.lang.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 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)
-