public class DataSiftClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataSiftConfig |
config |
protected DataSiftCore |
core |
static String |
DATE_FORMAT |
static int |
DEFAULT_NUM
Where ever a numeric value is optional and it happens to be absent in a response this value will be used
|
protected DataSiftHistorics |
historics |
protected StreamingData |
liveStream |
static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
protected DataSiftPreview |
preview |
protected DataSiftPush |
push |
protected DataSiftManagedSource |
source |
| Constructor and Description |
|---|
DataSiftClient() |
DataSiftClient(DataSiftConfig config) |
| Modifier and Type | Method and Description |
|---|---|
DataSiftConfig |
config() |
protected void |
configureMapper() |
DataSiftCore |
core() |
DataSiftHistorics |
historics() |
StreamingData |
liveStream()
Access to the DataSift streaming API
|
DataSiftManagedSource |
managedSource() |
DataSiftPreview |
preview() |
DataSiftPush |
push() |
void |
shutdown() |
public static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
public static final String DATE_FORMAT
public static final int DEFAULT_NUM
protected DataSiftConfig config
protected DataSiftHistorics historics
protected DataSiftManagedSource source
protected DataSiftCore core
protected DataSiftPreview preview
protected DataSiftPush push
protected StreamingData liveStream
public DataSiftClient()
public DataSiftClient(DataSiftConfig config)
config - a configuration which should be used for making API requestsprotected void configureMapper()
public DataSiftHistorics historics()
public DataSiftManagedSource managedSource()
public DataSiftCore core()
public DataSiftPreview preview()
public DataSiftPush push()
public DataSiftConfig config()
public StreamingData liveStream()
public void shutdown()
Copyright © 2013. All Rights Reserved.