Package | Description |
---|---|
org.adroitlogic.x.clustering |
Package for clustering in UltraESB-X.
|
org.adroitlogic.x.clustering.failover |
All the classes related to failover comes under this package.
|
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
|
Modifier and Type | Method and Description |
---|---|
ClusterPaths |
CuratorClusterManager.getClusterPaths() |
ClusterPaths |
ClusterPaths.initialize(String domain,
String nodeName,
String commandSpace)
Creates the paths used by this node's cluster manager for clustering functions.
|
Constructor and Description |
---|
CommandProcessor(org.apache.curator.framework.CuratorFramework client,
ClusterPaths clusterPaths)
Constructor of CommandProcessor.
|
Modifier and Type | Field and Description |
---|---|
protected ClusterPaths |
FailoverClusterPaths.clusterPaths
Cluster paths used by the cluster manager
|
Modifier and Type | Method and Description |
---|---|
ClusterPaths |
FailoverClusterPaths.getClusterPaths() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
CuratorFailoverProcessor.init(CuratorClusterManager clusterManager,
org.apache.curator.framework.CuratorFramework client,
ClusterPaths clusterPaths) |
void |
FailoverClusterPaths.initialize(ClusterPaths clusterPaths)
Initializes the failover related cluster paths by generating the ZNode path names
|
void |
CuratorFailoverProcessor.initialize(CuratorClusterManager clusterManager,
org.apache.curator.framework.CuratorFramework client,
ClusterPaths clusterPaths) |
Modifier and Type | Method and Description |
---|---|
void |
FailoverStrategy.initialize(org.apache.curator.framework.CuratorFramework client,
ClusterPaths clusterPaths) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.