|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GrpcExecInfo
Provides information about time to call RemoteFunctions or RemoteMethods.
This class provides following informations.
| Method Summary | |
|---|---|
double |
getBackTime()
Gets the time to transfer data of results. |
double |
getExecTime()
Gets the time to execute RemoteFunction/RemoteMethod. |
double |
getForeTime()
Gets the time to transfer data of arguments. |
double |
getInvokeTime()
Gets the time to invoke a FunctionHandle/ObjectHandle. |
double |
getLookupTime()
Gets the time to search information of RemoteFunction/RemoteMethod. |
| Method Detail |
|---|
double getLookupTime()
double getInvokeTime()
double getForeTime()
double getExecTime()
double getBackTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||