Uses of Interface
org.apache.hadoop.hbase.quotas.FileArchiverNotifier
Packages that use FileArchiverNotifier
-
Uses of FileArchiverNotifier in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement FileArchiverNotifierModifier and TypeClassDescriptionclassTracks file archiving and updates the hbase quota table.Fields in org.apache.hadoop.hbase.quotas with type parameters of type FileArchiverNotifierModifier and TypeFieldDescriptionprivate final ConcurrentMap<TableName,FileArchiverNotifier> FileArchiverNotifierFactoryImpl.CACHEMethods in org.apache.hadoop.hbase.quotas that return FileArchiverNotifierModifier and TypeMethodDescriptionFileArchiverNotifierFactory.get(Connection conn, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, TableName tn) Creates or obtains aFileArchiverNotifierinstance for the given args.FileArchiverNotifierFactoryImpl.get(Connection conn, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, TableName tn) Returns theFileArchiverNotifierinstance for the givenTableName.(package private) FileArchiverNotifierSnapshotQuotaObserverChore.getNotifierForTable(TableName tn) Returns the correct instance ofFileArchiverNotifierfor the given table name.