Package org.apache.druid.segment
Class BaseProgressIndicator
java.lang.Object
org.apache.druid.segment.BaseProgressIndicator
- All Implemented Interfaces:
ProgressIndicator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprogress()voidstart()voidstartSection(String section) voidstop()voidstopSection(String section)
-
Constructor Details
-
BaseProgressIndicator
public BaseProgressIndicator()
-
-
Method Details
-
progress
public void progress()- Specified by:
progressin interfaceProgressIndicator
-
start
public void start()- Specified by:
startin interfaceProgressIndicator
-
stop
public void stop()- Specified by:
stopin interfaceProgressIndicator
-
startSection
- Specified by:
startSectionin interfaceProgressIndicator
-
stopSection
- Specified by:
stopSectionin interfaceProgressIndicator
-