Home
last modified time | relevance | path

Searched defs:createBinaryLog (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/services/src/main/java/io/grpc/protobuf/services/
DBinaryLogs.java30 public static BinaryLog createBinaryLog() throws IOException { in createBinaryLog() method in BinaryLogs
38 public static BinaryLog createBinaryLog(BinaryLogSink sink) throws IOException { in createBinaryLog() method in BinaryLogs
48 public static BinaryLog createBinaryLog(BinaryLogSink sink, String configStr) throws IOException { in createBinaryLog() method in BinaryLogs
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinaryLogs.java37 public static BinaryLog createBinaryLog() throws IOException { in createBinaryLog() method in BinaryLogs
45 public static BinaryLog createBinaryLog(BinaryLogSink sink) throws IOException { in createBinaryLog() method in BinaryLogs
55 public static BinaryLog createBinaryLog(BinaryLogSink sink, String configStr) throws IOException { in createBinaryLog() method in BinaryLogs