public class ReplicationColocatedHAPolicy<T extends ReplicationColocatedHAPolicy<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources
Child mutators for ReplicationColocatedHAPolicy
|
Constructor and Description |
---|
ReplicationColocatedHAPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Integer |
backupPortOffset()
The offset to use for the Connectors and Acceptors when creating a new
backup server.
|
T |
backupPortOffset(Integer value)
The offset to use for the Connectors and Acceptors when creating a new
backup server.
|
Integer |
backupRequestRetries()
How many times the live server will try to request a backup, -1 means for
ever.
|
T |
backupRequestRetries(Integer value)
How many times the live server will try to request a backup, -1 means for
ever.
|
Long |
backupRequestRetryInterval()
How long (in ms) to wait for retries between attempts to request a backup
server.
|
T |
backupRequestRetryInterval(Long value)
How long (in ms) to wait for retries between attempts to request a backup
server.
|
T |
excludedConnector(String value)
The connectors that must not have their port offset.
|
List<String> |
excludedConnectors()
The connectors that must not have their port offset.
|
T |
excludedConnectors(List<String> value)
The connectors that must not have their port offset.
|
T |
excludedConnectors(String... args)
The connectors that must not have their port offset.
|
String |
getKey() |
T |
masterConfiguration()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
masterConfiguration(MasterConfiguration value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
masterConfiguration(MasterConfigurationConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
masterConfiguration(MasterConfigurationSupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
Integer |
maxBackups()
Whether or not this live server will accept backup requests from other
live servers.
|
T |
maxBackups(Integer value)
Whether or not this live server will accept backup requests from other
live servers.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
requestBackup()
If true then the server will request a backup on another node.
|
T |
requestBackup(Boolean value)
If true then the server will request a backup on another node.
|
T |
slaveConfiguration()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
slaveConfiguration(SlaveConfiguration value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
slaveConfiguration(SlaveConfigurationConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
slaveConfiguration(SlaveConfigurationSupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources |
subresources() |
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public ReplicationColocatedHAPolicy.ReplicationColocatedHAPolicyResources subresources()
public T masterConfiguration(MasterConfiguration value)
public T masterConfiguration(MasterConfigurationConsumer consumer)
public T masterConfiguration()
public T masterConfiguration(MasterConfigurationSupplier supplier)
public T slaveConfiguration(SlaveConfiguration value)
public T slaveConfiguration(SlaveConfigurationConsumer consumer)
public T slaveConfiguration()
public T slaveConfiguration(SlaveConfigurationSupplier supplier)
public Integer backupPortOffset()
public T backupPortOffset(Integer value)
public Integer backupRequestRetries()
public T backupRequestRetries(Integer value)
public Long backupRequestRetryInterval()
public T backupRequestRetryInterval(Long value)
public List<String> excludedConnectors()
public T excludedConnectors(List<String> value)
public T excludedConnector(String value)
public T excludedConnectors(String... args)
public Integer maxBackups()
public T maxBackups(Integer value)
public Boolean requestBackup()
Copyright © 2019 JBoss by Red Hat. All rights reserved.