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 |
HBaseAdmin.rollWALWriter(ServerName serverName) |
void |
Admin.rollWALWriter(ServerName serverName)
Roll the log writer.
|
private org.apache.hadoop.hbase.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[][] |
FSHLog.rollWriter() |
byte[][] |
FSHLog.rollWriter(boolean force) |
Modifier and Type | Method and Description |
---|---|
byte[][] |
WAL.rollWriter()
Roll the log writer.
|
byte[][] |
WAL.rollWriter(boolean force)
Roll the log writer.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.