public class GuavaCachePluginInstrumentation extends ClassInstanceMethodsEnhancePluginDefine
| Modifier and Type | Field and Description |
|---|---|
static String |
GET_ALL_PRESENT_ENHANCE_METHOD |
static String |
GET_ENHANCE_METHOD |
static String |
GET_IF_PRESENT_ENHANCE_METHOD |
static String |
GUAVA_CACHE_ALL_INTERCEPTOR_CLASS |
static String |
GUAVA_CACHE_INTERCEPTOR_CLASS |
static String |
INTERCEPT_FORWARDING_CLASS |
static String |
INTERCEPT_LOCALLOADING_CLASS |
static String |
INTERCEPT_LOCALMANUAL_CLASS |
static String |
INVALIDATE_ALL_ENHANCE_METHOD |
static String |
INVALIDATE_ENHANCE_METHOD |
static String |
PUT_ALL_ENHANCE_METHOD |
static String |
PUT_ENHANCE_METHOD |
CONTEXT_ATTR_NAME| Constructor and Description |
|---|
GuavaCachePluginInstrumentation() |
| Modifier and Type | Method and Description |
|---|---|
protected ClassMatch |
enhanceClass() |
ConstructorInterceptPoint[] |
getConstructorsInterceptPoints() |
InstanceMethodsInterceptPoint[] |
getInstanceMethodsInterceptPoints() |
getStaticMethodsInterceptPointsenhanceClass, enhanceInstance, getInstanceMethodsInterceptV2Points, getStaticMethodsInterceptV2Pointsdefine, enhance, isBootstrapInstrumentation, witnessClasses, witnessMethodspublic static final String INTERCEPT_LOCALMANUAL_CLASS
public static final String INTERCEPT_LOCALLOADING_CLASS
public static final String INTERCEPT_FORWARDING_CLASS
public static final String GET_ALL_PRESENT_ENHANCE_METHOD
public static final String INVALIDATE_ALL_ENHANCE_METHOD
public static final String GET_ENHANCE_METHOD
public static final String INVALIDATE_ENHANCE_METHOD
public static final String PUT_ALL_ENHANCE_METHOD
public static final String PUT_ENHANCE_METHOD
public static final String GET_IF_PRESENT_ENHANCE_METHOD
public static final String GUAVA_CACHE_INTERCEPTOR_CLASS
public static final String GUAVA_CACHE_ALL_INTERCEPTOR_CLASS
public ConstructorInterceptPoint[] getConstructorsInterceptPoints()
getConstructorsInterceptPoints in class AbstractClassEnhancePluginDefinepublic InstanceMethodsInterceptPoint[] getInstanceMethodsInterceptPoints()
getInstanceMethodsInterceptPoints in class AbstractClassEnhancePluginDefineprotected ClassMatch enhanceClass()
enhanceClass in class AbstractClassEnhancePluginDefineCopyright © 2022 The Apache Software Foundation. All rights reserved.