类 EnhanceCacheObjects

java.lang.Object
org.apache.skywalking.apm.plugin.spring.commons.EnhanceCacheObjects

public class EnhanceCacheObjects extends Object
  • 构造器概要

    构造器
    构造器
    说明
    EnhanceCacheObjects(String operationName, org.apache.skywalking.apm.agent.core.context.ContextSnapshot snapshot)
     
    EnhanceCacheObjects(String operationName, org.apache.skywalking.apm.network.trace.component.OfficialComponent component, org.apache.skywalking.apm.agent.core.context.ContextSnapshot snapshot)
     
    EnhanceCacheObjects(String operationName, org.apache.skywalking.apm.network.trace.component.OfficialComponent component, org.apache.skywalking.apm.agent.core.context.trace.SpanLayer spanLayer, org.apache.skywalking.apm.agent.core.context.ContextSnapshot snapshot)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    org.apache.skywalking.apm.network.trace.component.OfficialComponent
     
    org.apache.skywalking.apm.agent.core.context.ContextSnapshot
     
     
    org.apache.skywalking.apm.agent.core.context.trace.SpanLayer
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • EnhanceCacheObjects

      public EnhanceCacheObjects(String operationName, org.apache.skywalking.apm.network.trace.component.OfficialComponent component, org.apache.skywalking.apm.agent.core.context.trace.SpanLayer spanLayer, org.apache.skywalking.apm.agent.core.context.ContextSnapshot snapshot)
    • EnhanceCacheObjects

      public EnhanceCacheObjects(String operationName, org.apache.skywalking.apm.network.trace.component.OfficialComponent component, org.apache.skywalking.apm.agent.core.context.ContextSnapshot snapshot)
    • EnhanceCacheObjects

      public EnhanceCacheObjects(String operationName, org.apache.skywalking.apm.agent.core.context.ContextSnapshot snapshot)
  • 方法详细资料

    • getComponent

      public org.apache.skywalking.apm.network.trace.component.OfficialComponent getComponent()
    • getSpanLayer

      public org.apache.skywalking.apm.agent.core.context.trace.SpanLayer getSpanLayer()
    • getOperationName

      public String getOperationName()
    • getContextSnapshot

      public org.apache.skywalking.apm.agent.core.context.ContextSnapshot getContextSnapshot()