Packages

c

akka.remote.testconductor

TestConductorExt

class TestConductorExt extends Extension with Conductor with Player

This binds together the akka.remote.testconductor.Conductor and akka.remote.testconductor.Player roles inside an Akka akka.actor.Extension. Please follow the aforementioned links for more information.

Note

This extension requires the akka.actor.provider to be a akka.remote.RemoteActorRefProvider.

To use blackhole, passThrough, and throttle you must activate the failure injector and throttler transport adapters by specifying testTransport(on = true) in your MultiNodeConfig.

Source
Extension.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestConductorExt
  2. Player
  3. Conductor
  4. Extension
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TestConductorExt(system: ExtendedActorSystem)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TestConductorExt toany2stringadd[TestConductorExt] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TestConductorExt, B)
    Implicit
    This member is added by an implicit conversion from TestConductorExt toArrowAssoc[TestConductorExt] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def abort(node: RoleName, target: RoleName): Future[Done]

    Tell the remote support to TCP_RESET the connection to the given remote peer.

    Tell the remote support to TCP_RESET the connection to the given remote peer. It works regardless of whether the recipient was initiator or responder.

    node

    is the symbolic name of the node which is to be affected

    target

    is the symbolic name of the other node to which connectivity shall be impeded

    Definition Classes
    Conductor
  7. val address: Address

    Transport address of this Netty-like remote transport.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def blackhole(node: RoleName, target: RoleName, direction: Direction): Future[Done]

    Switch the Netty pipeline of the remote support into blackhole mode for sending and/or receiving: it will just drop all messages right before submitting them to the Socket or right after receiving them from the Socket.

    Switch the Netty pipeline of the remote support into blackhole mode for sending and/or receiving: it will just drop all messages right before submitting them to the Socket or right after receiving them from the Socket.

    Note

    To use this feature you must activate the failure injector and throttler transport adapters by specifying testTransport(on = true) in your MultiNodeConfig.

    node

    is the symbolic name of the node which is to be affected

    target

    is the symbolic name of the other node to which connectivity shall be impeded

    direction

    can be either Direction.Send, Direction.Receive or Direction.Both

    Definition Classes
    Conductor
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def disconnect(node: RoleName, target: RoleName): Future[Done]

    Tell the remote support to shutdown the connection to the given remote peer.

    Tell the remote support to shutdown the connection to the given remote peer. It works regardless of whether the recipient was initiator or responder.

    node

    is the symbolic name of the node which is to be affected

    target

    is the symbolic name of the other node to which connectivity shall be impeded

    Definition Classes
    Conductor
  12. def ensuring(cond: (TestConductorExt) => Boolean, msg: => Any): TestConductorExt
    Implicit
    This member is added by an implicit conversion from TestConductorExt toEnsuring[TestConductorExt] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (TestConductorExt) => Boolean): TestConductorExt
    Implicit
    This member is added by an implicit conversion from TestConductorExt toEnsuring[TestConductorExt] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): TestConductorExt
    Implicit
    This member is added by an implicit conversion from TestConductorExt toEnsuring[TestConductorExt] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): TestConductorExt
    Implicit
    This member is added by an implicit conversion from TestConductorExt toEnsuring[TestConductorExt] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def enter(timeout: Timeout, name: Seq[String]): Unit

    Enter the named barriers, one after the other, in the order given.

    Enter the named barriers, one after the other, in the order given. Will throw an exception in case of timeouts or other errors.

    Definition Classes
    Player
  17. def enter(name: String*): Unit

    Enter the named barriers, one after the other, in the order given.

    Enter the named barriers, one after the other, in the order given. Will throw an exception in case of timeouts or other errors.

    Definition Classes
    Player
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def exit(node: RoleName, exitValue: Int): Future[Done]

    Tell the remote node to shut itself down using System.exit with the given exitValue.

    Tell the remote node to shut itself down using System.exit with the given exitValue. The node will also be removed, so that the remaining nodes may still pass subsequent barriers.

    node

    is the symbolic name of the node which is to be affected

    exitValue

    is the return code which shall be given to System.exit

    Definition Classes
    Conductor
  21. def getAddressFor(name: RoleName): Future[Address]

    Query remote transport address of named node.

    Query remote transport address of named node.

    Definition Classes
    Player
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def getNodes: Future[Iterable[RoleName]]

    Obtain the list of remote host names currently registered.

    Obtain the list of remote host names currently registered.

    Definition Classes
    Conductor
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def passThrough(node: RoleName, target: RoleName, direction: Direction): Future[Done]

    Switch the Netty pipeline of the remote support into pass through mode for sending and/or receiving.

    Switch the Netty pipeline of the remote support into pass through mode for sending and/or receiving.

    Note

    To use this feature you must activate the failure injector and throttler transport adapters by specifying testTransport(on = true) in your MultiNodeConfig.

    node

    is the symbolic name of the node which is to be affected

    target

    is the symbolic name of the other node to which connectivity shall be impeded

    direction

    can be either Direction.Send, Direction.Receive or Direction.Both

    Definition Classes
    Conductor
  30. def removeNode(node: RoleName): Future[Done]

    Remove a remote host from the list, so that the remaining nodes may still pass subsequent barriers.

    Remove a remote host from the list, so that the remaining nodes may still pass subsequent barriers. This must be done before the client connection breaks down in order to affect an “orderly” removal (i.e. without failing present and future barriers).

    node

    is the symbolic name of the node which is to be removed

    Definition Classes
    Conductor
  31. def shutdown(node: RoleName, abort: Boolean): Future[Done]

    Tell the actor system at the remote node to shut itself down without awaiting termination of remote-deployed children.

    Tell the actor system at the remote node to shut itself down without awaiting termination of remote-deployed children. The node will also be removed, so that the remaining nodes may still pass subsequent barriers.

    node

    is the symbolic name of the node which is to be affected

    Definition Classes
    Conductor
  32. def shutdown(node: RoleName): Future[Done]

    Tell the actor system at the remote node to shut itself down.

    Tell the actor system at the remote node to shut itself down. The node will also be removed, so that the remaining nodes may still pass subsequent barriers.

    node

    is the symbolic name of the node which is to be affected

    Definition Classes
    Conductor
  33. def sockAddr: Future[InetSocketAddress]

    Obtain the port to which the controller’s socket is actually bound.

    Obtain the port to which the controller’s socket is actually bound. This will deviate from the configuration in akka.testconductor.port in case that was given as zero.

    Definition Classes
    Conductor
  34. def startClient(name: RoleName, controllerAddr: InetSocketAddress): Future[Done]

    Connect to the conductor on the given port (the host is taken from setting akka.testconductor.host).

    Connect to the conductor on the given port (the host is taken from setting akka.testconductor.host). The connection is made asynchronously, but you should await completion of the returned Future because that implies that all expected participants of this test have successfully connected (i.e. this is a first barrier in itself). The number of expected participants is set in akka.remote.testconductor.Conductor.startController().

    Definition Classes
    Player
  35. def startController(participants: Int, name: RoleName, controllerPort: InetSocketAddress): Future[InetSocketAddress]

    Start the akka.remote.testconductor.Controller, which in turn will bind to a TCP port as specified in the akka.testconductor.port config property, where 0 denotes automatic allocation.

    Start the akka.remote.testconductor.Controller, which in turn will bind to a TCP port as specified in the akka.testconductor.port config property, where 0 denotes automatic allocation. Since the latter is actually preferred, a Future[Int] is returned which will be completed with the port number actually chosen, so that this can then be communicated to the players for their proper start-up.

    This method also invokes akka.remote.testconductor.Player.startClient, since it is expected that the conductor participates in barriers for overall coordination. The returned Future will only be completed once the client’s start-up finishes, which in fact waits for all other players to connect.

    participants

    gives the number of participants which shall connect before any of their startClient() operations complete.

    Definition Classes
    Conductor
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. val system: ExtendedActorSystem
  38. def throttle(node: RoleName, target: RoleName, direction: Direction, rateMBit: Double): Future[Done]

    Make the remoting pipeline on the node throttle data sent to or received from the given remote peer.

    Make the remoting pipeline on the node throttle data sent to or received from the given remote peer. Throttling works by delaying packet submission within the netty pipeline until the packet would have been completely sent according to the given rate, the previous packet completion and the current packet length. In case of large packets they are split up if the calculated send pause would exceed akka.testconductor.packet-split-threshold (roughly). All of this uses the system’s scheduler, which is not terribly precise and will execute tasks later than they are schedule (even on average), but that is countered by using the actual execution time for determining how much to send, leading to the correct output rate, but with increased latency.

    Note

    To use this feature you must activate the failure injector and throttler transport adapters by specifying testTransport(on = true) in your MultiNodeConfig.

    node

    is the symbolic name of the node which is to be affected

    target

    is the symbolic name of the other node to which connectivity shall be throttled

    direction

    can be either Direction.Send, Direction.Receive or Direction.Both

    rateMBit

    is the maximum data rate in MBit

    Definition Classes
    Conductor
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. val transport: RemoteTransport

    Remote transport used by the actor ref provider.

  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. object Settings

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TestConductorExt toStringFormat[TestConductorExt] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (TestConductorExt, B)
    Implicit
    This member is added by an implicit conversion from TestConductorExt toArrowAssoc[TestConductorExt] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Player

Inherited from Conductor

Inherited from Extension

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTestConductorExt to any2stringadd[TestConductorExt]

Inherited by implicit conversion StringFormat fromTestConductorExt to StringFormat[TestConductorExt]

Inherited by implicit conversion Ensuring fromTestConductorExt to Ensuring[TestConductorExt]

Inherited by implicit conversion ArrowAssoc fromTestConductorExt to ArrowAssoc[TestConductorExt]

Ungrouped