C# Class FASTER.core.CheckpointSettings

Checkpoint-related settings
Mostra 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_oe property

Type of checkpoint
public CheckpointType CheckPointType
return CheckpointType

CheckpointDir public_oe property

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

CheckpointManager public_oe property

Checkpoint manager
public ICheckpointManager CheckpointManager
return ICheckpointManager

RemoveOutdated public_oe property

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