Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.regionserver.wal | |
org.apache.hadoop.hbase.wal |
Modifier and Type | Method and Description |
---|---|
byte[][] |
HBaseAdmin.rollHLogWriter(String serverName)
Deprecated.
|
void |
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) |
Modifier and Type | Class and Description |
---|---|
class |
FailedSyncBeforeLogCloseException
Thrown when we fail close of the write-ahead-log file.
|
Modifier and Type | Method and Description |
---|---|
byte[][] |
AbstractFSWAL.rollWriter() |
byte[][] |
AbstractFSWAL.rollWriter(boolean force) |
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.hbase.thirdparty.io.netty.channel.EventLoopGroup eventLoopGroup,
Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> channelClass) |
Modifier and Type | Method and Description |
---|---|
byte[][] |
WAL.rollWriter()
Roll the log writer.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.