public class UnboundedDataset<T> extends Object implements Dataset
| Constructor and Description |
|---|
UnboundedDataset(org.apache.spark.streaming.api.java.JavaDStream<WindowedValue<T>> dStream,
List<Integer> streamSources) |
| Modifier and Type | Method and Description |
|---|---|
void |
action() |
void |
cache() |
void |
cache(String storageLevel) |
void |
setName(String name) |
public UnboundedDataset(org.apache.spark.streaming.api.java.JavaDStream<WindowedValue<T>> dStream, List<Integer> streamSources)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.