Package com.cloudera.cdp.datalake.model
Class SolrBackupRestoreState
java.lang.Object
com.cloudera.cdp.datalake.model.SolrBackupRestoreState
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class SolrBackupRestoreState
extends Object
The state of each Solr backup/restore operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for edgeIndexCollection.Getter for edgeIndexCollectionDelete.Getter for fulltextIndexCollection.Getter for fulltextIndexCollectionDelete.Getter for rangerAuditsCollection.Getter for rangerAuditsCollectionDelete.Getter for vertexIndexCollection.Getter for vertexIndexCollectionDelete.int
hashCode()
void
setEdgeIndexCollection
(BackupRestoreOperationStatus edgeIndexCollection) Setter for edgeIndexCollection.void
setEdgeIndexCollectionDelete
(BackupRestoreOperationStatus edgeIndexCollectionDelete) Setter for edgeIndexCollectionDelete.void
setFulltextIndexCollection
(BackupRestoreOperationStatus fulltextIndexCollection) Setter for fulltextIndexCollection.void
setFulltextIndexCollectionDelete
(BackupRestoreOperationStatus fulltextIndexCollectionDelete) Setter for fulltextIndexCollectionDelete.void
setRangerAuditsCollection
(BackupRestoreOperationStatus rangerAuditsCollection) Setter for rangerAuditsCollection.void
setRangerAuditsCollectionDelete
(BackupRestoreOperationStatus rangerAuditsCollectionDelete) Setter for rangerAuditsCollectionDelete.void
setVertexIndexCollection
(BackupRestoreOperationStatus vertexIndexCollection) Setter for vertexIndexCollection.void
setVertexIndexCollectionDelete
(BackupRestoreOperationStatus vertexIndexCollectionDelete) Setter for vertexIndexCollectionDelete.toString()
-
Constructor Details
-
SolrBackupRestoreState
public SolrBackupRestoreState()
-
-
Method Details
-
getEdgeIndexCollection
Getter for edgeIndexCollection. The status of the EDGE_INDEX_COLLECTION backup/restore. -
setEdgeIndexCollection
Setter for edgeIndexCollection. The status of the EDGE_INDEX_COLLECTION backup/restore. -
getFulltextIndexCollection
Getter for fulltextIndexCollection. The status of the FULLTEXT_INDEX_COLLECTION backup/restore. -
setFulltextIndexCollection
Setter for fulltextIndexCollection. The status of the FULLTEXT_INDEX_COLLECTION backup/restore. -
getRangerAuditsCollection
Getter for rangerAuditsCollection. The status of the RANGER_AUDITS_COLLECTION backup/restore. -
setRangerAuditsCollection
Setter for rangerAuditsCollection. The status of the RANGER_AUDITS_COLLECTION backup/restore. -
getVertexIndexCollection
Getter for vertexIndexCollection. The status of the VERTEX_INDEX_COLLECTION backup/restore. -
setVertexIndexCollection
Setter for vertexIndexCollection. The status of the VERTEX_INDEX_COLLECTION backup/restore. -
getEdgeIndexCollectionDelete
Getter for edgeIndexCollectionDelete. The status of the EDGE_INDEX_COLLECTION deletion, which is done before a restore. -
setEdgeIndexCollectionDelete
Setter for edgeIndexCollectionDelete. The status of the EDGE_INDEX_COLLECTION deletion, which is done before a restore. -
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
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
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. -
equals
-
hashCode
public int hashCode() -
toString
-