Package io.grpc.protobuf.services
Class BinaryLogs
java.lang.Object
io.grpc.protobuf.services.BinaryLogs
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4017")
public final class BinaryLogs
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryLog
Creates a binary log that writes to a temp file.static BinaryLog
createBinaryLog
(BinaryLogSink sink) Deprecated.static BinaryLog
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.
-
Constructor Details
-
BinaryLogs
private BinaryLogs()
-
-
Method Details
-
createBinaryLog
Creates a binary log that writes to a temp file. Warning: this implementation is not performance optimized, and RPCs will experience back pressure if disk IO does not keep up.- Throws:
IOException
-
createBinaryLog
Deprecated.Deprecated and will be removed in a future version of gRPC.- Throws:
IOException
-
createBinaryLog
Creates a binary log with a customBinaryLogSink
for receiving the logged data, and a config string as defined by A16-binary-logging.- Throws:
IOException
-