类 ProfileTaskCommand
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(String serialNumber, String taskId, String endpointName, int duration, int minDurationThreshold, int dumpPeriod, int maxSamplingCount, long startTime, long createTime) -
方法概要
从类继承的方法 org.apache.skywalking.oap.server.network.trace.component.command.BaseCommand
getCommand, getSerialNumber
-
字段详细资料
-
DESERIALIZER
-
NAME
- 另请参阅:
-
-
构造器详细资料
-
ProfileTaskCommand
-
-
方法详细资料
-
deserialize
- 指定者:
deserialize在接口中Deserializable<ProfileTaskCommand>
-
serialize
- 指定者:
serialize在接口中Serializable
-
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
-