public class GemFireSystem
extends java.lang.Object
implements java.io.Serializable
VM.setSystem(dunit.GemFireSystem),
Serialized Form| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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
|
java.lang.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.
|
java.util.List |
getVMs()
Return a list of VMs associated with this system
|
java.lang.String |
toString() |
public Host getHost()
public java.lang.String getSystemDirectory()
public int getVMCount()
public java.util.List getVMs()
public VM getVM(int i)
public boolean equals(java.lang.Object o)
GemFireSystems are equal if they run on the same
directory on the same host.equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.