| Package | Description |
|---|---|
| co.cask.cdap.data.stream |
This package contains classes for management and manipulation of stream files.
|
| 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.data2.transaction.stream |
This package contains transaction stream consumer classes for maintaining stateful consumption of stream entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamCoordinatorClient
Base implementation for
StreamCoordinatorClient. |
class |
DistributedStreamCoordinatorClient
A
StreamCoordinatorClient uses ZooKeeper to implementation coordination needed for stream. |
class |
InMemoryStreamCoordinatorClient
In memory implementation for
StreamCoordinatorClient. |
| Modifier and Type | Method and Description |
|---|---|
protected StreamCoordinatorClient |
AbstractStreamService.getStreamCoordinatorClient() |
| Constructor and Description |
|---|
FileStreamAdmin(NamespacedLocationFactory namespacedLocationFactory,
CConfiguration cConf,
StreamCoordinatorClient streamCoordinatorClient,
StreamConsumerStateStoreFactory stateStoreFactory,
NotificationFeedManager notificationFeedManager,
UsageRegistry usageRegistry,
LineageWriter lineageWriter,
StreamMetaStore streamMetaStore,
ExploreTableNaming tableNaming,
MetadataStore metadataStore,
ViewAdmin viewAdmin) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.