public class LRMIMethodMonitoringDetailsImpl extends Object implements SmartExternalizable, LRMIMethodMonitoringDetails
LRMIServiceClientMonitoringDetailsImpl
,
Serialized FormConstructor and Description |
---|
LRMIMethodMonitoringDetailsImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addTrackingDetails(long thisInvocationGeneratedTraffic,
long thisInvocationReceivedTraffic) |
void |
addTrackingDetails(LRMIMethodMonitoringDetails methodTrackingDetails) |
long |
getGeneratedTraffic()
Gets the total network traffic that was sent as a response to this method invocation
|
long |
getInvocationCount()
Gets the number of time this method was invoked
|
long |
getReceivedTraffic()
Gets the total network traffic that was received for this method invocation
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void addTrackingDetails(long thisInvocationGeneratedTraffic, long thisInvocationReceivedTraffic)
public long getInvocationCount()
LRMIMethodMonitoringDetails
getInvocationCount
in interface LRMIMethodMonitoringDetails
public long getGeneratedTraffic()
LRMIMethodMonitoringDetails
getGeneratedTraffic
in interface LRMIMethodMonitoringDetails
public long getReceivedTraffic()
LRMIMethodMonitoringDetails
getReceivedTraffic
in interface LRMIMethodMonitoringDetails
public void addTrackingDetails(LRMIMethodMonitoringDetails methodTrackingDetails)
Copyright © GigaSpaces.