Uses of Class
org.apache.flink.kubernetes.operator.api.status.CommonStatus
-
Packages that use CommonStatus Package Description org.apache.flink.kubernetes.operator.api org.apache.flink.kubernetes.operator.api.listener org.apache.flink.kubernetes.operator.api.status -
-
Uses of CommonStatus in org.apache.flink.kubernetes.operator.api
Classes in org.apache.flink.kubernetes.operator.api 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.api.listener
Classes in org.apache.flink.kubernetes.operator.api.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.api.status
Subclasses of CommonStatus in org.apache.flink.kubernetes.operator.api.status Modifier and Type Class Description classFlinkDeploymentStatusLast observed status of the Flink deployment.classFlinkSessionJobStatusLast observed status of the Flink Session job.
-