@InterfaceAudience.Private public interface CoprocessorEnvironment
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader() |
Configuration |
getConfiguration() |
String |
getHBaseVersion() |
Coprocessor |
getInstance() |
int |
getLoadSequence() |
int |
getPriority() |
HTableInterface |
getTable(TableName tableName) |
HTableInterface |
getTable(TableName tableName,
ExecutorService service) |
int |
getVersion() |
int getVersion()
String getHBaseVersion()
Coprocessor getInstance()
int getPriority()
int getLoadSequence()
Configuration getConfiguration()
HTableInterface getTable(TableName tableName) throws IOException
IOException
HTableInterface getTable(TableName tableName, ExecutorService service) throws IOException
IOException
ClassLoader getClassLoader()