object RemotingFlightRecorder
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemotingFlightRecorder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def aeronSinkDelegateToTaskRunner(countBeforeDelegate: Long): Unit
- def aeronSinkEnvelopeGrabbed(lastMessageSize: Int): Unit
- def aeronSinkEnvelopeOffered(lastMessageSize: Int): Unit
- def aeronSinkGaveUpEnvelope(cause: String): Unit
- def aeronSinkPublicationClosed(channel: String, streamId: Int): Unit
- def aeronSinkPublicationClosedUnexpectedly(channel: String, streamId: Int): Unit
- def aeronSinkReturnFromTaskRunner(nanosSinceTaskStartTime: Long): Unit
- def aeronSinkStarted(channel: String, streamId: Int): Unit
- def aeronSinkStopped(channel: String, streamId: Int): Unit
- def aeronSinkTaskRunnerRemoved(channel: String, streamId: Int): Unit
- def aeronSourceDelegateToTaskRunner(countBeforeDelegate: Long): Unit
- def aeronSourceReceived(size: Int): Unit
- def aeronSourceReturnFromTaskRunner(nanosSinceTaskStartTime: Long): Unit
- def aeronSourceStarted(channel: String, streamId: Int): Unit
- def aeronSourceStopped(channel: String, streamId: Int): Unit
- def compressionActorRefAdvertisement(uid: Long): Unit
- def compressionClassManifestAdvertisement(uid: Long): Unit
- def tcpInboundBound(bindHost: String, address: InetSocketAddress): Unit
- def tcpInboundConnected(remoteAddress: InetSocketAddress): Unit
- def tcpInboundReceived(size: Int): Unit
- def tcpInboundUnbound(localAddress: UniqueAddress): Unit
- def tcpOutboundConnected(remoteAddress: Address, streamName: String): Unit
- def tcpOutboundSent(size: Int): Unit
- def transportAeronErrorLogStarted(): Unit
- def transportAeronErrorLogTaskStopped(): Unit
- def transportKillSwitchPulled(): Unit
- def transportMaterializerStarted(): Unit
- def transportMediaDriverStarted(directoryName: String): Unit
- def transportMediaFileDeleted(): Unit
- def transportQuarantined(remoteAddress: Address, uid: Long): Unit
- def transportRemoveQuarantined(remoteAddress: Address): Unit
- def transportRestartInbound(remoteAddress: UniqueAddress, streamName: String): Unit
- def transportRestartOutbound(remoteAddress: Address, streamName: String): Unit
- def transportSendQueueOverflow(queueIndex: Int): Unit
- def transportStarted(): Unit
- def transportStartupFinished(): Unit
- def transportStopIdleOutbound(remoteAddress: Address, queueIndex: Int): Unit
- def transportStopped(): Unit
- def transportTaskRunnerStarted(): Unit
- def transportUniqueAddressSet(uniqueAddress: UniqueAddress): Unit
INTERNAL API