water.deploy
Class Cloud

java.lang.Object
  extended by water.deploy.Cloud

public class Cloud
extends java.lang.Object

Deploys and starts a remote cluster. Note: This class is intended for debug and experimentation purposes only, please refer to the documentation to run an H2O cluster.


Nested Class Summary
static class Cloud.Master
           
 
Field Summary
 java.util.Set<java.lang.String> clientRSyncExcludes
          Excludes for rsync to the master
 java.util.Set<java.lang.String> clientRSyncIncludes
          Includes for rsync to the master
 java.util.Set<java.lang.String> fannedRSyncExcludes
          Excludes for rsync between the master and slaves
 java.util.Set<java.lang.String> fannedRSyncIncludes
          Includes for rsync between the master and slaves
static int FORWARDED_LOCAL_PORT
           
static int PORT
          Port for all remote machines.
 java.util.List<java.lang.String> privateIPs
           
 java.util.List<java.lang.String> publicIPs
           
 
Constructor Summary
Cloud()
           
 
Method Summary
 void start(java.lang.String[] java_args, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

publicIPs

public final java.util.List<java.lang.String> publicIPs

privateIPs

public final java.util.List<java.lang.String> privateIPs

clientRSyncIncludes

public final java.util.Set<java.lang.String> clientRSyncIncludes
Includes for rsync to the master


clientRSyncExcludes

public final java.util.Set<java.lang.String> clientRSyncExcludes
Excludes for rsync to the master


fannedRSyncIncludes

public final java.util.Set<java.lang.String> fannedRSyncIncludes
Includes for rsync between the master and slaves


fannedRSyncExcludes

public final java.util.Set<java.lang.String> fannedRSyncExcludes
Excludes for rsync between the master and slaves


PORT

public static final int PORT
Port for all remote machines.

See Also:
Constant Field Values

FORWARDED_LOCAL_PORT

public static final int FORWARDED_LOCAL_PORT
See Also:
Constant Field Values
Constructor Detail

Cloud

public Cloud()
Method Detail

start

public void start(java.lang.String[] java_args,
                  java.lang.String[] args)