public class NodeAccountingQuery.InvocationInfo extends Object
| Constructor and Description |
|---|
NodeAccountingQuery.InvocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 timeCopyright © 2015. All Rights Reserved.