Uses of Class
org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl.StoreFileReference
-
Uses of FileArchiverNotifierImpl.StoreFileReference in org.apache.hadoop.hbase.quotas
Modifier and TypeMethodDescription(package private) Set<FileArchiverNotifierImpl.StoreFileReference>
FileArchiverNotifierImpl.getStoreFilesFromSnapshot
(SnapshotManifest manifest, Predicate<String> filter) Extracts the names of the store files referenced by this snapshot which satisfy the given predicate (the predicate returnstrue
).Modifier and TypeMethodDescription(package private) long
FileArchiverNotifierImpl.getSizeOfStoreFile
(TableName tn, FileArchiverNotifierImpl.StoreFileReference storeFileName) Computes the size of the store files for a single region.Modifier and TypeMethodDescription(package private) long
FileArchiverNotifierImpl.getSizeOfStoreFiles
(TableName tn, Set<FileArchiverNotifierImpl.StoreFileReference> storeFileNames) Computes the size of each store file instoreFileNames