IRuntimeManager
Namespace: MBrace.Runtime
Abstract MBrace runtime management object. Contains all functionality necessary for the coordination of an MBrace cluster.
Instance members
Instance member | Description |
AssemblyManager
Signature: IAssemblyManager
Modifiers: abstract |
Gets the Vagabond assembly manager for this runtime. CompiledName: |
CancellationEntryFactory
Signature: ICancellationEntryFactory
Modifiers: abstract |
Serializable distributed cancellation entry manager. CompiledName: |
CloudLogManager
Signature: ICloudLogManager
Modifiers: abstract |
Abstraction used for managing logging by cloud workflows. CompiledName: |
CounterFactory
Signature: ICloudCounterFactory
Modifiers: abstract |
Gets the distributed counter factory for this runtime. CompiledName: |
Id
Signature: IRuntimeId
Modifiers: abstract |
Runtime uniqueue identifier CompiledName: |
LocalSystemLogManager
Signature: ILocalSystemLogManager
Modifiers: abstract |
Abstraction used for managing system logs in the local process. CompiledName: |
ProcessManager
Signature: ICloudProcessManager
Modifiers: abstract |
Gets the CloudProcess manager instance for this runtime. CompiledName: |
ResetClusterState()
Signature: unit -> Async<unit>
Modifiers: abstract |
Resets the entire cluster state |
ResourceRegistry
Signature: ResourceRegistry
Modifiers: abstract |
Local MBrace resources to be supplied to workflow. CompiledName: |
ResultAggregatorFactory
Signature: ICloudResultAggregatorFactory
Modifiers: abstract |
Gets the distributed result aggregator factory for this runtime, CompiledName: |
RuntimeSystemLogManager
Signature: IRuntimeSystemLogManager
Modifiers: abstract |
Abstraction used for managing runtime-wide system logs. CompiledName: |
Serializer
Signature: FsPicklerSerializer
Modifiers: abstract |
FsPickler serialization instance used by the runtime CompiledName: |
WorkerManager
Signature: IWorkerManager
Modifiers: abstract |
Runtime worker manager object. CompiledName: |
WorkItemQueue
Signature: ICloudWorkItemQueue
Modifiers: abstract |
Gets the work item queue instance for the runtime. CompiledName: |