DefaultLogger |
object DefaultLogger : DittoLogger |
DittoAttachment |
Represents an attachment and can be used to insert the associated attachment into a document at a specific key. class DittoAttachment : Closeable |
DittoAttachmentFetcher |
These objects are returned by calls to class DittoAttachmentFetcher |
DittoAttachmentStatus |
A representation of the status of an attachment. sealed class DittoAttachmentStatus |
DittoAttachmentStatusChangeHandler |
Typically this will only be used if interacting with the SDK from Java. You can call
interface DittoAttachmentStatusChangeHandler |
DittoAttachmentToken |
Serves as a token for a specific attachment that you can pass to a call to class DittoAttachmentToken |
DittoCollection |
A reference to a collection in a DittoStore. class DittoCollection |
DittoConditionSource |
enum class DittoConditionSource |
DittoDocument |
A document belonging to a DittoCollection with an inner value. class DittoDocument |
DittoDocumentPath |
Provides an interface to specify a path to a key in a document that you can then call a function on to get the value at the specified key as a specific type. You obtain a DittoDocumentPath by subscripting a DittoDocument and you can then further subscript a DittoDocumentPath to further specify the key of the document that you want to get the value of. class DittoDocumentPath |
DittoIdentity |
The various identity configurations that you can use when initializing a DittoSyncKit instance. sealed class DittoIdentity |
DittoLiveQuery |
The type that is returned when calling class DittoLiveQuery |
DittoLiveQueryCallback |
Typically this will only be used if interacting with the SDK from Java. You can call interface DittoLiveQueryCallback |
DittoLiveQueryEvent |
Describes the different types of event that you can receive when dealing with live queries. sealed class DittoLiveQueryEvent |
DittoLiveQueryMove |
Describes the index in a list of documents that a document was previously found at ( data class DittoLiveQueryMove |
DittoLogger |
interface DittoLogger |
DittoMutableDocument |
This is used as part of update operations for documents. It provides access to updating a document through a subscript-based API. A subscript operation returns a DittoMutableDocumentPath that you can then use to chain further subscript operations to in order to access nested values in a document. Once you've defined the path to a key in a document that you'd like to update, by using subscripts, then you can use the functionality defined on DittoMutableDocumentPath to perform the desired document update(s). Note that objects of this type should only be used within the scope of the update closure that they are provided in. class DittoMutableDocument |
DittoMutableDocumentPath |
Provides an interface to specify a path to a key in a document that you can then call various update functions on. You obtain a DittoMutableDocumentPath by subscripting a DittoMutableDocument and you can then further subscript a DittoMutableDocumentPath to further specify the key of the document that you want to update. class DittoMutableDocumentPath |
DittoMutableDocumentsUpdater |
Typically this will only be used if interacting with the SDK from Java. You can call interface DittoMutableDocumentsUpdater |
DittoPendingCursorOperation |
These objects are returned when using class DittoPendingCursorOperation |
DittoPendingIDSpecificOperation |
These objects are returned when using class DittoPendingIDSpecificOperation |
DittoScopedWriteTransaction |
DittoScopedWriteTransaction exposes functionality that allows you to perform multiple operations on the store within a single write transaction. class DittoScopedWriteTransaction |
DittoSingleDocumentLiveQueryCallback |
Typically this will only be used if interacting with the SDK from Java. You can call interface DittoSingleDocumentLiveQueryCallback |
DittoSingleDocumentLiveQueryEvent |
Provides information about a live query event relating to a single document live query. class DittoSingleDocumentLiveQueryEvent |
DittoSingleMutableDocumentUpdater |
Typically this will only be used if interacting with the SDK from Java. You can call interface DittoSingleMutableDocumentUpdater |
DittoSortDirection |
Describes the direction when sorting a query. enum class DittoSortDirection |
DittoStore |
Provides access to DittoCollections and a write transaction API. class DittoStore |
DittoSubscription |
While DittoSubscription objects remain in scope they ensure that documents in the collection specified and that match the query provided will try to be kept up-to-date with the latest changes from remote peers. class DittoSubscription : Closeable |
DittoSyncKit |
class DittoSyncKit |
DittoSyncKitCallback |
interface DittoSyncKitCallback |
DittoSyncKitDependencies |
An interface describing the dependencies required to initialise a DittoSyncKit instance. interface DittoSyncKitDependencies |
DittoTransportCondition |
enum class DittoTransportCondition |
DittoTransports |
Describes the transports that DittoSyncKit can use to connect to other devices. sealed class DittoTransports |
DittoUpdateResult |
Describes the result of an update operation performed on a sealed class DittoUpdateResult |
DittoWriteTransaction |
DittoWriteTransaction exposes functionality that allows you to perform multiple operations on
the store within a single write transaction. You must use the class DittoWriteTransaction |
DittoWriteTransactionHandler |
Typically this will only be used if interacting with the SDK from Java. You can call interface DittoWriteTransactionHandler |
DittoWriteTransactionPendingCursorOperation |
These objects are returned when using class DittoWriteTransactionPendingCursorOperation |
DittoWriteTransactionPendingIDSpecificOperation |
These objects are returned when using findByID functionality on DittoScopedWriteTransactions. You can use them to perform updates on a document and remove or evict a document. class DittoWriteTransactionPendingIDSpecificOperation |
DittoWriteTransactionResult |
Describes one part of the result of a write transaction. sealed class DittoWriteTransactionResult |
DocumentPathSanitizer |
object DocumentPathSanitizer |
LogLevel |
enum class LogLevel |
MdnsPlatform |
open class MdnsPlatform : MdnsPlatformRust |
PeersObserver |
A token returned by class PeersObserver : Closeable |
RemotePeer |
A summary snapshot of the types of connections currently active to a remote Ditto peer. class RemotePeer |
Status |
class Status : StatusRust |
Transport |
class Transport |
TransportDiagnostics |
class TransportDiagnostics |
DittoSyncKitError |
All errors that are thrown by the DittoSyncKit SDK are wrapped as a sealed class DittoSyncKitError : Throwable |
LMDBError |
data class LMDBError : Throwable |