@Generated(value="uk.co.real_logic.artio") public class HeartbeatDecoder extends uk.co.real_logic.artio.builder.CommonDecoderImpl implements MessageDecoder, uk.co.real_logic.artio.decoder.AbstractHeartbeatDecoder
| Modifier and Type | Field and Description |
|---|---|
static long |
MESSAGE_TYPE |
static java.lang.String |
MESSAGE_TYPE_AS_STRING |
static byte[] |
MESSAGE_TYPE_BYTES |
static char[] |
MESSAGE_TYPE_CHARS |
org.agrona.collections.IntHashSet |
messageFields |
org.agrona.collections.IntHashSet |
REQUIRED_FIELDS |
| Constructor and Description |
|---|
HeartbeatDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder,
int level) |
int |
decode(uk.co.real_logic.artio.util.AsciiBuffer buffer,
int offset,
int length) |
boolean |
hasTestReqID() |
HeaderDecoder |
header() |
void |
reset() |
void |
resetMessage() |
void |
resetTestReqID() |
char[] |
testReqID() |
org.agrona.AsciiSequenceView |
testReqID(org.agrona.AsciiSequenceView view) |
java.lang.String |
testReqIDAsString() |
int |
testReqIDLength() |
HeartbeatEncoder |
toEncoder(uk.co.real_logic.artio.builder.Encoder encoder) |
HeartbeatEncoder |
toEncoder(HeartbeatEncoder encoder) |
java.lang.String |
toString() |
TrailerDecoder |
trailer() |
boolean |
validate() |
getFloat, getFloatFlyweight, getInt, getIntFlyweight, getLong, getLongFlyweight, groupNoField, invalidTagId, rejectReasonpublic final org.agrona.collections.IntHashSet REQUIRED_FIELDS
public static final long MESSAGE_TYPE
public static final java.lang.String MESSAGE_TYPE_AS_STRING
public static final char[] MESSAGE_TYPE_CHARS
public static final byte[] MESSAGE_TYPE_BYTES
public final org.agrona.collections.IntHashSet messageFields
public boolean validate()
validate in interface uk.co.real_logic.artio.builder.Decoderpublic TrailerDecoder trailer()
trailer in interface MessageDecoderpublic HeaderDecoder header()
header in interface uk.co.real_logic.artio.builder.Decoderheader in interface MessageDecoderpublic char[] testReqID()
testReqID in interface uk.co.real_logic.artio.decoder.AbstractHeartbeatDecoderpublic boolean hasTestReqID()
hasTestReqID in interface uk.co.real_logic.artio.decoder.AbstractHeartbeatDecoderpublic int testReqIDLength()
testReqIDLength in interface uk.co.real_logic.artio.decoder.AbstractHeartbeatDecoderpublic java.lang.String testReqIDAsString()
testReqIDAsString in interface uk.co.real_logic.artio.decoder.AbstractHeartbeatDecoderpublic org.agrona.AsciiSequenceView testReqID(org.agrona.AsciiSequenceView view)
testReqID in interface uk.co.real_logic.artio.decoder.AbstractHeartbeatDecoderpublic int decode(uk.co.real_logic.artio.util.AsciiBuffer buffer,
int offset,
int length)
decode in interface uk.co.real_logic.artio.builder.Decoderpublic void reset()
reset in interface uk.co.real_logic.artio.builder.Decoderpublic void resetMessage()
public void resetTestReqID()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
appendTo in interface uk.co.real_logic.artio.builder.CharAppenderpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder,
int level)
appendTo in interface uk.co.real_logic.artio.builder.Decoderpublic HeartbeatEncoder toEncoder(uk.co.real_logic.artio.builder.Encoder encoder)
toEncoder in interface uk.co.real_logic.artio.builder.Decoderpublic HeartbeatEncoder toEncoder(HeartbeatEncoder encoder)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.