Modifier and Type | Method and Description |
---|---|
private WALActionsListener |
HRegionServer.getWALEventTrackerListener(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Class and Description |
---|---|
class |
MetricsWAL
Class used to push numbers about the WAL into the metrics subsystem.
|
class |
WALEventTrackerListener |
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,
Abortable abortable,
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) |
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,
Abortable abortable,
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.hbase.thirdparty.io.netty.channel.EventLoopGroup eventLoopGroup,
Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> channelClass,
StreamSlowMonitor monitor) |
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.hbase.thirdparty.io.netty.channel.EventLoopGroup eventLoopGroup,
Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> channelClass) |
DualAsyncFSWAL(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.FileSystem remoteFs,
org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.fs.Path remoteWALDir,
String logDir,
String archiveDir,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners,
boolean failIfWALExists,
String prefix,
String suffix,
org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup eventLoopGroup,
Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> channelClass) |
FSHLog(org.apache.hadoop.fs.FileSystem fs,
Abortable abortable,
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. |
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) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ReplicationSourceWALActionListener
Used to receive new wals.
|
Modifier and Type | Field and Description |
---|---|
protected List<WALActionsListener> |
AbstractFSWALProvider.listeners |
private List<WALActionsListener> |
SyncReplicationWALProvider.listeners |
private List<WALActionsListener> |
RegionGroupingProvider.listeners |
protected List<WALActionsListener> |
DisabledWALProvider.DisabledWAL.listeners |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFSWALProvider.addWALActionsListener(WALActionsListener listener) |
void |
SyncReplicationWALProvider.addWALActionsListener(WALActionsListener listener) |
void |
RegionGroupingProvider.addWALActionsListener(WALActionsListener listener) |
void |
DisabledWALProvider.addWALActionsListener(WALActionsListener listener) |
void |
WALProvider.addWALActionsListener(WALActionsListener listener)
Add a
WALActionsListener . |
void |
DisabledWALProvider.DisabledWAL.registerWALActionsListener(WALActionsListener listener) |
void |
WAL.registerWALActionsListener(WALActionsListener listener)
Registers WALActionsListener
|
boolean |
DisabledWALProvider.DisabledWAL.unregisterWALActionsListener(WALActionsListener listener) |
boolean |
WAL.unregisterWALActionsListener(WALActionsListener listener)
Unregisters WALActionsListener
|
Constructor and Description |
---|
DisabledWAL(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf,
List<WALActionsListener> listeners) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.