Class TimeToLiveProcedureWALCleaner
java.lang.Object
org.apache.hadoop.hbase.BaseConfigurable
org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate
org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate
org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner
- All Implemented Interfaces:
- org.apache.hadoop.conf.Configurable,- FileCleanerDelegate,- Stoppable
@Deprecated
@LimitedPrivate("Configuration")
public class TimeToLiveProcedureWALCleaner
extends BaseTimeToLiveFileCleaner
Deprecated.
Since 2.3.0, will be removed in 4.0.0. We will not use the procedure wal to store
             procedure any more.
Procedure WAL cleaner that uses the timestamp of the Procedure WAL to determine if it should be
 deleted. By default they are allowed to live for 604800000L.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected longgetTtlMs(org.apache.hadoop.conf.Configuration conf) Deprecated.protected booleanvaliateFilename(org.apache.hadoop.fs.Path file) Deprecated.Methods inherited from class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleanerisFileDeletable, isStopped, setConf, stopMethods inherited from class org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegategetDeletableFiles, initMethods inherited from class org.apache.hadoop.hbase.BaseConfigurablegetConfMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.ConfigurablegetConfMethods inherited from interface org.apache.hadoop.hbase.master.cleaner.FileCleanerDelegateisEmptyDirDeletable, postClean, preClean
- 
Field Details- 
TTL_CONF_KEYDeprecated.- See Also:
 
- 
DEFAULT_TTLDeprecated.- See Also:
 
 
- 
- 
Constructor Details- 
TimeToLiveProcedureWALCleanerpublic TimeToLiveProcedureWALCleaner()Deprecated.
 
- 
- 
Method Details- 
getTtlMsDeprecated.- Specified by:
- getTtlMsin class- BaseTimeToLiveFileCleaner
 
- 
valiateFilenameDeprecated.- Specified by:
- valiateFilenamein class- BaseTimeToLiveFileCleaner
 
 
-