public class DatastorePageable
extends org.springframework.data.domain.PageRequest
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.domain.Pageable |
from(org.springframework.data.domain.Pageable pageable,
Cursor cursor,
Long totalCount) |
static org.springframework.data.domain.Pageable |
from(org.springframework.data.domain.Pageable pageable,
String urlSafeCursor,
Long totalCount) |
Long |
getTotalCount() |
String |
getUrlSafeCursor() |
org.springframework.data.domain.Pageable |
next() |
Cursor |
toCursor() |
equals, first, getSort, hashCode, of, of, of, previous, toStringgetOffset, getPageNumber, getPageSize, hasPrevious, previousOrFirstpublic static org.springframework.data.domain.Pageable from(org.springframework.data.domain.Pageable pageable,
Cursor cursor,
Long totalCount)
public static org.springframework.data.domain.Pageable from(org.springframework.data.domain.Pageable pageable,
String urlSafeCursor,
Long totalCount)
public String getUrlSafeCursor()
public org.springframework.data.domain.Pageable next()
next in interface org.springframework.data.domain.Pageablenext in class org.springframework.data.domain.PageRequestpublic Cursor toCursor()
public Long getTotalCount()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.