Uses of Class
org.apache.hadoop.hbase.regionserver.wal.FailedLogCloseException
Packages that use FailedLogCloseException
Package
Description
Provides HBase Client
-
Uses of FailedLogCloseException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that throw FailedLogCloseExceptionModifier 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
Subclasses of FailedLogCloseException in org.apache.hadoop.hbase.regionserver.walModifier and TypeClassDescriptionclass
Thrown when we fail close of the write-ahead-log file.Methods in org.apache.hadoop.hbase.regionserver.wal that throw FailedLogCloseExceptionConstructors in org.apache.hadoop.hbase.regionserver.wal that throw FailedLogCloseExceptionModifierConstructorDescriptionprotected
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
Methods in org.apache.hadoop.hbase.wal that throw FailedLogCloseException