| Modifier and Type | Method and Description |
|---|---|
boolean |
AgentZooKeeperRegistrar.tryToRegister(ZooKeeperClient client) |
| Constructor and Description |
|---|
TaskHistoryWriter(String hostname,
ZooKeeperClient client,
Path backingFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MasterZooKeeperRegistrar.tryToRegister(ZooKeeperClient client) |
| Constructor and Description |
|---|
JobHistoryReaper(MasterModel masterModel,
ZooKeeperClient client) |
| Modifier and Type | Method and Description |
|---|---|
RollingUpdateOp |
RollingUpdateOpFactory.start(com.spotify.helios.common.descriptors.DeploymentGroup deploymentGroup,
ZooKeeperClient client) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ZooKeeperRegistrarUtil.deregisterHost(ZooKeeperClient client,
String host) |
static boolean |
ZooKeeperRegistrarUtil.isHostRegistered(ZooKeeperClient client,
String host) |
static void |
ZooKeeperRegistrarUtil.registerHost(ZooKeeperClient client,
String idPath,
String hostname,
String hostId) |
static void |
ZooKeeperRegistrarUtil.reRegisterHost(ZooKeeperClient client,
String host,
String hostId)
Re-register an agent with a different host id.
|
ZooKeeperRegistrarService.Builder |
ZooKeeperRegistrarService.Builder.setZooKeeperClient(ZooKeeperClient zooKeeperClient) |
boolean |
ZooKeeperRegistrar.tryToRegister(ZooKeeperClient client)
Called when ZK client connects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultZooKeeperClient |
class |
ReportingZooKeeperClient
This class instruments ZooKeeper calls by timing them and reporting exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
ZooKeeperClient |
ZooKeeperClientProvider.get(String tag) |
| Constructor and Description |
|---|
ReportingZooKeeperClient(ZooKeeperClient client,
ZooKeeperModelReporter reporter,
String tag) |
RetryingZooKeeperNodeWriter(String name,
ZooKeeperClient client) |
ZooKeeperClientProvider(ZooKeeperClient client,
ZooKeeperModelReporter reporter) |
ZooKeeperHealthChecker(ZooKeeperClient zooKeeperClient) |
ZooKeeperNodeUpdater(String path,
ZooKeeperClient zooKeeperClient) |
ZooKeeperNodeUpdaterFactory(ZooKeeperClient zooKeeperClient) |
Copyright © 2017. All rights reserved.