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 TypeClassDescriptionclass
Tracks 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.CACHE
Methods 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 aFileArchiverNotifier
instance for the given args.FileArchiverNotifierFactoryImpl.get
(Connection conn, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, TableName tn) Returns theFileArchiverNotifier
instance for the givenTableName
.(package private) FileArchiverNotifier
SnapshotQuotaObserverChore.getNotifierForTable
(TableName tn) Returns the correct instance ofFileArchiverNotifier
for the given table name.