| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.wal | |
| org.apache.hadoop.hbase.replication.regionserver |
| Modifier and Type | Method and Description |
|---|---|
WALActionsListener |
ReplicationSourceService.getWALActionsListener()
Returns a WALObserver for the service.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<WALActionsListener> |
HRegionServer.getMetaWALActionListeners() |
protected List<WALActionsListener> |
HRegionServer.getWALActionListeners()
Called by
HRegionServer.instantiateHLog(Path, String) setting up WAL instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
HLog.registerWALActionsListener(WALActionsListener listener)
registers WALActionsListener
|
boolean |
HLog.unregisterWALActionsListener(WALActionsListener listener)
unregisters WALActionsListener
|
| Modifier and Type | Method and Description |
|---|---|
static HLog |
HLogFactory.createHLog(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path root,
String logName,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String prefix) |
static HLog |
HLogFactory.createMetaHLog(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path root,
String logName,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String prefix) |
| Modifier and Type | Class and Description |
|---|---|
class |
Replication
Gateway to Replication.
|
| Modifier and Type | Method and Description |
|---|---|
WALActionsListener |
Replication.getWALActionsListener() |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.