public class ValidatePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
debug
(boolean) Should the test print out debugging information?
|
static Long |
distributionLatency
(long) The number of milliseconds of latency we can tolerate for
distributed updates.
|
static Long |
entryOperations
(ONEOF) The Region entry operations to perform.
|
static Long |
entryOperationsDuration
(int) The number of seconds for which entry operations should be
performed.
|
static Long |
objectType
(String) The type of region value object to create
|
static Long |
receiveValuesAsInvalidates
(boolean) Should the test receive values as invalidates.
|
| Constructor and Description |
|---|
ValidatePrms() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getDistributionLatency()
Returns the (maximum) number of milliseconds of latency that we
should expect distributed operations to be propagated.
|
static String |
getEntryOperation()
Returns the (randomly selected) Region entry operation to
perform.
|
static int |
getEntryOperationsDuration()
Returns the number of seconds for which entry operations should
be performed.
|
static String |
getObjectType()
Returns the type (class) of object to use as region values.
|
static boolean |
getReceiveValuesAsInvalidates() |
static boolean |
isDebug()
Returns whether or not the test should print out debugging
information.
|
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long objectType
getObjectType()public static Long entryOperations
getEntryOperation()public static Long entryOperationsDuration
getEntryOperationsDuration()public static Long debug
isDebug()public static Long receiveValuesAsInvalidates
getReceiveValuesAsInvalidates()public static Long distributionLatency
getDistributionLatency()public static String getObjectType()
Message.public static boolean isDebug()
false.public static boolean getReceiveValuesAsInvalidates()
public static String getEntryOperation()
HydraConfigException - If no operation was configuredpublic static int getEntryOperationsDuration()
60.ValidateTasks.doEntryOperations()public static long getDistributionLatency()
500.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.