Class PendingAckHandleState
java.lang.Object
org.apache.pulsar.broker.transaction.pendingack.impl.PendingAckHandleState
- Direct Known Subclasses:
PendingAckHandleImpl
The implement of transaction pending ack store.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the pending ack handlePendingAckHandleState. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected booleanprotected booleanbooleanbooleangetState()
-
Field Details
-
state
-
-
Constructor Details
-
PendingAckHandleState
-
-
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
-