| Interface | Description |
|---|---|
| AkkaConfigurationReader | |
| ExecuteInSelfActor |
Interface implemented by Actors, who can schedule invocation of a
Procedure in their context. |
| MessageTracker.Error | |
| UnifiedConfig |
Represents a unified view of configuration.
|
| Class | Description |
|---|---|
| AbstractConfig | |
| AbstractConfig.Builder<T extends AbstractConfig.Builder<T>> | |
| AbstractUntypedActor | |
| AbstractUntypedActorWithMetering |
Actor with its behaviour metered.
|
| AbstractUntypedPersistentActor | |
| AbstractUntypedPersistentActorWithMetering |
Actor with its behaviour metered.
|
| CommonConfig | |
| CommonConfig.Builder<T extends CommonConfig.Builder<T>> | |
| Dispatchers | |
| ExplicitAsk |
Unfortunately Akka's explicit ask pattern does not work with its Java API, as it fails to invoke passed message.
|
| FileAkkaConfigurationReader | |
| MessageTracker |
MessageTracker is a diagnostic utility class to be used for figuring out why a certain message which was
expected to arrive in a given time interval does not arrive.
|
| MessageTracker.Context | |
| MessageTracker.MessageProcessingTime | |
| MeteredBoundedMailbox | |
| MeteredBoundedMailbox.MeteredMessageQueue | |
| MeteringBehavior |
Represents behaviour that can be exhibited by actors of type
UntypedActor |
| Monitor | |
| QuarantinedMonitorActor |
This class listens to Akka RemotingLifecycleEvent events to detect when this node has been
quarantined by another.
|
| UnboundedDequeBasedControlAwareMailbox |
An unbounded ControlAwareMailbox that also supports DequeBasedMessageQueueSemantics so it can be used with
persistent actors which use stashing.
|
| Enum | Description |
|---|---|
| Dispatchers.DispatcherType |
Copyright © 2019 OpenDaylight. All rights reserved.