Package org.apache.drill.exec.coord
Interface ClusterCoordinator.RegistrationHandle
- All Known Implementing Classes:
ZKRegistrationHandle
- Enclosing class:
- ClusterCoordinator
public static interface ClusterCoordinator.RegistrationHandle
-
Method Summary
Modifier and TypeMethodDescriptionGet the drillbit endpoint associated with the registration handlevoid
-
Method Details
-
getEndPoint
CoordinationProtos.DrillbitEndpoint getEndPoint()Get the drillbit endpoint associated with the registration handle- Returns:
- drillbit endpoint
-
setEndPoint
-