static BatchingSettings.Builder |
BatchingSettings.newBuilder() |
Get a new builder.
|
abstract BatchingSettings.Builder |
BatchingSettings.Builder.setDelayThreshold(org.threeten.bp.Duration delayThreshold) |
Set the delay threshold to use for batching.
|
abstract BatchingSettings.Builder |
BatchingSettings.Builder.setElementCountThreshold(Long elementCountThreshold) |
Set the element count threshold to use for batching.
|
abstract BatchingSettings.Builder |
BatchingSettings.Builder.setFlowControlSettings(FlowControlSettings flowControlSettings) |
Set the flow control settings to be used.
|
abstract BatchingSettings.Builder |
BatchingSettings.Builder.setIsEnabled(Boolean enabled) |
Set if the batch should be enabled.
|
abstract BatchingSettings.Builder |
BatchingSettings.Builder.setRequestByteThreshold(Long requestByteThreshold) |
Set the request byte threshold to use for batching.
|
abstract BatchingSettings.Builder |
BatchingSettings.toBuilder() |
Get a builder with the same values as this object.
|