Searched refs:maxRetryAttempts (Results 1 – 5 of 5) sorted by relevance
179 public T maxRetryAttempts(int maxRetryAttempts) { in maxRetryAttempts() method in ForwardingChannelBuilder180 delegate().maxRetryAttempts(maxRetryAttempts); in maxRetryAttempts()
371 public T maxRetryAttempts(int maxRetryAttempts) { in maxRetryAttempts() method in ManagedChannelBuilder
128 int maxRetryAttempts = 5; field in AbstractManagedChannelImplBuilder299 public final T maxRetryAttempts(int maxRetryAttempts) { in maxRetryAttempts() argument300 this.maxRetryAttempts = maxRetryAttempts; in maxRetryAttempts()
549 retryEnabled, builder.maxRetryAttempts, builder.maxHedgedAttempts); in ManagedChannelImpl()
340 public void maxRetryAttempts() { in maxRetryAttempts() method in AbstractManagedChannelImplBuilderTest342 assertEquals(5, builder.maxRetryAttempts); in maxRetryAttempts()344 builder.maxRetryAttempts(3); in maxRetryAttempts()345 assertEquals(3, builder.maxRetryAttempts); in maxRetryAttempts()