Package com.strongdm.api
Class ReplayChunkEvent
java.lang.Object
com.strongdm.api.ReplayChunkEvent
A ReplayChunkEvent represents a single event within a query replay.
The timing information included in each ReplayChunkEvent may be used to replay a session in real time.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getData()
The raw data of the ReplayChunkEvent.The time duration over which the data in this ReplayChunkEvent was transferred.void
setData
(byte[] in) The raw data of the ReplayChunkEvent.void
setDuration
(Duration in) The time duration over which the data in this ReplayChunkEvent was transferred.
-
Constructor Details
-
ReplayChunkEvent
public ReplayChunkEvent()
-
-
Method Details
-
getData
public byte[] getData()The raw data of the ReplayChunkEvent. -
setData
public void setData(byte[] in) The raw data of the ReplayChunkEvent. -
getDuration
The time duration over which the data in this ReplayChunkEvent was transferred. -
setDuration
The time duration over which the data in this ReplayChunkEvent was transferred.
-