Class PendingAckHandleState

java.lang.Object
org.apache.pulsar.broker.transaction.pendingack.impl.PendingAckHandleState
Direct Known Subclasses:
PendingAckHandleImpl

public abstract class PendingAckHandleState extends Object
The implement of transaction pending ack store.
  • Field Details

  • Constructor Details

  • Method Details

    • changeToReadyState

      protected boolean changeToReadyState()
    • changeToInitializingState

      protected boolean changeToInitializingState()
    • changeToCloseState

      protected void changeToCloseState()
    • changeToErrorState

      protected void changeToErrorState()
    • checkIfReady

      public boolean checkIfReady()
    • checkIfClose

      public boolean checkIfClose()
    • getState

      public PendingAckHandleState.State getState()