public interface MaestroTestProperties
Modifier and Type | Method and Description |
---|---|
long |
getMessageSize() |
int |
getParallelCount() |
int |
getRate() |
boolean |
isVariableSize() |
void |
load(File testProperties)
Load a properties file (ie.: test.properties)
|
void |
setMessageSize(long messageSize) |
void |
setMessageSize(String messageSize) |
void |
setParallelCount(int parallelCount) |
void |
setParallelCount(String parallelCount) |
void |
setRate(int rate) |
void |
setRate(String rate) |
void |
setVariableSize(boolean variableSize) |
void |
write(File testProperties)
Write to a properties file
|
void load(File testProperties) throws IOException
testProperties
- A file object pointing to the file to be loadedIOException
- If the file cannot be readvoid write(File testProperties) throws IOException
testProperties
- A file object pointing to the file to be writtenIOException
- If the file cannot be writtenvoid setMessageSize(long messageSize)
void setMessageSize(String messageSize)
long getMessageSize()
void setParallelCount(int parallelCount)
void setParallelCount(String parallelCount)
int getParallelCount()
void setVariableSize(boolean variableSize)
boolean isVariableSize()
void setRate(int rate)
void setRate(String rate)
int getRate()
This documentation was released into the public domain.