Class BlockedNode
- java.lang.Object
-
- org.apache.flink.runtime.blocklist.BlockedNode
-
- All Implemented Interfaces:
Serializable
public class BlockedNode extends Object implements Serializable
This class represents a blocked node record.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlockedNode(String nodeId, String cause, long endTimestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getCause()
long
getEndTimestamp()
String
getNodeId()
String
toString()
-