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