akka.remote.transport
Class FailureInjectorTransportAdapter.Drop

java.lang.Object
  extended by akka.remote.transport.FailureInjectorTransportAdapter.Drop
All Implemented Interfaces:
FailureInjectorTransportAdapter.GremlinMode, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
FailureInjectorTransportAdapter

public static class FailureInjectorTransportAdapter.Drop
extends java.lang.Object
implements FailureInjectorTransportAdapter.GremlinMode, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
FailureInjectorTransportAdapter.Drop(double outboundDropP, double inboundDropP)
           
 
Method Summary
 double inboundDropP()
           
 double outboundDropP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

FailureInjectorTransportAdapter.Drop

public FailureInjectorTransportAdapter.Drop(double outboundDropP,
                                            double inboundDropP)
Method Detail

outboundDropP

public double outboundDropP()

inboundDropP

public double inboundDropP()