Constructor and Description |
---|
RemoteDatabaseChanges(String url,
String apiKey,
HttpJsonRequestFactory jsonRequestFactory,
DocumentConvention conventions,
IDocumentStoreReplicationInformer replicationInformer,
Action0 onDispose,
Function4<String,Etag,String[],OperationMetadata,Boolean> tryResolveConflictByUsingRegisteredConflictListeners) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationInformer |
Modifier and Type | Method and Description |
---|---|
IDocumentStoreReplicationInformer |
ServerClient.getReplicationInformer() |
Constructor and Description |
---|
ServerClient(String url,
DocumentConvention convention,
OperationCredentials credentials,
HttpJsonRequestFactory httpJsonRequestFactory,
UUID sessionId,
Function1<String,IDocumentStoreReplicationInformer> replicationInformerGetter,
String databaseName,
IDocumentConflictListener[] conflictListeners,
boolean incrementReadStripe) |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequest |
HttpJsonRequest.addReplicationStatusHeaders(String thePrimaryUrl,
String currentUrl,
IDocumentStoreReplicationInformer replicationInformer,
FailoverBehaviorSet failoverBehavior,
ServerClient.HandleReplicationStatusChangesCallback handleReplicationStatusChangesCallback) |
Modifier and Type | Method and Description |
---|---|
IDocumentStoreReplicationInformer |
ReplicationInformerFactory.create(String url,
HttpJsonRequestFactory jsonRequestFactory) |
Modifier and Type | Method and Description |
---|---|
IDocumentStoreReplicationInformer |
DocumentStore.ReplicationInformerGetter.apply(String dbName) |
IDocumentStoreReplicationInformer |
DocumentStore.getReplicationInformerForDatabase() |
IDocumentStoreReplicationInformer |
DocumentStore.getReplicationInformerForDatabase(String dbName) |
Copyright © 2016. All Rights Reserved.