| Package | Description |
|---|---|
| com.datasift.client.preview |
| Modifier and Type | Method and Description |
|---|---|
static HistoricsPreview |
HistoricsPreview.fromString(java.lang.String str)
Create a stream instance containing only a hash
|
| Modifier and Type | Method and Description |
|---|---|
FutureData<HistoricsPreview> |
DataSiftPreview.create(org.joda.time.DateTime start,
org.joda.time.DateTime end,
Stream hash,
java.lang.String[] params) |
FutureData<HistoricsPreview> |
DataSiftPreview.create(org.joda.time.DateTime now,
Stream stream,
java.lang.String[] params) |
FutureData<HistoricsPreview> |
DataSiftPreview.create(long start,
long end,
Stream stream,
java.lang.String[] parameters)
Create a historic preview for the given stream within the given time frame, using the set of parameters provided
|
FutureData<HistoricsPreview> |
DataSiftPreview.create(long start,
long end,
java.lang.String hash,
java.lang.String[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
FutureData<HistoricsPreviewData> |
DataSiftPreview.get(HistoricsPreview preview)
Get the data that's available for the given preview
|
boolean |
HistoricsPreview.isSameAs(HistoricsPreview hash) |
Copyright © 2017. All Rights Reserved.