Class RegionCoprocessorHost.TableCoprocessorAttribute
java.lang.Object
org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.TableCoprocessorAttribute
- Enclosing class:
- RegionCoprocessorHost
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionTableCoprocessorAttribute(org.apache.hadoop.fs.Path path, String className, int priority, org.apache.hadoop.conf.Configuration conf) 
- 
Method Summary
- 
Field Details- 
path
- 
className
- 
priority
- 
conf
 
- 
- 
Constructor Details- 
TableCoprocessorAttributepublic TableCoprocessorAttribute(org.apache.hadoop.fs.Path path, String className, int priority, org.apache.hadoop.conf.Configuration conf) 
 
- 
- 
Method Details- 
getPath
- 
getClassName
- 
getPriority
- 
getConf
 
-