public interface ClusterEventListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onMasterElected(PhysicalNode masterNode) |
void |
onTopologyChanged(List<PhysicalNode> topology) |
void onTopologyChanged(List<PhysicalNode> topology) throws Exception
Exceptiondefault void onMasterElected(PhysicalNode masterNode) throws Exception
ExceptionCopyright © 2021. All rights reserved.