ENTITY - The type of entity.public class EsPagingResultBean<ENTITY>
extends org.dbflute.cbean.result.PagingResultBean<ENTITY>
| Modifier and Type | Field and Description |
|---|---|
protected long |
took |
| Constructor and Description |
|---|
EsPagingResultBean(org.elasticsearch.action.search.SearchRequestBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.search.aggregations.Aggregations |
getAggregations() |
int |
getFailedShards() |
String |
getQueryDsl() |
int |
getSuccessfulShards() |
long |
getTook() |
int |
getTotalShards() |
void |
setAggregation(org.elasticsearch.search.aggregations.Aggregations aggregations) |
void |
setFailedShards(int failedShards) |
void |
setSuccessfulShards(int successfulShards) |
void |
setTook(long took) |
void |
setTotalShards(int totalShards) |
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, toStringadd, 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, toRichStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic EsPagingResultBean(org.elasticsearch.action.search.SearchRequestBuilder builder)
public String getQueryDsl()
public long getTook()
public void setTook(long took)
public int getTotalShards()
public void setTotalShards(int totalShards)
public int getSuccessfulShards()
public void setSuccessfulShards(int successfulShards)
public int getFailedShards()
public void setFailedShards(int failedShards)
public org.elasticsearch.search.aggregations.Aggregations getAggregations()
public void setAggregation(org.elasticsearch.search.aggregations.Aggregations aggregations)
Copyright © 2009–2017 CodeLibs. All rights reserved.