Package | Description |
---|---|
org.apache.hadoop.hbase.master.cleaner |
Modifier and Type | Class and Description |
---|---|
class |
TimeToLiveHFileCleaner
HFile cleaner that uses the timestamp of the hfile to determine if it should be deleted.
|
class |
TimeToLiveLogCleaner
Log cleaner that uses the timestamp of the wal to determine if it should be deleted.
|
class |
TimeToLiveMasterLocalStoreHFileCleaner
Master local storage HFile cleaner that uses the timestamp of the HFile to determine if it should
be deleted.
|
class |
TimeToLiveMasterLocalStoreWALCleaner
Master local storage WAL cleaner that uses the timestamp of the WAL file to determine if it
should be deleted.
|
class |
TimeToLiveProcedureWALCleaner
Deprecated.
Since 2.3.0, will be removed in 4.0.0. We will not use the procedure wal to store
procedure any more.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.