public class ResultSubpartitionIndexSet extends IndexRange
endIndex, startIndex
Constructor and Description |
---|
ResultSubpartitionIndexSet(IndexRange indexRange) |
ResultSubpartitionIndexSet(int index) |
ResultSubpartitionIndexSet(int startIndex,
int endIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int index) |
static ResultSubpartitionIndexSet |
fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf source) |
static int |
getByteBufLength(ResultSubpartitionIndexSet indexSet) |
Iterable<Integer> |
values() |
void |
writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf target) |
equals, getEndIndex, getStartIndex, hashCode, size, toString
public ResultSubpartitionIndexSet(int index)
public ResultSubpartitionIndexSet(IndexRange indexRange)
public ResultSubpartitionIndexSet(int startIndex, int endIndex)
public boolean contains(int index)
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf target)
public static int getByteBufLength(ResultSubpartitionIndexSet indexSet)
public static ResultSubpartitionIndexSet fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf source)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.