Uses of Class
org.apache.hadoop.hbase.master.region.MasterRegionParams
-
Uses of MasterRegionParams in org.apache.hadoop.hbase.master.region
Modifier 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) Modifier and TypeMethodDescriptionstatic MasterRegion
MasterRegion.create
(MasterRegionParams params)