@zeroc/ice
    Preparing search index...

    Class NodeInfo

    Information about an IceGrid node.

    The Slice compiler generated this class from Slice struct ::IceGrid::NodeInfo.

    Index

    Constructors

    • Parameters

      • Optionalname: string
      • Optionalos: string
      • Optionalhostname: string
      • Optionalrelease: string
      • Optionalversion: string
      • Optionalmachine: string
      • OptionalnProcessors: number
      • OptionaldataDir: string

      Returns NodeInfo

    Properties

    dataDir: string

    The path to the node data directory.

    hostname: string

    The network name of the host running this node.

    machine: string

    The machine hardware type.

    name: string

    The name of the node.

    nProcessors: number

    The number of processor threads on the node. For example, nProcessors is 8 on a computer with a single quad-core processor and two threads per core.

    os: string

    The operating system name.

    release: string

    The operation system release level.

    version: string

    The operation system version.

    Methods

    • A deep copy of the current object.

      Returns NodeInfo

      A deep copy of the current object.

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.

    • Returns the hash code of the object.

      Returns number

      The hash code of the object.