Uses of Interface
io.objectbox.sync.SyncClient
-
Packages that use SyncClient 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. -
-
Uses of SyncClient in io.objectbox
Fields in io.objectbox declared as SyncClient Modifier and Type Field Description private SyncClientBoxStore. syncClientKeeps a reference so the library user does not have to.Methods in io.objectbox that return SyncClient Modifier and Type Method Description SyncClientBoxStore. getSyncClient()Returns theSyncClientassociated with this store.Methods in io.objectbox with parameters of type SyncClient Modifier and Type Method Description (package private) voidBoxStore. setSyncClient(SyncClient syncClient)static voidInternalAccess. setSyncClient(BoxStore boxStore, SyncClient syncClient) -
Uses of SyncClient in io.objectbox.sync
Classes in io.objectbox.sync that implement SyncClient Modifier and Type Class Description classSyncClientImplInternal sync client implementation.Fields in io.objectbox.sync declared as SyncClient Modifier and Type Field Description private SyncClientSyncHybrid. clientprivate SyncClientConnectivityMonitor. syncClientMethods in io.objectbox.sync that return SyncClient Modifier and Type Method Description SyncClientSyncBuilder. build()Builds and returns a Sync client ready tostart().SyncClientSyncBuilder. buildAndStart()Builds,startsand returns a Sync client.SyncClientSyncHybrid. getClient()Returns theSyncClientof this hybrid, typically only to set Sync listeners.Methods in io.objectbox.sync with parameters of type SyncClient Modifier and Type Method Description (package private) voidConnectivityMonitor. setObserver(SyncClient syncClient)Constructors in io.objectbox.sync with parameters of type SyncClient Constructor Description SyncHybrid(BoxStore store, SyncClient client, BoxStore storeServer, SyncServer server)
-