ISchedulerNode interface

Contains information about a compute node.

To get this interface, call one of the following methods:

Members

The ISchedulerNode interface inherits from the IDispatch interface. ISchedulerNode also has these types of members:

  • Methods
  • Properties

Methods

The ISchedulerNode interface has these methods.

Method Description
GetCores

Retrieves the state information for each core on the node.

GetCounters

Retrieves the counter data for the node.

Refresh

Refreshes this copy of the node object with the contents from the server.

 

Properties

The ISchedulerNode interface has these properties.

Property Access type Description

CpuSpeed

Read-only

Retrieves the processor speed of the node.

Guid

Read-only

Retrieves the globally unique identifier that uniquely identifies the node in the system.

Id

Read-only

Retrieves the identifier that uniquely identifies the node in the cluster.

JobType

Read-only

Retrieves the types of jobs that this node is configured to run.

MemorySize

Read-only

Retrieves the size of memory.

MoveToOffline

Read-only

Determines if a user requested that the node go offline.

Name

Read-only

Retrieves the computer name of the node.

NodeGroups

Read-only

Retrieves the node groups to which this node belongs.

NumberOfCores

Read-only

Retrieves the number of cores on the node.

NumberOfSockets

Read-only

Retrieves the number of sockets on the node.

OfflineTime

Read-only

Retrieves the date and time that the node last went offline.

OnlineTime

Read-only

Retrieves the date and time that the node last came online.

Reachable

Read-only

Determines whether the server thinks the node is reachable.

State

Read-only

Retrieves the current state of the node.

 

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

HPC Interfaces

IScheduler

ISchedulerCore

ISchedulerJob

ISchedulerNodeCounters

ISchedulerTask