Package org.apache.druid.segment
Interface ProgressIndicator
-
- All Known Implementing Classes:
BaseProgressIndicator
public interface ProgressIndicator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprogress()voidstart()voidstartSection(String section)voidstop()voidstopSection(String section)
-