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