Package io.deephaven.sbe.standalone.gen
Class RowsRemovedDecoder.RangesDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.RowsRemovedDecoder.RangesDecoder
- All Implemented Interfaces:
Iterable<RowsRemovedDecoder.RangesDecoder>
,Iterator<RowsRemovedDecoder.RangesDecoder>
- Enclosing class:
- RowsRemovedDecoder
public static class RowsRemovedDecoder.RangesDecoder
extends Object
implements Iterable<RowsRemovedDecoder.RangesDecoder>, Iterator<RowsRemovedDecoder.RangesDecoder>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
appendTo
(StringBuilder builder) int
count()
long
endIndex()
static int
static int
static int
static long
static String
endIndexMetaAttribute
(MetaAttribute metaAttribute) static long
static long
static int
boolean
hasNext()
iterator()
next()
void
remove()
static int
static int
long
static int
static int
static int
static long
static String
startIndexMetaAttribute
(MetaAttribute metaAttribute) static long
static long
static int
toString()
void
wrap
(RowsRemovedDecoder 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
-
RangesDecoder
public RangesDecoder()
-
-
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<RowsRemovedDecoder.RangesDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<RowsRemovedDecoder.RangesDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<RowsRemovedDecoder.RangesDecoder>
-
next
- Specified by:
next
in interfaceIterator<RowsRemovedDecoder.RangesDecoder>
-
startIndexId
public static int startIndexId() -
startIndexSinceVersion
public static int startIndexSinceVersion() -
startIndexEncodingOffset
public static int startIndexEncodingOffset() -
startIndexEncodingLength
public static int startIndexEncodingLength() -
startIndexMetaAttribute
-
startIndexNullValue
public static long startIndexNullValue() -
startIndexMinValue
public static long startIndexMinValue() -
startIndexMaxValue
public static long startIndexMaxValue() -
startIndex
public long startIndex() -
endIndexId
public static int endIndexId() -
endIndexSinceVersion
public static int endIndexSinceVersion() -
endIndexEncodingOffset
public static int endIndexEncodingOffset() -
endIndexEncodingLength
public static int endIndexEncodingLength() -
endIndexMetaAttribute
-
endIndexNullValue
public static long endIndexNullValue() -
endIndexMinValue
public static long endIndexMinValue() -
endIndexMaxValue
public static long endIndexMaxValue() -
endIndex
public long endIndex() -
toString
-
appendTo
-