All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
BatchingCallSettings<ElementT,ElementResultT,RequestT,ResponseT> |
build()
|
BatchingSettings |
getBatchingSettings()
|
BatchingCallSettings.Builder<ElementT,ElementResultT,RequestT,ResponseT> |
setBatchingSettings(BatchingSettings batchingSettings)
Sets the batching settings with various thresholds.
|
BatchingCallSettings.Builder<ElementT,ElementResultT,RequestT,ResponseT> |
setRetryableCodes(Set<StatusCode.Code> retryableCodes)
Sets the rpc failure code, for which retries should be performed.
|
BatchingCallSettings.Builder<ElementT,ElementResultT,RequestT,ResponseT> |
setRetryableCodes(StatusCode.Code... codes)
Sets the rpc failure code, for which retries should be performed.
|
BatchingCallSettings.Builder<ElementT,ElementResultT,RequestT,ResponseT> |
setRetrySettings(RetrySettings retrySettings)
|