Package com.gigaspaces.lrmi
Interface LRMIMethodMonitoringDetails
- All Known Implementing Classes:
LRMIMethodMonitoringDetailsImpl
public interface LRMIMethodMonitoringDetails
Monitoring details of a specific method
- Since:
- 9.1
- Author:
- eitany
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the total network traffic that was sent as a response to this method invocationlongGets the number of time this method was invokedlongGets the total network traffic that was received for this method invocation
-
Method Details
-
getInvocationCount
long getInvocationCount()Gets the number of time this method was invoked -
getGeneratedTraffic
long getGeneratedTraffic()Gets the total network traffic that was sent as a response to this method invocation -
getReceivedTraffic
long getReceivedTraffic()Gets the total network traffic that was received for this method invocation
-