public class StorageCleanupNewestModuleResult extends Object implements Serializable
Constructor and Description |
---|
StorageCleanupNewestModuleResult() |
StorageCleanupNewestModuleResult(String moduleId,
long amountOfRemovedObjects,
int storagePeriod,
boolean dryRun,
Date time) |
Modifier and Type | Method and Description |
---|---|
long |
getAmountOfRemovedObjects()
The amount of removed objects from the last cleanup, according to the
moduleId . |
String |
getModuleId()
The SSMS module Id (like KERNEL, SVM, ASM...).
|
int |
getStoragePeriod()
Storage period (in years), after which the relevant data was removed.
|
Date |
getTime()
Shows the time where the cleanup was started.
|
boolean |
isDryRun()
Shows if the according cleanup was a dry run or not.
|
void |
setAmountOfRemovedObjects(long amountOfRemovedObjects) |
void |
setDryRun(boolean dryRun) |
void |
setModuleId(String moduleId) |
void |
setStoragePeriod(int storagePeriod) |
void |
setTime(Date time) |
public String getModuleId()
public void setModuleId(String moduleId)
public long getAmountOfRemovedObjects()
moduleId
.
NOTE:
If the last cleanup was a dry run no data was removed.
In this case the amountOfRemovedObjects
shows the number of objects which fulfilled the cleanup requirements.moduleId
.public void setAmountOfRemovedObjects(long amountOfRemovedObjects)
public int getStoragePeriod()
public void setStoragePeriod(int storagePeriod)
public boolean isDryRun()
true
If the according cleanup was a dry run. In this case no data was removed.
false
If the according cleanup was no dry run. In this case data was removed.public void setDryRun(boolean dryRun)
public Date getTime()
public void setTime(Date time)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.