public class IntermediateDataSetID extends org.apache.flink.util.AbstractID implements ResultID
IntermediateDataSet
.Constructor and Description |
---|
IntermediateDataSetID()
Creates an new random intermediate data set ID.
|
IntermediateDataSetID(org.apache.flink.util.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) |
public IntermediateDataSetID()
public IntermediateDataSetID(org.apache.flink.util.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–2021 The Apache Software Foundation. All rights reserved.