Uses of Package
io.objectbox.sync
-
Packages that use io.objectbox.sync Package Description io.objectbox ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g.io.objectbox.sync.internal io.objectbox.sync.listener io.objectbox.sync.server -
Classes in io.objectbox.sync used by io.objectbox Class Description SyncClient ObjectBox sync client. -
Classes in io.objectbox.sync used by io.objectbox.sync Class Description ConnectivityMonitor Used bySyncClientto observe connectivity changes.Credentials Credentials consist of a type and the credentials data to perform authentication checks.Credentials.Vector ObjectsMessageBuilder SyncBuilder A builder to create aSyncClient; the builder itself should be created viaSync.client(BoxStore, String, SyncCredentials).SyncBuilder.RequestUpdatesMode SyncClient ObjectBox sync client.SyncClientImpl Internal sync client implementation.SyncClientImpl.InternalSyncClientListener Methods on this class must match those expected by JNI implementation.SyncClientImpl.ObjectsMessageBuilderImpl SyncCredentials Use the static helper methods to build Sync credentials, for exampleSyncCredentials.sharedSecret("secret").SyncCredentials.CredentialsType SyncCredentialsToken Internal credentials implementation.SyncHybrid Combines the functionality of a Sync client and a Sync server.SyncHybridBuilder Builder for a Sync client and server hybrid setup, aSyncHybrid.SyncState Returned bySyncClientImpl.getSyncState(). -
Classes in io.objectbox.sync used by io.objectbox.sync.internal Class Description ConnectivityMonitor Used bySyncClientto observe connectivity changes. -
Classes in io.objectbox.sync used by io.objectbox.sync.listener Class Description SyncChange A collection of changes made to one entity type during a sync transaction. -
Classes in io.objectbox.sync used by io.objectbox.sync.server Class Description Credentials Credentials consist of a type and the credentials data to perform authentication checks.Credentials.Vector SyncCredentials Use the static helper methods to build Sync credentials, for exampleSyncCredentials.sharedSecret("secret").SyncCredentialsToken Internal credentials implementation.