public class Java extends Object
| Constructor and Description |
|---|
Java() |
| Modifier and Type | Method and Description |
|---|---|
static int |
java(ClientDescription cd,
String main)
Starst a vm on localhost based on the client description and specified
main.
|
static int |
javaGemFireLocatorAgent(String distributedSystemName,
String vmArgs,
String classpath)
Start a gemfire locator agent for the specified distributed system on the
master host based on system properties.
|
static int |
javaGFMon()
Start a GFMon/WindowTester VM on the master host based on system
properties.
|
static int |
javaHostAgent(HostAgentDescription had)
Starts a hostagent on a remote host based on the hostagent description.
|
static int |
javaMergeLogFiles(String fn,
List logFiles)
Merge the given log files into a single txt file.
|
static int |
javaRemoteTestModule(String masterHost,
int masterPid,
ClientVmRecord vm,
String purpose)
Start a client vm based on the client description and starting thread id.
|
public static int javaMergeLogFiles(String fn, List logFiles)
public static int javaGemFireLocatorAgent(String distributedSystemName, String vmArgs, String classpath)
public static int javaGFMon()
public static int javaHostAgent(HostAgentDescription had)
public static int javaRemoteTestModule(String masterHost, int masterPid, ClientVmRecord vm, String purpose)
public static int java(ClientDescription cd, String main)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.