| Package | Description |
|---|---|
| co.cask.cdap.data.file |
This package contains classes for interacting with data files.
|
| co.cask.cdap.data.stream |
This package contains classes for management and manipulation of stream files.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileReader<T,P>
This interface represents classes that can read data from file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LiveFileReader<T,P>
A
FileReader that provides continuous event stream that never end. |
| Modifier and Type | Class and Description |
|---|---|
class |
LiveStreamFileReader
A
LiveFileReader that gives infinite stream event. |
class |
MultiLiveStreamFileReader
A
FileReader that combines multiple event stream into single event stream. |
class |
StreamDataFileReader
Class for reading data file written by
StreamDataFileWriter. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.