| Package | Description |
|---|---|
| com.datasift.client.pylon |
| Modifier and Type | Method and Description |
|---|---|
static PylonStream |
PylonStream.fromString(String str)
Create a stream instance containing only a hash
|
| Modifier and Type | Method and Description |
|---|---|
FutureData<PylonStream> |
DataSiftPylon.compile(String csdl)
Compile a CSDL string to a stream hash to which you can later subscribe and receive interactions from.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PylonStream.isSameAs(PylonStream hash) |
FutureData<PylonRecording.PylonRecordingId> |
DataSiftPylon.start(PylonStream stream)
Start the stream with the given hash.
|
FutureData<PylonRecording.PylonRecordingId> |
DataSiftPylon.start(PylonStream stream,
String name)
Start a recording with the given hash & name.
|
FutureData<DataSiftResult> |
DataSiftPylon.update(PylonRecording.PylonRecordingId recordingId,
PylonStream stream) |
FutureData<DataSiftResult> |
DataSiftPylon.update(PylonRecording.PylonRecordingId recordingId,
PylonStream stream,
String newName) |
Copyright © 2016. All Rights Reserved.