C# 클래스 R.Scheduler.Persistance.InMemoryStore

InMemory implementation of IPersistanceStore
상속: IPersistanceStore
파일 보기 프로젝트 열기: R-Suite/R.Scheduler 1 사용 예제들

공개 메소드들

메소드 설명
GetCalendarId ( string name ) : System.Guid

Get calendar id mapped to specified name

GetCalendarName ( System.Guid id ) : string

Get calendar name mapped to specified id

GetErroredJobs ( int count ) : IEnumerable
GetExecutedJobs ( int count ) : IEnumerable
GetJobId ( JobKey jobKey ) : System.Guid

Get job id mapped to specified JobKey

GetJobKey ( System.Guid id ) : JobKey

Get JobKey mapped to specified id

GetTriggerId ( TriggerKey triggerKey ) : System.Guid
GetTriggerKey ( System.Guid id ) : TriggerKey
InMemoryStore ( ) : System
InsertAuditLog ( AuditLog log ) : void
RemoveCalendarIdMap ( string name ) : void

Delete Calendar id mapping

RemoveJobKeyIdMap ( string jobName, string jobGroup ) : void
RemoveTriggerKeyIdMap ( string triggerName, string triggerGroup ) : void
UpsertCalendarIdMap ( string name ) : System.Guid
UpsertJobKeyIdMap ( string jobName, string jobGroup, System.Guid jobId = null ) : System.Guid

Insert JobKey and return new (or provided) id. Return existing id if job key already exists.

UpsertTriggerKeyIdMap ( string triggerName, string triggerGroup ) : System.Guid

Insert TriggerKey and return new id. Return existing id if trigger key already exists.

메소드 상세

GetCalendarId() 공개 메소드

Get calendar id mapped to specified name
public GetCalendarId ( string name ) : System.Guid
name string
리턴 System.Guid

GetCalendarName() 공개 메소드

Get calendar name mapped to specified id
public GetCalendarName ( System.Guid id ) : string
id System.Guid
리턴 string

GetErroredJobs() 공개 메소드

public GetErroredJobs ( int count ) : IEnumerable
count int
리턴 IEnumerable

GetExecutedJobs() 공개 메소드

public GetExecutedJobs ( int count ) : IEnumerable
count int
리턴 IEnumerable

GetJobId() 공개 메소드

Get job id mapped to specified JobKey
public GetJobId ( JobKey jobKey ) : System.Guid
jobKey JobKey
리턴 System.Guid

GetJobKey() 공개 메소드

Get JobKey mapped to specified id
public GetJobKey ( System.Guid id ) : JobKey
id System.Guid
리턴 JobKey

GetTriggerId() 공개 메소드

public GetTriggerId ( TriggerKey triggerKey ) : System.Guid
triggerKey TriggerKey
리턴 System.Guid

GetTriggerKey() 공개 메소드

public GetTriggerKey ( System.Guid id ) : TriggerKey
id System.Guid
리턴 TriggerKey

InMemoryStore() 공개 메소드

public InMemoryStore ( ) : System
리턴 System

InsertAuditLog() 공개 메소드

public InsertAuditLog ( AuditLog log ) : void
log R.Scheduler.Interfaces.AuditLog
리턴 void

RemoveCalendarIdMap() 공개 메소드

Delete Calendar id mapping
public RemoveCalendarIdMap ( string name ) : void
name string
리턴 void

RemoveJobKeyIdMap() 공개 메소드

public RemoveJobKeyIdMap ( string jobName, string jobGroup ) : void
jobName string
jobGroup string
리턴 void

RemoveTriggerKeyIdMap() 공개 메소드

public RemoveTriggerKeyIdMap ( string triggerName, string triggerGroup ) : void
triggerName string
triggerGroup string
리턴 void

UpsertCalendarIdMap() 공개 메소드

public UpsertCalendarIdMap ( string name ) : System.Guid
name string
리턴 System.Guid

UpsertJobKeyIdMap() 공개 메소드

Insert JobKey and return new (or provided) id. Return existing id if job key already exists.
public UpsertJobKeyIdMap ( string jobName, string jobGroup, System.Guid jobId = null ) : System.Guid
jobName string
jobGroup string
jobId System.Guid
리턴 System.Guid

UpsertTriggerKeyIdMap() 공개 메소드

Insert TriggerKey and return new id. Return existing id if trigger key already exists.
public UpsertTriggerKeyIdMap ( string triggerName, string triggerGroup ) : System.Guid
triggerName string
triggerGroup string
리턴 System.Guid