@InterfaceAudience.Private public final class MasterRegionFactory extends Object
MasterRegion
.Modifier and Type | Field and Description |
---|---|
static String |
ARCHIVED_HFILE_SUFFIX |
static String |
ARCHIVED_WAL_SUFFIX |
private static String |
COMPACT_MIN_KEY |
private static int |
DEFAULT_COMPACT_MIN |
private static long |
DEFAULT_FLUSH_INTERVAL_MS |
private static long |
DEFAULT_FLUSH_PER_CHANGES |
private static long |
DEFAULT_FLUSH_SIZE |
private static int |
DEFAULT_MAX_WALS |
private static int |
DEFAULT_RING_BUFFER_SLOT_COUNT |
private static long |
DEFAULT_ROLL_PERIOD_MS |
private static String |
FLUSH_INTERVAL_MS_KEY |
private static String |
FLUSH_PER_CHANGES_KEY |
private static String |
FLUSH_SIZE_KEY |
static String |
MASTER_STORE_DIR |
private static String |
MAX_WALS_KEY |
static byte[] |
PROC_FAMILY |
static byte[] |
REGION_SERVER_FAMILY |
private static String |
RING_BUFFER_SLOT_COUNT |
private static String |
ROLL_PERIOD_MS_KEY |
private static TableDescriptor |
TABLE_DESC |
static TableName |
TABLE_NAME |
static String |
TRACKER_IMPL |
static String |
USE_HSYNC_KEY |
Constructor and Description |
---|
MasterRegionFactory() |
Modifier and Type | Method and Description |
---|---|
static MasterRegion |
create(Server server) |
private static TableDescriptor |
withTrackerConfigs(org.apache.hadoop.conf.Configuration conf) |
public static final String ARCHIVED_WAL_SUFFIX
public static final String ARCHIVED_HFILE_SUFFIX
private static final String MAX_WALS_KEY
private static final int DEFAULT_MAX_WALS
public static final String USE_HSYNC_KEY
public static final String MASTER_STORE_DIR
private static final String FLUSH_SIZE_KEY
private static final long DEFAULT_FLUSH_SIZE
private static final String FLUSH_PER_CHANGES_KEY
private static final long DEFAULT_FLUSH_PER_CHANGES
private static final String FLUSH_INTERVAL_MS_KEY
private static final long DEFAULT_FLUSH_INTERVAL_MS
private static final String COMPACT_MIN_KEY
private static final int DEFAULT_COMPACT_MIN
private static final String ROLL_PERIOD_MS_KEY
private static final long DEFAULT_ROLL_PERIOD_MS
private static final String RING_BUFFER_SLOT_COUNT
private static final int DEFAULT_RING_BUFFER_SLOT_COUNT
public static final String TRACKER_IMPL
public static final TableName TABLE_NAME
public static final byte[] PROC_FAMILY
public static final byte[] REGION_SERVER_FAMILY
private static final TableDescriptor TABLE_DESC
public MasterRegionFactory()
private static TableDescriptor withTrackerConfigs(org.apache.hadoop.conf.Configuration conf)
public static MasterRegion create(Server server) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.