public interface CommunicationFailureContext
Modifier and Type | Method and Description |
---|---|
List<List<ClusterNode>> |
cacheAffinity(String cacheName) |
List<List<ClusterNode>> |
cachePartitionOwners(String cacheName) |
boolean |
connectionAvailable(ClusterNode node1,
ClusterNode node2) |
void |
killNode(ClusterNode node) |
Map<String,CacheConfiguration<?,?>> |
startedCaches() |
List<ClusterNode> |
topologySnapshot() |
List<ClusterNode> topologySnapshot()
boolean connectionAvailable(ClusterNode node1, ClusterNode node2)
node1
- First node.node2
- Second node.True
if CommunicationSpi
is able to establish connection from first node to second node.Map<String,CacheConfiguration<?,?>> startedCaches()
List<List<ClusterNode>> cacheAffinity(String cacheName)
cacheName
- Cache name.List<List<ClusterNode>> cachePartitionOwners(String cacheName)
cacheName
- Cache name.void killNode(ClusterNode node)
node
- Node to kill.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019