MicroZookeeperServicepublic interface MicroZookeeperServiceKeys
MicroZookeeperService.
These are not used in registry clients or the RM-side service,
so are kept separate.| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
DEFAULT_ZKSERVICE_HOST |
Default host to serve on -this is
localhost as it
is the only one guaranteed to be available: "localhost". |
static java.lang.String |
KEY_REGISTRY_ZKSERVICE_JAAS_CONTEXT |
Key to define the JAAS context for the ZK service: "hadoop.registry.zk.service.service.jaas.context".
|
static java.lang.String |
KEY_ZKSERVICE_ALLOW_FAILED_SASL_CLIENTS |
Should failed SASL clients be allowed: "hadoop.registry.zk.service.allow.failed.sasl.clients"?
Default is the ZK default: true
|
static java.lang.String |
KEY_ZKSERVICE_DIR |
Directory containing data: "hadoop.registry.zk.service.dir"
|
static java.lang.String |
KEY_ZKSERVICE_HOST |
host to register on: "hadoop.registry.zk.service.host".
|
static java.lang.String |
KEY_ZKSERVICE_PORT |
port; 0 or below means "any": "hadoop.registry.zk.service.port"
|
static java.lang.String |
KEY_ZKSERVICE_TICK_TIME |
ZK servertick time: "hadoop.registry.zk.service.ticktime"
|
static java.lang.String |
ZKSERVICE_PREFIX |
static final java.lang.String ZKSERVICE_PREFIX
static final java.lang.String KEY_REGISTRY_ZKSERVICE_JAAS_CONTEXT
static final java.lang.String KEY_ZKSERVICE_TICK_TIME
static final java.lang.String KEY_ZKSERVICE_HOST
static final java.lang.String DEFAULT_ZKSERVICE_HOST
localhost as it
is the only one guaranteed to be available: "localhost".static final java.lang.String KEY_ZKSERVICE_PORT
static final java.lang.String KEY_ZKSERVICE_DIR
static final java.lang.String KEY_ZKSERVICE_ALLOW_FAILED_SASL_CLIENTS
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.