public interface DrillbitStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
drillbitRegistered(Set<CoordinationProtos.DrillbitEndpoint> registeredDrillbits)
The action to taken when a set of new drillbits are registered to the cluster.
|
void |
drillbitUnregistered(Set<CoordinationProtos.DrillbitEndpoint> unregisteredDrillbits)
The action to taken when a set of drillbits are unregistered from the cluster.
|
void drillbitUnregistered(Set<CoordinationProtos.DrillbitEndpoint> unregisteredDrillbits)
unregisteredDrillbits - the set of newly unregistered drillbits.void drillbitRegistered(Set<CoordinationProtos.DrillbitEndpoint> registeredDrillbits)
registeredDrillbits - the set of newly registered drillbits. Note: the complete set of currently registered bits could be different.Copyright © 2017 The Apache Software Foundation. All rights reserved.