public static class LazyLoadItemListInternalTest.TestPKLazyLoadItemList extends LazyLoadItemList<Long>
LazyLoadItemList.BufferedPage<T>DEFAULT_PREFETCH_SIZE, DEFUALT_PREFETCH_SIZE, EMPTY_LIST, PREFETCH_SIZE_PROPERTYDEFAULT_CONFIG_PREFETCH_SIZEmodCount| Constructor and Description |
|---|
TestPKLazyLoadItemList(List<PK> pks,
int prefetchSize) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Long> |
loadPage(List<PK> pks)
Override this method to provide a resolving mechanism for generating values for the pre-fetched
BaseLazyLoadItemList.pkList
entries. |
add, clear, get, getBuffered, getBufferedPageIfLoaded, getCurrentBufferedPage, getOrSwitchBufferedPage, invalidateBuffer, isIgnoreMissing, remove, set, setIgnoreMissing, setModifiable, setPreFetchSize, switchBufferedPage, switchBufferedPageNoLock, switchBufferedPageSynchronized, switchPageassureIndex, contains, equals, getConfig, getPK, getPKList, getPKListInternal, getPrefetchLanguages, getPreFetchSize, hashCode, isModifiable, iterator, size, toStringadd, addAll, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected List<Long> loadPage(List<PK> pks)
LazyLoadItemListBaseLazyLoadItemList.pkList
entries.loadPage in class LazyLoadItemList<Long>Copyright © 2017 SAP SE. All Rights Reserved.