Packages

o

akka.remote.artery

RemotingFlightRecorder

object RemotingFlightRecorder

INTERNAL API

Annotations
@InternalApi()
Source
RemotingFlightRecorder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemotingFlightRecorder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aeronSinkDelegateToTaskRunner(countBeforeDelegate: Long): Unit
  5. def aeronSinkEnvelopeGrabbed(lastMessageSize: Int): Unit
  6. def aeronSinkEnvelopeOffered(lastMessageSize: Int): Unit
  7. def aeronSinkGaveUpEnvelope(cause: String): Unit
  8. def aeronSinkPublicationClosed(channel: String, streamId: Int): Unit
  9. def aeronSinkPublicationClosedUnexpectedly(channel: String, streamId: Int): Unit
  10. def aeronSinkReturnFromTaskRunner(nanosSinceTaskStartTime: Long): Unit
  11. def aeronSinkStarted(channel: String, streamId: Int): Unit
  12. def aeronSinkStopped(channel: String, streamId: Int): Unit
  13. def aeronSinkTaskRunnerRemoved(channel: String, streamId: Int): Unit
  14. def aeronSourceDelegateToTaskRunner(countBeforeDelegate: Long): Unit
  15. def aeronSourceReceived(size: Int): Unit
  16. def aeronSourceReturnFromTaskRunner(nanosSinceTaskStartTime: Long): Unit
  17. def aeronSourceStarted(channel: String, streamId: Int): Unit
  18. def aeronSourceStopped(channel: String, streamId: Int): Unit
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  21. def compressionActorRefAdvertisement(uid: Long): Unit
  22. def compressionClassManifestAdvertisement(uid: Long): Unit
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def tcpInboundBound(bindHost: String, address: InetSocketAddress): Unit
  33. def tcpInboundConnected(remoteAddress: InetSocketAddress): Unit
  34. def tcpInboundReceived(size: Int): Unit
  35. def tcpInboundUnbound(localAddress: UniqueAddress): Unit
  36. def tcpOutboundConnected(remoteAddress: Address, streamName: String): Unit
  37. def tcpOutboundSent(size: Int): Unit
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def transportAeronErrorLogStarted(): Unit
  40. def transportAeronErrorLogTaskStopped(): Unit
  41. def transportKillSwitchPulled(): Unit
  42. def transportMaterializerStarted(): Unit
  43. def transportMediaDriverStarted(directoryName: String): Unit
  44. def transportMediaFileDeleted(): Unit
  45. def transportQuarantined(remoteAddress: Address, uid: Long): Unit
  46. def transportRemoveQuarantined(remoteAddress: Address): Unit
  47. def transportRestartInbound(remoteAddress: UniqueAddress, streamName: String): Unit
  48. def transportRestartOutbound(remoteAddress: Address, streamName: String): Unit
  49. def transportSendQueueOverflow(queueIndex: Int): Unit
  50. def transportStarted(): Unit
  51. def transportStartupFinished(): Unit
  52. def transportStopIdleOutbound(remoteAddress: Address, queueIndex: Int): Unit
  53. def transportStopped(): Unit
  54. def transportTaskRunnerStarted(): Unit
  55. def transportUniqueAddressSet(uniqueAddress: UniqueAddress): Unit
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped