| Package | Description |
|---|---|
| com.gemstone.gemfire.cache.client.internal | |
| com.gemstone.gemfire.internal.cache.tier.sockets | |
| com.gemstone.gemfire.management | |
| dunit |
This package contains the building blocks for GemFire Distributed
Unit Tests.
|
| dunit.impl |
This package contains classes that are only used for the
implementation of the distributed unit test framework.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LocatorTestBase.getLocatorString(Host host,
int locatorPort) |
String |
LocatorTestBase.getLocatorString(Host host,
int[] locatorPorts) |
| Modifier and Type | Field and Description |
|---|---|
protected static Host |
HAInterestBaseTest.host |
| Modifier and Type | Method and Description |
|---|---|
static void |
UnregisterInterestDUnitTest.createClientCache(Host host,
Integer port) |
| Modifier and Type | Method and Description |
|---|---|
static String |
LocatorManagementDUnitTest.getServerHostName(Host host)
get the host name to use for a server cache in client/server dunit
testing
|
| Modifier and Type | Method and Description |
|---|---|
Host |
GemFireSystem.getHost()
Returns the host on which this GemFire system runs
|
Host |
VM.getHost()
Returns the host on which this
VM runs |
static Host |
Host.getHost(int n)
Returns a given host
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
Host.addHost(Host host)
Makes note of a new
Host |
static void |
DistributedTestCase.dumpStack(Host host)
print stack dumps for all vms on the given host
|
static String |
DistributedTestCase.getServerHostName(Host host)
get the host name to use for a server cache in client/server dunit
testing
|
| Modifier and Type | Class and Description |
|---|---|
class |
HostImpl
This class provides the implementation of a distributed unit test
host.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.