public interface

MachineCPUInfo

com.microstrategy.web.objects.admin.licensing.MachineCPUInfo

Class Overview

This interface represents the CPU usage information of a single Intelligence Server.

Summary

Public Methods
abstract String getCPUIDs()
Returns the affinity of CPUs being used by the machine.
abstract String getMachineName()
Returns the name of the machine.
abstract int getNumberOfCPUs()
Returns the number of CPUs being used by the machine.
abstract boolean isClustered()
Indicates whether the machine is clustered.

Public Methods

public abstract String getCPUIDs ()

Returns the affinity of CPUs being used by the machine.

Returns
  • the affinity of CPUs being used by the machine.

public abstract String getMachineName ()

Returns the name of the machine.

Returns
  • The name of the machine.

public abstract int getNumberOfCPUs ()

Returns the number of CPUs being used by the machine.

Returns
  • The number of CPUs being used by the machine.

public abstract boolean isClustered ()

Indicates whether the machine is clustered.

Returns
  • true if the machine is clustered.