Uses of Interface
com.streambase.liveview.client.SnapshotResult
-
Packages that use SnapshotResult Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API.com.streambase.liveview.client.clientcontrol Provides classes and interfaces to control user's interaction with the TIBCO LiveView. -
-
Uses of SnapshotResult in com.streambase.liveview.client
Classes in com.streambase.liveview.client that implement SnapshotResult Modifier and Type Class Description class
DeleteQueryListener
A Convenience implementation ofQueryListener
that provides a pull based iterator pattern for iterating over snapshot queries.class
SnapshotQueryListener
A Convenience implementation ofQueryListener
that provides a pull based iterator pattern for iterating over snapshot queries.Methods in com.streambase.liveview.client that return SnapshotResult Modifier and Type Method Description SnapshotResult
LiveViewConnection. 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
Methods in com.streambase.liveview.client.clientcontrol that return SnapshotResult Modifier and Type Method Description SnapshotResult
ClientController. killPublishersWithPredicate(String predicate)
Kills publishers referring to the rows in the LVSessionPublishers Table that satisfy the predicate against LVSessionPublishers Table.SnapshotResult
ClientController. killQueriesWithPredicate(String predicate)
Kills queries referring to the rows in the LVSessionQueries Table that satisfy the predicate against LVSessionQueries Table.SnapshotResult
ClientController. killSessionsWithPredicate(String predicate)
Kills sessions referring to the rows in the LVSessions Table that satisfy the predicate against LVSessions Table.
-