|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.consumerlibrary.query.NodeAccountingQuery.InvocationInfo
public class NodeAccountingQuery.InvocationInfo
Constructor Summary | |
---|---|
NodeAccountingQuery.InvocationInfo()
|
Method Summary | |
---|---|
Double |
getAvgInvocationTime()
get the avg invocation time |
Double |
getInvocationCount()
get the invocation count |
String |
getIP()
get the caller IP |
void |
setAvgInvocationTime(Double avgInvocationTime)
set the avg invocatin time |
void |
setInvocationCount(Double invocationCount)
set the invocationCount |
void |
setIP(String iP)
set the caller IP |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeAccountingQuery.InvocationInfo()
Method Detail |
---|
public String getIP()
public void setIP(String iP)
iP
- public Double getInvocationCount()
public void setInvocationCount(Double invocationCount)
invocationCount
- public Double getAvgInvocationTime()
public void setAvgInvocationTime(Double avgInvocationTime)
avgInvocationTime
- the avg invocation time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |