Package com.gigaspaces.lrmi
Interface LRMIProxyMonitoringDetails
- All Known Implementing Classes:
LRMIProxyMonitoringDetailsImpl
public interface LRMIProxyMonitoringDetails
Monitoring details of a single remote proxy.
- Since:
- 9.1
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionGets the connection url of this proxy endpoint.Gets the details of the service behind this proxy implements.Gets the hostname of the machine hosting this servicelongGets the pid inside the host of the process hosting this serviceGets the service versionlongGets the total network traffic that was sent by this proxy.longGets the total network traffic that was received by this proxy.Gets tracking details per method type.
-
Method Details
-
getTotalReceivedTraffic
long getTotalReceivedTraffic()Gets the total network traffic that was received by this proxy. -
getTotalGeneratedTraffic
long getTotalGeneratedTraffic()Gets the total network traffic that was sent by this proxy. -
getConnectionUrl
String getConnectionUrl()Gets the connection url of this proxy endpoint. -
getServiceDetails
String getServiceDetails()Gets the details of the service behind this proxy implements. -
getServiceVersion
PlatformLogicalVersion getServiceVersion()Gets the service version -
getServicePid
long getServicePid()Gets the pid inside the host of the process hosting this service- Since:
- 9.7
-
getServiceHostname
String getServiceHostname()Gets the hostname of the machine hosting this service- Since:
- 9.7
-
getTrackingDetails
Map<String,LRMIMethodMonitoringDetails> getTrackingDetails()Gets tracking details per method type.
-