Searched refs:binlog (Results 1 – 7 of 7) sorted by relevance
35 BinaryLogProviderImpl binlog = new BinaryLogProviderImpl(sink, /*configStr=*/ null); in configStrNullTest() local36 assertNull(binlog.getServerInterceptor("package.service/method")); in configStrNullTest()37 assertNull(binlog.getClientInterceptor("package.service/method", CallOptions.DEFAULT)); in configStrNullTest()43 BinaryLogProviderImpl binlog = new BinaryLogProviderImpl(sink, ""); in configStrEmptyTest() local44 assertNull(binlog.getServerInterceptor("package.service/method")); in configStrEmptyTest()45 assertNull(binlog.getClientInterceptor("package.service/method", CallOptions.DEFAULT)); in configStrEmptyTest()
146 BinaryLog binlog; field in AbstractManagedChannelImplBuilder337 public final T setBinaryLog(BinaryLog binlog) { in setBinaryLog() argument338 this.binlog = binlog; in setBinaryLog()
115 private final BinaryLog binlog; field in ServerImpl146 this.binlog = builder.binlog; in ServerImpl()542 ServerMethodDefinition<?, ?> wMethodDef = binlog == null in startCall()543 ? interceptedDef : binlog.wrapMethodDefinition(interceptedDef); in startCall()
114 protected BinaryLog binlog; field in AbstractServerImplBuilder206 this.binlog = binaryLog; in setBinaryLog()
573 if (builder.binlog != null) { in ManagedChannelImpl()574 channel = builder.binlog.wrapChannel(channel); in ManagedChannelImpl()
1253 builder.binlog = new BinaryLog() { in binaryLogInstalled()
266 channelBuilder.binlog = null; in setUp()2565 channelBuilder.binlog = new BinaryLog() { in binaryLogInstalled()