C# Class FASTER.core.CheckpointSettings

Checkpoint-related settings
Afficher le fichier Open project: microsoft/FASTER Class Usage Examples

Méthodes publiques

Свойство Type Description
CheckPointType CheckpointType
CheckpointDir string
CheckpointManager ICheckpointManager
RemoveOutdated bool

Property Details

CheckPointType public_oe property

Type of checkpoint
public CheckpointType CheckPointType
Résultat CheckpointType

CheckpointDir public_oe property

Use specified directory for storing and retrieving checkpoints using local storage device.
public string CheckpointDir
Résultat string

CheckpointManager public_oe property

Checkpoint manager
public ICheckpointManager CheckpointManager
Résultat ICheckpointManager

RemoveOutdated public_oe property

Whether FASTER should remove outdated checkpoints automatically
public bool RemoveOutdated
Résultat bool