| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.asyncio | |
| org.nustaq.kontraktor.impl | |
| org.nustaq.kontraktor.remoting.tcp | |
| org.nustaq.kontraktor.routers | |
| org.nustaq.kontraktor.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Scheduler
Scheduler manages scheduling of actors to threads.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Actor<SELF extends Actor>
Baseclass for actor/eventloop implementations.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
_AsyncClientSocket.CLSActor |
| Modifier and Type | Class and Description |
|---|---|
class |
DispatcherThread
Implements the default dispatcher/scheduling of actors.
|
class |
RemoteScheduler
Created by ruedi on 08.08.14.
|
class |
SimpleScheduler
Created by ruedi on 02/04/15.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TCPClientConnector.RemotingHelper |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKrouter<T extends AbstractKrouter>
base class for load balancers and failover proxies.
|
class |
HotColdFailoverKrouter<T extends HotColdFailoverKrouter>
Simple HotCold failover router - several service instances might connect, but only
first one is used (as long it is connected).
|
class |
HotHotFailoverKrouter<T extends HotHotFailoverKrouter>
HotHot failover Router
forwards incoming messages to all registered service actors.
|
class |
Krouter
this is a dummy implementation as runtime generation of classes does not allow
proxies on abstract classes
|
class |
RoundRobinKrouter
A load balancing Krouter.
|
class |
SimpleKrouter
a Krouter supporting dynamic replacement of a single service.
|
class |
SingleActiveServiceKrouter<T extends SingleActiveServiceKrouter>
Created by ruedi on 13.03.17.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log
Created by ruedi on 24.08.14.
|
Copyright © 2019. All rights reserved.