C# 클래스 FASTER.core.CheckpointSettings

Checkpoint-related settings
파일 보기 프로젝트 열기: microsoft/FASTER 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CheckPointType CheckpointType
CheckpointDir string
CheckpointManager ICheckpointManager
RemoveOutdated bool

프로퍼티 상세

CheckPointType 공개적으로 프로퍼티

Type of checkpoint
public CheckpointType CheckPointType
리턴 CheckpointType

CheckpointDir 공개적으로 프로퍼티

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

CheckpointManager 공개적으로 프로퍼티

Checkpoint manager
public ICheckpointManager CheckpointManager
리턴 ICheckpointManager

RemoveOutdated 공개적으로 프로퍼티

Whether FASTER should remove outdated checkpoints automatically
public bool RemoveOutdated
리턴 bool