Package | Description |
---|---|
org.apache.hadoop.hbase.master.cleaner | |
org.apache.hadoop.hbase.master.snapshot | |
org.apache.hadoop.hbase.replication.master |
Modifier and Type | Class and Description |
---|---|
class |
TimeToLiveLogCleaner
Log cleaner that uses the timestamp of the wal to determine if it should
be deleted.
|
Modifier and Type | Class and Description |
---|---|
class |
SnapshotLogCleaner
Implementation of a log cleaner that checks if a log is still used by
snapshots of HBase tables.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationLogCleaner
Implementation of a log cleaner that checks if a log is still scheduled for
replication before deleting it when its TTL is over.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.