com.alibaba.druid.support.profile
类 ProfileEntryKey

java.lang.Object
  继承者 com.alibaba.druid.support.profile.ProfileEntryKey

public class ProfileEntryKey
extends Object


构造方法摘要
ProfileEntryKey(String parentName, String name, String type)
           
 
方法摘要
 boolean equals(Object obj)
           
 void fillValue(ProfileEntryStatValue value)
           
 String getName()
           
 String getParentName()
           
 String getType()
           
 int hashCode()
           
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ProfileEntryKey

public ProfileEntryKey(String parentName,
                       String name,
                       String type)
方法详细信息

getParentName

public String getParentName()

getName

public String getName()

getType

public String getType()

fillValue

public void fillValue(ProfileEntryStatValue value)

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.