Package akka.remote.transport
Class ThrottlerTransportAdapter$
- java.lang.Object
-
- akka.remote.transport.ThrottlerTransportAdapter$
-
public class ThrottlerTransportAdapter$ extends java.lang.Object
Java API: get the singleton instance
-
-
Field Summary
Fields Modifier and Type Field Description static ThrottlerTransportAdapter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ThrottlerTransportAdapter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrottlerTransportAdapter.ThrottleMode
blackholeThrottleMode()
Java API: get the ThrottleMode.Blackhole instanceThrottlerTransportAdapter.Direction
bothDirection()
Java API: get the Direction.Both instanceThrottlerTransportAdapter.Direction
receiveDirection()
Java API: get the Direction.Receive instancejava.lang.String
SchemeIdentifier()
ThrottlerTransportAdapter.Direction
sendDirection()
java.util.concurrent.atomic.AtomicInteger
UniqueId()
ThrottlerTransportAdapter.ThrottleMode
unthrottledThrottleMode()
Java API: get the ThrottleMode.Unthrottled instance
-
-
-
Field Detail
-
MODULE$
public static final ThrottlerTransportAdapter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
SchemeIdentifier
public java.lang.String SchemeIdentifier()
-
UniqueId
public java.util.concurrent.atomic.AtomicInteger UniqueId()
-
sendDirection
public ThrottlerTransportAdapter.Direction sendDirection()
-
receiveDirection
public ThrottlerTransportAdapter.Direction receiveDirection()
Java API: get the Direction.Receive instance- Returns:
- (undocumented)
-
bothDirection
public ThrottlerTransportAdapter.Direction bothDirection()
Java API: get the Direction.Both instance- Returns:
- (undocumented)
-
blackholeThrottleMode
public ThrottlerTransportAdapter.ThrottleMode blackholeThrottleMode()
Java API: get the ThrottleMode.Blackhole instance- Returns:
- (undocumented)
-
unthrottledThrottleMode
public ThrottlerTransportAdapter.ThrottleMode unthrottledThrottleMode()
Java API: get the ThrottleMode.Unthrottled instance- Returns:
- (undocumented)
-
-