Uses of Class
org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl.StoreFileReference
Packages that use FileArchiverNotifierImpl.StoreFileReference
-
Uses of FileArchiverNotifierImpl.StoreFileReference in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type FileArchiverNotifierImpl.StoreFileReferenceModifier 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
).Methods in org.apache.hadoop.hbase.quotas with parameters of type FileArchiverNotifierImpl.StoreFileReferenceModifier and TypeMethodDescription(package private) long
FileArchiverNotifierImpl.getSizeOfStoreFile
(TableName tn, FileArchiverNotifierImpl.StoreFileReference storeFileName) Computes the size of the store files for a single region.Method parameters in org.apache.hadoop.hbase.quotas with type arguments of type FileArchiverNotifierImpl.StoreFileReferenceModifier and TypeMethodDescription(package private) long
FileArchiverNotifierImpl.getSizeOfStoreFiles
(TableName tn, Set<FileArchiverNotifierImpl.StoreFileReference> storeFileNames) Computes the size of each store file instoreFileNames