Uses of Class
com.streambase.liveview.client.DynamicTableState
-
Packages that use DynamicTableState Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of DynamicTableState in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return DynamicTableState Modifier and Type Method Description DynamicTableState
DynamicTableState. setException(LiveViewException exception)
DynamicTableState
DynamicTableState. setStatusMessage(String statusMessage)
DynamicTableState
DynamicTableState. setTableStatus(Table.TableStatus tableStatus)
DynamicTableState
DynamicTableState. setTimeForTableStartDrop(Long timeForTableStartDrop)
Methods in com.streambase.liveview.client that return types with arguments of type DynamicTableState Modifier and Type Method Description Map<String,DynamicTableState>
TableAdminManager. dropTables(long duration, TimeUnit timeUnit, String... tables)
Returns a Map, where the key is tableName and the value is DynamicTableState DynamicTableState
.Map<String,DynamicTableState>
TableAdminManager. startTables(long duration, TimeUnit timeUnit, String... tables)
Returns a Map, where the key is tableName and the value is DynamicTableState DynamicTableState
.
-