T - public interface StatsPage<T>
extends org.springframework.data.domain.Page<T>
FieldStatsResult for each field statistic requested on a
Query through StatsOptions.| Modifier and Type | Method and Description |
|---|---|
FieldStatsResult |
getFieldStatsResult(Field field)
Get the stats result done for the given
Field. |
FieldStatsResult |
getFieldStatsResult(String fieldName)
Get the stats result done for the field with the given fieldName.
|
Map<String,FieldStatsResult> |
getFieldStatsResults()
Get all field stats results for this page.
|
getTotalElements, getTotalPages, mapgetContent, getNumber, getNumberOfElements, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextPageable, previousPageableforEach, iterator, spliteratorFieldStatsResult getFieldStatsResult(Field field)
Field.field - FieldStatsResult getFieldStatsResult(String fieldName)
fieldName - Map<String,FieldStatsResult> getFieldStatsResults()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.