Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Class and Description |
---|---|
class |
TupleAddedEvent
The event dispatched when a new Tuple is added to a query result.
|
class |
TupleRemovedEvent
The event dispatched when an existing Tuple is removed.
|
class |
TupleUpdatedEvent
The event dispatched when an existing Tuple is updated.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Long |
LiveResult.getKeyForEvent(AbstractTupleEvent event,
boolean remove) |
protected java.lang.Long |
LiveResult.getKeyFromEvent(AbstractTupleEvent event) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractBatchedQueryListener.update(java.util.List<AbstractTupleEvent> eventList)
This batch method is called zero or more times for continuous updates.
|