public static interface SyncMap.QueryOptions
| Modifier and Type | Method and Description |
|---|---|
SyncMap.QueryOptions |
withPageSize(long size)
Specifies the maximum size of the page returned by the query.
|
SyncMap.QueryOptions |
withQueryOrder(SyncMap.QueryOrder order)
Specifies the ordering (i.e.
|
SyncMap.QueryOptions |
withStartPosition(java.lang.String key)
Specifies the initial position of the query.
|
SyncMap.QueryOptions withStartPosition(java.lang.String key)
key - The starting map key position for the query.SyncMap.QueryOptions withQueryOrder(SyncMap.QueryOrder order)
order - The ordering of the query.SyncMap.QueryOptions withPageSize(long size)
size - The maximum size of the page returned by the query.