| Package | Description |
|---|---|
| com.datasift.client.push | |
| com.datasift.client.push.connectors |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputType<T extends PushConnector>
Represents one of the possible push destinations
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PushConnector> |
DataSiftPush.create(T connector,
FutureData<PreparedHistoricsQuery> historics,
FutureData<Stream> stream,
String name) |
<T extends PushConnector> |
DataSiftPush.create(T connector,
FutureData<PreparedHistoricsQuery> historics,
FutureData<Stream> stream,
String name,
Status initialStatus,
long start,
long end)
Creates a push subscription to either a historics query OR a live stream.
|
<T extends PushConnector> |
DataSiftPush.create(T con,
FutureData<PreparedHistoricsQuery> query,
String name) |
<T extends PushConnector> |
DataSiftPush.create(T connector,
PreparedHistoricsQuery historics,
String name,
Status initialStatus,
long start,
long end)
Create a push subscription from a prepared query
|
<T extends PushConnector> |
DataSiftPush.create(T con,
Stream stream,
String name) |
<T extends PushConnector> |
DataSiftPush.create(T connector,
Stream stream,
String name,
Status initialStatus,
long start,
long end)
Create a push subscription from a live stream
|
static <T extends PushConnector> |
OutputType.fromString(String type) |
<T extends PushConnector> |
PushSubscription.getOutputType() |
<T extends PushConnector> |
DataSiftPush.validate(T connector)
Check that the subscription details are correct
|
| Modifier and Type | Method and Description |
|---|---|
PushConnector |
PushSubscription.getOutputParams() |
| Modifier and Type | Method and Description |
|---|---|
FutureData<PushSubscription> |
DataSiftPush.update(String id,
PushConnector connector) |
FutureData<PushSubscription> |
DataSiftPush.update(String id,
PushConnector connector,
String name)
Updates the name or output parameters for a push sucription
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseConnector<T extends PushConnector<T>> |
interface |
PushConnector<T extends PushConnector<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseConnector<T extends PushConnector<T>> |
class |
BigQuery |
class |
CouchDB
|
class |
DynamoDB
See Official docs
|
class |
ElasticSearch
|
class |
FTP
|
class |
Http
|
class |
MongoDB
|
class |
Precog
|
class |
Redis
|
class |
S3
|
class |
SFTP
|
class |
SplunkEnterprise
|
class |
SplunkStorm
|
class |
SplunkStormRest
|
class |
ZoomData
|
| Modifier and Type | Method and Description |
|---|---|
static PushConnector |
BaseConnector.fromMap(OutputType<PushConnector> ptype,
Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
static PushConnector |
BaseConnector.fromMap(OutputType<PushConnector> ptype,
Map<String,Object> params) |
Copyright © 2015. All Rights Reserved.