Uses of Class
io.grpc.BinaryLog
-
Packages that use BinaryLog Package Description io.grpc The gRPC core public API.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services. -
-
Uses of BinaryLog in io.grpc
Methods in io.grpc with parameters of type BinaryLog Modifier and Type Method Description TForwardingChannelBuilder. setBinaryLog(BinaryLog binaryLog)TForwardingChannelBuilder2. setBinaryLog(BinaryLog binaryLog)TForwardingServerBuilder. setBinaryLog(BinaryLog binaryLog)TManagedChannelBuilder. setBinaryLog(BinaryLog binaryLog)Sets the BinaryLog object that this channel should log to.TServerBuilder. setBinaryLog(BinaryLog binaryLog)Sets the BinaryLog object that this server should log to. -
Uses of BinaryLog in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return BinaryLog Modifier and Type Method Description static BinaryLogBinaryLogs. createBinaryLog()Creates a binary log that writes to a temp file.static 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.
-