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