akka.remote
Class RemoteMetricsOn

java.lang.Object
  extended by akka.remote.RemoteMetricsOn
All Implemented Interfaces:
Extension, RemoteMetrics

public class RemoteMetricsOn
extends java.lang.Object
implements RemoteMetrics

INTERNAL API


Constructor Summary
RemoteMetricsOn(ExtendedActorSystem system)
           
 
Method Summary
 void logPayloadBytes(java.lang.Object msg, int payloadBytes)
          Logging of the size of different message types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMetricsOn

public RemoteMetricsOn(ExtendedActorSystem system)
Method Detail

logPayloadBytes

public void logPayloadBytes(java.lang.Object msg,
                            int payloadBytes)
Description copied from interface: RemoteMetrics
Logging of the size of different message types. Maximum detected size per message type is logged once, with and increase threshold of 10%.

Specified by:
logPayloadBytes in interface RemoteMetrics
Parameters:
msg - (undocumented)
payloadBytes - (undocumented)