public class IntermediateResultPartitionID
extends org.apache.flink.util.AbstractID
| 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(io.netty.buffer.ByteBuf buf) |
void |
writeTo(io.netty.buffer.ByteBuf buf) |
public IntermediateResultPartitionID()
public IntermediateResultPartitionID(long lowerPart,
long upperPart)
public void writeTo(io.netty.buffer.ByteBuf buf)
public static IntermediateResultPartitionID fromByteBuf(io.netty.buffer.ByteBuf buf)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.