Connects
Signature: NetworkConnections
|
Get the current connected queue set
|
Current()
Signature: unit -> Cluster option
|
Get, Set Current Cluster used by DSet, DStream, service launch, etc..
|
Current()
Signature: unit -> unit
|
Get, Set Current Cluster used by DSet, DStream, service launch, etc..
|
GetCombinedCluster(clusters)
Signature: clusters:seq<Cluster> -> Cluster
|
Construct a single node using the existing cluster information.
|
GetCurrent()
Signature: unit -> Cluster
|
Get the default cluster used by DSet, DStream, service launch, etc..
|
SetCurrent(cl)
Signature: cl:Cluster -> unit
|
Set the default cluster used by DSet, DStream, service launch, etc..
|
Start(...)
Signature: (masterFile:string * cluster:string * expClusterSize:int option) -> unit
|
Load a cluster, with optional a master (which may be queryed for cluster allocation), start the connection to their nodes, and use it as the current cluster
|
StartCluster(cluster)
Signature: cluster:string -> unit
|
Load a cluster, start the connection to their nodes, and use it as the current cluster
|
Stop()
Signature: unit -> unit
|
Stop all connnections and disconnect all clusters.
|