org.apache.hadoop.hbase.rest
Class RESTConstants.FactoryMap

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.RESTConstants.FactoryMap
Enclosing interface:
RESTConstants

public static class RESTConstants.FactoryMap
extends Object


Field Summary
protected  HashMap<String,FilterFactory> map
           
 
Constructor Summary
protected RESTConstants.FactoryMap()
           
 
Method Summary
 FilterFactory get(String c)
           
static RESTConstants.FactoryMap getFactoryMap()
           
protected  void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

protected HashMap<String,FilterFactory> map
Constructor Detail

RESTConstants.FactoryMap

protected RESTConstants.FactoryMap()
Method Detail

getFactoryMap

public static RESTConstants.FactoryMap getFactoryMap()

get

public FilterFactory get(String c)

initialize

protected void initialize()


Copyright © 2009 The Apache Software Foundation