Packages that use org.apache.hadoop.hbase.quotas.FileArchiverNotifier
-
Uses of org.apache.hadoop.hbase.quotas.FileArchiverNotifier in org.apache.hadoop.hbase.quotas
class
org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl
Tracks file archiving and updates the hbase quota table.
org.apache.hadoop.hbase.quotas.FileArchiverNotifier
FileArchiverNotifierFactory.get(org.apache.hadoop.hbase.client.Connection conn,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.hbase.TableName tn)
Creates or obtains a FileArchiverNotifier
instance for the given args.
org.apache.hadoop.hbase.quotas.FileArchiverNotifier
FileArchiverNotifierFactoryImpl.get(org.apache.hadoop.hbase.client.Connection conn,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.hbase.TableName tn)
Returns the FileArchiverNotifier
instance for the given TableName
.