Sync Map Java
SyncMap is a key-value store with Strings as keys and arbitrary JSON objects as values.
You can add, remove and modify values associated with the keys.
To obtain an instance of a SyncMapJava use SyncClientJava.maps
Types
Properties
A date when this SyncMapJava was created.
A date this SyncMapJava will expire, null
means will not expire.
A date when this SyncMapJava was last updated.
true
when this SyncMapJava is offline and doesn't receive updates from backend, false
otherwise.
true
when this SyncMapJava has been removed on the backend, false
otherwise.
An immutable system-assigned identifier of this SyncMapJava.
Current subscription state.
An optional unique name for this map, assigned at creation time.
Functions
Method to add listener for this SyncMapJava.
Close this SyncMapJava.
Retrieve Item from the SyncMapJava.
Mutate value of the Item using provided Mutator function.
Mutate value of the Item using provided Mutator function.
Retrieve all items from the SyncMap.
Retrieve items from the SyncMapJava.
Method to remove all listeners from this SyncMapJava.
Remove Item from the SyncMapJava.
Method to Method to remove listener from this SyncMapJava.
Remove this SyncMapJava.
Set Item in the SyncMapJava.
Set Item in the SyncMapJava.
Set time to live for this SyncMapJava.