org.mmtk.utility.options
Class ConcurrentTrigger
java.lang.Object
org.vmutil.options.Option
org.vmutil.options.IntOption
org.mmtk.utility.options.ConcurrentTrigger
public class ConcurrentTrigger
- extends IntOption
Concurrent trigger percentage
Fields inherited from class org.vmutil.options.Option |
ADDRESS_OPTION, BOOLEAN_OPTION, ENUM_OPTION, FLOAT_OPTION, INT_OPTION, MICROSECONDS_OPTION, PAGES_OPTION, RAW, READABLE, set, STRING_OPTION, XML |
Method Summary |
protected void |
validate()
Only accept values between 1 and 100 (inclusive) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentTrigger
public ConcurrentTrigger()
- Create the option.
validate
protected void validate()
- Only accept values between 1 and 100 (inclusive)
- Overrides:
validate
in class Option