|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
suramadu.util.exec.TestProperties
suramadu.tests.latency.MissedDeadline.TestProps
Field Summary | |
long |
bgIdelay
retrieved from default or specified properties. |
long |
bgPeriod
retrieved from default or specified properties. |
int |
bgPriority
retrieved from default or specified properties. |
int |
bgThreads
retrieved from default or specified properties. |
int |
costMillis
the cost of the test interval |
int |
costNanos
|
int |
deadlineMillis
the deadline of the test interval |
int |
deadlineNanos
|
static java.lang.String[] |
DEFAULT_PROPERTIES
|
boolean |
handlerNonHeap
nonheap flag to handler |
int |
handlerPriority
priority of the handlers - should be greater than the thread's |
java.lang.String |
handlerType
type of handler |
int |
histBins
the number of histogram bins to use for mode calculation (evenly divided between min and max) |
long |
idelay
retrieved from default or specified properties. |
int |
iterations
retrieved from default or specified properties. |
java.lang.String |
memType
retrieved from default or specified properties |
long |
period
retrieved from default or specified properties. |
int |
priority
retrieved from default or specified properties. |
java.lang.String |
threadType
retrieved from default or specified properties |
int |
waste
the time to waste each interval |
Fields inherited from class suramadu.util.exec.TestProperties |
CLASSNAME, CPS, DATAFILEHEADERWIDTH, FILEOUTPUTERROR, HOSTNAME, INPUT_PREFIX, OSNAME, OSVERSION, OUTPUT_PREFIX, PLATFORM, PROPERTIESLOADED, RAWDATAFILE, TIMESTAMP |
Constructor Summary | |
MissedDeadline.TestProps()
|
|
MissedDeadline.TestProps(java.lang.Class aClass)
|
Method Summary | |
static java.util.Iterator |
factory(java.lang.Class aClass)
|
Methods inherited from class java.util.Properties |
getProperty, list, list, load, save, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, remove, size, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String[] DEFAULT_PROPERTIES
public java.lang.String threadType
public java.lang.String memType
public int iterations
public int priority
public long period
public long idelay
public int bgPriority
public long bgPeriod
public long bgIdelay
public int bgThreads
public int histBins
public int costMillis
public int costNanos
public int deadlineMillis
public int deadlineNanos
public int waste
public int handlerPriority
public java.lang.String handlerType
public boolean handlerNonHeap
Constructor Detail |
public MissedDeadline.TestProps() throws PropertyValidationException
PropertyValidationException
public MissedDeadline.TestProps(java.lang.Class aClass) throws PropertyValidationException
aClass
-
PropertyValidationException
Method Detail |
public static java.util.Iterator factory(java.lang.Class aClass) throws PropertyValidationException, java.lang.InstantiationException, java.lang.IllegalAccessException
PropertyValidationException
java.lang.InstantiationException
java.lang.IllegalAccessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |