public class GemFireSystem extends Object implements Serializable
VM.setSystem(dunit.GemFireSystem),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Two
GemFireSystems are equal if they run on the same
directory on the same host. |
Host |
getHost()
Returns the host on which this GemFire system runs
|
String |
getSystemDirectory()
Returns the system directory for this GemFire system
|
VM |
getVM(int i)
Returns the VM at the 0-based index i into getVMs()
|
int |
getVMCount()
Return the number of VMs associated with this system.
|
List |
getVMs()
Return a list of VMs associated with this system
|
String |
toString() |
public Host getHost()
public String getSystemDirectory()
public int getVMCount()
public List getVMs()
public VM getVM(int i)
public boolean equals(Object o)
GemFireSystems are equal if they run on the same
directory on the same host.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.