Class ClusterCoordinator

java.lang.Object
org.apache.drill.exec.coord.ClusterCoordinator
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
LocalClusterCoordinator, ZKClusterCoordinator, ZKClusterCoordinator

public abstract class ClusterCoordinator extends Object implements AutoCloseable
Pluggable interface built to manage cluster coordination. Allows Drillbit or DrillClient to register its capabilities as well as understand other node's existence and capabilities.