Searched defs:binlog (Results 1 – 4 of 4) sorted by relevance
35 BinaryLogProviderImpl binlog = new BinaryLogProviderImpl(sink, /*configStr=*/ null); in configStrNullTest() local43 BinaryLogProviderImpl binlog = new BinaryLogProviderImpl(sink, ""); in configStrEmptyTest() local
146 BinaryLog binlog; field in AbstractManagedChannelImplBuilder337 public final T setBinaryLog(BinaryLog binlog) { in setBinaryLog()
114 protected BinaryLog binlog; field in AbstractServerImplBuilder
115 private final BinaryLog binlog; field in ServerImpl