water.deploy
Class Cloud
java.lang.Object
water.deploy.Cloud
public class Cloud
- extends java.lang.Object
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 |
java.lang.String |
jdk
To avoid configuring remote machines, the JDK is sent through rsync with H2O. |
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 |
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
jdk
public java.lang.String jdk
- To avoid configuring remote machines, the JDK is sent through rsync with H2O. By default,
decompress the Oracle Linux x64 JDK to a local folder and point this path to it.
Cloud
public Cloud()
start
public void start(java.lang.String[] java_args,
java.lang.String[] args)