| Package | Description |
|---|---|
| com.datasift.client.push | |
| com.datasift.client.push.pull | |
| com.datasift.client.stream |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.LinkedBlockingQueue<Interaction> |
PulledInteractions.queue |
| Modifier and Type | Method and Description |
|---|---|
Interaction |
PulledInteractions.take() |
Interaction |
PulledInteractions.take(long upto,
java.util.concurrent.TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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 © 2017. All Rights Reserved.