Package | Description |
---|---|
net.ravendb.abstractions.replication | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
FailoverBehavior |
ReplicationClientConfiguration.getFailoverBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationClientConfiguration.setFailoverBehavior(FailoverBehavior failoverBehavior) |
Modifier and Type | Method and Description |
---|---|
static FailoverBehavior |
FailoverBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailoverBehavior[] |
FailoverBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FailoverBehaviorSet |
FailoverBehaviorSet.of(FailoverBehavior... values) |
Constructor and Description |
---|
FailoverBehaviorSet(FailoverBehavior... values) |
Copyright © 2016. All Rights Reserved.