| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.wal | |
| org.apache.hadoop.hbase.replication.regionserver | |
| org.apache.hadoop.hbase.wal |
| 限定符和类型 | 方法和说明 |
|---|---|
WALActionsListener |
ReplicationSourceService.getWALActionsListener()
Returns a WALObserver for the service.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MetricsWAL
Class used to push numbers about the WAL into the metrics subsystem.
|
static class |
WALActionsListener.Base |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FSHLog.registerWALActionsListener(WALActionsListener listener) |
boolean |
FSHLog.unregisterWALActionsListener(WALActionsListener listener) |
| 构造器和说明 |
|---|
FSHLog(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootDir,
String logDir,
String archiveDir,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
boolean failIfWALExists,
String prefix,
String suffix)
Create an edit log at the given
dir location. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Replication
Gateway to Replication.
|
| 限定符和类型 | 方法和说明 |
|---|---|
WALActionsListener |
Replication.getWALActionsListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WAL.registerWALActionsListener(WALActionsListener listener)
Registers WALActionsListener
|
boolean |
WAL.unregisterWALActionsListener(WALActionsListener listener)
Unregisters WALActionsListener
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegionGroupingProvider.init(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String providerId) |
void |
WALProvider.init(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String providerId)
Set up the provider to create wals.
|
void |
DefaultWALProvider.init(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String providerId) |
| 构造器和说明 |
|---|
WALFactory(org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String factoryId) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.