Interface WithBatchItemLimit<R>

Type Parameters:
R - - the entity class
All Known Subinterfaces:
ExecutableRangeScanOperation.ExecutableRangeScan<T>, ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T>, ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T>, ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T>, ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T>, ReactiveRangeScanOperation.ReactiveRangeScan<T>

public interface WithBatchItemLimit<R>
A common interface for those that support withBatchItemLimit()
Author:
Michael Reiche
  • Method Details

    • withBatchItemLimit

      Object withBatchItemLimit(Integer batchItemLimit)