Class PartitionProcessingState
java.lang.Object
io.camunda.zeebe.broker.system.partitions.impl.PartitionProcessingState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidbooleanReturns true if exporting is resumedvoidvoidsetDiskSpaceAvailable(boolean diskSpaceAvailable) boolean
-
Constructor Details
-
PartitionProcessingState
-
-
Method Details
-
isDiskSpaceAvailable
public boolean isDiskSpaceAvailable() -
setDiskSpaceAvailable
public void setDiskSpaceAvailable(boolean diskSpaceAvailable) -
isProcessingPaused
public boolean isProcessingPaused() -
resumeProcessing
- Throws:
IOException
-
pauseProcessing
- Throws:
IOException
-
shouldProcess
public boolean shouldProcess() -
isExportingPaused
public boolean isExportingPaused() -
pauseExporting
- Throws:
IOException
-
resumeExporting
Returns true if exporting is resumed- Throws:
IOException
-