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="2023-09-14T10:47:18.056-07:00") public class SolrBackupRestoreState extends Object
The state of each Solr backup/restore operation.
-
-
Constructor Summary
Constructors Constructor Description SolrBackupRestoreState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BackupRestoreOperationStatus
getEdgeIndexCollection()
Getter for edgeIndexCollection.BackupRestoreOperationStatus
getEdgeIndexCollectionDelete()
Getter for edgeIndexCollectionDelete.BackupRestoreOperationStatus
getFulltextIndexCollection()
Getter for fulltextIndexCollection.BackupRestoreOperationStatus
getFulltextIndexCollectionDelete()
Getter for fulltextIndexCollectionDelete.BackupRestoreOperationStatus
getRangerAuditsCollection()
Getter for rangerAuditsCollection.BackupRestoreOperationStatus
getRangerAuditsCollectionDelete()
Getter for rangerAuditsCollectionDelete.BackupRestoreOperationStatus
getVertexIndexCollection()
Getter for vertexIndexCollection.BackupRestoreOperationStatus
getVertexIndexCollectionDelete()
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.String
toString()
-
-
-
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.
-
-