@Deprecated public abstract class FacetedPageImpl<T> extends PageImpl<T> implements FacetedPage<T>, AggregatedPage<T>
Constructor and Description |
---|
FacetedPageImpl(List<T> content)
Deprecated.
|
FacetedPageImpl(List<T> content,
Pageable pageable,
long total)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <U> List<U> |
getConvertedContent(Function<? super T,? extends U> arg0) |
FacetResult |
getFacet(String name)
Deprecated.
|
List<FacetResult> |
getFacets()
Deprecated.
|
boolean |
hasFacets()
Deprecated.
|
equals, getTotalElements, getTotalPages, hashCode, hasNext, isLast, map, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAggregation, getAggregations, hasAggregations
getScrollId
getMaxScore
empty, empty, getTotalElements, getTotalPages, map
getContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextOrLastPageable, nextPageable, previousOrFirstPageable, previousPageable
and, and, and, and, filter, flatMap, get, isEmpty, of, of, of, stream, toList, toSet, toStreamable, toStreamable
forEach, iterator, spliterator
public boolean hasFacets()
hasFacets
in interface FacetedPage<T>
public List<FacetResult> getFacets()
getFacets
in interface FacetedPage<T>
public FacetResult getFacet(String name)
getFacet
in interface FacetedPage<T>
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.