public class MConfiguration extends Object
Configurations with properties from classpath-accessible
HBase and ColumnManager (hbase-column-manager.xml) configuration files.| Modifier and Type | Method and Description |
|---|---|
static Configuration |
create()
Creates a
Configuration with HBase and ColumnManager resources. |
static Configuration |
create(Configuration addedConfiguration)
Creates a
Configuration with HBase resources, the submitted
Configuration's resources, and ColumnManager resources. |
public static Configuration create()
Configuration with HBase and ColumnManager resources.Configuration with HBase and ColumnManager resources.public static Configuration create(Configuration addedConfiguration)
Configuration with HBase resources, the submitted
Configuration's resources, and ColumnManager resources.addedConfiguration - Configuration object with resources to be added.Configuration with HBase resources, the submitted
Configuration's resources, and ColumnManager resources.Copyright © 2016. All rights reserved.