Class | Description |
---|---|
DataClient |
The DataClient is the access point to the
Gluon CloudLink Data Storage service.
|
DataClientBuilder |
A utility class for building
DataClient 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 building
RemoteFunction instances. |
RemoteFunctionChunkedList |
An implementation of
RemoteFunction that is intended to call remote functions that return a list
of objects in the form of a GluonObservableList . |
RemoteFunctionList |
An implementation of
RemoteFunction that is intended to call remote functions that return a list
of objects in the form of a GluonObservableList . |
RemoteFunctionObject |
An implementation of
RemoteFunction that is intended to call remote functions that return single
objects in the form of a GluonObservableObject . |
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.
|