Class PartitionedDataStorageDataLossErrorModel
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
The 'DataLoss' model for the 'PartitionedDataStorage' component
public class PartitionedDataStorageDataLossErrorModel : ComponentModel<PartitionedDataStorage>
- Inheritance
-
PartitionedDataStorageDataLossErrorModel
- Inherited Members
Constructors
PartitionedDataStorageDataLossErrorModel()
protected PartitionedDataStorageDataLossErrorModel()
Fields
DeletionMean
[byte] The mean number of bytes that should be deleted from a cluster when a deletion occurs.
public double DeletionMean
Field Value
DeletionStd
[byte] The standard deviation that defines how many bytes should be deleted from a cluster when a deletion occurs.
public double DeletionStd
Field Value
TimeMean
[s] The time particular mean that defines the next deletion time when data will be deleted from the system.
public double TimeMean
Field Value
TimeStd
[s] The time standard deviation that defines the next deletion time when data will be deleted from the system.
public double TimeStd
Field Value
Methods
OnBegin(double)
Called when 'ComponentModel' starts
protected override void OnBegin(double time)
Parameters
time
doublecurrent time (seconds)
OnUpdate(double, double)
Called each timestep during a event tick
protected override void OnUpdate(double time, double step)