| Package | Description |
|---|---|
| org.springframework.data.gemfire.search.lucene.support |
| Modifier and Type | Method and Description |
|---|---|
LucenePage<T,K,V> |
LucenePage.getNext()
|
LucenePage<T,K,V> |
LucenePage.getPrevious()
|
static <T,K,V> LucenePage<T,K,V> |
LucenePage.newLucenePage(ProjectingLuceneAccessor template,
org.apache.geode.cache.lucene.PageableLuceneQueryResults<K,V> queryResults,
int pageSize,
Class<T> projectionType)
Factory method used to construct a new instance of
LucenePage initialized with
the given Lucene query results, page size,
and projection type. |
static <T,K,V> LucenePage<T,K,V> |
LucenePage.newLucenePage(ProjectingLuceneAccessor template,
org.apache.geode.cache.lucene.PageableLuceneQueryResults<K,V> queryResults,
int pageSize,
Class<T> projectionType,
LucenePage<T,K,V> previousPage)
Factory method used to construct a new instance of
LucenePage initialized with
the given Lucene query results, page size,
projection type and previous page, if one exists. |
| Modifier and Type | Method and Description |
|---|---|
static <T,K,V> LucenePage<T,K,V> |
LucenePage.newLucenePage(ProjectingLuceneAccessor template,
org.apache.geode.cache.lucene.PageableLuceneQueryResults<K,V> queryResults,
int pageSize,
Class<T> projectionType,
LucenePage<T,K,V> previousPage)
Factory method used to construct a new instance of
LucenePage initialized with
the given Lucene query results, page size,
projection type and previous page, if one exists. |
| Constructor and Description |
|---|
LucenePage(ProjectingLuceneAccessor template,
org.apache.geode.cache.lucene.PageableLuceneQueryResults<K,V> queryResults,
int pageSize,
Class<T> projectionType,
LucenePage<T,K,V> previous)
Constructs a new instance of
LucenePage initialized with
the given Lucene query results, page size,
projection type and previous page, if one exists. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.