类 MethodResourceWrapper
java.lang.Object
com.alibaba.csp.sentinel.slotchain.ResourceWrapper
com.alibaba.csp.sentinel.slotchain.MethodResourceWrapper
Resource wrapper for method invocation.
- 作者:
- qinan.qn
-
字段概要
从类继承的字段 com.alibaba.csp.sentinel.slotchain.ResourceWrapper
entryType, name, resourceType -
构造器概要
构造器构造器说明MethodResourceWrapper(Method method, EntryType e) MethodResourceWrapper(Method method, EntryType e, int resType) -
方法概要
从类继承的方法 com.alibaba.csp.sentinel.slotchain.ResourceWrapper
equals, getEntryType, getName, getResourceType, hashCode
-
构造器详细资料
-
MethodResourceWrapper
-
MethodResourceWrapper
-
-
方法详细资料
-
getMethod
-
getShowName
从类复制的说明:ResourceWrapperGet the beautified resource name to be showed.- 指定者:
getShowName在类中ResourceWrapper- 返回:
- the beautified resource name
-
toString
-