| Package | Description |
|---|---|
| co.cask.cdap.etl.api.realtime |
Packages for ETL Application Templates.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SourceState |
RealtimeSource.poll(Emitter<T> writer,
SourceState currentState)
Poll for new data.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SourceState |
RealtimeSource.poll(Emitter<T> writer,
SourceState currentState)
Poll for new data.
|
void |
SourceState.setState(SourceState state)
Clear the internal state and set it to values from provided State.
|
| Constructor and Description |
|---|
SourceState(SourceState state)
Construct a SourceState by making a copy of another SourceState.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.