Uses of Class
com.streambase.liveview.client.AbstractTupleEvent
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of AbstractTupleEvent in com.streambase.liveview.client
Modifier and TypeClassDescriptionfinal class
The event dispatched when a new Tuple is added to a query result.final class
The event dispatched when an existing Tuple is removed.final class
The event dispatched when an existing Tuple is updated.Modifier and TypeMethodDescriptionprotected Long
LiveResult.getKeyForEvent
(AbstractTupleEvent event, boolean remove) protected Long
LiveResult.getKeyFromEvent
(AbstractTupleEvent event) Modifier and TypeMethodDescriptionabstract void
AbstractBatchedQueryListener.update
(List<AbstractTupleEvent> eventList) This batch method is called zero or more times for continuous updates.