Class HFileReplicator

java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.HFileReplicator
All Implemented Interfaces:
Closeable, AutoCloseable

@Private public class HFileReplicator extends Object implements Closeable
It is used for replicating HFile entries. It will first copy parallely all the hfiles to a local staging directory and then it will use (BulkLoadHFiles to prepare a collection of BulkLoadHFiles.LoadQueueItem which will finally be loaded(replicated) into the table of this cluster. Call close() when done.