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