Uses of Class
org.apache.hadoop.hbase.master.region.MasterRegionParams
Packages that use MasterRegionParams
-
Uses of MasterRegionParams in org.apache.hadoop.hbase.master.region
Methods in org.apache.hadoop.hbase.master.region that return MasterRegionParamsModifier and TypeMethodDescriptionMasterRegionParams.archivedHFileSuffix
(String archivedHFileSuffix) MasterRegionParams.archivedWalSuffix
(String archivedWalSuffix) MasterRegionParams.compactMin
(int compactMin) MasterRegionParams.flushIntervalMs
(long flushIntervalMs) MasterRegionParams.flushPerChanges
(long flushPerChanges) MasterRegionParams.flushSize
(long flushSize) MasterRegionParams.maxWals
(int maxWals) MasterRegionParams.regionDirName
(String regionDirName) MasterRegionParams.ringBufferSlotCount
(int ringBufferSlotCount) MasterRegionParams.rollPeriodMs
(long rollPeriodMs) MasterRegionParams.tableDescriptor
(TableDescriptor tableDescriptor) MasterRegionParams.useHsync
(boolean useHsync) MasterRegionParams.useMetaCellComparator
(boolean useMetaCellComparator) Methods in org.apache.hadoop.hbase.master.region with parameters of type MasterRegionParamsModifier and TypeMethodDescriptionstatic MasterRegion
MasterRegion.create
(MasterRegionParams params)