Class ProfileEntryKey
- java.lang.Object
-
- com.alibaba.druid.support.profile.ProfileEntryKey
-
public class ProfileEntryKey extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileEntryKey(String parentName, String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)voidfillValue(ProfileEntryStatValue value)StringgetName()StringgetParentName()StringgetType()inthashCode()
-
-
-
Method Detail
-
getParentName
public String getParentName()
-
getName
public String getName()
-
getType
public String getType()
-
fillValue
public void fillValue(ProfileEntryStatValue value)
-
-