ExtPipePluginConfiguration.Builder |
ExtPipePluginConfiguration.Builder.attemptTimes(int attemptTimes) |
Set the maximum attempt times of handling an operation.
|
ExtPipePluginConfiguration.Builder |
ExtPipePluginConfiguration.Builder.backOffInterval(int backOffInterval) |
Set the backoff interval on the failure of handling an operation.
|
ExtPipePluginConfiguration.Builder |
ExtPipePluginConfiguration.Builder.numOfThreads(int numOfThreads) |
Set the degree of parallelism of the data transmission.
|
ExtPipePluginConfiguration.Builder |
ExtPipePluginConfiguration.Builder.operationBatchSize(int operationBatchSize) |
Set the maximum number of operations to get from the pipe source.
|