Class SolrBackupRestoreState


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class SolrBackupRestoreState
    extends Object
    The state of each Solr backup/restore operation.
    • Constructor Detail

      • SolrBackupRestoreState

        public SolrBackupRestoreState()
    • Method Detail

      • getEdgeIndexCollection

        public BackupRestoreOperationStatus getEdgeIndexCollection()
        Getter for edgeIndexCollection. The status of the EDGE_INDEX_COLLECTION backup/restore.
      • setEdgeIndexCollection

        public void setEdgeIndexCollection​(BackupRestoreOperationStatus edgeIndexCollection)
        Setter for edgeIndexCollection. The status of the EDGE_INDEX_COLLECTION backup/restore.
      • getFulltextIndexCollection

        public BackupRestoreOperationStatus getFulltextIndexCollection()
        Getter for fulltextIndexCollection. The status of the FULLTEXT_INDEX_COLLECTION backup/restore.
      • setFulltextIndexCollection

        public void setFulltextIndexCollection​(BackupRestoreOperationStatus fulltextIndexCollection)
        Setter for fulltextIndexCollection. The status of the FULLTEXT_INDEX_COLLECTION backup/restore.
      • getRangerAuditsCollection

        public BackupRestoreOperationStatus getRangerAuditsCollection()
        Getter for rangerAuditsCollection. The status of the RANGER_AUDITS_COLLECTION backup/restore.
      • setRangerAuditsCollection

        public void setRangerAuditsCollection​(BackupRestoreOperationStatus rangerAuditsCollection)
        Setter for rangerAuditsCollection. The status of the RANGER_AUDITS_COLLECTION backup/restore.
      • getVertexIndexCollection

        public BackupRestoreOperationStatus getVertexIndexCollection()
        Getter for vertexIndexCollection. The status of the VERTEX_INDEX_COLLECTION backup/restore.
      • setVertexIndexCollection

        public void setVertexIndexCollection​(BackupRestoreOperationStatus vertexIndexCollection)
        Setter for vertexIndexCollection. The status of the VERTEX_INDEX_COLLECTION backup/restore.
      • getEdgeIndexCollectionDelete

        public BackupRestoreOperationStatus getEdgeIndexCollectionDelete()
        Getter for edgeIndexCollectionDelete. The status of the EDGE_INDEX_COLLECTION deletion, which is done before a restore.
      • setEdgeIndexCollectionDelete

        public void setEdgeIndexCollectionDelete​(BackupRestoreOperationStatus edgeIndexCollectionDelete)
        Setter for edgeIndexCollectionDelete. The status of the EDGE_INDEX_COLLECTION deletion, which is done before a restore.
      • getFulltextIndexCollectionDelete

        public BackupRestoreOperationStatus getFulltextIndexCollectionDelete()
        Getter for fulltextIndexCollectionDelete. The status of the FULLTEXT_INDEX_COLLECTION deletion, which is done before a restore.
      • setFulltextIndexCollectionDelete

        public void setFulltextIndexCollectionDelete​(BackupRestoreOperationStatus fulltextIndexCollectionDelete)
        Setter for fulltextIndexCollectionDelete. The status of the FULLTEXT_INDEX_COLLECTION deletion, which is done before a restore.
      • getRangerAuditsCollectionDelete

        public BackupRestoreOperationStatus getRangerAuditsCollectionDelete()
        Getter for rangerAuditsCollectionDelete. The status of the RANGER_AUDITS_COLLECTION deletion, which is done before a restore.
      • setRangerAuditsCollectionDelete

        public void setRangerAuditsCollectionDelete​(BackupRestoreOperationStatus rangerAuditsCollectionDelete)
        Setter for rangerAuditsCollectionDelete. The status of the RANGER_AUDITS_COLLECTION deletion, which is done before a restore.
      • getVertexIndexCollectionDelete

        public BackupRestoreOperationStatus getVertexIndexCollectionDelete()
        Getter for vertexIndexCollectionDelete. The status of the VERTEX_INDEX_COLLECTION deletion, which is done before a restore.
      • setVertexIndexCollectionDelete

        public void setVertexIndexCollectionDelete​(BackupRestoreOperationStatus vertexIndexCollectionDelete)
        Setter for vertexIndexCollectionDelete. The status of the VERTEX_INDEX_COLLECTION deletion, which is done before a restore.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object