Package org.apache.druid.segment
Interface ProgressIndicator
- All Known Implementing Classes:
BaseProgressIndicator
public interface ProgressIndicator
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogress()voidstart()voidstartSection(String section) voidstop()voidstopSection(String section)
-
Method Details
-
progress
void progress() -
start
void start() -
stop
void stop() -
startSection
-
stopSection
-