| Package | Description |
|---|---|
| com.datasift.client.preview |
| Modifier and Type | Method and Description |
|---|---|
static HistoricsPreview |
HistoricsPreview.fromString(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,
String[] params) |
FutureData<HistoricsPreview> |
DataSiftPreview.create(org.joda.time.DateTime now,
Stream stream,
String[] params) |
FutureData<HistoricsPreview> |
DataSiftPreview.create(long start,
long end,
Stream stream,
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,
String hash,
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 © 2015. All Rights Reserved.