Class VirtualPlayer
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.ui.tbshell.virtualplayer.VirtualPlayer
-
- All Implemented Interfaces:
PlayerInterface
public class VirtualPlayer extends java.lang.Object implements PlayerInterface
Shell command for virtual player. Plays data from specified time point with specified speed.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlayerInterfacecreate(PlayerCommandProcessor.Config config, TickDBShell shell)voidnext()voidpause()voidplay()voidresume()voidsetLogMode(PlayerCommandProcessor.LogMode logMode)voidsetSpeed(double speed)voidsetStopAtTimestamp(java.lang.Long stopAtTimestamp)voidsetTimeSliceDuration(int virtualTimeSliceDurationMs)voidstop()
-
-
-
Method Detail
-
create
public static PlayerInterface create(PlayerCommandProcessor.Config config, TickDBShell shell)
-
setSpeed
public void setSpeed(double speed)
- Specified by:
setSpeedin interfacePlayerInterface
-
setTimeSliceDuration
public void setTimeSliceDuration(int virtualTimeSliceDurationMs)
- Specified by:
setTimeSliceDurationin interfacePlayerInterface
-
setStopAtTimestamp
public void setStopAtTimestamp(java.lang.Long stopAtTimestamp)
- Specified by:
setStopAtTimestampin interfacePlayerInterface
-
setLogMode
public void setLogMode(PlayerCommandProcessor.LogMode logMode)
- Specified by:
setLogModein interfacePlayerInterface
-
stop
public void stop()
- Specified by:
stopin interfacePlayerInterface
-
pause
public void pause()
- Specified by:
pausein interfacePlayerInterface
-
resume
public void resume()
- Specified by:
resumein interfacePlayerInterface
-
play
public void play()
- Specified by:
playin interfacePlayerInterface
-
next
public void next()
- Specified by:
nextin interfacePlayerInterface
-
-