ENTITY
- The type of entity.public class EsPagingResultBean<ENTITY>
extends org.dbflute.cbean.result.PagingResultBean<ENTITY>
修飾子とタイプ | フィールドと説明 |
---|---|
protected long |
took |
コンストラクタと説明 |
---|
EsPagingResultBean(org.elasticsearch.action.search.SearchRequestBuilder builder) |
修飾子とタイプ | メソッドと説明 |
---|---|
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, toString
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
replaceAll, sort, spliterator
parallelStream, removeIf, stream
public 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.