Module com.gluonhq.cloudlink.client
Package com.gluonhq.cloudlink.client.data
-
Class Summary Class Description DataClient The DataClient is the access point to the Gluon CloudLink Data Storage service.DataClientBuilder A utility class for buildingDataClient
instances.RemoteFunction A RemoteFunction contains the information that is required for triggering a request to a remote function that is configured in Gluon CloudLink.RemoteFunctionBuilder A utility class for buildingRemoteFunction
instances.RemoteFunctionChunkedList An implementation ofRemoteFunction
that is intended to call remote functions that return a list of objects in the form of aGluonObservableList
.RemoteFunctionList An implementation ofRemoteFunction
that is intended to call remote functions that return a list of objects in the form of aGluonObservableList
.RemoteFunctionObject An implementation ofRemoteFunction
that is intended to call remote functions that return single objects in the form of aGluonObservableObject
. -
Enum Summary Enum Description OperationMode Defines the constants that are used to specify where data should be stored and retrieved.SyncFlag A SyncFlag defines how changes to objects and lists are reflected between the remote copies on Gluon CloudLink and the local copies in the runtime of the client application.