public class ConflationPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
conflationStat
(String)
Stat to check in
ConflationClient#validateConflationStat. |
static java.lang.Long |
conflationStatType
(String)
Type of stat used in
ConflationClient.validateConflationStats(). |
static java.lang.Long |
destroyPercentage
(int)
The percentage of the time to do destroys before updates.
|
static java.lang.Long |
expectNonZeroConflationStat
(boolean)
Whether the test expects to see conflation in
ConflationClient#validateConflationStat. |
static java.lang.Long |
feedMonotonically
(boolean)
Whether to feed data with monotonically increasing values for each key.
|
static java.lang.Long |
interestBatchSize
(int)
The number of keys to register interest in at one time.
|
static java.lang.Long |
interestTotalSize
(int)
The total number of keys to register interest in.
|
static java.lang.Long |
listenerSleepMs
(int)
The time in milliseconds to sleep in the listener.
|
static java.lang.Long |
maxEventWaitSec
(int)
The time to wait for a change in the number of events accounted for
so far before timing out.
|
static java.lang.Long |
sleepMs
(int)
The time in milliseconds to sleep.
|
static java.lang.Long |
taskGranularityMs
(long)
The time in milliseconds to run a task that uses it.
|
static java.lang.Long |
validateMonotonic
(boolean)
Whether to validate that updated values are monotonically increasing.
|
static java.lang.Long |
validateStrict
(boolean)
Whether to validate that updated values increase in increments of 1.
|
| Constructor and Description |
|---|
ConflationPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
expectNonZeroConflationStat() |
static boolean |
feedMonotonically() |
static java.lang.String |
getConflationStat() |
static java.lang.String |
getConflationStatType() |
static int |
getDestroyPercentage() |
static int |
getInterestBatchSize() |
static int |
getInterestTotalSize() |
static int |
getListenerSleepMs() |
static int |
getMaxEventWaitSec() |
static int |
getSleepMs() |
static long |
getTaskGranularityMs() |
static void |
main(java.lang.String[] args) |
static boolean |
validateMonotonic() |
static boolean |
validateStrict() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long interestTotalSize
public static java.lang.Long interestBatchSize
public static java.lang.Long destroyPercentage
public static java.lang.Long taskGranularityMs
public static java.lang.Long sleepMs
public static java.lang.Long listenerSleepMs
public static java.lang.Long feedMonotonically
public static java.lang.Long validateMonotonic
public static java.lang.Long validateStrict
public static java.lang.Long conflationStatType
ConflationClient.validateConflationStats().public static java.lang.Long conflationStat
ConflationClient#validateConflationStat.public static java.lang.Long expectNonZeroConflationStat
ConflationClient#validateConflationStat.public static java.lang.Long maxEventWaitSec
hydra.Prms@maxResultWaitSec to control the time to wait for all
events to be accounted for.public static int getInterestTotalSize()
public static int getInterestBatchSize()
public static int getDestroyPercentage()
public static long getTaskGranularityMs()
public static int getSleepMs()
public static int getListenerSleepMs()
public static boolean feedMonotonically()
public static boolean validateMonotonic()
public static boolean validateStrict()
public static java.lang.String getConflationStatType()
public static java.lang.String getConflationStat()
public static boolean expectNonZeroConflationStat()
public static int getMaxEventWaitSec()
public static void main(java.lang.String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.