C# Class FASTER.core.CheckpointSettings

Checkpoint-related settings
Show file Open project: microsoft/FASTER Class Usage Examples

Public Properties

Property Type Description
CheckPointType CheckpointType
CheckpointDir string
CheckpointManager ICheckpointManager
RemoveOutdated bool

Property Details

CheckPointType public property

Type of checkpoint
public CheckpointType CheckPointType
return CheckpointType

CheckpointDir public property

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

CheckpointManager public property

Checkpoint manager
public ICheckpointManager CheckpointManager
return ICheckpointManager

RemoveOutdated public property

Whether FASTER should remove outdated checkpoints automatically
public bool RemoveOutdated
return bool