Uses of Interface
io.objectbox.sync.SyncClient
Packages that use SyncClient
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.
-
Uses of SyncClient in io.objectbox
Fields in io.objectbox declared as SyncClientModifier and TypeFieldDescriptionprivate SyncClientBoxStore.syncClientKeeps a reference so the library user does not have to.Methods in io.objectbox that return SyncClientModifier and TypeMethodDescriptionBoxStore.getSyncClient()Returns theSyncClientassociated with this store.Methods in io.objectbox with parameters of type SyncClientModifier and TypeMethodDescription(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 SyncClientFields in io.objectbox.sync declared as SyncClientModifier and TypeFieldDescriptionprivate final SyncClientSyncHybrid.clientprivate SyncClientConnectivityMonitor.syncClientMethods in io.objectbox.sync that return SyncClientModifier and TypeMethodDescriptionSyncBuilder.build()Builds and returns a Sync client ready tostart().SyncBuilder.buildAndStart()Builds,startsand returns a Sync client.SyncHybrid.getClient()Returns theSyncClientof this hybrid, typically only to set Sync listeners.Methods in io.objectbox.sync with parameters of type SyncClientModifier and TypeMethodDescription(package private) voidConnectivityMonitor.setObserver(SyncClient syncClient) Constructors in io.objectbox.sync with parameters of type SyncClientModifierConstructorDescription(package private)SyncHybrid(BoxStore store, SyncClient client, BoxStore storeServer, SyncServer server)