package remote
- Alphabetic
- Public
- Protected
Package Members
-  package artery
-  package routing
-  package serialization
-  package testconductor
-  package testkit
Type Members
-  final class ArteryControlFormats extends AnyRef
-  class BoundAddressesExtension extends Extension
-  final class ContainerFormats extends AnyRef
-    class DeadlineFailureDetector extends FailureDetectorImplementation of failure detector using an absolute timeout of missing heartbeats to trigger unavailability. Implementation of failure detector using an absolute timeout of missing heartbeats to trigger unavailability. #isAvailable will return falseif there is no #heartbeat within the durationheartbeatInterval + acceptableHeartbeatPause.
-    class DefaultFailureDetectorRegistry[A] extends FailureDetectorRegistry[A]A lock-less thread-safe implementation of akka.remote.FailureDetectorRegistry. 
-    trait FailureDetector extends AnyRefA failure detector must be a thread-safe mutable construct that registers heartbeat events of a resource and is able to decide the availability of that monitored resource. 
-    trait FailureDetectorRegistry[A] extends AnyRefInterface for a registry of Akka failure detectors. Interface for a registry of Akka failure detectors. New resources are implicitly registered when heartbeat is first called with the resource given as parameter. type parameter A: - The type of the key that identifies a resource to be monitored by a failure detector
 
-   final  class NotAllowedClassRemoteDeploymentAttemptException extends RuntimeExceptionINTERNAL API 
-    class PhiAccrualFailureDetector extends FailureDetectorImplementation of 'The Phi Accrual Failure Detector' by Hayashibara et al. Implementation of 'The Phi Accrual Failure Detector' by Hayashibara et al. as defined in their paper: [https://oneofus.la/have-emacs-will-hack/files/HDY04.pdf] The suspicion level of failure is given by a value called φ (phi). The basic idea of the φ failure detector is to express the value of φ on a scale that is dynamically adjusted to reflect current network conditions. A configurable threshold is used to decide if φ is considered to be a failure. The value of φ is calculated as: φ = -log10(1 - F(timeSinceLastHeartbeat)where F is the cumulative distribution function of a normal distribution with mean and standard deviation estimated from historical heartbeat inter-arrival times. 
-   final  case class RemoteScope(node: Address) extends Scope with Product with Serializable- Annotations
- @SerialVersionUID()
 
-  final class RemoteSettings extends AnyRef
-    class RemoteTransportException extends AkkaExceptionRemoteTransportException represents a general failure within a RemoteTransport, such as inability to start, wrong configuration etc. RemoteTransportException represents a general failure within a RemoteTransport, such as inability to start, wrong configuration etc. - Annotations
- @SerialVersionUID()
 
-    class RemoteTransportExceptionNoStackTrace extends RemoteTransportException with NoStackTraceRemoteTransportException without stack trace. RemoteTransportException without stack trace. - Annotations
- @SerialVersionUID()
 
-  final class SystemMessageFormats extends AnyRef
-   final  case class UniqueAddress(address: Address, uid: Long) extends Ordered[UniqueAddress] with Product with Serializable- Annotations
- @SerialVersionUID()
 
-  final class WireFormats extends AnyRef
Deprecated Type Members
-    class AddressUidExtension extends Extension- Annotations
- @deprecated
- Deprecated
- (Since version 2.8.0) Use ExtendedActorSystem.uid instead. 
 
Value Members
-    object BoundAddressesExtension extends ExtensionId[BoundAddressesExtension] with ExtensionIdProviderExtension provides access to bound addresses. 
-  object FailureDetector
-    object RemoteLogMarkerThis is public with the purpose to document the used markers and properties of log events. This is public with the purpose to document the used markers and properties of log events. No guarantee that it will remain binary compatible, but the marker names and properties are considered public API and will not be changed without notice. 
Deprecated Value Members
-    object AddressUidExtension extends ExtensionId[AddressUidExtension] with ExtensionIdProviderExtension that holds a uid that is assigned as a random Long.Extension that holds a uid that is assigned as a random Long.The uid is intended to be used together with an akka.actor.Address to be able to distinguish restarted actor system using the same host and port. - Annotations
- @deprecated
- Deprecated
- (Since version 2.8.0) Use ExtendedActorSystem.uid instead.