Interface PartitionAdminControl
- All Known Implementing Classes:
PartitionAdminControlImpl
public interface PartitionAdminControl
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidbooleanvoidbooleanbooleanvoid
-
Method Details
-
getStreamProcessor
StreamProcessor getStreamProcessor() -
getZeebeDb
ZeebeDb getZeebeDb() -
getLogStream
LogStream getLogStream() -
getExporterDirector
ExporterDirector getExporterDirector() -
triggerSnapshot
void triggerSnapshot() -
shouldProcess
boolean shouldProcess() -
shouldExport
boolean shouldExport() -
pauseProcessing
- Throws:
IOException
-
resumeProcessing
- Throws:
IOException
-
pauseExporting
- Throws:
IOException
-
resumeExporting
- Throws:
IOException
-