| Package | Description |
|---|---|
| com.datasift.client.push | |
| com.datasift.client.push.connectors |
| Modifier and Type | Field and Description |
|---|---|
static OutputType<BigQuery> |
OutputType.BIG_QUERY |
static OutputType<CouchDB> |
OutputType.COUCH_DB |
static OutputType<DynamoDB> |
OutputType.DYNAMO_DB |
static OutputType<ElasticSearch> |
OutputType.ELASTIC_SEARCH |
static OutputType<FTP> |
OutputType.FTP_TYPE |
static OutputType<Http> |
OutputType.HTTP_TYPE |
static OutputType<MongoDB> |
OutputType.MONGO_DB |
static OutputType<Precog> |
OutputType.PRECOG |
static OutputType<Redis> |
OutputType.REDIS |
static OutputType<S3> |
OutputType.S3_OUTPUT |
static OutputType<SFTP> |
OutputType.SFTP_OUTPUT |
static OutputType<SplunkEnterprise> |
OutputType.SPLUNK_ENTERPRISE |
static OutputType<SplunkStorm> |
OutputType.SPLUNK_STORM |
static OutputType<SplunkStormRest> |
OutputType.SPLUNK_STORM_REST |
static OutputType<ZoomData> |
OutputType.ZOOM_DATA |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PushConnector> |
OutputType.fromString(String type) |
<T extends PushConnector> |
PushSubscription.getOutputType() |
| Modifier and Type | Method and Description |
|---|---|
OutputType<T> |
PushConnector.type() |
OutputType<T> |
BaseConnector.type() |
| Modifier and Type | Method and Description |
|---|---|
static PushConnector |
BaseConnector.fromMap(OutputType<PushConnector> ptype,
Map<String,Object> params) |
| Constructor and Description |
|---|
BaseConnector(OutputType<T> type) |
Copyright © 2015. All Rights Reserved.