类 EBPFProfilingTaskCommand
java.lang.Object
org.apache.skywalking.oap.server.network.trace.component.command.BaseCommand
org.apache.skywalking.oap.server.network.trace.component.command.EBPFProfilingTaskCommand
- 所有已实现的接口:
Serializable
eBPF profiling task command, OAP uses this to send a task to the ebpf agent side
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器构造器说明EBPFProfilingTaskCommand(String serialNumber, String taskId, List<String> processIdList, long taskStartTime, long taskUpdateTime, String triggerType, EBPFProfilingTaskCommand.FixedTrigger fixedTrigger, String targetType, EBPFProfilingTaskExtensionConfig extensionConfig) -
方法概要
从类继承的方法 org.apache.skywalking.oap.server.network.trace.component.command.BaseCommand
getCommand, getSerialNumber
-
字段详细资料
-
NAME
- 另请参阅:
-
-
构造器详细资料
-
EBPFProfilingTaskCommand
public EBPFProfilingTaskCommand(String serialNumber, String taskId, List<String> processIdList, long taskStartTime, long taskUpdateTime, String triggerType, EBPFProfilingTaskCommand.FixedTrigger fixedTrigger, String targetType, EBPFProfilingTaskExtensionConfig extensionConfig)
-
-
方法详细资料
-
serialize
- 指定者:
serialize在接口中Serializable
-