| Package | Description |
|---|---|
| org.adroitlogic.x.clustering.failover.strategy |
The Project-X clustering failover strategy implementations, which includes the node and the group failover
strategies that are useful in ensuring the availability of the integration solution deployment in a clustered
deployment
|
| org.adroitlogic.x.clustering.failover.strategy.paths |
The ZooKeeper cluster paths and their manipulation related to the failover strategies over the clustering
|
| Modifier and Type | Class and Description |
|---|---|
class |
FailoverStrategy<T extends FailoverClusterPaths>
This is the abstract class representing a failover strategy.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
FailoverStrategy.failoverClusterPaths |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupFailoverClusterPaths
ZNode path structure used by the
GroupFailoverStrategy. |
class |
NodeWiseFailoverClusterPaths
Cluster paths definitions used by the
NodeWiseFailoverStrategy |
Copyright © 2016–2019 AdroitLogic. All rights reserved.