Class TriggerId
java.lang.Object
org.apache.flink.util.AbstractID
org.apache.flink.runtime.rest.messages.TriggerId
- All Implemented Interfaces:
Serializable,Comparable<org.apache.flink.util.AbstractID>
public final class TriggerId
extends org.apache.flink.util.AbstractID
Identifies a savepoint trigger request.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
Constructor Details
-
TriggerId
public TriggerId()
-
-
Method Details
-
fromHexString
-