public class IntermediateDataSetID extends AbstractID implements ResultID
IntermediateDataSet
.lowerPart, SIZE, upperPart
Constructor and Description |
---|
IntermediateDataSetID()
Creates an new random intermediate data set ID.
|
IntermediateDataSetID(AbstractID from)
Creates a new intermediate data set ID with the bytes of the given ID.
|
IntermediateDataSetID(UUID from)
Creates a new intermediate data set ID with the bytes of the given UUID.
|
Modifier and Type | Method and Description |
---|---|
static IntermediateDataSetID |
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, toHexString, toString
public IntermediateDataSetID()
public IntermediateDataSetID(AbstractID from)
from
- The ID to create this ID from.public IntermediateDataSetID(UUID from)
from
- The UUID to create this ID from.public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
public static IntermediateDataSetID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.