Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
SMILA/Documentation/Bundle org.eclipse.smila.clusterconfig
Contents
Bundle org.eclipse.smila.clusterconfig
This page gives only a rough overview of the components. Please refer to the JavaDoc for specific information.
org.eclipse.smila.clusterconfig.ClusterConfigService
JavaDoc
The JavaDoc for the ClusterConfigService API can be found at org.eclipse.smila.clusterconfig.ClusterConfigService.
Description
The ClusterConfigService aims at defining a service interface for a configuration service for a SMILA cluster and its components.
With this service a set of nodes of the worker can be retrieved, settings for HTTP ports of different services or scale up control configuration can be retrieved.
The interface of ClusterConfigService is defined in org.eclipse.smila.clusterconfig.ClusterConfigService.
Exceptions defined in org.eclipse.smila.clusterconfig
JavaDoc
The JavaDoc for the exceptions defined in org.eclipse.smila.clusterconfig can be found at org.eclipse.smila.clusterconfig.
The JavaDoc for the ClusterConfigException can be found at org.eclipse.smila.clusterconfig.ClusterConfigException.
Description
There is only one exception type defined: ClusterConfigException
Implementations
A simple json configuration file based implementation can be found in package org.eclipse.smila.clusterconfig.simple.