Package com.gigaspaces.lrmi
Interface LRMIServiceClientMonitoringDetails
- All Known Implementing Classes:
LRMIServiceClientMonitoringDetailsImpl
public interface LRMIServiceClientMonitoringDetails
Monitoring details of a single client on a specific service
- Since:
- 9.1
- Author:
- eitany
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the total network traffic that was sent to this clientlongGets the total network traffic that was received by this clientGets tracking details per method typeGets the client version
-
Method Details
-
getTotalReceivedTraffic
long getTotalReceivedTraffic()Gets the total network traffic that was received by this client -
getTotalGeneratedTraffic
long getTotalGeneratedTraffic()Gets the total network traffic that was sent to this client -
getVersion
PlatformLogicalVersion getVersion()Gets the client version -
getTrackingDetails
Map<String,LRMIMethodMonitoringDetails> getTrackingDetails()Gets tracking details per method type
-