| Package | Description |
|---|---|
| com.datasift.client.historics | |
| com.datasift.client.push |
| Modifier and Type | Field and Description |
|---|---|
protected List<HistoricsQuery> |
HistoricsQueryList.data |
| Modifier and Type | Method and Description |
|---|---|
static HistoricsQuery |
HistoricsQuery.fromString(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(String id) |
FutureData<HistoricsQuery> |
DataSiftHistorics.get(String id,
boolean withEstimate)
Get detailed information about a historics query
|
Iterator<HistoricsQuery> |
HistoricsQueryList.iterator() |
ListIterator<HistoricsQuery> |
HistoricsQueryList.listIterator() |
ListIterator<HistoricsQuery> |
HistoricsQueryList.listIterator(int index) |
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(Collection<? extends HistoricsQuery> c) |
boolean |
HistoricsQueryList.addAll(int index,
Collection<? extends HistoricsQuery> c) |
| Constructor and Description |
|---|
HistoricsQueryList(List<HistoricsQuery> data,
int count) |
| Modifier and Type | Method and Description |
|---|---|
FutureData<PushCollection> |
DataSiftPush.get(HistoricsQuery historics,
int page,
int perPage,
String orderBy,
String orderDirection,
boolean includeFinished)
Get all push subscriptions for the given historics
|
Copyright © 2015. All Rights Reserved.