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, streamequals, hashCode, of, of, of, of, of, of, of, of, of, of, of, of, replaceAll, sort, spliteratorequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, loadAllResults, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraypublic PaginatedParallelScanList(DynamoDbMapper mapper, Class<T> clazz, DynamoDBClient dynamo, ParallelScanTask parallelScanTask, DynamoDbMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDbMapperConfig config)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.