|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.client.runtime.util.AbstractPageFetcher<T>
T
- the type of items fetchedpublic abstract class AbstractPageFetcher<T>
Abstract page fetcher.
Nested Class Summary | |
---|---|
static class |
AbstractPageFetcher.Page<T>
A fetched page. |
Field Summary | |
---|---|
protected long |
maxNumItems
|
Constructor Summary | |
---|---|
protected |
AbstractPageFetcher(long maxNumItems)
|
Method Summary | |
---|---|
protected abstract AbstractPageFetcher.Page<T> |
fetchPage(long skipCount)
Fetches the given page from the server. |
void |
setMaxNumItems(int maxNumItems)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long maxNumItems
Constructor Detail |
---|
protected AbstractPageFetcher(long maxNumItems)
Method Detail |
---|
protected abstract AbstractPageFetcher.Page<T> fetchPage(long skipCount)
skipCount
- initial offset where to start fetchingpublic void setMaxNumItems(int maxNumItems)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |