Interface WithBatchByteLimit<R>

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

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

    • withBatchByteLimit

      Object withBatchByteLimit(Integer batchByteLimit)