Uses of Class
org.apache.hadoop.hbase.regionserver.wal.FailedLogCloseException
Package
Description
Provides HBase Client
-
Uses of FailedLogCloseException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionvoid
Admin.rollWALWriter
(ServerName serverName) Roll the log writer.void
AdminOverAsyncAdmin.rollWALWriter
(ServerName serverName) -
Uses of FailedLogCloseException in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeClassDescriptionclass
Thrown when we fail close of the write-ahead-log file.ModifierConstructorDescriptionprotected
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, org.apache.hadoop.fs.FileSystem remoteFs, org.apache.hadoop.fs.Path remoteWALDir) 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.hadoop.fs.FileSystem remoteFs, org.apache.hadoop.fs.Path remoteWALDir, org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup eventLoopGroup, Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> channelClass, StreamSlowMonitor monitor) -
Uses of FailedLogCloseException in org.apache.hadoop.hbase.wal