org.apache.hadoop.hbase.snapshot
Interface SnapshotReferenceUtil.StoreFileVisitor

All Known Subinterfaces:
SnapshotReferenceUtil.SnapshotVisitor
Enclosing class:
SnapshotReferenceUtil

public static interface SnapshotReferenceUtil.StoreFileVisitor


Method Summary
 void storeFile(HRegionInfo regionInfo, String familyName, org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.StoreFile storeFile)
           
 

Method Detail

storeFile

void storeFile(HRegionInfo regionInfo,
               String familyName,
               org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.StoreFile storeFile)
               throws IOException
Throws:
IOException


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.