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