Uses of Class
org.nustaq.kontraktor.services.ClusterCfg
| Package | Description |
|---|---|
| org.nustaq.kontraktor.services | |
| org.nustaq.kontraktor.services.datacluster.dynamic |
-
Uses of ClusterCfg in org.nustaq.kontraktor.services
Fields in org.nustaq.kontraktor.services declared as ClusterCfg Modifier and Type Field Description protected ClusterCfgServiceActor. configprotected ClusterCfgServiceRegistry. configFields in org.nustaq.kontraktor.services with type parameters of type ClusterCfg Modifier and Type Field Description static java.util.function.Consumer<ClusterCfg>ClusterCfg. clusterCfgModificationHookMethods in org.nustaq.kontraktor.services that return ClusterCfg Modifier and Type Method Description ClusterCfgClusterCfg. dataCluster(DataCfg dataCluster)static ClusterCfgClusterCfg. read()static ClusterCfgClusterCfg. read(java.lang.String pathname)Methods in org.nustaq.kontraktor.services that return types with arguments of type ClusterCfg Modifier and Type Method Description org.nustaq.kontraktor.IPromise<ClusterCfg>ServiceActor. getConfig()org.nustaq.kontraktor.IPromise<ClusterCfg>ServiceRegistry. getConfig()Methods in org.nustaq.kontraktor.services with parameters of type ClusterCfg Modifier and Type Method Description voidServiceRegistry. init(ClusterCfg cfg)static ServiceRegistryServiceRegistry. start(RegistryArgs _options, ClusterCfg cfg, java.lang.Class<? extends ServiceRegistry> clazz)static voidServiceRegistry. start(SingleProcessRLClusterArgs options, ClusterCfg cfg) -
Uses of ClusterCfg in org.nustaq.kontraktor.services.datacluster.dynamic
Methods in org.nustaq.kontraktor.services.datacluster.dynamic with parameters of type ClusterCfg Modifier and Type Method Description static voidDynDataServiceRegistry. start(SingleProcessRLClusterArgs options, ClusterCfg cfg)