public class IntermediateResultPartitionID extends AbstractID
lowerPart, SIZE, upperPart
Constructor and Description |
---|
IntermediateResultPartitionID()
Creates an new random intermediate result partition ID.
|
IntermediateResultPartitionID(long lowerPart,
long upperPart) |
Modifier and Type | Method and Description |
---|---|
static IntermediateResultPartitionID |
fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
void |
writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toString
public IntermediateResultPartitionID()
public IntermediateResultPartitionID(long lowerPart, long upperPart)
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
public static IntermediateResultPartitionID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.