Class EsPagingResultBean<ENTITY>
- java.lang.Object
-
- org.dbflute.cbean.result.ListResultBean<ENTITY>
-
- org.dbflute.cbean.result.PagingResultBean<ENTITY>
-
- org.codelibs.fess.es.log.allcommon.EsPagingResultBean<ENTITY>
-
- Type Parameters:
ENTITY- The type of entity.
- All Implemented Interfaces:
Serializable,Iterable<ENTITY>,Collection<ENTITY>,List<ENTITY>
public class EsPagingResultBean<ENTITY> extends org.dbflute.cbean.result.PagingResultBean<ENTITY>- Author:
- ESFlute (using FreeGen)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected longtook
-
Constructor Summary
Constructors Constructor Description EsPagingResultBean(org.codelibs.fesen.action.search.SearchRequestBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codelibs.fesen.search.aggregations.AggregationsgetAggregations()intgetFailedShards()StringgetQueryDsl()intgetSuccessfulShards()longgetTook()org.apache.lucene.search.TotalHitsgetTotalHits()intgetTotalShards()voidsetAggregation(org.codelibs.fesen.search.aggregations.Aggregations aggregations)voidsetFailedShards(int failedShards)voidsetSuccessfulShards(int successfulShards)voidsetTook(long took)voidsetTotalHits(org.apache.lucene.search.TotalHits totalHits)voidsetTotalShards(int totalShards)-
Methods inherited from class org.dbflute.cbean.result.PagingResultBean
assertPageGroupOptionCall, assertPageRangeOptionCall, buildPagingDisp, buildRichStringHeader, calculateAllPageCount, calculateCurrentEndRecordNumber, calculateCurrentStartRecordNumber, createPageGroupBean, createPageGroupOption, createPageRangeBean, createPageRangeOption, equals, existsNextPage, existsPreviousPage, getAllPageCount, getAllRecordCount, getCurrentEndRecordNumber, getCurrentPageNumber, getCurrentStartRecordNumber, getNextPageNumber, getPageSize, getPrePageNumber, getPreviousPageNumber, hashCode, isExistNextPage, isExistPrePage, mappingList, newPageGroupBean, newPageGroupOption, newPageRangeBean, newPageRangeOption, pageGroup, pageRange, setAllRecordCount, setCurrentPageNumber, setPageSize, toString
-
Methods inherited from class org.dbflute.cbean.result.ListResultBean
add, add, addAll, addAll, clear, contains, containsAll, createEmptyIterator, createInheritedResultBean, extractColumnList, extractColumnSet, get, getOrderByClause, getSelectedList, getTableDbName, groupingList, groupingMap, hasWrappedListInstance, indexOf, isEmpty, isSelectedResult, iterator, lastIndexOf, listIterator, listIterator, newResultBeanBuilder, remove, remove, removeAll, retainAll, set, setOrderByClause, setSelectedList, setTableDbName, size, subList, toArray, toArray, toRichString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
replaceAll, sort, spliterator
-
-
-
-
Method Detail
-
getQueryDsl
public String getQueryDsl()
-
getTook
public long getTook()
-
setTook
public void setTook(long took)
-
getTotalShards
public int getTotalShards()
-
setTotalShards
public void setTotalShards(int totalShards)
-
getSuccessfulShards
public int getSuccessfulShards()
-
setSuccessfulShards
public void setSuccessfulShards(int successfulShards)
-
getFailedShards
public int getFailedShards()
-
setFailedShards
public void setFailedShards(int failedShards)
-
getAggregations
public org.codelibs.fesen.search.aggregations.Aggregations getAggregations()
-
setAggregation
public void setAggregation(org.codelibs.fesen.search.aggregations.Aggregations aggregations)
-
getTotalHits
public org.apache.lucene.search.TotalHits getTotalHits()
-
setTotalHits
public void setTotalHits(org.apache.lucene.search.TotalHits totalHits)
-
-