Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Class and Description |
---|---|
class |
FileArchiverNotifierImpl
Tracks file archiving and updates the hbase quota table.
|
Modifier and Type | Field and Description |
---|---|
private ConcurrentHashMap<TableName,FileArchiverNotifier> |
FileArchiverNotifierFactoryImpl.CACHE |
Modifier and Type | Method and Description |
---|---|
FileArchiverNotifier |
FileArchiverNotifierFactoryImpl.get(Connection conn,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
TableName tn)
Returns the
FileArchiverNotifier instance for the given TableName . |
FileArchiverNotifier |
FileArchiverNotifierFactory.get(Connection conn,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
TableName tn)
Creates or obtains a
FileArchiverNotifier instance for the given args. |
(package private) FileArchiverNotifier |
SnapshotQuotaObserverChore.getNotifierForTable(TableName tn)
Returns the correct instance of
FileArchiverNotifier for the given table name. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.