static interface SnapshotManifest.RegionVisitor<TRegion,TFamily>
Modifier and Type | Method and Description |
---|---|
void |
familyClose(TRegion region,
TFamily family) |
TFamily |
familyOpen(TRegion region,
byte[] familyName) |
void |
regionClose(TRegion region) |
TRegion |
regionOpen(RegionInfo regionInfo) |
void |
storeFile(TRegion region,
TFamily family,
StoreFileInfo storeFile) |
TRegion regionOpen(RegionInfo regionInfo) throws IOException
IOException
void regionClose(TRegion region) throws IOException
IOException
TFamily familyOpen(TRegion region, byte[] familyName) throws IOException
IOException
void familyClose(TRegion region, TFamily family) throws IOException
IOException
void storeFile(TRegion region, TFamily family, StoreFileInfo storeFile) throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.