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, Path) setting up WAL instance. |
Modifier and Type | Method and Description |
---|---|
void |
HLog.registerWALActionsListener(WALActionsListener listener) |
boolean |
HLog.unregisterWALActionsListener(WALActionsListener listener) |
Constructor and Description |
---|
HLog(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path dir,
org.apache.hadoop.fs.Path oldLogDir,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
boolean failIfLogDirExists,
String prefix,
boolean forMeta)
Create an edit log at the given
dir location. |
HLog(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path dir,
org.apache.hadoop.fs.Path oldLogDir,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String prefix)
Create an edit log at the given
dir location. |
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.