Class NodeInfo

java.lang.Object
com.zeroc.IceGrid.NodeInfo
All Implemented Interfaces:
Serializable, Cloneable

public class NodeInfo extends Object implements Cloneable, Serializable
Information about an IceGrid node.
See Also:
  • Field Details

    • name

      public String name
      The name of the node.
    • os

      public String os
      The operating system name.
    • hostname

      public String hostname
      The network name of the host running this node (as defined in uname()).
    • release

      public String release
      The operation system release level (as defined in uname()).
    • version

      public String version
      The operation system version (as defined in uname()).
    • machine

      public String machine
      The machine hardware type (as defined in uname()).
    • nProcessors

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

      public String dataDir
      The path to the node data directory.
  • Constructor Details

  • Method Details