Uses of Class
org.apache.flink.runtime.rest.messages.TriggerId
-
-
Uses of TriggerId in org.apache.flink.runtime.rest.handler.async
Methods in org.apache.flink.runtime.rest.handler.async that return TriggerId Modifier and Type Method Description TriggerId
OperationKey. getTriggerId()
Get the trigger id for the given operation key.TriggerId
TriggerResponse. getTriggerId()
Constructors in org.apache.flink.runtime.rest.handler.async with parameters of type TriggerId Constructor Description OperationKey(TriggerId triggerId)
TriggerResponse(TriggerId triggerId)
-
Uses of TriggerId in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job with parameters of type TriggerId Modifier and Type Method Description static AsynchronousJobOperationKey
AsynchronousJobOperationKey. of(TriggerId triggerId, JobID jobId)
-
Uses of TriggerId in org.apache.flink.runtime.rest.handler.job.savepoints
Methods in org.apache.flink.runtime.rest.handler.job.savepoints that return types with arguments of type TriggerId Modifier and Type Method Description protected Optional<TriggerId>
SavepointHandlers.SavepointTriggerHandler. extractTriggerId(SavepointTriggerRequestBody request)
protected Optional<TriggerId>
SavepointHandlers.StopWithSavepointHandler. extractTriggerId(StopWithSavepointRequestBody request)
-
Uses of TriggerId in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return TriggerId Modifier and Type Method Description protected TriggerId
TriggerIdPathParameter. convertFromString(String value)
TriggerId
TriggerId.TriggerIdDeserializer. deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser p, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext ctxt)
static TriggerId
TriggerId. fromHexString(String hexString)
Methods in org.apache.flink.runtime.rest.messages with parameters of type TriggerId Modifier and Type Method Description protected String
TriggerIdPathParameter. convertToString(TriggerId value)
void
TriggerId.TriggerIdSerializer. serialize(TriggerId value, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator gen, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider provider)
-
Uses of TriggerId in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type TriggerId Modifier and Type Method Description Optional<TriggerId>
CheckpointTriggerRequestBody. getTriggerId()
Constructors in org.apache.flink.runtime.rest.messages.checkpoints with parameters of type TriggerId Constructor Description CheckpointTriggerRequestBody(CheckpointType checkpointType, TriggerId triggerId)
-
Uses of TriggerId in org.apache.flink.runtime.rest.messages.job.savepoints
Methods in org.apache.flink.runtime.rest.messages.job.savepoints that return types with arguments of type TriggerId Modifier and Type Method Description Optional<TriggerId>
SavepointTriggerRequestBody. getTriggerId()
Constructors in org.apache.flink.runtime.rest.messages.job.savepoints with parameters of type TriggerId Constructor Description SavepointTriggerRequestBody(String targetDirectory, Boolean cancelJob, SavepointFormatType formatType, TriggerId triggerId)
-
Uses of TriggerId in org.apache.flink.runtime.rest.messages.job.savepoints.stop
Methods in org.apache.flink.runtime.rest.messages.job.savepoints.stop that return types with arguments of type TriggerId Modifier and Type Method Description Optional<TriggerId>
StopWithSavepointRequestBody. getTriggerId()
Constructors in org.apache.flink.runtime.rest.messages.job.savepoints.stop with parameters of type TriggerId Constructor Description StopWithSavepointRequestBody(String targetDirectory, Boolean drain, SavepointFormatType formatType, TriggerId triggerId)
-