Package org.apache.hadoop.hbase.snapshot
Interface SnapshotManifest.RegionVisitor<TRegion,TFamily>
- All Known Implementing Classes:
SnapshotManifestV1.ManifestBuilder,SnapshotManifestV2.ManifestBuilder
- Enclosing class:
- SnapshotManifest
static interface SnapshotManifest.RegionVisitor<TRegion,TFamily>
-
Method Summary
Modifier and TypeMethodDescriptionvoidfamilyClose(TRegion region, TFamily family) familyOpen(TRegion region, byte[] familyName) voidregionClose(TRegion region) regionOpen(RegionInfo regionInfo) voidstoreFile(TRegion region, TFamily family, StoreFileInfo storeFile)
-
Method Details
-
regionOpen
- Throws:
IOException
-
regionClose
- Throws:
IOException
-
familyOpen
- Throws:
IOException
-
familyClose
- Throws:
IOException
-
storeFile
- Throws:
IOException
-