| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
NO_PROC_ID |
-1L |
protected static final int |
NO_TIMEOUT |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHECK_OWNER_SET_CONF_KEY |
"hbase.procedure.check.owner.set" |
public static final String |
EVICT_ACKED_TTL_CONF_KEY |
"hbase.procedure.cleaner.acked.evict.ttl" |
public static final String |
EVICT_TTL_CONF_KEY |
"hbase.procedure.cleaner.evict.ttl" |
public static final String |
WORKER_KEEP_ALIVE_TIME_CONF_KEY |
"hbase.procedure.worker.keep.alive.time.msec" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_PROCEDURE_RETRY_SLEEP_INTERVAL_MS |
1000L |
public static final String |
PROCEDURE_RETRY_MAX_SLEEP_TIME_MS |
"hbase.procedure.retry.max.sleep.time.ms" |
public static final String |
PROCEDURE_RETRY_SLEEP_INTERVAL_MS |
"hbase.procedure.retry.sleep.interval.ms" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DISPATCH_DELAY_CONF_KEY |
"hbase.procedure.remote.dispatcher.delay.msec" |
public static final String |
DISPATCH_MAX_QUEUE_SIZE_CONF_KEY |
"hbase.procedure.remote.dispatcher.max.queue.size" |
public static final String |
THREAD_POOL_SIZE_CONF_KEY |
"hbase.procedure.remote.dispatcher.threadpool.size" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EXEC_WAL_CLEANUP_ON_LOAD_CONF_KEY |
"hbase.procedure.store.wal.exec.cleanup.on.load" |
public static final String |
LOG_PREFIX |
"pv2-" |
public static final String |
MASTER_PROCEDURE_LOGDIR |
"MasterProcWALs" |
public static final String |
MAX_RETRIES_BEFORE_ROLL_CONF_KEY |
"hbase.procedure.store.wal.max.retries.before.roll" |
public static final String |
MAX_SYNC_FAILURE_ROLL_CONF_KEY |
"hbase.procedure.store.wal.sync.failure.roll.max" |
public static final String |
PERIODIC_ROLL_CONF_KEY |
"hbase.procedure.store.wal.periodic.roll.msec" |
public static final String |
ROLL_RETRIES_CONF_KEY |
"hbase.procedure.store.wal.max.roll.retries" |
public static final String |
ROLL_THRESHOLD_CONF_KEY |
"hbase.procedure.store.wal.roll.threshold" |
public static final String |
STORE_WAL_SYNC_STATS_COUNT |
"hbase.procedure.store.wal.sync.stats.count" |
public static final String |
SYNC_WAIT_MSEC_CONF_KEY |
"hbase.procedure.store.wal.sync.wait.msec" |
public static final String |
USE_HSYNC_CONF_KEY |
"hbase.procedure.store.wal.use.hsync" |
public static final String |
WAIT_BEFORE_ROLL_CONF_KEY |
"hbase.procedure.store.wal.wait.before.roll" |
public static final String |
WAL_COUNT_WARN_THRESHOLD_CONF_KEY |
"hbase.procedure.store.wal.warn.threshold" |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.