Uses of Class
org.nustaq.kontraktor.services.ServiceArgs
Packages that use ServiceArgs
Package
Description
-
Uses of ServiceArgs in org.nustaq.kontraktor.services
Subclasses of ServiceArgs in org.nustaq.kontraktor.servicesFields in org.nustaq.kontraktor.services declared as ServiceArgsFields in org.nustaq.kontraktor.services with type parameters of type ServiceArgsMethods in org.nustaq.kontraktor.services with type parameters of type ServiceArgsModifier and TypeMethodDescriptionstatic <T extends ServiceArgs>
TServiceRegistry.parseCommandLine(String[] args, String[] concatArgs, T options) Methods in org.nustaq.kontraktor.services that return ServiceArgsModifier and TypeMethodDescriptionServiceArgs.asyncLog(boolean asyncLog) ServiceArgs.dataShardPortBase(int dataShardPortBase) protected ServiceArgsServiceActor.getCmdline()ServiceArgs.help(boolean help) ServiceArgs.monport(int monport) static ServiceArgsServiceArgs.New()static ServiceArgsServiceArgs.parseCommandLine(String[] args, ServiceArgs options) ServiceArgs.registry(int registry) ServiceArgs.registryHost(String registryHost) Methods in org.nustaq.kontraktor.services with parameters of type ServiceArgsModifier and TypeMethodDescriptionstatic org.nustaq.kontraktor.IPromise<PlainService>PlainService.createService(String name, String[] required, ServiceArgs options) org.nustaq.kontraktor.IPromise<Void>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 ServiceArgsServiceArgs.parseCommandLine(String[] args, ServiceArgs options) static ServiceActorServiceActor.RunTCP(ServiceArgs options, Class<? extends ServiceActor> serviceClazz, long timeout) static ServiceActorServiceActor.RunTCP(ServiceArgs options, Class<? extends ServiceActor> serviceClazz, Class<? extends ServiceRegistry> serviceRegistryClass, long timeout) -
Uses of ServiceArgs in org.nustaq.kontraktor.services.datacluster
Subclasses of ServiceArgs in org.nustaq.kontraktor.services.dataclusterMethods in org.nustaq.kontraktor.services.datacluster with parameters of type ServiceArgsModifier and TypeMethodDescriptionstatic DataShardArgsDataShardArgs.from(ServiceArgs toCopy, int shardNo) org.nustaq.kontraktor.IPromiseDataShard.init(org.nustaq.kontraktor.remoting.base.ConnectableActor registryConnectable, ServiceArgs options, boolean auto) -
Uses of ServiceArgs in org.nustaq.kontraktor.services.datacluster.dynamic
Methods in org.nustaq.kontraktor.services.datacluster.dynamic with parameters of type ServiceArgsModifier and TypeMethodDescriptionorg.nustaq.kontraktor.IPromiseDynDataShard.init(org.nustaq.kontraktor.remoting.base.ConnectableActor registryConnectable, ServiceArgs options, boolean auto) -
Uses of ServiceArgs in org.nustaq.kontraktor.services.rlserver
Subclasses of ServiceArgs in org.nustaq.kontraktor.services.rlserver