public class MasterConfiguration extends Object
| Constructor and Description |
|---|
MasterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Long |
failbackDelay()
delay to wait before failback occurs on (live's) restart
|
MasterConfiguration |
failbackDelay(Long value)
delay to wait before failback occurs on (live's) restart
|
Boolean |
failoverOnServerShutdown()
Whether the server must failover when it is normally shutdown.
|
MasterConfiguration |
failoverOnServerShutdown(Boolean value)
Whether the server must failover when it is normally shutdown.
|
String |
getKey() |
public String getKey()
public Long failbackDelay()
public MasterConfiguration failbackDelay(Long value)
public Boolean failoverOnServerShutdown()
public MasterConfiguration failoverOnServerShutdown(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.