| Package | Description |
|---|---|
| dunit.eclipse | |
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
RebootInfo |
FakeMaster.reserveForReboot(String srcName,
int srcVmid,
String target,
boolean liveOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
FakeMaster.reboot(String srcName,
int srcVmid,
int actionId,
String reason,
RebootInfo target) |
| Modifier and Type | Method and Description |
|---|---|
static RebootInfo |
RebootMgr.getInfo(String target)
Returns the
RebootInfo for a rebooted host. |
static RebootInfo |
RebootMgr.reboot(String reason,
String target,
boolean liveOnly)
Reboots the given host.
|
RebootInfo |
MasterProxy.reserveForReboot(String srcName,
int srcVmid,
String target,
boolean liveOnly)
For internal hydra use only.
|
protected static RebootInfo |
ClientMgr.reserveForReboot(String srcName,
int srcVmid,
String target,
boolean liveOnly)
Reserves the host for future reboot.
|
RebootInfo |
MasterProxyIF.reserveForReboot(String srcName,
int srcVmid,
String target,
boolean liveOnly)
For internal hydra use only.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ClientMgr._reboot(String srcName,
int srcVmid,
int srcActionId,
String reason,
RebootInfo target)
Reboots the target host.
|
void |
MasterProxy.reboot(String srcName,
int srcVmid,
int actionId,
String reason,
RebootInfo target)
For internal hydra use only.
|
protected static void |
ClientMgr.reboot(String srcName,
int srcVmid,
int srcActionId,
String reason,
RebootInfo target)
Reboots the target host.
|
void |
MasterProxyIF.reboot(String srcName,
int srcVmid,
int actionId,
String reason,
RebootInfo target)
For internal hydra use only.
|
protected static void |
RebootMgr.rebootRemote(String srcName,
int srcVmid,
int actionId,
String reason,
RebootInfo target)
Reboots a host previously reserved.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.