| Interface | Description |
|---|---|
| ChangeTrackerClient | |
| RemoteBulkDownloaderRequest.BulkDownloaderDocument | |
| RemoteRequestCompletion | |
| Replication.ChangeListener |
A delegate that can be used to listen for Replication changes.
|
| Class | Description |
|---|---|
| BlobRequestBody |
Created by hideki on 5/16/16.
|
| ChangeTracker |
Reads the continuous-mode _changes feed of a database, and sends the
individual change entries to its client's changeTrackerReceivedChange()
|
| ChangeTrackerBackoff | |
| PullerInternal |
Pull Replication
|
| PusherInternal | |
| RemoteBulkDownloaderRequest |
A special type of RemoteRequest that knows how to call the _bulk_get endpoint.
|
| RemoteFormRequest |
Created by hideki on 6/21/16.
|
| RemoteMultipartDownloaderRequest | |
| RemoteMultipartRequest | |
| RemoteRequest | |
| RemoteRequestRetry<T> |
Wraps a RemoteRequest with the ability to retry the request
Huge caveat: this cannot work on a single threaded requestExecutor,
since it blocks while the "subrequests" are in progress, and during the sleeps
in between the retries.
|
| Replication |
The external facade for the Replication API
|
| Replication.ChangeEvent |
The type of event raised by a Replication when any of the following
properties change: mode, running, error, completed, total.
|
| ReplicationStateTransition |
Represents a state transition that happens within the replicator
|
| RequestUtils |
Created by hideki on 5/19/16.
|
| Enum | Description |
|---|---|
| ChangeTracker.ChangeTrackerMode | |
| RemoteRequestRetry.RemoteRequestType |
The kind of RemoteRequest that will be created on each retry attempt
|
| Replication.Direction |
Enum to specify which direction this replication is going (eg, push vs pull)
|
| Replication.Lifecycle |
Enum to specify whether this replication is oneshot or continuous.
|
| Replication.ReplicationField | |
| Replication.ReplicationStatus |
Options for what metadata to include in document bodies
|
| ReplicationState |
The various states that a Replication can be in
|
| Exception | Description |
|---|---|
| RemoteRequestResponseException |
Created by hideki on 5/12/16.
|