| Package | Description |
|---|---|
| com.spotify.helios.agent | |
| com.spotify.helios.master | |
| com.spotify.helios.servicescommon |
| Constructor and Description |
|---|
ZooKeeperAgentModel(ZooKeeperClientProvider provider,
String host,
Path stateDirectory,
TaskHistoryWriter historyWriter,
List<EventSender> eventSenders,
String taskStatusEventTopic) |
| Constructor and Description |
|---|
ZooKeeperMasterModel(ZooKeeperClientProvider provider,
String name,
List<EventSender> eventSenders,
String deploymentGroupEventTopic)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GooglePubSubSender
An EventSender that publishes events to Google Cloud PubSub.
|
class |
KafkaSender
A class that wraps
KafkaProducer. |
| Modifier and Type | Method and Description |
|---|---|
static List<EventSender> |
EventSenderFactory.build(io.dropwizard.setup.Environment environment,
CommonConfiguration<?> config,
com.codahale.metrics.MetricRegistry metricRegistry,
String pubsubHealthcheckTopic) |
Copyright © 2017. All rights reserved.