static class FileArchiverNotifierImpl.StoreFileReference extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hbase.thirdparty.com.google.common.collect.Multimap<String,String> |
familyToFiles |
private String |
regionName |
Constructor and Description |
---|
StoreFileReference(String regionName) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addFamilyStoreFile(String family,
String storeFileName) |
boolean |
equals(Object o) |
(package private) org.apache.hbase.thirdparty.com.google.common.collect.Multimap<String,String> |
getFamilyToFilesMapping() |
(package private) String |
getRegionName() |
int |
hashCode() |
String |
toString() |
private final String regionName
private final org.apache.hbase.thirdparty.com.google.common.collect.Multimap<String,String> familyToFiles
StoreFileReference(String regionName)
String getRegionName()
org.apache.hbase.thirdparty.com.google.common.collect.Multimap<String,String> getFamilyToFilesMapping()
void addFamilyStoreFile(String family, String storeFileName)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.