Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/Bundle org.eclipse.smila.clusterconfig"

(New page: = Bundle org.eclipse.smila.clusterconfig = <b>Available since SMILA 0.9.0</b> This page gives only a rough overview of the components. Please refer to the [http://build.eclipse.org/rt/sm...)
 
Line 26: Line 26:
  
 
=== Implementations  ===
 
=== Implementations  ===
A simple configuration file based implementation can be found in package [[SMILA/Documentation/Bundle org.eclipse.smila.clusterconfig.simple|org.eclipse.smila.clusterconfig.simple]].
+
A simple json configuration file based implementation can be found in package [[SMILA/Documentation/Bundle org.eclipse.smila.clusterconfig.simple|org.eclipse.smila.clusterconfig.simple]].

Revision as of 05:47, 11 July 2011

Bundle org.eclipse.smila.clusterconfig

Available since SMILA 0.9.0

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.

Back to the top