query Items
Retrieve all items from the SyncMap.
Return
New SyncIteratorJava to sequentially access the elements from this SyncMapJava.
Retrieve items from the SyncMapJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncMapJava.
Parameters
Key of the first item to retrieve.
Retrieve items from the SyncMapJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncMapJava.
Parameters
Key of the first item to retrieve.
When true
- result includes the item with the startKey When false
- the item with the startKey is skipped.
Retrieve items from the SyncMapJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncMapJava.
Parameters
Key of the first item to retrieve, null
means start from the first item in the SyncMapJava.
When true
- result includes the item with the startKey. When false
- the item with the startKey is skipped. Ignored when startKey = null
QueryOrder for sorting results.
Retrieve items from the SyncMapJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncMapJava.
Parameters
Key of the first item to retrieve, null
means start from the first item in the SyncMapJava.
When true
- result includes the item with the startKey. When false
- the item with the startKey is skipped. Ignored when startKey = null
QueryOrder for sorting results.
Page size for querying items from backend.
Retrieve items from the SyncMapJava.
Return
New SyncIteratorJava to sequentially access the elements from this SyncMapJava.
Parameters
Key of the first item to retrieve, null
means start from the first item in the SyncMapJava.
When true
- result includes the item with the startKey. When false
- the item with the startKey is skipped. Ignored when startKey = null
QueryOrder for sorting results.
Page size for querying items from backend.
When true
returns cached value if found in cache. When false
- performs network request to get latest data from backend.