public class StorageNodeConfigurationUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RHQ_STORAGE_COMMIT_LOG_PROPERTY |
static String |
RHQ_STORAGE_CONNECTOR_PROPERTY |
static String |
RHQ_STORAGE_DATA_FILE_DIR_PROPERTY |
static String |
RHQ_STORAGE_DATA_FILE_PROPERTY |
static String |
RHQ_STORAGE_HEAP_MAX_PROPERTY |
static String |
RHQ_STORAGE_HEAP_MIN_PROPERTY |
static String |
RHQ_STORAGE_HEAP_NEW_PROPERTY |
static String |
RHQ_STORAGE_JMX_PORT_PROPERTY |
static String |
RHQ_STORAGE_NOTIFY_DIR_CHANGE_PROPERTY |
static String |
RHQ_STORAGE_SAVED_CACHES_PROPERTY |
static String |
RHQ_STORAGE_THREAD_STACK_PROPERTY |
| Constructor and Description |
|---|
StorageNodeConfigurationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.rhq.core.domain.cloud.StorageNodeConfigurationComposite |
createCompositeConfiguration(org.rhq.core.domain.configuration.Configuration storageNodeConfiguration,
org.rhq.core.domain.configuration.Configuration storageNodePluginConfiguration,
org.rhq.core.domain.cloud.StorageNode storageNode) |
static org.rhq.core.domain.configuration.PropertyList |
getAllDataFileLocationsProperties(List<String> fileLocations) |
static void |
syncConfigs(org.rhq.core.domain.cloud.StorageNodeConfigurationComposite newConfig,
org.rhq.core.domain.cloud.StorageNodeConfigurationComposite oldConfig)
If new value is null, replace that with existing configuration value
|
static void |
updateValuesToConfiguration(org.rhq.core.domain.cloud.StorageNodeConfigurationComposite storageNodeConfigurationComposite,
org.rhq.core.domain.configuration.Configuration storageNodeConfiguration) |
public static final String RHQ_STORAGE_JMX_PORT_PROPERTY
public static final String RHQ_STORAGE_HEAP_MAX_PROPERTY
public static final String RHQ_STORAGE_HEAP_MIN_PROPERTY
public static final String RHQ_STORAGE_HEAP_NEW_PROPERTY
public static final String RHQ_STORAGE_THREAD_STACK_PROPERTY
public static final String RHQ_STORAGE_SAVED_CACHES_PROPERTY
public static final String RHQ_STORAGE_COMMIT_LOG_PROPERTY
public static final String RHQ_STORAGE_DATA_FILE_PROPERTY
public static final String RHQ_STORAGE_DATA_FILE_DIR_PROPERTY
public static final String RHQ_STORAGE_CONNECTOR_PROPERTY
public static final String RHQ_STORAGE_NOTIFY_DIR_CHANGE_PROPERTY
public static org.rhq.core.domain.cloud.StorageNodeConfigurationComposite createCompositeConfiguration(org.rhq.core.domain.configuration.Configuration storageNodeConfiguration,
org.rhq.core.domain.configuration.Configuration storageNodePluginConfiguration,
org.rhq.core.domain.cloud.StorageNode storageNode)
public static void updateValuesToConfiguration(org.rhq.core.domain.cloud.StorageNodeConfigurationComposite storageNodeConfigurationComposite,
org.rhq.core.domain.configuration.Configuration storageNodeConfiguration)
public static org.rhq.core.domain.configuration.PropertyList getAllDataFileLocationsProperties(List<String> fileLocations)
public static void syncConfigs(org.rhq.core.domain.cloud.StorageNodeConfigurationComposite newConfig,
org.rhq.core.domain.cloud.StorageNodeConfigurationComposite oldConfig)
newConfig - oldConfig - Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.