| Modifier and Type | Method and Description |
|---|---|
CompletedOperationCache<AsynchronousJobOperationKey,Long> |
DispatcherOperationCaches.getCheckpointTriggerCache() |
CompletedOperationCache<AsynchronousJobOperationKey,String> |
DispatcherOperationCaches.getSavepointTriggerCache() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OperationResult<Long>> |
DispatcherCachedOperationsHandler.getCheckpointStatus(AsynchronousJobOperationKey operationKey) |
CompletableFuture<OperationResult<String>> |
DispatcherCachedOperationsHandler.getSavepointStatus(AsynchronousJobOperationKey operationKey) |
CompletableFuture<OperationResult<Long>> |
Dispatcher.getTriggeredCheckpointStatus(AsynchronousJobOperationKey operationKey) |
CompletableFuture<OperationResult<String>> |
Dispatcher.getTriggeredSavepointStatus(AsynchronousJobOperationKey operationKey) |
CompletableFuture<Acknowledge> |
Dispatcher.stopWithSavepoint(AsynchronousJobOperationKey operationKey,
String targetDirectory,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerSavepointMode savepointMode,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Acknowledge> |
DispatcherCachedOperationsHandler.stopWithSavepoint(AsynchronousJobOperationKey operationKey,
String targetDirectory,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerSavepointMode savepointMode,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Acknowledge> |
Dispatcher.triggerCheckpoint(AsynchronousJobOperationKey operationKey,
org.apache.flink.core.execution.CheckpointType checkpointType,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Acknowledge> |
DispatcherCachedOperationsHandler.triggerCheckpoint(AsynchronousJobOperationKey operationKey,
org.apache.flink.core.execution.CheckpointType checkpointType,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Acknowledge> |
Dispatcher.triggerSavepoint(AsynchronousJobOperationKey operationKey,
String targetDirectory,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerSavepointMode savepointMode,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<Acknowledge> |
DispatcherCachedOperationsHandler.triggerSavepoint(AsynchronousJobOperationKey operationKey,
String targetDirectory,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerSavepointMode savepointMode,
org.apache.flink.api.common.time.Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
static AsynchronousJobOperationKey |
AsynchronousJobOperationKey.of(TriggerId triggerId,
org.apache.flink.api.common.JobID jobId) |
| Modifier and Type | Method and Description |
|---|---|
protected AsynchronousJobOperationKey |
RescalingHandlers.RescalingTriggerHandler.createOperationKey(HandlerRequest<EmptyRequestBody> request) |
protected AsynchronousJobOperationKey |
RescalingHandlers.RescalingStatusHandler.getOperationKey(HandlerRequest<EmptyRequestBody> request) |
| Modifier and Type | Method and Description |
|---|---|
protected AsynchronousJobOperationKey |
SavepointHandlers.SavepointStatusHandler.getOperationKey(HandlerRequest<EmptyRequestBody> request) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<Acknowledge> |
SavepointHandlers.SavepointTriggerHandler.triggerOperation(HandlerRequest<SavepointTriggerRequestBody> request,
AsynchronousJobOperationKey operationKey,
RestfulGateway gateway) |
protected CompletableFuture<Acknowledge> |
SavepointHandlers.StopWithSavepointHandler.triggerOperation(HandlerRequest<StopWithSavepointRequestBody> request,
AsynchronousJobOperationKey operationKey,
RestfulGateway gateway) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<OperationResult<Long>> |
RestfulGateway.getTriggeredCheckpointStatus(AsynchronousJobOperationKey operationKey)
Get the status of a checkpoint triggered under the specified operation key.
|
default CompletableFuture<OperationResult<String>> |
RestfulGateway.getTriggeredSavepointStatus(AsynchronousJobOperationKey operationKey)
Get the status of a savepoint triggered under the specified operation key.
|
default CompletableFuture<Acknowledge> |
RestfulGateway.stopWithSavepoint(AsynchronousJobOperationKey operationKey,
String targetDirectory,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerSavepointMode savepointMode,
org.apache.flink.api.common.time.Time timeout)
Stops the job with a savepoint, returning a future that completes when the operation is
started.
|
default CompletableFuture<Acknowledge> |
RestfulGateway.triggerCheckpoint(AsynchronousJobOperationKey operationKey,
org.apache.flink.core.execution.CheckpointType checkpointType,
org.apache.flink.api.common.time.Time timeout)
Triggers a checkpoint with the given savepoint directory as a target.
|
default CompletableFuture<Acknowledge> |
RestfulGateway.triggerSavepoint(AsynchronousJobOperationKey operationKey,
String targetDirectory,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerSavepointMode savepointMode,
org.apache.flink.api.common.time.Time timeout)
Triggers a savepoint with the given savepoint directory as a target, returning a future that
completes when the operation is started.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.