public class SchemaManager extends Object
| Constructor and Description |
|---|
SchemaManager(String username,
String password,
List<org.rhq.core.domain.cloud.StorageNode> nodes) |
SchemaManager(String username,
String password,
String... nodes) |
public SchemaManager(String username, String password, String... nodes)
username - The username RHQ will use to connect to the storage cluster.password - The password RHQ will use to connect to the storage cluster.nodes - A list of seeds nodes that are assumed to be already running and
clustered prior to apply schema changes. The format for each node
should be address|jmx_port|cql_port,address|jmx_port|cql_port.
Each node consists of three fields that are pipe-delimited.public SchemaManager(String username, String password, List<org.rhq.core.domain.cloud.StorageNode> nodes)
username - The username RHQ will use to connect to the storage cluster.password - The password RHQ will use to connect to the storage cluster.nodes - A list of seeds nodes that are assumed to be already running and
clustered prior to apply schema changes.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.