Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SMILA/Documentation/Bundle org.eclipse.smila.clusterconfig

< SMILA‎ | Documentation
Revision as of 11:35, 23 January 2012 by Andreas.schank.attensity.com (Talk | contribs) (Bundle org.eclipse.smila.clusterconfig)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Back to the top