Package org.apache.hadoop.hbase.quotas
Interface FileArchiverNotifierFactory
- All Known Implementing Classes:
FileArchiverNotifierFactoryImpl
Factory class to create
FileArchiverNotifier
instances.-
Method Summary
Modifier and TypeMethodDescriptionget
(Connection conn, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, TableName tn) Creates or obtains aFileArchiverNotifier
instance for the given args.
-
Method Details
-
get
FileArchiverNotifier get(Connection conn, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, TableName tn) Creates or obtains aFileArchiverNotifier
instance for the given args.
-