Skip navigation links
A B E F G H I L O S 

A

afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.FailureCallbackInterceptor
 
afterMethod(EnhancedInstance, Method, Object[], Class<?>[], Object) - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.SuccessCallbackInterceptor
 

B

beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.FailureCallbackInterceptor
 
beforeMethod(EnhancedInstance, Method, Object[], Class<?>[], MethodInterceptResult) - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.SuccessCallbackInterceptor
 
buildJunction() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.EitherInterfaceMatch
 
buildJunction() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.ListenableFutureCallbackMatch
 

E

EitherInterfaceMatch - Class in org.apache.skywalking.apm.plugin.spring.concurrent.match
EitherInterfaceMatch match the class inherited getMatchInterface() and not inherited getMutexInterface()
EitherInterfaceMatch() - Constructor for class org.apache.skywalking.apm.plugin.spring.concurrent.match.EitherInterfaceMatch
 
enhanceClass() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.FailureCallbackInstrumentation
 
enhanceClass() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.ListenableFutureCallbackInstrumentation
 
enhanceClass() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.SuccessCallbackInstrumentation
 

F

FailedCallbackMatch - Class in org.apache.skywalking.apm.plugin.spring.concurrent.match
FailedCallbackMatch match the class that inherited org.springframework.util.concurrent.FailureCallback and not inherited org.springframework.util.concurrent.SuccessCallback
failedCallbackMatch() - Static method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.FailedCallbackMatch
 
FAILURE_CALLBACK_INTERCEPTOR - Static variable in class org.apache.skywalking.apm.plugin.spring.concurrent.define.FailureCallbackInstrumentation
 
FAILURE_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.spring.concurrent.define.FailureCallbackInstrumentation
 
FailureCallbackInstrumentation - Class in org.apache.skywalking.apm.plugin.spring.concurrent.define
 
FailureCallbackInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.spring.concurrent.define.FailureCallbackInstrumentation
 
FailureCallbackInterceptor - Class in org.apache.skywalking.apm.plugin.spring.concurrent
 
FailureCallbackInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.spring.concurrent.FailureCallbackInterceptor
 

G

getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.FailureCallbackInstrumentation
 
getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.ListenableFutureCallbackInstrumentation
 
getConstructorsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.SuccessCallbackInstrumentation
 
getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.FailureCallbackInstrumentation
 
getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.ListenableFutureCallbackInstrumentation
 
getInstanceMethodsInterceptPoints() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.define.SuccessCallbackInstrumentation
 
getMatchInterface() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.EitherInterfaceMatch
 
getMatchInterface() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.FailedCallbackMatch
 
getMatchInterface() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.SuccessCallbackMatch
 
getMutexInterface() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.EitherInterfaceMatch
 
getMutexInterface() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.FailedCallbackMatch
 
getMutexInterface() - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.SuccessCallbackMatch
 

H

handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.FailureCallbackInterceptor
 
handleMethodException(EnhancedInstance, Method, Object[], Class<?>[], Throwable) - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.SuccessCallbackInterceptor
 

I

isMatch(TypeDescription) - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.EitherInterfaceMatch
 
isMatch(TypeDescription) - Method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.ListenableFutureCallbackMatch
 

L

ListenableFutureCallbackInstrumentation - Class in org.apache.skywalking.apm.plugin.spring.concurrent.define
ListenableFutureCallbackInstrumentation enhance onSuccess method and oonFailure that class inherited org.springframework.util.concurrent.ListenableFutureCallback by SuccessCallbackInterceptor and FailureCallbackInterceptor.
ListenableFutureCallbackInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.spring.concurrent.define.ListenableFutureCallbackInstrumentation
 
ListenableFutureCallbackMatch - Class in org.apache.skywalking.apm.plugin.spring.concurrent.match
ListenableFutureCallbackMatch match the class that inherited org.springframework.util.concurrent.ListenableFutureCallback.
listenableFutureCallbackMatch() - Static method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.ListenableFutureCallbackMatch
 

O

org.apache.skywalking.apm.plugin.spring.concurrent - package org.apache.skywalking.apm.plugin.spring.concurrent
 
org.apache.skywalking.apm.plugin.spring.concurrent.define - package org.apache.skywalking.apm.plugin.spring.concurrent.define
 
org.apache.skywalking.apm.plugin.spring.concurrent.match - package org.apache.skywalking.apm.plugin.spring.concurrent.match
 

S

SUCCESS_CALLBACK_INTERCEPTOR - Static variable in class org.apache.skywalking.apm.plugin.spring.concurrent.define.SuccessCallbackInstrumentation
 
SUCCESS_METHOD_NAME - Static variable in class org.apache.skywalking.apm.plugin.spring.concurrent.define.SuccessCallbackInstrumentation
 
SuccessCallbackInstrumentation - Class in org.apache.skywalking.apm.plugin.spring.concurrent.define
SuccessCallbackInstrumentation enhance the onSuccess method that class inherited org.springframework.util.concurrent.SuccessCallback by SuccessCallbackInterceptor.
SuccessCallbackInstrumentation() - Constructor for class org.apache.skywalking.apm.plugin.spring.concurrent.define.SuccessCallbackInstrumentation
 
SuccessCallbackInterceptor - Class in org.apache.skywalking.apm.plugin.spring.concurrent
 
SuccessCallbackInterceptor() - Constructor for class org.apache.skywalking.apm.plugin.spring.concurrent.SuccessCallbackInterceptor
 
SuccessCallbackMatch - Class in org.apache.skywalking.apm.plugin.spring.concurrent.match
SuccessCallbackMatch match the class that inherited org.springframework.util.concurrent.SuccessCallback and not inherited org.springframework.util.concurrent.FailureCallback
successCallbackMatch() - Static method in class org.apache.skywalking.apm.plugin.spring.concurrent.match.SuccessCallbackMatch
 
A B E F G H I L O S 
Skip navigation links

Copyright © 2019 The Apache Software Foundation. All rights reserved.