| Package | Description |
|---|---|
| co.cask.cdap.data.stream.service |
This package contains class for running stream http service as well as twill runnable for running the service in
YARN.
|
| co.cask.cdap.data.stream.service.heartbeat |
| Constructor and Description |
|---|
DistributedStreamService(CConfiguration cConf,
StreamAdmin streamAdmin,
StreamCoordinatorClient streamCoordinatorClient,
StreamFileJanitorService janitorService,
ZKClient zkClient,
DiscoveryServiceClient discoveryServiceClient,
StreamMetaStore streamMetaStore,
com.google.common.base.Supplier<Discoverable> discoverableSupplier,
StreamWriterSizeCollector streamWriterSizeCollector,
HeartbeatPublisher heartbeatPublisher,
NotificationFeedManager feedManager,
NotificationService notificationService,
MetricStore metricStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpHeartbeatPublisher
No-op implementation, to remove once notifications are here.
|
class |
NotificationHeartbeatPublisher
Implementation of
HeartbeatPublisher that publishes StreamWriterHeartbeat as notification using
the NotificationService. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.