Searched refs:BinaryLogProviderImpl (Results 1 – 3 of 3) sorted by relevance
35 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()
30 class BinaryLogProviderImpl extends BinaryLogProvider { class35 public BinaryLogProviderImpl() throws IOException { in BinaryLogProviderImpl() method in BinaryLogProviderImpl39 public BinaryLogProviderImpl(BinaryLogSink sink) throws IOException { in BinaryLogProviderImpl() method in BinaryLogProviderImpl49 BinaryLogProviderImpl(BinaryLogSink sink, String configStr) throws IOException { in BinaryLogProviderImpl() method in BinaryLogProviderImpl
31 return new BinaryLogProviderImpl(); in createBinaryLog()38 return new BinaryLogProviderImpl(sink); in createBinaryLog()