| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MutableStreamEvent |
MutableStreamEvent.set(co.cask.cdap.api.stream.StreamEventData data,
long timestamp)
Sets the event data and timestamp.
|
MutableStreamEvent |
MutableStreamEvent.setData(co.cask.cdap.api.stream.StreamEventData data)
Sets the event data.
|
MutableStreamEvent |
MutableStreamEvent.setTimestamp(long timestamp)
Sets the event timestamp.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.