Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Method and Description |
---|---|
(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 returns
true ). |
Modifier and Type | Method and Description |
---|---|
(package private) long |
FileArchiverNotifierImpl.getSizeOfStoreFile(TableName tn,
FileArchiverNotifierImpl.StoreFileReference storeFileName)
Computes the size of the store files for a single region.
|
Modifier and Type | Method and Description |
---|---|
(package private) long |
FileArchiverNotifierImpl.getSizeOfStoreFiles(TableName tn,
Set<FileArchiverNotifierImpl.StoreFileReference> storeFileNames)
Computes the size of each store file in
storeFileNames |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.