object ActorFlightRecorder
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorFlightRecorder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def consumerChangedProducer(producerId: String): Unit
- def consumerCreated(path: ActorPath): Unit
- def consumerDuplicate(producerId: String, expectedSeqNr: Long, seqNr: Long): Unit
- def consumerMissing(producerId: String, expectedSeqNr: Long, seqNr: Long): Unit
- def consumerReceived(producerId: String, seqNr: Long): Unit
- def consumerReceivedPreviousInProgress(producerId: String, seqNr: Long, stashed: Int): Unit
- def consumerReceivedResend(seqNr: Long): Unit
- def consumerSentRequest(producerId: String, requestedSeqNr: Long): Unit
- def consumerStarted(path: ActorPath): Unit
- def consumerStashFull(producerId: String, seqNr: Long): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def producerCreated(producerId: String, path: ActorPath): Unit
- def producerReceived(producerId: String, currentSeqNr: Long): Unit
- def producerReceivedRequest(producerId: String, requestedSeqNr: Long, confirmedSeqNr: Long): Unit
- def producerReceivedResend(producerId: String, fromSeqNr: Long): Unit
- def producerRequestNext(producerId: String, currentSeqNr: Long, confirmedSeqNr: Long): Unit
- def producerResentFirst(producerId: String, firstSeqNr: Long): Unit
- def producerResentFirstUnconfirmed(producerId: String, seqNr: Long): Unit
- def producerResentUnconfirmed(producerId: String, fromSeqNr: Long, toSeqNr: Long): Unit
- def producerSent(producerId: String, seqNr: Long): Unit
- def producerStarted(producerId: String, path: ActorPath): Unit
- def producerWaitingForRequest(producerId: String, currentSeqNr: Long): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])