Uses of Interface
io.objectbox.TxCallback
-
Packages that use TxCallback Package Description io.objectbox ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite. -
-
Uses of TxCallback in io.objectbox
Fields in io.objectbox declared as TxCallback Modifier and Type Field Description private TxCallback<?>BoxStore. failedReadTxAttemptCallback(package private) TxCallback<?>BoxStoreBuilder. failedReadTxAttemptCallbackMethods in io.objectbox that return TxCallback Modifier and Type Method Description TxCallback<?>BoxStore. internalFailedReadTxAttemptCallback()Methods in io.objectbox with parameters of type TxCallback Modifier and Type Method Description <R> voidBoxStore. callInTxAsync(java.util.concurrent.Callable<R> callable, TxCallback<R> callback)Runs the given Runnable as a transaction in a separate thread.BoxStoreBuilderBoxStoreBuilder. failedReadTxAttemptCallback(TxCallback<?> failedReadTxAttemptCallback)Define a callback for failed read transactions during retires (see alsoBoxStoreBuilder.queryAttempts(int)).voidBoxStore. runInTxAsync(java.lang.Runnable runnable, TxCallback<java.lang.Void> callback)Runs the given Runnable as a transaction in a separate thread.
-