Searched refs:maxHedgedAttempts (Results 1 – 5 of 5) sorted by relevance
185 public T maxHedgedAttempts(int maxHedgedAttempts) { in maxHedgedAttempts() argument186 delegate().maxHedgedAttempts(maxHedgedAttempts); in maxHedgedAttempts()
386 public T maxHedgedAttempts(int maxHedgedAttempts) { in maxHedgedAttempts() method in ManagedChannelBuilder
129 int maxHedgedAttempts = 5; field in AbstractManagedChannelImplBuilder305 public final T maxHedgedAttempts(int maxHedgedAttempts) { in maxHedgedAttempts() argument306 this.maxHedgedAttempts = maxHedgedAttempts; in maxHedgedAttempts()
570 retryEnabled, builder.maxRetryAttempts, builder.maxHedgedAttempts); in ManagedChannelImpl()
349 public void maxHedgedAttempts() { in maxHedgedAttempts() method in AbstractManagedChannelImplBuilderTest351 assertEquals(5, builder.maxHedgedAttempts); in maxHedgedAttempts()353 builder.maxHedgedAttempts(3); in maxHedgedAttempts()354 assertEquals(3, builder.maxHedgedAttempts); in maxHedgedAttempts()