Class FragmentStatusReporter
java.lang.Object
org.apache.drill.exec.work.fragment.FragmentStatusReporter
- All Implemented Interfaces:
AutoCloseable
The status reporter is responsible for receiving changes in fragment state and propagating the status back to the
Foreman either through a control tunnel or locally.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ExecutorFragmentContext
protected final AtomicReference<CoordinationProtos.DrillbitEndpoint>
-
Constructor Summary
-
Method Summary
-
Field Details
-
context
-
foremanDrillbit
-
-
Constructor Details
-
FragmentStatusReporter
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-