Uses of Class
com.streambase.liveview.client.DynamicTableState
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of DynamicTableState in com.streambase.liveview.client
Modifier and TypeMethodDescriptionDynamicTableState.setException
(LiveViewException exception) DynamicTableState.setStatusMessage
(String statusMessage) DynamicTableState.setTableStatus
(Table.TableStatus tableStatus) DynamicTableState.setTimeForTableStartDrop
(Long timeForTableStartDrop) Modifier 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
.