static class RegionCoprocessorHost.TableCoprocessorAttribute extends Object
Modifier and Type | Field and Description |
---|---|
private String |
className |
private org.apache.hadoop.conf.Configuration |
conf |
private org.apache.hadoop.fs.Path |
path |
private int |
priority |
Constructor and Description |
---|
TableCoprocessorAttribute(org.apache.hadoop.fs.Path path,
String className,
int priority,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
org.apache.hadoop.conf.Configuration |
getConf() |
org.apache.hadoop.fs.Path |
getPath() |
int |
getPriority() |
private org.apache.hadoop.fs.Path path
private int priority
private org.apache.hadoop.conf.Configuration conf
public TableCoprocessorAttribute(org.apache.hadoop.fs.Path path, String className, int priority, org.apache.hadoop.conf.Configuration conf)
public org.apache.hadoop.fs.Path getPath()
public String getClassName()
public int getPriority()
public org.apache.hadoop.conf.Configuration getConf()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.