| Package | Description |
|---|---|
| com.datasift.client.push | |
| com.datasift.client.push.pull | |
| com.datasift.client.stream |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedBlockingQueue<Interaction> |
PulledInteractions.queue |
| Modifier and Type | Method and Description |
|---|---|
Interaction |
PulledInteractions.take() |
Interaction |
PulledInteractions.take(long upto,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Interaction> |
PulledInteractions.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PulledInteractions.add(Interaction interaction) |
protected void |
PullReader.send(Interaction interaction) |
| Modifier and Type | Class and Description |
|---|---|
class |
LastInteraction |
| Modifier and Type | Field and Description |
|---|---|
static Interaction |
LastInteraction.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
StreamSubscription.onMessage(Interaction i) |
Copyright © 2015. All Rights Reserved.