Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Akka.dispatch Classes and Interfaces - 161 results found.
NameDescriptionTypePackageFramework
AbstractBoundedNodeQueueLock-free bounded non-blocking multiple-producer single-consumer queue based on the works of: Andriy Plokhotnuyk (https://github.Classakka.dispatchAkka
AbstractBoundedNodeQueue .NodeClassakka.dispatch.AbstractBoundedNodeQueueAkka
AbstractNodeQueueLock-free MPSC linked queue implementation based on Dmitriy Vyukov's non-intrusive MPSC queue: http://www.Classakka.dispatchAkka
AbstractNodeQueue .NodeClassakka.dispatch.AbstractNodeQueueAkka
BalancingDispatcherAn executor based event driven dispatcher which will try to redistribute work from busy actors to idle actors.Classakka.dispatchAkka
BalancingDispatcherConfiguratorConfigurator for creating BalancingDispatcher.Classakka.dispatchAkka
BalancingDispatcherConfigurator$Classakka.dispatchAkka
BatchableInterfaceakka.dispatchAkka
BatchingExecutorMixin trait for an Executor which groups multiple nested Runnable.Interfaceakka.dispatchAkka
BatchingExecutor .AbstractBatchClassakka.dispatch.BatchingExecutorAkka
BatchingExecutor .BatchClassakka.dispatch.BatchingExecutorAkka
BatchingExecutor .BlockableBatchClassakka.dispatch.BatchingExecutorAkka
BoundedControlAwareMailboxBoundedControlAwareMailbox is a bounded MailboxType, that maintains two queues to allow messages that extend ControlMessage to be delivered with priority.Classakka.dispatchAkka
BoundedControlAwareMailbox$Classakka.dispatchAkka
BoundedControlAwareMailbox .MessageQueueClassakka.dispatch.BoundedControlAwareMailboxAkka
BoundedControlAwareMessageQueueSemanticsInterfaceakka.dispatchAkka
BoundedDequeBasedMailboxBoundedDequeBasedMailbox is an bounded MailboxType, backed by a Deque.Classakka.dispatchAkka
BoundedDequeBasedMailbox$Classakka.dispatchAkka
BoundedDequeBasedMailbox .MessageQueueClassakka.dispatch.BoundedDequeBasedMailboxAkka
BoundedDequeBasedMessageQueueBoundedMessageQueueSemantics adds bounded semantics to a DequeBasedMessageQueue, i.Interfaceakka.dispatchAkka
BoundedDequeBasedMessageQueueSemanticsInterfaceakka.dispatchAkka
BoundedMailboxBoundedMailbox is the default bounded MailboxType used by Akka Actors.Classakka.dispatchAkka
BoundedMailbox$Classakka.dispatchAkka
BoundedMailbox .MessageQueueClassakka.dispatch.BoundedMailboxAkka
BoundedMessageQueueSemanticsBoundedMessageQueueSemantics adds bounded semantics to a QueueBasedMessageQueue, i.Interfaceakka.dispatchAkka
BoundedNodeMessageQueueLock-free bounded non-blocking multiple-producer single-consumer queue.Classakka.dispatchAkka
BoundedPriorityMailboxBoundedPriorityMailbox is a bounded mailbox that allows for prioritization of its contents.Classakka.dispatchAkka
BoundedPriorityMailbox$Classakka.dispatchAkka
BoundedPriorityMailbox .MessageQueueClassakka.dispatch.BoundedPriorityMailboxAkka
BoundedQueueBasedMessageQueueTry to dequeue the next message from this queue, return null failing that.Interfaceakka.dispatchAkka
BoundedStablePriorityMailboxBoundedStablePriorityMailbox is a bounded mailbox that allows for prioritization of its contents.Classakka.dispatchAkka
BoundedStablePriorityMailbox$Classakka.dispatchAkka
BoundedStablePriorityMailbox .MessageQueueClassakka.dispatch.BoundedStablePriorityMailboxAkka
CachingConfig A CachingConfig is a Config that wraps another Config and is used to cache path lookup and string retrieval, which we happen to do a lot in some critical paths of the actor creation and mailboxClassakka.dispatchAkka
CachingConfig$Classakka.dispatchAkka
CachingConfig .PathEntrycom.Interfaceakka.dispatch.CachingConfigAkka
CachingConfig .StringPathEntryClassakka.dispatch.CachingConfigAkka
CachingConfig .StringPathEntry$Classakka.dispatch.CachingConfigAkka
CachingConfig .ValuePathEntryClassakka.dispatch.CachingConfigAkka
CachingConfig .ValuePathEntry$Classakka.dispatch.CachingConfigAkka
ControlAwareMessageQueueSemanticsControlAwareMessageQueue handles messages that extend ControlMessage with priority.Interfaceakka.dispatchAkka
CreateClassakka.dispatch.sysmsgAkka
Create$Classakka.dispatch.sysmsgAkka
DeathWatchNotificationClassakka.dispatch.sysmsgAkka
DeathWatchNotification$Classakka.dispatch.sysmsgAkka
DefaultDispatcherPrerequisitesClassakka.dispatchAkka
DefaultDispatcherPrerequisites$Classakka.dispatchAkka
DefaultExecutorServiceConfiguratorClassakka.dispatchAkka
DefaultSystemMessageQueueInterfaceakka.dispatchAkka
DequeBasedMessageQueueInterfaceakka.dispatchAkka
DequeBasedMessageQueueSemanticsDequeBasedMessageQueue refines QueueBasedMessageQueue to be backed by a java.Interfaceakka.dispatchAkka
DispatcherThe event-based Dispatcher binds a set of Actors to a thread pool backed up by a The preferred way of creating dispatchers is to define configuration of it and use theClassakka.dispatchAkka
DispatcherConfiguratorConfigurator for creating Dispatcher.Classakka.dispatchAkka
DispatcherPrerequisitesDispatcherPrerequisites represents useful contextual pieces when constructing a MessageDispatcherInterfaceakka.dispatchAkka
DispatchersDispatchers are to be defined in configuration to allow for tuning for different environments.Classakka.dispatchAkka
Dispatchers$Classakka.dispatchAkka
EarliestFirstSystemMessageList Value class supporting list operations on system messages.Classakka.dispatch.sysmsgAkka
EarliestFirstSystemMessageList$Classakka.dispatch.sysmsgAkka
EnvelopeClassakka.dispatchAkka
Envelope$Classakka.dispatchAkka
ExecutionContextsClassakka.dispatchAkka
ExecutionContexts$Classakka.dispatchAkka
ExecutionContexts .sameThreadExecutionContext$WARNING: Not A General Purpose ExecutionContext! This is an execution context which runs everything on the calling thread.Classakka.dispatch.ExecutionContextsAkka
ExecutorServiceConfiguratorClassakka.dispatchAkka
ExecutorServiceDelegate java.Interfaceakka.dispatchAkka
ExecutorServiceFactorycreateExecutorServicejava.Interfaceakka.dispatchAkka
ExecutorServiceFactoryProvider java.Interfaceakka.dispatchAkka
FailedClassakka.dispatch.sysmsgAkka
Failed$Classakka.dispatch.sysmsgAkka
FilterJava API (not recommended): Callback for the Future.Classakka.dispatchAkka
Filter$Java API (not recommended): Callback for the Future.Classakka.dispatchAkka
ForeachCallback for the Future.Classakka.dispatchAkka
ForkJoinExecutorConfiguratorClassakka.dispatchAkka
ForkJoinExecutorConfigurator$Classakka.dispatchAkka
ForkJoinExecutorConfigurator .AkkaForkJoinPoolClassakka.dispatch.ForkJoinExecutorConfiguratorAkka
ForkJoinExecutorConfigurator .AkkaForkJoinTaskINTERNAL AKKA USAGE ONLYSee Also:Serialized FormClassakka.dispatch.ForkJoinExecutorConfiguratorAkka
FuturesClassakka.dispatchAkka
Futures$Classakka.dispatchAkka
japiThis class contains bridge classes between Scala and Java.Classakka.dispatchAkka
japi$This class contains bridge classes between Scala and Java.Classakka.dispatchAkka
japi .BooleanFunctionBridgeClassakka.dispatch.japiAkka
japi .CallbackBridgeClassakka.dispatch.japiAkka
japi .RecoverBridgeClassakka.dispatch.japiAkka
japi .UnitFunctionBridgeClassakka.dispatch.japiAkka
LatestFirstSystemMessageList Value class supporting list operations on system messages.Classakka.dispatch.sysmsgAkka
LatestFirstSystemMessageList$Classakka.dispatch.sysmsgAkka
MailboxMailbox and InternalMailbox is separated in two classes because ActorCell is needed for implementation, but can't be exposed to user defined mailbox subclasses.Classakka.dispatchAkka
Mailbox$Classakka.dispatchAkka
MailboxesClassakka.dispatchAkka
Mailboxes$Classakka.dispatchAkka
MailboxTypeMailboxType is a factory to create MessageQueues for an optionally provided ActorContext.Interfaceakka.dispatchAkka
MapperCallback for the Future.Classakka.dispatchAkka
MessageDispatcherClassakka.dispatchAkka
MessageDispatcher$Classakka.dispatchAkka
MessageDispatcherConfiguratorBase class to be used for hooking in new dispatchers into Dispatchers.Classakka.dispatchAkka
MessageQueueA MessageQueue is one of the core components in forming an Akka Mailbox.Interfaceakka.dispatchAkka
MonitorableThreadFactoryClassakka.dispatchAkka
MonitorableThreadFactory$Classakka.dispatchAkka
MonitorableThreadFactory .AkkaForkJoinWorkerThreadClassakka.dispatch.MonitorableThreadFactoryAkka
NodeMessageQueueClassakka.dispatchAkka
NoMessageClassakka.dispatch.sysmsgAkka
NoMessage$Classakka.dispatch.sysmsgAkka
NonBlockingBoundedMailboxNonBlockingBoundedMailbox is a high-performance, multiple-producer single-consumer, bounded MailboxType, Noteworthy is that it discards overflow as DeadLetters.Classakka.dispatchAkka
NonBlockingBoundedMailbox$Classakka.dispatchAkka
OnCompleteCallback for when a Future is completed with either failure or a success SAM (Single Abstract Method) classClassakka.dispatchAkka
OnFailureCallback for when a Future is completed with a failure SAM (Single Abstract Method) classClassakka.dispatchAkka
OnSuccessCallback for when a Future is completed successfully SAM (Single Abstract Method) classClassakka.dispatchAkka
PinnedDispatcherDedicates a unique thread for each actor passed in as reference.Classakka.dispatchAkka
PinnedDispatcherConfiguratorConfigurator for creating PinnedDispatcher.Classakka.dispatchAkka
PriorityGeneratorClassakka.dispatchAkka
PriorityGenerator$Classakka.dispatchAkka
ProducesPushTimeoutSemanticsMailbox Used to determine mailbox factories which create BoundedMessageQueueSemantics mailboxes, and thus should be validated that the pushTimeOut is greater than 0.Interfaceakka.dispatchAkka
QueueBasedMessageQueueA QueueBasedMessageQueue is a MessageQueue backed by a java.Interfaceakka.dispatchAkka
RecoverCallback for the Future.Classakka.dispatchAkka
RecreateClassakka.dispatch.sysmsgAkka
Recreate$Classakka.dispatch.sysmsgAkka
RequiresMessageQueueTrait to signal that an Actor requires a certain type of message queue semantics.Interfaceakka.dispatchAkka
ResumeClassakka.dispatch.sysmsgAkka
Resume$Classakka.dispatch.sysmsgAkka
SaneRejectedExecutionHandlerThe RejectedExecutionHandler used by Akka, it improves on CallerRunsPolicy by throwing a RejectedExecutionException if the executor isShutdown.Classakka.dispatchAkka
SingleConsumerOnlyUnboundedMailboxClassakka.dispatchAkka
SingleConsumerOnlyUnboundedMailbox$Classakka.dispatchAkka
SuperviseClassakka.dispatch.sysmsgAkka
Supervise$Classakka.dispatch.sysmsgAkka
SuspendClassakka.dispatch.sysmsgAkka
Suspend$Classakka.dispatch.sysmsgAkka
SystemMessageSystem messages are handled specially: they form their own queue within each actor’s mailbox.Interfaceakka.dispatch.sysmsgAkka
SystemMessageList Helper companion object for LatestFirstSystemMessageList and EarliestFirstSystemMessageListClassakka.dispatch.sysmsgAkka
SystemMessageList$ Helper companion object for LatestFirstSystemMessageList and EarliestFirstSystemMessageListClassakka.dispatch.sysmsgAkka
SystemMessageQueueDequeue all messages from system queue and return them as single-linked list.Interfaceakka.dispatchAkka
TaskInvocationClassakka.dispatchAkka
TaskInvocation$Classakka.dispatchAkka
TerminateClassakka.dispatch.sysmsgAkka
Terminate$Classakka.dispatch.sysmsgAkka
ThreadPoolConfigClassakka.dispatchAkka
ThreadPoolConfig$Classakka.dispatchAkka
ThreadPoolConfigBuilderA DSL to configure and create a MessageDispatcher with a ThreadPoolExecutorSee Also:Serialized FormClassakka.dispatchAkka
ThreadPoolConfigBuilder$Classakka.dispatchAkka
ThreadPoolExecutorConfiguratorClassakka.dispatchAkka
UnboundedControlAwareMailboxUnboundedControlAwareMailbox is an unbounded MailboxType, that maintains two queues to allow messages that extend ControlMessage to be delivered with priority.Classakka.dispatchAkka
UnboundedControlAwareMailbox$Classakka.dispatchAkka
UnboundedControlAwareMailbox .MessageQueueClassakka.dispatch.UnboundedControlAwareMailboxAkka
UnboundedControlAwareMessageQueueSemanticsInterfaceakka.dispatchAkka
UnboundedDequeBasedMailboxUnboundedDequeBasedMailbox is an unbounded MailboxType, backed by a Deque.Classakka.dispatchAkka
UnboundedDequeBasedMailbox$Classakka.dispatchAkka
UnboundedDequeBasedMailbox .MessageQueueClassakka.dispatch.UnboundedDequeBasedMailboxAkka
UnboundedDequeBasedMessageQueueUnboundedDequeBasedMessageQueueSemantics adds unbounded semantics to a DequeBasedMessageQueue, i.Interfaceakka.dispatchAkka
UnboundedMailboxUnboundedMailbox is the default unbounded MailboxType used by Akka Actors.Classakka.dispatchAkka
UnboundedMailbox$Classakka.dispatchAkka
UnboundedMailbox .MessageQueueClassakka.dispatch.UnboundedMailboxAkka
UnboundedPriorityMailboxUnboundedPriorityMailbox is an unbounded mailbox that allows for prioritization of its contents.Classakka.dispatchAkka
UnboundedPriorityMailbox$Classakka.dispatchAkka
UnboundedPriorityMailbox .MessageQueueClassakka.dispatch.UnboundedPriorityMailboxAkka
UnboundedQueueBasedMessageQueueTry to dequeue the next message from this queue, return null failing that.Interfaceakka.dispatchAkka
UnboundedStablePriorityMailboxUnboundedStablePriorityMailbox is an unbounded mailbox that allows for prioritization of its contents.Classakka.dispatchAkka
UnboundedStablePriorityMailbox$Classakka.dispatchAkka
UnboundedStablePriorityMailbox .MessageQueueClassakka.dispatch.UnboundedStablePriorityMailboxAkka
UnwatchClassakka.dispatch.sysmsgAkka
Unwatch$Classakka.dispatch.sysmsgAkka
WatchClassakka.dispatch.sysmsgAkka
Watch$Classakka.dispatch.sysmsgAkka