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