Class in Zendir.Classes | Inherits from UniverseModel
Declaration
class PartitionedDataStorageDataLossErrorModel;
Description
The ‘DataLoss’ model for the ‘PartitionedDataStorage’ component will
randomly delete data from the storage system at a particular time interval.
Properties
| Declared | Description |
|---|
| DeletionMean | The mean number of bytes that should be deleted from acluster when a deletion occurs. |
| DeletionStd | The standard deviation that defines how many bytes shouldbe deleted from a cluster when a deletion occurs. |
| DeletionTime | The deletion time sleep time |
| TimeMean | The time particular mean that defines the next deletion timewhen data will be deleted from the system. |
| TimeStd | The time standard deviation that defines the next deletion timewhen data will be deleted from the system. |
| Inherited | Description |
|---|
| IsEnabled | Is true if the object is currently enabled. |
| Name | The display name or tag of this object. |
| Parent | The currently attached parent object. |
Methods
| Declared | Description |
|---|
| SetSeed | Sets the seed for the random number generator |
| Inherited | Description |
|---|
| Destroy | Removes the current object from the simulation. |
| FindParentWithID | Returns an attached parent that satisfies the specified ID. |
| FindParentWithType | Returns an attached parent that satisfies the specified type. |
| FindRootWithID | Returns a root object that satisfies the specified ID. |
| FindRootWithType | Returns a root object that satisfies the specified type. |