Class OpenGridCluster


public class OpenGridCluster
extends AbstractHost<OpenGridSession>
Represents a single Open Grid Scheduler cluster together with login information for accessing it via SSH. Use the connect(int) method to create a session for interacting with the cluster. This class is thread-safe, but the OpenGridSession need synchronization if used with multiple threads. Typically, instances of this class are created and managed by the OpenGridService. It is possible to create ad-hoc, unmanaged instances, but this is not recommended.
Since:
1.0
Author:
nicklas
  • Field Details

  • Constructor Details

    • OpenGridCluster

      public OpenGridCluster​(ConnectionInfo ci, ClusterConfig config)
      Creates a new Open Grid Cluster instance. Note that the configurations will be locked as a result of calling this method.
      Parameters:
      ci - Connection information to access the cluster
      config - Other configuration settings
  • Method Details