Uses of Class
org.nustaq.kontraktor.Actors
| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.asyncio | |
| org.nustaq.kontraktor.remoting.tcp | |
| org.nustaq.kontraktor.routers | |
| org.nustaq.kontraktor.util |
-
Uses of Actors in org.nustaq.kontraktor
Subclasses of Actors in org.nustaq.kontraktor Modifier and Type Class Description classActor<SELF extends Actor>Baseclass for actor/eventloop implementations. -
Uses of Actors in org.nustaq.kontraktor.asyncio
Subclasses of Actors in org.nustaq.kontraktor.asyncio Modifier and Type Class Description static class_AsyncClientSocket.CLSActor -
Uses of Actors in org.nustaq.kontraktor.remoting.tcp
Subclasses of Actors in org.nustaq.kontraktor.remoting.tcp Modifier and Type Class Description static classTCPClientConnector.RemotingHelper -
Uses of Actors in org.nustaq.kontraktor.routers
Subclasses of Actors in org.nustaq.kontraktor.routers Modifier and Type Class Description classAbstractKrouter<T extends AbstractKrouter>base class for load balancers and failover proxies.classHotColdFailoverKrouter<T extends HotColdFailoverKrouter>Simple HotCold failover router - several service instances might connect, but only first one is used (as long it is connected).classHotHotFailoverKrouter<T extends HotHotFailoverKrouter>HotHot failover Router forwards incoming messages to all registered service actors.classKrouterthis is a dummy implementation as runtime generation of classes does not allow proxies on abstract classesclassRoundRobinKrouterA load balancing Krouter.classSimpleKroutera Krouter supporting dynamic replacement of a single service.classSingleActiveServiceKrouter<T extends SingleActiveServiceKrouter>Created by ruedi on 13.03.17. -
Uses of Actors in org.nustaq.kontraktor.util
Subclasses of Actors in org.nustaq.kontraktor.util Modifier and Type Class Description classLogCreated by ruedi on 24.08.14.