Package | Description |
---|---|
net.ravendb.client.connection.implementation | |
net.ravendb.client.document |
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 |
---|---|
FailoverBehaviorSet |
Convention.getFailoverBehavior()
How should we behave in a replicated environment when we can't
reach the primary node and need to failover to secondary node(s).
|
FailoverBehaviorSet |
Convention.getFailoverBehaviorWithoutFlags() |
static FailoverBehaviorSet |
FailoverBehaviorSet.of(FailoverBehavior... values) |
Modifier and Type | Method and Description |
---|---|
void |
Convention.setFailoverBehavior(FailoverBehaviorSet failoverBehavior)
How should we behave in a replicated environment when we can't
reach the primary node and need to failover to secondary node(s).
|
Copyright © 2016. All Rights Reserved.