Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
MessageResumeResult() |
MessageResumeResult(long offset) |
Modifier and Type | Method and Description |
---|---|
MessageResumeResult |
clearOffset() |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
long |
getOffset() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasOffset() |
boolean |
hasPayload() |
boolean |
isConnectionControl() |
MessageResumeResult |
offset(long value) |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
MessageResumeResult |
setOffset(long value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
public static final int TYPE
public MessageResumeResult()
public MessageResumeResult(long offset)
public final int getStructType()
getStructType
in class Struct
public final int getSizeWidth()
getSizeWidth
in class Struct
public final int getPackWidth()
getPackWidth
in class Struct
public final boolean hasPayload()
public final byte getEncodedTrack()
public final boolean isConnectionControl()
public final boolean hasOffset()
public final MessageResumeResult clearOffset()
public final long getOffset()
public final MessageResumeResult setOffset(long value)
public final MessageResumeResult offset(long value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.