Package org.apache.hadoop.hbase.regionserver.snapshot
package org.apache.hadoop.hbase.regionserver.snapshot
-
ClassDescriptionThis online snapshot implementation uses the distributed procedure framework to force a store flush and then records the hfiles.Callable for adding files to snapshot manifest working dir.This manager class handles the work dealing with snapshots for a
HRegionServer
.We use the SnapshotSubprocedurePool, a class specific thread pool instead ofExecutorService
.