ClusterCounter Class

Contains counter values related to the scheduling queue and cluster nodes (for example, the number of queued jobs and the number of idle nodes).


Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("81BEC618-C361-406b-A7B1-A17A0CC9EBE3")] 
public sealed class ClusterCounter : IClusterCounter
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("81BEC618-C361-406b-A7B1-A17A0CC9EBE3") */ 
public final class ClusterCounter implements IClusterCounter
SerializableAttribute 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("81BEC618-C361-406b-A7B1-A17A0CC9EBE3") 
public final class ClusterCounter implements IClusterCounter

Treat the properties of this class as read-only; do not set the value of these properties.

You should not use this class. Instead, you should use the IClusterCounter interface as shown in the following example:

IClusterCounter clusterCounters = cluster.ClusterCounter;

System.Object
  Microsoft.ComputeCluster.ClusterCounter

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

Community Additions

ADD
Show: