Uses of Interface
org.nustaq.kontraktor.monitoring.Monitorable
| 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 |
-
Uses of Monitorable in org.nustaq.kontraktor
Subinterfaces of Monitorable in org.nustaq.kontraktor Modifier and Type Interface Description interfaceSchedulerScheduler manages scheduling of actors to threads.Classes in org.nustaq.kontraktor that implement Monitorable Modifier and Type Class Description classActor<SELF extends Actor>Baseclass for actor/eventloop implementations. -
Uses of Monitorable in org.nustaq.kontraktor.asyncio
Classes in org.nustaq.kontraktor.asyncio that implement Monitorable Modifier and Type Class Description static class_AsyncClientSocket.CLSActor -
Uses of Monitorable in org.nustaq.kontraktor.impl
Classes in org.nustaq.kontraktor.impl that implement Monitorable Modifier and Type Class Description classDispatcherThreadImplements the default dispatcher/scheduling of actors.classRemoteSchedulerCreated by ruedi on 08.08.14.classSimpleSchedulerCreated by ruedi on 02/04/15. -
Uses of Monitorable in org.nustaq.kontraktor.remoting.tcp
Classes in org.nustaq.kontraktor.remoting.tcp that implement Monitorable Modifier and Type Class Description static classTCPClientConnector.RemotingHelper -
Uses of Monitorable in org.nustaq.kontraktor.routers
Classes in org.nustaq.kontraktor.routers that implement Monitorable 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 Monitorable in org.nustaq.kontraktor.util
Classes in org.nustaq.kontraktor.util that implement Monitorable Modifier and Type Class Description classLogCreated by ruedi on 24.08.14.