Package | Description |
---|---|
edu.internet2.middleware.grouperClient.failover |
Modifier and Type | Method and Description |
---|---|
FailoverConfig.FailoverStrategy |
FailoverConfig.getFailoverStrategy()
actice/active or active/standby
|
static FailoverConfig.FailoverStrategy |
FailoverConfig.FailoverStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailoverConfig.FailoverStrategy |
FailoverConfig.FailoverStrategy.valueOfIgnoreCase(String string,
boolean exceptionOnNull)
do a case-insensitive matching
|
static FailoverConfig.FailoverStrategy[] |
FailoverConfig.FailoverStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FailoverConfig.setFailoverStrategy(FailoverConfig.FailoverStrategy failoverStrategy1)
actice/active or active/standby
|
Copyright © 2016 Internet2. All rights reserved.