| Modifier and Type | Method and Description |
|---|---|
WALActionsListener |
ReplicationSourceService.getWALActionsListener()
Returns a WALObserver for the service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsWAL
Class used to push numbers about the WAL into the metrics subsystem.
|
static class |
WALActionsListener.Base |
| Modifier and Type | Field and Description |
|---|---|
protected List<WALActionsListener> |
AbstractFSWAL.listeners
Listeners that are called on WAL events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFSWAL.registerWALActionsListener(WALActionsListener listener) |
boolean |
AbstractFSWAL.unregisterWALActionsListener(WALActionsListener listener) |
| Constructor and Description |
|---|
AbstractFSWAL(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) |
AsyncFSWAL(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,
org.apache.hadoop.hbase.shaded.io.netty.channel.EventLoop eventLoop,
Class<? extends org.apache.hadoop.hbase.shaded.io.netty.channel.Channel> channelClass) |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
Replication
Gateway to Replication.
|
| Modifier and Type | Method and Description |
|---|---|
WALActionsListener |
Replication.getWALActionsListener() |
| Modifier and Type | Field and Description |
|---|---|
protected List<WALActionsListener> |
AbstractFSWALProvider.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
WAL.registerWALActionsListener(WALActionsListener listener)
Registers WALActionsListener
|
boolean |
WAL.unregisterWALActionsListener(WALActionsListener listener)
Unregisters WALActionsListener
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFSWALProvider.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 |
RegionGroupingProvider.init(WALFactory factory,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String providerId) |
| Constructor and Description |
|---|
WALFactory(org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
String factoryId) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.