Uses of Interface
org.apache.hadoop.hbase.quotas.FileArchiverNotifier
-
Uses of FileArchiverNotifier in org.apache.hadoop.hbase.quotas
Modifier and TypeClassDescriptionclass
Tracks file archiving and updates the hbase quota table.Modifier and TypeFieldDescriptionprivate final ConcurrentMap<TableName,
FileArchiverNotifier> FileArchiverNotifierFactoryImpl.CACHE
Modifier 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.