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
HBaseAdmin.rollWALWriter
(ServerName serverName) private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.RollWALWriterResponse
HBaseAdmin.rollWALWriterImpl
(ServerName sn) -
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, 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) protected
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) 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) 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) -
Uses of FailedLogCloseException in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal that throw FailedLogCloseException