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