java.lang.Object
org.apache.skywalking.oap.server.network.trace.component.command.BaseCommand
org.apache.skywalking.oap.server.network.trace.component.command.ProfileTaskCommand
所有已实现的接口:
Deserializable<ProfileTaskCommand>, Serializable

public class ProfileTaskCommand extends BaseCommand implements Serializable, Deserializable<ProfileTaskCommand>
  • 字段详细资料

  • 构造器详细资料

    • ProfileTaskCommand

      public ProfileTaskCommand(String serialNumber, String taskId, String endpointName, int duration, int minDurationThreshold, int dumpPeriod, int maxSamplingCount, long startTime, long createTime)
  • 方法详细资料

    • deserialize

      public ProfileTaskCommand deserialize(Command command)
      指定者:
      deserialize 在接口中 Deserializable<ProfileTaskCommand>
    • serialize

      public Command.Builder serialize()
      指定者:
      serialize 在接口中 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()