java.lang.Object
org.apache.skywalking.oap.server.network.trace.component.command.BaseCommand
org.apache.skywalking.oap.server.network.trace.component.command.ProfileTaskCommand
All Implemented Interfaces:
Deserializable<ProfileTaskCommand>, Serializable

public class ProfileTaskCommand extends BaseCommand implements Serializable, Deserializable<ProfileTaskCommand>
  • Field Details

  • Constructor Details

    • ProfileTaskCommand

      public ProfileTaskCommand(String serialNumber, String taskId, String endpointName, int duration, int minDurationThreshold, int dumpPeriod, int maxSamplingCount, long startTime, long createTime)
  • Method Details

    • deserialize

      public ProfileTaskCommand deserialize(Command command)
      Specified by:
      deserialize in interface Deserializable<ProfileTaskCommand>
    • serialize

      public Command.Builder serialize()
      Specified by:
      serialize in interface Serializable
    • getEndpointName

      public String getEndpointName()
    • getDuration

      public int getDuration()
    • getMinDurationThreshold

      public int getMinDurationThreshold()
    • getDumpPeriod

      public int getDumpPeriod()
    • getMaxSamplingCount

      public int getMaxSamplingCount()
    • getStartTime

      public long getStartTime()
    • getCreateTime

      public long getCreateTime()
    • getTaskId

      public String getTaskId()