public class ExecutionAttemptID
extends org.apache.flink.util.AbstractID
| Constructor and Description |
|---|
ExecutionAttemptID() |
ExecutionAttemptID(long lowerPart,
long upperPart) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionAttemptID |
fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
void |
writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) |
public ExecutionAttemptID()
public ExecutionAttemptID(long lowerPart,
long upperPart)
public void writeTo(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
public static ExecutionAttemptID fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.