@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface CoprocessorEnvironment<C extends Coprocessor>
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader()
Returns the classloader for the loaded coprocessor instance
|
org.apache.hadoop.conf.Configuration |
getConfiguration()
Returns a Read-only Configuration; throws
UnsupportedOperationException if you try to
set a configuration. |
String |
getHBaseVersion()
Returns the HBase version as a string (e.g.
|
C |
getInstance()
Returns the loaded coprocessor instance
|
int |
getLoadSequence()
Returns the load sequence number
|
int |
getPriority()
Returns the priority assigned to the loaded coprocessor
|
int |
getVersion()
Returns the Coprocessor interface version
|
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.