akka.remote
Class RemoteMetricsOff

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

public class RemoteMetricsOff
extends java.lang.Object
implements RemoteMetrics

INTERNAL API


Constructor Summary
RemoteMetricsOff()
           
 
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

RemoteMetricsOff

public RemoteMetricsOff()
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)