Class PartitionProcessingState

java.lang.Object
io.camunda.zeebe.broker.system.partitions.impl.PartitionProcessingState

public class PartitionProcessingState extends Object
  • Constructor Details

    • PartitionProcessingState

      public PartitionProcessingState(RaftPartition raftPartition)
  • Method Details

    • isDiskSpaceAvailable

      public boolean isDiskSpaceAvailable()
    • setDiskSpaceAvailable

      public void setDiskSpaceAvailable(boolean diskSpaceAvailable)
    • isProcessingPaused

      public boolean isProcessingPaused()
    • resumeProcessing

      public void resumeProcessing() throws IOException
      Throws:
      IOException
    • pauseProcessing

      public void pauseProcessing() throws IOException
      Throws:
      IOException
    • shouldProcess

      public boolean shouldProcess()
    • isExportingPaused

      public boolean isExportingPaused()
    • pauseExporting

      public boolean pauseExporting() throws IOException
      Throws:
      IOException
    • resumeExporting

      public boolean resumeExporting() throws IOException
      Returns true if exporting is resumed
      Throws:
      IOException