类 ConnectionImplCreateInstrumentation

java.lang.Object
org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
org.apache.skywalking.apm.plugin.jdbc.mysql.v6.define.AbstractMysqlInstrumentation
org.apache.skywalking.apm.plugin.jdbc.mysql.v6.define.ConnectionImplCreateInstrumentation

public class ConnectionImplCreateInstrumentation extends AbstractMysqlInstrumentation
interceptor the method ConnectionImpl.getInstance(com.mysql.cj.core.conf.url.HostInfo) for mysql client version 6.x
  • 构造器详细资料

    • ConnectionImplCreateInstrumentation

      public ConnectionImplCreateInstrumentation()
  • 方法详细资料

    • getStaticMethodsInterceptPoints

      public org.apache.skywalking.apm.agent.core.plugin.interceptor.StaticMethodsInterceptPoint[] getStaticMethodsInterceptPoints()
      覆盖:
      getStaticMethodsInterceptPoints 在类中 AbstractMysqlInstrumentation
    • enhanceClass

      protected org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch enhanceClass()
      指定者:
      enhanceClass 在类中 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine