public final class CustodianInfoDecoder
extends java.lang.Object
implements org.agrona.sbe.CompositeDecoderFlyweight
| 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 |
|---|
CustodianInfoDecoder() |
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 CustodianInfoDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
wrap in interface org.agrona.sbe.CompositeDecoderFlyweightpublic org.agrona.DirectBuffer buffer()
buffer 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 int custodianSinceVersion()
public static long custodianNullValue()
public static long custodianMinValue()
public static long custodianMaxValue()
public long custodian()
public static int custodyAccountEncodingOffset()
public static int custodyAccountEncodingLength()
public static int custodyAccountSinceVersion()
public static long custodyAccountNullValue()
public static long custodyAccountMinValue()
public static long custodyAccountMaxValue()
public long custodyAccount()
public static int custodyAllocationTypeEncodingOffset()
public static int custodyAllocationTypeEncodingLength()
public static int custodyAllocationTypeSinceVersion()
public static long custodyAllocationTypeNullValue()
public static long custodyAllocationTypeMinValue()
public static long custodyAllocationTypeMaxValue()
public long custodyAllocationType()
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.