Package io.deephaven.sbe.standalone.gen
Class TableSubscribeDecoder.ColumnsDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.TableSubscribeDecoder.ColumnsDecoder
- All Implemented Interfaces:
Iterable<TableSubscribeDecoder.ColumnsDecoder>
,Iterator<TableSubscribeDecoder.ColumnsDecoder>
- Enclosing class:
- TableSubscribeDecoder
public static class TableSubscribeDecoder.ColumnsDecoder
extends Object
implements Iterable<TableSubscribeDecoder.ColumnsDecoder>, Iterator<TableSubscribeDecoder.ColumnsDecoder>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
appendTo
(StringBuilder builder) static String
static int
static int
int
static String
columnNameMetaAttribute
(MetaAttribute metaAttribute) static int
int
count()
int
getColumnName
(byte[] dst, int dstOffset, int length) int
getColumnName
(org.agrona.MutableDirectBuffer dst, int dstOffset, int length) boolean
hasNext()
iterator()
next()
void
remove()
static int
static int
toString()
void
wrap
(TableSubscribeDecoder parentMessage, org.agrona.DirectBuffer buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
-
-
Constructor Details
-
ColumnsDecoder
public ColumnsDecoder()
-
-
Method Details
-
wrap
-
sbeHeaderSize
public static int sbeHeaderSize() -
sbeBlockLength
public static int sbeBlockLength() -
actingBlockLength
public int actingBlockLength() -
count
public int count() -
iterator
- Specified by:
iterator
in interfaceIterable<TableSubscribeDecoder.ColumnsDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<TableSubscribeDecoder.ColumnsDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<TableSubscribeDecoder.ColumnsDecoder>
-
next
- Specified by:
next
in interfaceIterator<TableSubscribeDecoder.ColumnsDecoder>
-
columnNameId
public static int columnNameId() -
columnNameSinceVersion
public static int columnNameSinceVersion() -
columnNameCharacterEncoding
-
columnNameMetaAttribute
-
columnNameHeaderLength
public static int columnNameHeaderLength() -
columnNameLength
public int columnNameLength() -
getColumnName
public int getColumnName(org.agrona.MutableDirectBuffer dst, int dstOffset, int length) -
getColumnName
public int getColumnName(byte[] dst, int dstOffset, int length) -
columnName
-
toString
-
appendTo
-