static class WALCoprocessorHost.WALEnvironment extends CoprocessorHost.Environment implements WALCoprocessorEnvironment
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
useLegacyPost |
(package private) boolean |
useLegacyPre |
private WAL |
wal |
impl, openTables, priority
Constructor and Description |
---|
WALCoprocessorHost.WALEnvironment(Class<?> implClass,
Coprocessor impl,
int priority,
int seq,
org.apache.hadoop.conf.Configuration conf,
WAL wal)
Constructor
|
Modifier and Type | Method and Description |
---|---|
WAL |
getWAL() |
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getTable, getTable, getVersion, shutdown, startup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getTable, getTable, getVersion
private final WAL wal
final boolean useLegacyPre
final boolean useLegacyPost
public WALCoprocessorHost.WALEnvironment(Class<?> implClass, Coprocessor impl, int priority, int seq, org.apache.hadoop.conf.Configuration conf, WAL wal)
implClass
- - not usedimpl
- the coprocessor instancepriority
- chaining priorityseq
- load sequenceconf
- configurationwal
- WALpublic WAL getWAL()
getWAL
in interface WALCoprocessorEnvironment
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.