| Package | Description |
|---|---|
| dunit |
This package contains the building blocks for GemFire Distributed
Unit Tests.
|
| dunit.eclipse | |
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Host.addLocator(int pid,
String systemName,
RemoteTestModuleIF client) |
protected void |
Host.addVM(int pid,
String systemName,
RemoteTestModuleIF client)
Adds a VM to this
Host with the given process id and client record. |
| Modifier and Type | Class and Description |
|---|---|
class |
FakeRemoteTestModule |
| Modifier and Type | Method and Description |
|---|---|
HydraThreadGroupInfo |
FakeMaster.registerClient(int vmid,
int tid,
RemoteTestModuleIF mod) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteTestModule
Instances of this class represent remote clients
in hydra multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteTestModuleIF |
ClientRecord.getTestModule() |
| Modifier and Type | Method and Description |
|---|---|
HydraThreadGroupInfo |
MasterProxy.registerClient(int vmid,
int tid,
RemoteTestModuleIF mod)
For internal hydra use only.
|
static HydraThreadGroupInfo |
ClientMgr.registerClient(int vmid,
int tid,
RemoteTestModuleIF mod)
Used by new client threads to tell master they are ready and to get their
threadgroup information.
|
HydraThreadGroupInfo |
MasterProxyIF.registerClient(int vmid,
int tid,
RemoteTestModuleIF mod)
For internal hydra use only.
|
protected void |
ClientRecord.setTestModule(RemoteTestModuleIF mod) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.