org.apache.hadoop.hbase.util
Interface FSVisitor.StoreFileVisitor

All Known Subinterfaces:
SnapshotReferenceUtil.FileVisitor
Enclosing class:
FSVisitor

public static interface FSVisitor.StoreFileVisitor


Method Summary
 void storeFile(String region, String family, String hfileName)
           
 

Method Detail

storeFile

void storeFile(String region,
               String family,
               String hfileName)
               throws IOException
Throws:
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.