|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Request | |
---|---|
medisyn | Contains classes needed to form scenario configurations (X2XProxy, ScenarioConfig etc) but also only medisyn specific classes. |
simulator.views |
Uses of Request in medisyn |
---|
Fields in medisyn with type parameters of type Request | |
---|---|
private java.util.Vector<Request> |
ResultParser.requests
|
private java.util.Vector<Request> |
ProxyGenerator.requests
|
Methods in medisyn that return Request | |
---|---|
protected Request |
Request.clone()
clone the object |
Methods in medisyn that return types with arguments of type Request | |
---|---|
java.util.Vector<Request> |
ResultParser.getRequests()
|
java.util.Vector<Request> |
ProxyGenerator.getRequests()
|
Method parameters in medisyn with type arguments of type Request | |
---|---|
void |
ProxyGenerator.setRequests(java.util.Vector<Request> requests)
|
Uses of Request in simulator.views |
---|
Method parameters in simulator.views with type arguments of type Request | |
---|---|
private void |
Simulator.examineRequestResults(java.util.Hashtable<Request,java.lang.Integer> requestResults)
Calculate statistics for requestResults and print them to sysout |
private boolean |
Simulator.requestVideosFromGroup(java.util.Vector<Request> requests,
int maxGroupSize,
ProxyGroup group,
java.util.Hashtable<Request,java.lang.Integer> requestResults)
Simulate some client requests for videos to the group and calculate the requestResults. |
private boolean |
Simulator.requestVideosFromGroup(java.util.Vector<Request> requests,
int maxGroupSize,
ProxyGroup group,
java.util.Hashtable<Request,java.lang.Integer> requestResults)
Simulate some client requests for videos to the group and calculate the requestResults. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |