@Internal public class StagingSinkJobStatusHook extends Object implements org.apache.flink.core.execution.JobStatusHook
StagedTable on job status changes.| Constructor and Description |
|---|
StagingSinkJobStatusHook(org.apache.flink.table.catalog.StagedTable stagedTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCanceled(org.apache.flink.api.common.JobID jobId) |
void |
onCreated(org.apache.flink.api.common.JobID jobId) |
void |
onFailed(org.apache.flink.api.common.JobID jobId,
Throwable throwable) |
void |
onFinished(org.apache.flink.api.common.JobID jobId) |
public StagingSinkJobStatusHook(org.apache.flink.table.catalog.StagedTable stagedTable)
public void onCreated(org.apache.flink.api.common.JobID jobId)
onCreated in interface org.apache.flink.core.execution.JobStatusHookpublic void onFinished(org.apache.flink.api.common.JobID jobId)
onFinished in interface org.apache.flink.core.execution.JobStatusHookpublic void onFailed(org.apache.flink.api.common.JobID jobId,
Throwable throwable)
onFailed in interface org.apache.flink.core.execution.JobStatusHookpublic void onCanceled(org.apache.flink.api.common.JobID jobId)
onCanceled in interface org.apache.flink.core.execution.JobStatusHookCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.