public class OdpsDeprecatedLogger extends Object
| Constructor and Description |
|---|
OdpsDeprecatedLogger() |
| Modifier and Type | Method and Description |
|---|---|
Object |
around(org.aspectj.lang.ProceedingJoinPoint point) |
Object |
aroundOdpsImpl(org.aspectj.lang.ProceedingJoinPoint point) |
static ConcurrentHashMap<String,Long> |
getDeprecatedCalls() |
static void |
setDeprecatedCalls(ConcurrentHashMap<String,Long> deprecatedCalls) |
public Object around(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
Throwablepublic Object aroundOdpsImpl(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
Throwablepublic static ConcurrentHashMap<String,Long> getDeprecatedCalls()
public static void setDeprecatedCalls(ConcurrentHashMap<String,Long> deprecatedCalls)
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.