| Package | Description |
|---|---|
| co.cask.cdap.api.stream |
Interfaces for stream interactions.
|
| Modifier and Type | Method and Description |
|---|---|
StreamEventDecoder.DecodeResult<K,V> |
StreamEventDecoder.decode(StreamEvent event,
StreamEventDecoder.DecodeResult<K,V> result)
Decode a
StreamEvent. |
StreamEventDecoder.DecodeResult<K,V> |
StreamEventDecoder.DecodeResult.setKey(K key) |
StreamEventDecoder.DecodeResult<K,V> |
StreamEventDecoder.DecodeResult.setValue(V value) |
| Modifier and Type | Method and Description |
|---|---|
StreamEventDecoder.DecodeResult<K,V> |
StreamEventDecoder.decode(StreamEvent event,
StreamEventDecoder.DecodeResult<K,V> result)
Decode a
StreamEvent. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.