public static class UpdateEncoder.LayerNamesEncoder
extends java.lang.Object
Constructor and Description |
---|
LayerNamesEncoder() |
Modifier and Type | Method and Description |
---|---|
UpdateEncoder.LayerNamesEncoder |
layerName(java.lang.String value) |
static java.lang.String |
layerNameCharacterEncoding() |
static int |
layerNameHeaderLength() |
static int |
layerNameId() |
static java.lang.String |
layerNameMetaAttribute(MetaAttribute metaAttribute) |
UpdateEncoder.LayerNamesEncoder |
next() |
UpdateEncoder.LayerNamesEncoder |
putLayerName(byte[] src,
int srcOffset,
int length) |
UpdateEncoder.LayerNamesEncoder |
putLayerName(org.agrona.DirectBuffer src,
int srcOffset,
int length) |
static int |
sbeBlockLength() |
static int |
sbeHeaderSize() |
void |
wrap(UpdateEncoder parentMessage,
org.agrona.MutableDirectBuffer buffer,
int count) |
public void wrap(UpdateEncoder parentMessage, org.agrona.MutableDirectBuffer buffer, int count)
public static int sbeHeaderSize()
public static int sbeBlockLength()
public UpdateEncoder.LayerNamesEncoder next()
public static int layerNameId()
public static java.lang.String layerNameCharacterEncoding()
public static java.lang.String layerNameMetaAttribute(MetaAttribute metaAttribute)
public static int layerNameHeaderLength()
public UpdateEncoder.LayerNamesEncoder putLayerName(org.agrona.DirectBuffer src, int srcOffset, int length)
public UpdateEncoder.LayerNamesEncoder putLayerName(byte[] src, int srcOffset, int length)
public UpdateEncoder.LayerNamesEncoder layerName(java.lang.String value)