| Package | Description |
|---|---|
| org.nustaq.kontraktor.services | |
| org.nustaq.kontraktor.services.rlclient |
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryArgs |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceArgs |
ServiceActor.cmdline |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceArgs |
ServiceActor.getCmdline() |
static ServiceArgs |
ServiceArgs.parseCommandLine(String[] args,
ServiceArgs options) |
static ServiceArgs |
ServiceRegistry.parseCommandLine(String[] args,
ServiceArgs options) |
| Modifier and Type | Method and Description |
|---|---|
static org.nustaq.kontraktor.IPromise<PlainService> |
PlainService.createService(String name,
String[] required,
ServiceArgs options) |
org.nustaq.kontraktor.IPromise |
ServiceActor.init(org.nustaq.kontraktor.remoting.base.ConnectableActor registryConnectable,
ServiceArgs options,
boolean autoRegister) |
org.nustaq.kontraktor.IPromise<PlainService> |
PlainService.initPlainService(String name,
String[] requiredServices,
ServiceArgs options) |
static ServiceArgs |
ServiceArgs.parseCommandLine(String[] args,
ServiceArgs options) |
static ServiceArgs |
ServiceRegistry.parseCommandLine(String[] args,
ServiceArgs options) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceActor |
ServiceActor.RunTCP(String[] args,
Class<? extends ServiceActor> serviceClazz,
Class<? extends ServiceArgs> argsClazz)
run & connect a service with given cmdline args and classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataShardArgs
Created by ruedi on 15.08.2015.
|
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise |
DataShard.init(org.nustaq.kontraktor.remoting.base.ConnectableActor registryConnectable,
ServiceArgs options,
boolean auto) |
Copyright © 2018. All rights reserved.