Class EBPFProfilingTaskCommand
java.lang.Object
org.apache.skywalking.oap.server.network.trace.component.command.BaseCommand
org.apache.skywalking.oap.server.network.trace.component.command.EBPFProfilingTaskCommand
- All Implemented Interfaces:
Serializable
eBPF profiling task command, OAP uses this to send a task to the ebpf agent side
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEBPFProfilingTaskCommand(String serialNumber, String taskId, List<String> processIdList, long taskStartTime, long taskUpdateTime, String triggerType, EBPFProfilingTaskCommand.FixedTrigger fixedTrigger, String targetType, EBPFProfilingTaskExtensionConfig extensionConfig) -
Method Summary
Methods inherited from class org.apache.skywalking.oap.server.network.trace.component.command.BaseCommand
getCommand, getSerialNumber
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
EBPFProfilingTaskCommand
public EBPFProfilingTaskCommand(String serialNumber, String taskId, List<String> processIdList, long taskStartTime, long taskUpdateTime, String triggerType, EBPFProfilingTaskCommand.FixedTrigger fixedTrigger, String targetType, EBPFProfilingTaskExtensionConfig extensionConfig)
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceSerializable
-