public interface HAPolicy<T extends Activation>
Modifier and Type | Method and Description |
---|---|
boolean |
canScaleDown() |
T |
createActivation(ActiveMQServerImpl server,
boolean wasLive,
Map<String,Object> activationParams,
IOCriticalErrorListener shutdownOnCriticalIO) |
String |
getBackupGroupName() |
String |
getScaleDownClustername() |
String |
getScaleDownGroupName() |
boolean |
isBackup() |
boolean |
isSharedStore() |
default boolean |
isWaitForActivation() |
T createActivation(ActiveMQServerImpl server, boolean wasLive, Map<String,Object> activationParams, IOCriticalErrorListener shutdownOnCriticalIO) throws Exception
Exception
boolean isSharedStore()
boolean isBackup()
default boolean isWaitForActivation()
boolean canScaleDown()
String getBackupGroupName()
String getScaleDownGroupName()
String getScaleDownClustername()
Copyright © 2021 JBoss by Red Hat. All rights reserved.