public class GemFireLocatorAgentMgr extends Object
| Constructor and Description |
|---|
GemFireLocatorAgentMgr() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printProcessStacks()
Does a stack dump on all locator agents.
|
static void |
registerGemFireLocatorAgent(GemFireLocatorAgentRecord lar)
Used by locator agent to register with the master that it's ready.
|
static void |
startLocatorAgent(String ds,
String vmArgs,
String classpath)
Fires up a locator agent process for the specified distributed
system and waits for it to register with the master.
|
static void |
startLocatorAgents()
Starts a locator agent for each distributed system that is configured
to use a locator.
|
static void |
stopLocatorAgent(String ds)
Tells the locator agent to exit.
|
static void |
stopLocatorAgentsAfterTest()
Stops all of the locator agents in the test configuration.
|
public static void startLocatorAgents()
public static void startLocatorAgent(String ds, String vmArgs, String classpath)
public static void registerGemFireLocatorAgent(GemFireLocatorAgentRecord lar)
public static void stopLocatorAgentsAfterTest()
public static void stopLocatorAgent(String ds)
public static void printProcessStacks()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.