public abstract class PendingAckHandleState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PendingAckHandleState.State
The state of the pending ack handle
PendingAckHandleState. |
| Modifier and Type | Field and Description |
|---|---|
protected PendingAckHandleState.State |
state |
| Constructor and Description |
|---|
PendingAckHandleState(PendingAckHandleState.State state) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changeToCloseState() |
protected void |
changeToErrorState() |
protected boolean |
changeToInitializingState() |
protected boolean |
changeToReadyState() |
boolean |
checkIfClose() |
boolean |
checkIfReady() |
PendingAckHandleState.State |
getState() |
protected volatile PendingAckHandleState.State state
public PendingAckHandleState(PendingAckHandleState.State state)
protected boolean changeToReadyState()
protected boolean changeToInitializingState()
protected void changeToCloseState()
protected void changeToErrorState()
public boolean checkIfReady()
public boolean checkIfClose()
public PendingAckHandleState.State getState()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.