Uses of Interface
com.streambase.liveview.client.SnapshotResult
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
Provides classes and interfaces to control user's interaction with LiveView.
-
Uses of SnapshotResult in com.streambase.liveview.client
Modifier and TypeClassDescriptionfinal class
A Convenience implementation ofQueryListener
that provides a pull based iterator pattern for iterating over snapshot queries.final class
A Convenience implementation ofQueryListener
that provides a pull based iterator pattern for iterating over snapshot queries.Modifier and TypeMethodDescriptionLiveViewConnection.executeSnapshotQuery
(QueryConfig config) This method makes it easy to run a snapshot-only query where the results come back in an object that can be iterated over to retrieve the snapshot tuples. -
Uses of SnapshotResult in com.streambase.liveview.client.clientcontrol
Modifier and TypeMethodDescriptionClientController.killPublishersWithPredicate
(String predicate) Kills publishers referring to the rows in the LVSessionPublishers Table that satisfy the predicate against LVSessionPublishers Table.ClientController.killQueriesWithPredicate
(String predicate) Kills queries referring to the rows in the LVSessionQueries Table that satisfy the predicate against LVSessionQueries Table.ClientController.killSessionsWithPredicate
(String predicate) Kills sessions referring to the rows in the LVSessions Table that satisfy the predicate against LVSessions Table.