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