public class WriteAck extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteAck.Details |
static class |
WriteAck.State |
| Constructor and Description |
|---|
WriteAck(long seqNo,
WriteAck.State state,
WriteAck.Details details) |
| Modifier and Type | Method and Description |
|---|---|
WriteAck.Details |
getDetails()
Get details about written offsets
|
long |
getSeqNo() |
WriteAck.State |
getState() |
public WriteAck(long seqNo,
WriteAck.State state,
WriteAck.Details details)
public long getSeqNo()
public WriteAck.State getState()
public WriteAck.Details getDetails()
WriteAck.Details with written offsets if state is WriteAck.State.WRITTEN or null otherwiseCopyright © 2025. All rights reserved.