public class ValidatePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
debug
(boolean) Should the test print out debugging information?
|
static java.lang.Long |
distributionLatency
(long) The number of milliseconds of latency we can tolerate for
distributed updates.
|
static java.lang.Long |
entryOperations
(ONEOF) The Region entry operations to perform.
|
static java.lang.Long |
entryOperationsDuration
(int) The number of seconds for which entry operations should be
performed.
|
static java.lang.Long |
objectType
(String) The type of region value object to create
|
static java.lang.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 java.lang.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 java.lang.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 java.lang.Long objectType
getObjectType()public static java.lang.Long entryOperations
getEntryOperation()public static java.lang.Long entryOperationsDuration
getEntryOperationsDuration()public static java.lang.Long debug
isDebug()public static java.lang.Long receiveValuesAsInvalidates
getReceiveValuesAsInvalidates()public static java.lang.Long distributionLatency
getDistributionLatency()public static java.lang.String getObjectType()
Message.public static boolean isDebug()
false.public static boolean getReceiveValuesAsInvalidates()
public static java.lang.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.