Uses of Class
org.apache.hadoop.hbase.CompoundConfiguration

Packages that use org.apache.hadoop.hbase.CompoundConfiguration
Package
Description
 
  • Uses of org.apache.hadoop.hbase.CompoundConfiguration in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.CompoundConfiguration in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.CompoundConfiguration
    CompoundConfiguration.add(org.apache.hadoop.conf.Configuration conf)
    Add Hadoop Configuration object to config list.
    org.apache.hadoop.hbase.CompoundConfiguration
    CompoundConfiguration.addBytesMap(Map<org.apache.hadoop.hbase.util.Bytes,org.apache.hadoop.hbase.util.Bytes> map)
    Add Bytes map to config list.
    org.apache.hadoop.hbase.CompoundConfiguration
    CompoundConfiguration.addStringMap(Map<String,String> map)
    Add String map to config list.