public interface OperationWithBatchSizeOptions<T extends OperationWithBatchSizeOptions<T>> extends Options, Self<T>
Modifier and Type | Method and Description |
---|---|
default Optional<Integer> |
getBatchSize()
Return the internal size of batch for transferring data between
storage and router nodes.
|
default T |
withBatchSize(int batchSize)
Specifies internal batch size for transferring data from storage nodes to router nodes.
|
default T withBatchSize(int batchSize)
batchSize
- batch size, should be greater than 0Copyright © 2025 Picodata. All rights reserved.