Class 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 long took  
      • Fields inherited from class org.dbflute.cbean.result.PagingResultBean

        _currentPageNumber, _pageSize
      • Fields inherited from class org.dbflute.cbean.result.ListResultBean

        _allRecordCount, _orderByClause, _selectedList, _tableDbName
    • Constructor Summary

      Constructors 
      Constructor Description
      EsPagingResultBean​(org.elasticsearch.action.search.SearchRequestBuilder builder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.elasticsearch.search.aggregations.Aggregations getAggregations()  
      int getFailedShards()  
      String getQueryDsl()  
      int getSuccessfulShards()  
      long getTook()  
      org.apache.lucene.search.TotalHits getTotalHits()  
      int getTotalShards()  
      void setAggregation​(org.elasticsearch.search.aggregations.Aggregations aggregations)  
      void setFailedShards​(int failedShards)  
      void setSuccessfulShards​(int successfulShards)  
      void setTook​(long took)  
      void setTotalHits​(org.apache.lucene.search.TotalHits totalHits)  
      void setTotalShards​(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
    • Field Detail

      • took

        protected long took
    • Constructor Detail

      • EsPagingResultBean

        public EsPagingResultBean​(org.elasticsearch.action.search.SearchRequestBuilder builder)
    • 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.elasticsearch.search.aggregations.Aggregations getAggregations()
      • setAggregation

        public void setAggregation​(org.elasticsearch.search.aggregations.Aggregations aggregations)
      • getTotalHits

        public org.apache.lucene.search.TotalHits getTotalHits()
      • setTotalHits

        public void setTotalHits​(org.apache.lucene.search.TotalHits totalHits)