Home
last modified time | relevance | path

Searched refs:BinaryLogProviderImpl (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DBinaryLogProviderImplTest.java35 BinaryLogProviderImpl binlog = new BinaryLogProviderImpl(sink, /*configStr=*/ null); in configStrNullTest()
43 BinaryLogProviderImpl binlog = new BinaryLogProviderImpl(sink, ""); in configStrEmptyTest()
51 BinaryLogProviderImpl log = new BinaryLogProviderImpl(sink, "*"); in closeTest()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinaryLogProviderImpl.java30 class BinaryLogProviderImpl extends BinaryLogProvider { class
35 public BinaryLogProviderImpl() throws IOException { in BinaryLogProviderImpl() method in BinaryLogProviderImpl
39 public BinaryLogProviderImpl(BinaryLogSink sink) throws IOException { in BinaryLogProviderImpl() method in BinaryLogProviderImpl
49 BinaryLogProviderImpl(BinaryLogSink sink, String configStr) throws IOException { in BinaryLogProviderImpl() method in BinaryLogProviderImpl
DBinaryLogs.java31 return new BinaryLogProviderImpl(); in createBinaryLog()
38 return new BinaryLogProviderImpl(sink); in createBinaryLog()