Class ReplayChunkEvent

java.lang.Object
com.strongdm.api.ReplayChunkEvent

public class ReplayChunkEvent extends Object
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 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

      public Duration getDuration()
      The time duration over which the data in this ReplayChunkEvent was transferred.
    • setDuration

      public void setDuration(Duration in)
      The time duration over which the data in this ReplayChunkEvent was transferred.