所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
    • org.apache.skywalking.apm.plugin.avro.AbstractRequestInterceptor (implements org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor, org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor)
    • org.apache.skywalking.apm.plugin.avro.AvroInstance
    • org.apache.skywalking.apm.plugin.avro.ResponderInterceptor (implements org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor, org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor)
    • org.apache.avro.ipc.RPCPlugin