Uses of Class
org.apache.hadoop.hbase.master.region.MasterRegionFlusherAndCompactor
Packages that use MasterRegionFlusherAndCompactor
-
Uses of MasterRegionFlusherAndCompactor in org.apache.hadoop.hbase.master.region
Fields in org.apache.hadoop.hbase.master.region declared as MasterRegionFlusherAndCompactorModifier and TypeFieldDescription(package private) final MasterRegionFlusherAndCompactor
MasterRegion.flusherAndCompactor
private MasterRegionFlusherAndCompactor
MasterRegionWALRoller.flusherAndCompactor
Methods in org.apache.hadoop.hbase.master.region with parameters of type MasterRegionFlusherAndCompactorModifier and TypeMethodDescription(package private) void
MasterRegionWALRoller.setFlusherAndCompactor
(MasterRegionFlusherAndCompactor flusherAndCompactor) Constructors in org.apache.hadoop.hbase.master.region with parameters of type MasterRegionFlusherAndCompactorModifierConstructorDescriptionprivate
MasterRegion
(Server server, HRegion region, WALFactory walFactory, MasterRegionFlusherAndCompactor flusherAndCompactor, MasterRegionWALRoller walRoller)