MBrace local cluster simulator


Config

Namespace: MBrace.Thespian.Runtime

MBrace.Thespian configuration object

Static members

Static memberDescription
FileSystemStore
Signature: FileSystemStore

Local FileSystemStore instance

CompiledName: get_FileSystemStore

HostName
Signature: string

Hostname that the thespian instance is listening to

CompiledName: get_HostName

Initialize(...)
Signature: (populateDirs:bool * isClient:bool * hostname:string option * workingDirectory:string option * port:int option) -> unit

Initializes the global configuration object.

IsUnix
Signature: bool

True if is unix system

CompiledName: get_IsUnix

LocalAddress
Signature: string

Local TCP address used by the local Thespian instance

CompiledName: get_LocalAddress

LocalMBraceUri
Signature: string

Local MBrace uri identifying the current worker instance

CompiledName: get_LocalMBraceUri

LocalTcpPort
Signature: int

TCP Port used by the local Thespian instance

CompiledName: get_LocalTcpPort

ObjectCache
Signature: InMemoryCache

Object Cache used by the instance

CompiledName: get_ObjectCache

RunsOnMono
Signature: bool

True if running on mono

CompiledName: get_RunsOnMono

Serializer
Signature: BinarySerializer

FsPickler serializer instance used by MBrace.Thespian

CompiledName: get_Serializer

SetConsoleTitle(status)
Signature: (status:string option) -> unit

Sets the System.Console title

WorkingDirectory
Signature: string

Working directory used by the instance

CompiledName: get_WorkingDirectory

Fork me on GitHub