Uses of Class
org.apache.flink.kubernetes.operator.crd.status.CommonStatus
-
-
Uses of CommonStatus in org.apache.flink.kubernetes.operator.crd
Classes in org.apache.flink.kubernetes.operator.crd with type parameters of type CommonStatus Modifier and Type Class Description classAbstractFlinkResource<SPEC extends AbstractFlinkSpec,STATUS extends CommonStatus<SPEC>>Abstract base class Flink resources. -
Uses of CommonStatus in org.apache.flink.kubernetes.operator.crd.status
Subclasses of CommonStatus in org.apache.flink.kubernetes.operator.crd.status Modifier and Type Class Description classFlinkDeploymentStatusLast observed status of the Flink deployment.classFlinkSessionJobStatusLast observed status of the Flink Session job. -
Uses of CommonStatus in org.apache.flink.kubernetes.operator.listener
Classes in org.apache.flink.kubernetes.operator.listener with type parameters of type CommonStatus Modifier and Type Interface Description static interfaceFlinkResourceListener.StatusUpdateContext<R extends AbstractFlinkResource<?,S>,S extends CommonStatus<?>>Context for Status listener methods. -
Uses of CommonStatus in org.apache.flink.kubernetes.operator.observer
Classes in org.apache.flink.kubernetes.operator.observer with type parameters of type CommonStatus Modifier and Type Class Description classSavepointObserver<STATUS extends CommonStatus<?>>An observer of savepoint progress. -
Uses of CommonStatus in org.apache.flink.kubernetes.operator.reconciler
Methods in org.apache.flink.kubernetes.operator.reconciler with type parameters of type CommonStatus Modifier and Type Method Description static <STATUS extends CommonStatus<?>,R extends AbstractFlinkResource<?,STATUS>>
io.javaoperatorsdk.operator.api.reconciler.ErrorStatusUpdateControl<R>ReconciliationUtils. toErrorStatusUpdateControl(R resource, java.util.Optional<io.javaoperatorsdk.operator.api.reconciler.RetryInfo> retryInfo, java.lang.Exception e, StatusRecorder<STATUS> statusRecorder)Update the resource error status and metrics when the operator encountered an exception during reconciliation.static <SPEC extends AbstractFlinkSpec,STATUS extends CommonStatus<SPEC>,R extends io.fabric8.kubernetes.client.CustomResource<SPEC,STATUS>>
io.javaoperatorsdk.operator.api.reconciler.UpdateControl<R>ReconciliationUtils. toUpdateControl(FlinkOperatorConfiguration operatorConfiguration, R current, R previous, boolean reschedule)Methods in org.apache.flink.kubernetes.operator.reconciler with parameters of type CommonStatus Modifier and Type Method Description static voidReconciliationUtils. checkAndUpdateStableSpec(CommonStatus<?> status)Checks the status and if the corresponding Flink job/application is in stable running state, it updates the last stable spec.static booleanReconciliationUtils. isJobInTerminalState(CommonStatus<?> status)static booleanReconciliationUtils. isJobRunning(CommonStatus<?> status) -
Uses of CommonStatus in org.apache.flink.kubernetes.operator.reconciler.deployment
Classes in org.apache.flink.kubernetes.operator.reconciler.deployment with type parameters of type CommonStatus Modifier and Type Class Description classAbstractFlinkResourceReconciler<CR extends AbstractFlinkResource<SPEC,STATUS>,SPEC extends AbstractFlinkSpec,STATUS extends CommonStatus<SPEC>>Base class for all Flink resource reconcilers.classAbstractJobReconciler<CR extends AbstractFlinkResource<SPEC,STATUS>,SPEC extends AbstractFlinkSpec,STATUS extends CommonStatus<SPEC>>Reconciler responsible for handling the job lifecycle according to the desired and current states. -
Uses of CommonStatus in org.apache.flink.kubernetes.operator.utils
Classes in org.apache.flink.kubernetes.operator.utils with type parameters of type CommonStatus Modifier and Type Class Description classStatusRecorder<STATUS extends CommonStatus<?>>Helper class for status management and updates.Methods in org.apache.flink.kubernetes.operator.utils with type parameters of type CommonStatus Modifier and Type Method Description static <S extends CommonStatus<?>>
StatusRecorder<S>StatusRecorder. create(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient, MetricManager<AbstractFlinkResource<?,S>> metricManager, java.util.Collection<FlinkResourceListener> listeners)
-