Class TriggerId
- java.lang.Object
-
- org.apache.flink.util.AbstractID
-
- org.apache.flink.runtime.rest.messages.TriggerId
-
- All Implemented Interfaces:
Serializable
,Comparable<AbstractID>
public final class TriggerId extends AbstractID
Identifies a savepoint trigger request.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TriggerId.TriggerIdDeserializer
JSON deserializer forTriggerId
.static class
TriggerId.TriggerIdSerializer
JSON serializer forTriggerId
.
-
Field Summary
-
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart
-
-
Constructor Summary
Constructors Constructor Description TriggerId()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TriggerId
fromHexString(String hexString)
-
Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
-