| Package | Description |
|---|---|
| com.datasift.client.historics | |
| com.datasift.client.push |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<HistoricsQuery> |
HistoricsQueryList.data |
| Modifier and Type | Method and Description |
|---|---|
static HistoricsQuery |
HistoricsQuery.fromString(java.lang.String historicsQueryId)
Create a HistoricsQuery instance containing only an ID
|
HistoricsQuery |
HistoricsQueryList.get(int index) |
HistoricsQuery |
HistoricsQueryList.remove(int index) |
HistoricsQuery |
HistoricsQueryList.set(int index,
HistoricsQuery element) |
| Modifier and Type | Method and Description |
|---|---|
FutureData<HistoricsQuery> |
DataSiftHistorics.get(java.lang.String id) |
FutureData<HistoricsQuery> |
DataSiftHistorics.get(java.lang.String id,
boolean withEstimate)
Get detailed information about a historics query
|
java.util.Iterator<HistoricsQuery> |
HistoricsQueryList.iterator() |
java.util.ListIterator<HistoricsQuery> |
HistoricsQueryList.listIterator() |
java.util.ListIterator<HistoricsQuery> |
HistoricsQueryList.listIterator(int index) |
java.util.List<HistoricsQuery> |
HistoricsQueryList.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoricsQueryList.add(HistoricsQuery historicsQuery) |
void |
HistoricsQueryList.add(int index,
HistoricsQuery element) |
HistoricsQuery |
HistoricsQueryList.set(int index,
HistoricsQuery element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoricsQueryList.addAll(java.util.Collection<? extends HistoricsQuery> c) |
boolean |
HistoricsQueryList.addAll(int index,
java.util.Collection<? extends HistoricsQuery> c) |
| Constructor and Description |
|---|
HistoricsQueryList(java.util.List<HistoricsQuery> data,
int count) |
| Modifier and Type | Method and Description |
|---|---|
FutureData<PushCollection> |
DataSiftPush.get(HistoricsQuery historics,
int page,
int perPage,
java.lang.String orderBy,
java.lang.String orderDirection,
boolean includeFinished)
Get all push subscriptions for the given historics
|
Copyright © 2017. All Rights Reserved.