Package org.apache.drill.yarn.appMaster
Interface Pollable
- All Known Implementing Classes:
ZKRegistry
public interface Pollable
Interface for objects that are polled on each
controller clock tick in order to perform
time-based tasks.
-
Method Summary
-
Method Details
-
tick
void tick(long curTime)
-