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