public final class CustodianInfoEncoder
extends java.lang.Object
implements org.agrona.sbe.CompositeEncoderFlyweight
| Modifier and Type | Field and Description |
|---|---|
static java.nio.ByteOrder |
BYTE_ORDER |
static int |
ENCODED_LENGTH |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
| Constructor and Description |
|---|
CustodianInfoEncoder() |
public static final int SCHEMA_ID
public static final int SCHEMA_VERSION
public static final int ENCODED_LENGTH
public static final java.nio.ByteOrder BYTE_ORDER
public CustodianInfoEncoder wrap(org.agrona.MutableDirectBuffer buffer, int offset)
wrap in interface org.agrona.sbe.EncoderFlyweightpublic org.agrona.MutableDirectBuffer buffer()
buffer in interface org.agrona.sbe.EncoderFlyweightbuffer in interface org.agrona.sbe.Flyweightpublic int offset()
offset in interface org.agrona.sbe.Flyweightpublic int encodedLength()
encodedLength in interface org.agrona.sbe.Flyweightpublic int sbeSchemaId()
sbeSchemaId in interface org.agrona.sbe.Flyweightpublic int sbeSchemaVersion()
sbeSchemaVersion in interface org.agrona.sbe.Flyweightpublic static int custodianEncodingOffset()
public static int custodianEncodingLength()
public static long custodianNullValue()
public static long custodianMinValue()
public static long custodianMaxValue()
public CustodianInfoEncoder custodian(long value)
public static int custodyAccountEncodingOffset()
public static int custodyAccountEncodingLength()
public static long custodyAccountNullValue()
public static long custodyAccountMinValue()
public static long custodyAccountMaxValue()
public CustodianInfoEncoder custodyAccount(long value)
public static int custodyAllocationTypeEncodingOffset()
public static int custodyAllocationTypeEncodingLength()
public static long custodyAllocationTypeNullValue()
public static long custodyAllocationTypeMinValue()
public static long custodyAllocationTypeMaxValue()
public CustodianInfoEncoder custodyAllocationType(long value)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.