A C D E F G I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractFlinkResource<SPEC extends AbstractFlinkSpec,STATUS extends CommonStatus<SPEC>> - Class in org.apache.flink.kubernetes.operator.api
-
Abstract base class Flink resources.
- AbstractFlinkResource() - Constructor for class org.apache.flink.kubernetes.operator.api.AbstractFlinkResource
- AbstractFlinkSpec - Class in org.apache.flink.kubernetes.operator.api.spec
-
The common spec.
- AbstractFlinkSpec() - Constructor for class org.apache.flink.kubernetes.operator.api.spec.AbstractFlinkSpec
- API_GROUP - Static variable in class org.apache.flink.kubernetes.operator.api.CrdConstants
- API_VERSION - Static variable in class org.apache.flink.kubernetes.operator.api.CrdConstants
C
- CANONICAL - org.apache.flink.kubernetes.operator.api.status.SavepointFormatType
-
A canonical, common for all state backends format.
- checkObjectCompatibility(String, JsonNode, JsonNode) - Static method in class org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker
- checkStringTypeCompatibility(String, JsonNode, JsonNode) - Static method in class org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker
- checkTypeCompatibility(String, JsonNode, JsonNode) - Static method in class org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker
- clone(T) - Static method in class org.apache.flink.kubernetes.operator.api.utils.SpecUtils
- CommonStatus<SPEC extends AbstractFlinkSpec> - Class in org.apache.flink.kubernetes.operator.api.status
-
Last observed common status of the Flink deployment/Flink SessionJob.
- CommonStatus() - Constructor for class org.apache.flink.kubernetes.operator.api.status.CommonStatus
- CompatibilityError(String) - Constructor for exception org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker.CompatibilityError
- CrdCompatibilityChecker - Class in org.apache.flink.kubernetes.operator.api.validation
-
Utility for checking backward CRD compatibility.
- CrdCompatibilityChecker() - Constructor for class org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker
- CrdCompatibilityChecker.CompatibilityError - Exception in org.apache.flink.kubernetes.operator.api.validation
-
Compatibility Error class.
- CrdConstants - Class in org.apache.flink.kubernetes.operator.api
-
Constants used by the CRD.
- CrdConstants() - Constructor for class org.apache.flink.kubernetes.operator.api.CrdConstants
- CrdReferenceDoclet - Class in org.apache.flink.kubernetes.operator.api.docs
-
Doclet for generating the FlinkDeployment CRD reference.
- CrdReferenceDoclet() - Constructor for class org.apache.flink.kubernetes.operator.api.docs.CrdReferenceDoclet
- CREATED - org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- current() - Static method in enum org.apache.flink.kubernetes.operator.api.spec.FlinkVersion
-
Returns the current version.
D
- DEPLOYED - org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- DEPLOYED - org.apache.flink.kubernetes.operator.api.status.ReconciliationState
-
The lastReconciledSpec is currently deployed.
- DEPLOYED_NOT_READY - org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus
-
JobManager is running but not ready yet to receive REST API calls.
- DEPLOYING - org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus
-
JobManager process is starting up.
- deserializeLastReconciledSpec() - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- deserializeLastReconciledSpecWithMeta() - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- deserializeLastStableSpec() - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- deserializeLastStableSpecWithMeta() - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- deserializeSpecWithMeta(String, Class<T>) - Static method in class org.apache.flink.kubernetes.operator.api.utils.SpecUtils
-
Deserializes the spec and custom metadata object from JSON.
- Diffable<T> - Interface in org.apache.flink.kubernetes.operator.api.diff
- DiffType - Enum in org.apache.flink.kubernetes.operator.api.diff
-
Spec change type.
E
- ERROR - org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus
-
Deployment in terminal error, requires spec change for reconciliation to continue.
F
- FAILED - org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- FlinkDeployment - Class in org.apache.flink.kubernetes.operator.api
-
Custom resource definition that represents both Application and Session deployments.
- FlinkDeployment() - Constructor for class org.apache.flink.kubernetes.operator.api.FlinkDeployment
- FlinkDeploymentList - Class in org.apache.flink.kubernetes.operator.api
-
Multiple Flink deployments.
- FlinkDeploymentList() - Constructor for class org.apache.flink.kubernetes.operator.api.FlinkDeploymentList
- FlinkDeploymentReconciliationStatus - Class in org.apache.flink.kubernetes.operator.api.status
-
Status of the last reconcile step for the flink deployment.
- FlinkDeploymentReconciliationStatus() - Constructor for class org.apache.flink.kubernetes.operator.api.status.FlinkDeploymentReconciliationStatus
- FlinkDeploymentSpec - Class in org.apache.flink.kubernetes.operator.api.spec
-
Spec that describes a Flink application or session cluster deployment.
- FlinkDeploymentSpec() - Constructor for class org.apache.flink.kubernetes.operator.api.spec.FlinkDeploymentSpec
- FlinkDeploymentStatus - Class in org.apache.flink.kubernetes.operator.api.status
-
Last observed status of the Flink deployment.
- FlinkDeploymentStatus() - Constructor for class org.apache.flink.kubernetes.operator.api.status.FlinkDeploymentStatus
- FlinkResourceListener - Interface in org.apache.flink.kubernetes.operator.api.listener
-
Listener interface for Flink resource related events and status changes.
- FlinkResourceListener.ResourceContext<R extends AbstractFlinkResource<?,?>> - Interface in org.apache.flink.kubernetes.operator.api.listener
-
Base for Resource Event and StatusUpdate contexts.
- FlinkResourceListener.ResourceEventContext<R extends AbstractFlinkResource<?,?>> - Interface in org.apache.flink.kubernetes.operator.api.listener
-
Context for Resource Event listener methods.
- FlinkResourceListener.StatusUpdateContext<R extends AbstractFlinkResource<?,S>,S extends CommonStatus<?>> - Interface in org.apache.flink.kubernetes.operator.api.listener
-
Context for Status listener methods.
- FlinkSessionJob - Class in org.apache.flink.kubernetes.operator.api
-
Custom resource definition that represents a flink session job.
- FlinkSessionJob() - Constructor for class org.apache.flink.kubernetes.operator.api.FlinkSessionJob
- FlinkSessionJobList - Class in org.apache.flink.kubernetes.operator.api
-
Multiple Flink session jobs.
- FlinkSessionJobList() - Constructor for class org.apache.flink.kubernetes.operator.api.FlinkSessionJobList
- FlinkSessionJobReconciliationStatus - Class in org.apache.flink.kubernetes.operator.api.status
-
Status of the last reconcile step for the flink sessionjob.
- FlinkSessionJobReconciliationStatus() - Constructor for class org.apache.flink.kubernetes.operator.api.status.FlinkSessionJobReconciliationStatus
- FlinkSessionJobSpec - Class in org.apache.flink.kubernetes.operator.api.spec
-
Spec that describes a Flink session job.
- FlinkSessionJobSpec() - Constructor for class org.apache.flink.kubernetes.operator.api.spec.FlinkSessionJobSpec
- FlinkSessionJobStatus - Class in org.apache.flink.kubernetes.operator.api.status
-
Last observed status of the Flink Session job.
- FlinkSessionJobStatus() - Constructor for class org.apache.flink.kubernetes.operator.api.status.FlinkSessionJobStatus
- FlinkVersion - Enum in org.apache.flink.kubernetes.operator.api.spec
-
Enumeration for supported Flink versions.
- from(AbstractFlinkResource<?, ?>) - Static method in class org.apache.flink.kubernetes.operator.api.reconciler.ReconciliationMetadata
G
- getClearedStatesAfterTransition(ResourceLifecycleState) - Method in enum org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- getDeploymentMode(FlinkDeployment) - Static method in enum org.apache.flink.kubernetes.operator.api.spec.KubernetesDeploymentMode
- getDeploymentMode(FlinkDeploymentSpec) - Static method in enum org.apache.flink.kubernetes.operator.api.spec.KubernetesDeploymentMode
- getEvent() - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener.ResourceEventContext
- getFlinkResource() - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener.ResourceContext
- getKubernetesClient() - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener.ResourceContext
- getLifecycleState() - Method in class org.apache.flink.kubernetes.operator.api.status.CommonStatus
- getName() - Method in class org.apache.flink.kubernetes.operator.api.docs.CrdReferenceDoclet
- getNewStatus() - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener.StatusUpdateContext
- getPreviousStatus() - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener.StatusUpdateContext
- getReconciliationStatus() - Method in class org.apache.flink.kubernetes.operator.api.status.CommonStatus
-
Current reconciliation status of this resource.
- getSpecClass() - Method in class org.apache.flink.kubernetes.operator.api.status.FlinkDeploymentReconciliationStatus
- getSpecClass() - Method in class org.apache.flink.kubernetes.operator.api.status.FlinkSessionJobReconciliationStatus
- getSpecClass() - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- getSupportedOptions() - Method in class org.apache.flink.kubernetes.operator.api.docs.CrdReferenceDoclet
- getSupportedSourceVersion() - Method in class org.apache.flink.kubernetes.operator.api.docs.CrdReferenceDoclet
- getTimestamp() - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener.ResourceContext
- getTimestamp() - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener.ResourceEventContext
I
- IGNORE - org.apache.flink.kubernetes.operator.api.diff.DiffType
-
Ignorable spec change.
- IngressSpec - Class in org.apache.flink.kubernetes.operator.api.spec
-
Ingress spec.
- IngressSpec() - Constructor for class org.apache.flink.kubernetes.operator.api.spec.IngressSpec
- init(Locale, Reporter) - Method in class org.apache.flink.kubernetes.operator.api.docs.CrdReferenceDoclet
- initStatus() - Method in class org.apache.flink.kubernetes.operator.api.FlinkDeployment
- initStatus() - Method in class org.apache.flink.kubernetes.operator.api.FlinkSessionJob
- INTERNAL_METADATA_JSON_KEY - Static variable in class org.apache.flink.kubernetes.operator.api.utils.SpecUtils
- isBeforeFirstDeployment() - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- isLastReconciledSpecStable() - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- isNewerVersionThan(FlinkVersion) - Method in enum org.apache.flink.kubernetes.operator.api.spec.FlinkVersion
J
- JobManagerDeploymentStatus - Enum in org.apache.flink.kubernetes.operator.api.status
-
Status of the Flink JobManager Kubernetes deployment.
- JobManagerSpec - Class in org.apache.flink.kubernetes.operator.api.spec
-
JobManager spec.
- JobManagerSpec() - Constructor for class org.apache.flink.kubernetes.operator.api.spec.JobManagerSpec
- JobSpec - Class in org.apache.flink.kubernetes.operator.api.spec
-
Flink job spec.
- JobSpec() - Constructor for class org.apache.flink.kubernetes.operator.api.spec.JobSpec
- JobState - Enum in org.apache.flink.kubernetes.operator.api.spec
-
Enum describing the desired job state.
- JobStatus - Class in org.apache.flink.kubernetes.operator.api.status
-
Last observed status of the Flink job within an application deployment.
- JobStatus() - Constructor for class org.apache.flink.kubernetes.operator.api.status.JobStatus
K
- KIND_FLINK_DEPLOYMENT - Static variable in class org.apache.flink.kubernetes.operator.api.CrdConstants
- KIND_SESSION_JOB - Static variable in class org.apache.flink.kubernetes.operator.api.CrdConstants
- KubernetesDeploymentMode - Enum in org.apache.flink.kubernetes.operator.api.spec
-
Enum to control Flink deployment mode on Kubernetes.
L
- LABEL_TARGET_SESSION - Static variable in class org.apache.flink.kubernetes.operator.api.CrdConstants
- LAST_STATE - org.apache.flink.kubernetes.operator.api.spec.UpgradeMode
-
Job is upgraded using any latest checkpoint or savepoint available.
M
- main(String[]) - Static method in class org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker
- MANUAL - org.apache.flink.kubernetes.operator.api.status.SavepointTriggerType
-
Savepoint manually triggered by changing the savepointTriggerNonce.
- markReconciledSpecAsStable() - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- max(DiffType, DiffType) - Static method in enum org.apache.flink.kubernetes.operator.api.diff.DiffType
- MISSING - org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus
-
JobManager deployment not found, probably not started or killed by user.
N
- NATIVE - org.apache.flink.kubernetes.operator.api.spec.KubernetesDeploymentMode
-
Deploys Flink using Flinks native Kubernetes support.
- NATIVE - org.apache.flink.kubernetes.operator.api.status.SavepointFormatType
-
A format specific for the chosen state backend.
O
- of(String, SavepointTriggerType) - Static method in class org.apache.flink.kubernetes.operator.api.status.Savepoint
- of(String, SavepointTriggerType, SavepointFormatType) - Static method in class org.apache.flink.kubernetes.operator.api.status.Savepoint
- onDeploymentEvent(FlinkResourceListener.ResourceEventContext<FlinkDeployment>) - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener
- onDeploymentStatusUpdate(FlinkResourceListener.StatusUpdateContext<FlinkDeployment, FlinkDeploymentStatus>) - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener
- onSessionJobEvent(FlinkResourceListener.ResourceEventContext<FlinkSessionJob>) - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener
- onSessionJobStatusUpdate(FlinkResourceListener.StatusUpdateContext<FlinkSessionJob, FlinkSessionJobStatus>) - Method in interface org.apache.flink.kubernetes.operator.api.listener.FlinkResourceListener
- org.apache.flink.kubernetes.operator.api - package org.apache.flink.kubernetes.operator.api
- org.apache.flink.kubernetes.operator.api.diff - package org.apache.flink.kubernetes.operator.api.diff
- org.apache.flink.kubernetes.operator.api.docs - package org.apache.flink.kubernetes.operator.api.docs
- org.apache.flink.kubernetes.operator.api.lifecycle - package org.apache.flink.kubernetes.operator.api.lifecycle
- org.apache.flink.kubernetes.operator.api.listener - package org.apache.flink.kubernetes.operator.api.listener
- org.apache.flink.kubernetes.operator.api.reconciler - package org.apache.flink.kubernetes.operator.api.reconciler
- org.apache.flink.kubernetes.operator.api.spec - package org.apache.flink.kubernetes.operator.api.spec
- org.apache.flink.kubernetes.operator.api.status - package org.apache.flink.kubernetes.operator.api.status
- org.apache.flink.kubernetes.operator.api.utils - package org.apache.flink.kubernetes.operator.api.utils
- org.apache.flink.kubernetes.operator.api.validation - package org.apache.flink.kubernetes.operator.api.validation
P
- PERIODIC - org.apache.flink.kubernetes.operator.api.status.SavepointTriggerType
-
Savepoint periodically triggered by the operator.
- prefix() - Method in annotation type org.apache.flink.kubernetes.operator.api.diff.SpecDiff.Entry
R
- READY - org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus
-
JobManager is running and ready to receive REST API calls.
- ReconciliationMetadata - Class in org.apache.flink.kubernetes.operator.api.reconciler
-
Extra metadata to be attached to the reconciled spec.
- ReconciliationMetadata() - Constructor for class org.apache.flink.kubernetes.operator.api.reconciler.ReconciliationMetadata
- ReconciliationState - Enum in org.apache.flink.kubernetes.operator.api.status
-
Current state of the reconciliation.
- ReconciliationStatus<SPEC extends AbstractFlinkSpec> - Class in org.apache.flink.kubernetes.operator.api.status
-
Status of the last reconcile step for the FlinkDeployment/FlinkSessionJob.
- ReconciliationStatus() - Constructor for class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- resetTrigger() - Method in class org.apache.flink.kubernetes.operator.api.status.SavepointInfo
- Resource - Class in org.apache.flink.kubernetes.operator.api.spec
-
Resource spec.
- Resource() - Constructor for class org.apache.flink.kubernetes.operator.api.spec.Resource
- ResourceLifecycleState - Enum in org.apache.flink.kubernetes.operator.api.lifecycle
-
Enum encapsulating the lifecycle state of a Flink resource.
- ROLLED_BACK - org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- ROLLED_BACK - org.apache.flink.kubernetes.operator.api.status.ReconciliationState
-
Rolled back to the lastStableSpec.
- ROLLING_BACK - org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- ROLLING_BACK - org.apache.flink.kubernetes.operator.api.status.ReconciliationState
-
In the process of rolling back to the lastStableSpec.
- run(DocletEnvironment) - Method in class org.apache.flink.kubernetes.operator.api.docs.CrdReferenceDoclet
- RUNNING - org.apache.flink.kubernetes.operator.api.spec.JobState
-
Job is expected to be processing data.
S
- Savepoint - Class in org.apache.flink.kubernetes.operator.api.status
-
Represents information about a finished savepoint.
- Savepoint(long, String, SavepointTriggerType, SavepointFormatType, Long) - Constructor for class org.apache.flink.kubernetes.operator.api.status.Savepoint
- SAVEPOINT - org.apache.flink.kubernetes.operator.api.spec.UpgradeMode
-
Job is upgraded by first taking a savepoint of the running job, shutting it down and restoring from the savepoint.
- SavepointFormatType - Enum in org.apache.flink.kubernetes.operator.api.status
-
Savepoint format type.
- SavepointInfo - Class in org.apache.flink.kubernetes.operator.api.status
-
Stores savepoint related information.
- SavepointInfo() - Constructor for class org.apache.flink.kubernetes.operator.api.status.SavepointInfo
- SavepointTriggerType - Enum in org.apache.flink.kubernetes.operator.api.status
-
Savepoint trigger mechanism.
- SCALE - org.apache.flink.kubernetes.operator.api.diff.DiffType
-
Scalable spec change.
- serializeAndSetLastReconciledSpec(SPEC, AbstractFlinkResource<SPEC, ?>) - Method in class org.apache.flink.kubernetes.operator.api.status.ReconciliationStatus
- setTrigger(String, SavepointTriggerType, SavepointFormatType) - Method in class org.apache.flink.kubernetes.operator.api.status.SavepointInfo
- SpecDiff - Annotation Type in org.apache.flink.kubernetes.operator.api.diff
-
Spec diff annotation.
- SpecDiff.Config - Annotation Type in org.apache.flink.kubernetes.operator.api.diff
-
Spec diff config annotation.
- SpecDiff.Entry - Annotation Type in org.apache.flink.kubernetes.operator.api.diff
-
Spec diff config annotation entry.
- SpecUtils - Class in org.apache.flink.kubernetes.operator.api.utils
-
Spec utilities.
- SpecUtils() - Constructor for class org.apache.flink.kubernetes.operator.api.utils.SpecUtils
- SpecWithMeta<T extends AbstractFlinkSpec> - Class in org.apache.flink.kubernetes.operator.api.utils
-
Utility class for encapsulating Kubernetes resource spec and meta fields during serialization.
- SpecWithMeta() - Constructor for class org.apache.flink.kubernetes.operator.api.utils.SpecWithMeta
- STABLE - org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- STANDALONE - org.apache.flink.kubernetes.operator.api.spec.KubernetesDeploymentMode
-
Deploys Flink on-top of kubernetes in standalone mode.
- STATELESS - org.apache.flink.kubernetes.operator.api.spec.UpgradeMode
-
Job is upgraded with empty state.
- SUSPENDED - org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- SUSPENDED - org.apache.flink.kubernetes.operator.api.spec.JobState
-
Processing is suspended with the intention of continuing later.
T
- TaskManagerInfo - Class in org.apache.flink.kubernetes.operator.api.status
-
Last observed status of the Flink job within an application deployment.
- TaskManagerInfo() - Constructor for class org.apache.flink.kubernetes.operator.api.status.TaskManagerInfo
- TaskManagerSpec - Class in org.apache.flink.kubernetes.operator.api.spec
-
TaskManager spec.
- TaskManagerSpec() - Constructor for class org.apache.flink.kubernetes.operator.api.spec.TaskManagerSpec
- type() - Method in annotation type org.apache.flink.kubernetes.operator.api.diff.SpecDiff.Entry
U
- UNKNOWN - org.apache.flink.kubernetes.operator.api.status.SavepointFormatType
-
Savepoint format unknown, if the savepoint was not triggered by the operator.
- UNKNOWN - org.apache.flink.kubernetes.operator.api.status.SavepointTriggerType
-
Savepoint trigger mechanism unknown, such as savepoint retrieved directly from Flink job.
- updateLastSavepoint(Savepoint) - Method in class org.apache.flink.kubernetes.operator.api.status.SavepointInfo
-
Update last savepoint info and add the savepoint to the history if it isn't already the most recent savepoint.
- UPGRADE - org.apache.flink.kubernetes.operator.api.diff.DiffType
-
Upgradable spec change.
- UPGRADE - org.apache.flink.kubernetes.operator.api.status.SavepointTriggerType
-
Savepoint triggered during stateful upgrade.
- UpgradeMode - Enum in org.apache.flink.kubernetes.operator.api.spec
-
Enum to control Flink job upgrade behavior.
- UPGRADING - org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
- UPGRADING - org.apache.flink.kubernetes.operator.api.status.ReconciliationState
-
The spec is being upgraded.
V
- v1_13 - org.apache.flink.kubernetes.operator.api.spec.FlinkVersion
- v1_14 - org.apache.flink.kubernetes.operator.api.spec.FlinkVersion
- v1_15 - org.apache.flink.kubernetes.operator.api.spec.FlinkVersion
- v1_16 - org.apache.flink.kubernetes.operator.api.spec.FlinkVersion
- value() - Method in annotation type org.apache.flink.kubernetes.operator.api.diff.SpecDiff.Config
- value() - Method in annotation type org.apache.flink.kubernetes.operator.api.diff.SpecDiff
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.diff.DiffType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.spec.FlinkVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.spec.JobState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.spec.KubernetesDeploymentMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.spec.UpgradeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.status.ReconciliationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.status.SavepointFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.kubernetes.operator.api.status.SavepointTriggerType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.diff.DiffType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.lifecycle.ResourceLifecycleState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.spec.FlinkVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.spec.JobState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.spec.KubernetesDeploymentMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.spec.UpgradeMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.status.ReconciliationState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.status.SavepointFormatType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.kubernetes.operator.api.status.SavepointTriggerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verifyOtherPropsMatch(String, JsonNode, JsonNode) - Static method in class org.apache.flink.kubernetes.operator.api.validation.CrdCompatibilityChecker
W
- writeSpecWithMeta(AbstractFlinkSpec, AbstractFlinkResource<?, ?>) - Static method in class org.apache.flink.kubernetes.operator.api.utils.SpecUtils
-
Serializes the spec and custom meta information into a JSON string.
- writeSpecWithMeta(AbstractFlinkSpec, ReconciliationMetadata) - Static method in class org.apache.flink.kubernetes.operator.api.utils.SpecUtils
-
Serializes the spec and custom meta information into a JSON string.
All Classes All Packages