Interface DebugSamplePacketView

All Superinterfaces:
PacketView

public interface DebugSamplePacketView extends PacketView
Lazy copy-on-write view of a remote debug sample.
  • Method Details

    • sampleLength

      int sampleLength()
    • sample

      long sample(int index)
    • sampleType

      NativeValue sampleType()
    • sample

      void sample(long[] values)
    • sampleType

      void sampleType(NativeValue value)