Class ProfileTaskCommand
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final Deserializable<ProfileTaskCommand>static final String -
Constructor Summary
ConstructorsConstructorDescriptionProfileTaskCommand(String serialNumber, String taskId, String endpointName, int duration, int minDurationThreshold, int dumpPeriod, int maxSamplingCount, long startTime, long createTime) -
Method Summary
Methods inherited from class org.apache.skywalking.oap.server.network.trace.component.command.BaseCommand
getCommand, getSerialNumber
-
Field Details
-
DESERIALIZER
-
NAME
- See Also:
-
-
Constructor Details
-
ProfileTaskCommand
-
-
Method Details
-
deserialize
- Specified by:
deserializein interfaceDeserializable<ProfileTaskCommand>
-
serialize
- Specified by:
serializein interfaceSerializable
-
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
-