Uses of Interface
org.apache.hadoop.hbase.regionserver.HRegion.BulkLoadListener
-
Uses of HRegion.BulkLoadListener in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescription(package private) static class
Modifier and TypeMethodDescriptionHRegion.bulkLoadHFiles
(Collection<Pair<byte[], String>> familyPaths, boolean assignSeqId, HRegion.BulkLoadListener bulkLoadListener) Attempts to atomically load a group of hfiles.HRegion.bulkLoadHFiles
(Collection<Pair<byte[], String>> familyPaths, boolean assignSeqId, HRegion.BulkLoadListener bulkLoadListener, boolean copyFile, List<String> clusterIds, boolean replicate) Attempts to atomically load a group of hfiles.