MBrace.Runtime


ISystemLogStoreSchema

Namespace: MBrace.Runtime.Components

Creates a schema for writing and fetching system log files for specific workers

Instance members

Instance memberDescription
GetLogFilePath(worker)
Signature: worker:IWorkerId -> string
Modifiers: abstract

Creates a path to a log file for supplied WorkerId and incremental index.

GetLogFiles()
Signature: unit -> Async<string []>
Modifiers: abstract

Gets all log files that have been persisted to store.

GetWorkerLogFiles(workerId)
Signature: workerId:IWorkerId -> Async<string []>
Modifiers: abstract

Gets all log files that have been persisted to store by given task identifier.

Fork me on GitHub