|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.minisim.contproxy.entity
public static class contproxy.entity
Benchmark proxy entity.
Field Summary | |
---|---|
private int |
mode
benchmark type. |
private long |
nevents
number of blocking proxied benchmark events. |
private long |
nwarm
number of blocking proxied warm-up events. |
Constructor Summary | |
---|---|
contproxy.entity(int mode,
long nevents,
long nwarm)
Create new benchmark entity. |
Method Summary | |
---|---|
private void |
call(contproxy.entityInterface e)
Perform single blocking proxied call. |
void |
go(contproxy.entityInterface e)
Perform benchmark. |
void |
operation_double(double d)
Proxied blocking call with primitive double parameter. |
void |
operation_int(int i)
Proxied blocking call with primitive integer parameter. |
void |
operation_null()
Proxied blocking call with no parameters. |
void |
operation_string(java.lang.String s)
Proxied blocking call with String parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int mode
private long nevents
private long nwarm
Constructor Detail |
---|
public contproxy.entity(int mode, long nevents, long nwarm)
mode
- benchmark typenevents
- number of proxied blocking benchmark eventsnwarm
- number of proxied blocking warm-up eventsMethod Detail |
---|
private void call(contproxy.entityInterface e)
e
- target entitypublic void go(contproxy.entityInterface e)
go
in interface contproxy.entityInterface
e
- entity referencepublic void operation_null()
operation_null
in interface contproxy.entityInterface
public void operation_int(int i)
operation_int
in interface contproxy.entityInterface
i
- dummy intpublic void operation_double(double d)
operation_double
in interface contproxy.entityInterface
d
- dummy doublepublic void operation_string(java.lang.String s)
operation_string
in interface contproxy.entityInterface
s
- dummy string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |