@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface CoprocessorEnvironment<C extends Coprocessor>
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader() |
org.apache.hadoop.conf.Configuration |
getConfiguration() |
String |
getHBaseVersion() |
C |
getInstance() |
int |
getLoadSequence() |
int |
getPriority() |
int |
getVersion() |
int getVersion()
String getHBaseVersion()
C getInstance()
int getPriority()
int getLoadSequence()
org.apache.hadoop.conf.Configuration getConfiguration()
UnsupportedOperationException
if you try
to set a configuration.ClassLoader getClassLoader()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.