Interface IPerfEntry


public interface IPerfEntry
Represents an individual entry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    the timestamp of this entry
    int
    The unique id (per IPerfData set) for this entry
    int
    the parent's ID.
    int
    The schema id (per IPerfData set) for this entry
    long
    the timestamp of this entry
    Gets the thread ID
    returns the user data
    boolean
    Some entries might not be valid or malformed...
    void
    setComplete(boolean isComplete)
    call when actionEnd is completed
  • Field Details

  • Method Details

    • isValid

      boolean isValid()
      Some entries might not be valid or malformed...
    • setComplete

      void setComplete(boolean isComplete)
      call when actionEnd is completed
      Parameters:
      isComplete -
    • getThreadID

      String getThreadID()
      Gets the thread ID
    • getEntryID

      int getEntryID()
      The unique id (per IPerfData set) for this entry
    • getSchemaID

      int getSchemaID()
      The schema id (per IPerfData set) for this entry
    • getParentSchemaID

      int getParentSchemaID()
      the parent's ID. (-1) if there is no parent
    • getStart

      long getStart()
      the timestamp of this entry
    • getEnd

      long getEnd()
      the timestamp of this entry
    • getUserData

      Serializable getUserData()
      returns the user data