| 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. |
class |
CommandService |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextManagerExtendService |
class |
OperationNameFormatService
Support operation name format by config.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JVMService
The
JVMService represents a timer, which collectors JVM cpu, memory, memorypool and gc info, and send
the collected info to Collector through the channel provided by GRPCChannelManager |
| Modifier and Type | Class and Description |
|---|---|
class |
GRPCChannelManager |
class |
ServiceAndEndpointRegisterClient |
class |
TraceSegmentServiceClient |
| Modifier and Type | Class and Description |
|---|---|
class |
SamplingService
The
SamplingService take charge of how to sample the TraceSegment. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.