The StatusTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusTable |
Constructor.
|
Methods
Name | Description | |
---|---|---|
ClearAndDeleteTable |
Clears and deletes the table used in this class. It doesn't work with Windows Azure SDK.
|
|
ClearTable |
Clears table contents
|
|
CreateOrClearTable |
Creates the table if it doesn't exist, clears it otherwise
|
|
CreateTable |
Creates the table used in this class. It doesn't work with Windows Azure SDK
(DevTableGen.exe must be used).
|
|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) | |
TryClearAndDeleteTable |
Tries to clear and delete the table.
|
|
TryMarkCriticalPhaseOn |
Tries to change the value of the field CriticalPhaseOn to true.
Fails if it is already true or if someone else has changed the value during
the execution of this function. Concurrency is fully implemented.
|
Properties
Name | Description | |
---|---|---|
ClusterCount |
Number of clusters to find.
|
|
CriticalPhaseOn |
true if a critical phase has begun.
|
|
IterationNo |
Iteration counter.
|
|
Phase |
The current phase of the computation.
|
|
WorkersCanWork |
true if workers can work (e.g. they are not stopped by the user).
|