|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationMix
Represents a mix of operations carried out as a single test run
Method Summary | |
---|---|
Operation |
getOperation(int id)
Gets the operation with the specified ID |
Iterator<Operation> |
getOperations()
Gets the operations in this mix |
OperationMixStats |
getStats()
Gets the statistics for the operation mix |
int |
size()
Gets the number of operations in the operation mix |
Method Detail |
---|
Iterator<Operation> getOperations()
Operation getOperation(int id)
Generally it should be assumed that operation IDs are allocated using a
zero based index so 0 would obtain the first operation in the mix while
size()-1
would obtain the last operation in the mix. All the
built-in implementations of this interface follow this rule.
id
- ID
IllegalArgumentException
- Thrown if the ID is not validint size()
OperationMixStats getStats()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |