Class CheckpointSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<CheckpointSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class CheckpointSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<CheckpointSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckpointSpec

        public CheckpointSpec()
        No args constructor for use in serialization
    • Method Detail

      • getLastBackupChecksum

        public String getLastBackupChecksum()
        LastBackupChecksum is the checksum of all Hive objects in the namespace at the time of the last backup.
      • setLastBackupChecksum

        public void setLastBackupChecksum​(String lastBackupChecksum)
        LastBackupChecksum is the checksum of all Hive objects in the namespace at the time of the last backup.
      • getLastBackupRef

        public BackupReference getLastBackupRef()
        CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
      • setLastBackupRef

        public void setLastBackupRef​(BackupReference lastBackupRef)
        CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
      • getLastBackupTime

        public String getLastBackupTime()
        CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
      • setLastBackupTime

        public void setLastBackupTime​(String lastBackupTime)
        CheckpointSpec defines the metadata around the Hive objects state in the namespace at the time of the last backup.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)