| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.commands | |
| org.apache.skywalking.apm.agent.core.commands.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandExecutorService
Command executor service, acts like a routing executor that controls all commands' execution,
is responsible for managing all the mappings between commands and their executors,
one can simply invoke
CommandExecutorService.execute(BaseCommand) and it will routes the
command to corresponding executor. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopCommandExecutor
A dummy executor that does nothing when executing a command
|
class |
ServiceResetCommandExecutor
Command executor that executes the
ServiceResetCommand command |
Copyright © 2019 The Apache Software Foundation. All rights reserved.