Interface BatchedQueries.BatchQuery<T>

Enclosing class:
BatchedQueries

public static interface BatchedQueries.BatchQuery<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.collect.ImmutableList<T>
    readBatch(Optional<T> lastRead, int batchSize)
     
  • Method Details

    • readBatch

      com.google.common.collect.ImmutableList<T> readBatch(Optional<T> lastRead, int batchSize)