MBrace.Flow


PersistedCloudFlow<'T>

Namespace: MBrace.Flow

CloudFlow instance whose elements are persisted across an MBrace cluster

Instance members

Instance memberDescription
ElementCount
Signature: int64

Computes the element count of the PersistedCloudFlow

CompiledName: get_ElementCount

GetInfo()
Signature: unit -> string

Gets printed information on the persisted CloudFlow.

GetPartitions()
Signature: unit -> (IWorkerRef * CloudArray<'T>) []

Gets the CloudSequence partitions of the PersistedCloudFlow

[i]
Signature: i:int -> IWorkerRef * CloudArray<'T>

CompiledName: get_Item

PartitionCount
Signature: int

Number of partitions in the vector.

CompiledName: get_PartitionCount

ShowInfo()
Signature: unit -> unit

Prints information on the persisted CloudFlow to stdout.

Size
Signature: int64

Computes the size (in bytes) of the PersistedCloudFlow

CompiledName: get_Size

StorageLevel
Signature: StorageLevel

Gets the common StorageLevel of all persisted partitions.

CompiledName: get_StorageLevel

StorageLevels
Signature: StorageLevel []

Gets all supported storage level by contained partitions of persisted CloudFlow.

CompiledName: get_StorageLevels

ToEnumerable()
Signature: unit -> seq<'T>

Gets an enumerable for all elements in the PersistedCloudFlow

Fork me on GitHub