T
- The type of objects held in this list.Iterable<T>
, Collection<T>
, List<T>
public class PaginatedParallelScanList<T> extends PaginatedList<T>
This is an unmodifiable list, so callers should not invoke any operations that modify this list, otherwise they will throw an UnsupportedOperationException.
PaginatedList
Constructor | Description |
---|---|
PaginatedParallelScanList(DynamoDbMapper mapper,
Class<T> clazz,
DynamoDBClient dynamo,
ParallelScanTask parallelScanTask,
DynamoDbMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDbMapperConfig config) |
parallelStream, removeIf, stream
equals, hashCode, of, of, of, of, of, of, of, of, of, of, of, of, replaceAll, sort, spliterator
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, loadAllResults, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
public PaginatedParallelScanList(DynamoDbMapper mapper, Class<T> clazz, DynamoDBClient dynamo, ParallelScanTask parallelScanTask, DynamoDbMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDbMapperConfig config)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.