Modifier and Type | Method and Description |
---|---|
List<ThreadInfoData> |
ThreadCollector.getThreadInfo()
Return a list of all the
ThreadInfoData collected, sorted in
descending order their by getTimeStamp() . |
List<ThreadInfoData> |
ThreadCollector.getThreadInfo(long since)
Return a list of
ThreadInfoData , sorted in descending order their by
getTimeStamp() , whose elements are at most
"since " old. |
Modifier and Type | Method and Description |
---|---|
List<ThreadInfoData> |
ThreadMXBeanCollector.getThreadInfo() |
List<ThreadInfoData> |
ThreadMXBeanCollector.getThreadInfo(long since) |
Modifier and Type | Method and Description |
---|---|
static Map<ThreadInfoData,List<ThreadInfoData>> |
ThreadInfoHelper.getThreadInfoDataMap(List<ThreadInfoData> infos)
Creates a
Map whose keys are ThreadInfoData in the input
list and whose values are all the ThreadInfoData equals to the
key. |
static Map<ThreadInfoData,List<ThreadInfoData>> |
ThreadInfoHelper.getThreadInfoDataMap(List<ThreadInfoData> infos)
Creates a
Map whose keys are ThreadInfoData in the input
list and whose values are all the ThreadInfoData equals to the
key. |
Modifier and Type | Method and Description |
---|---|
static Map<ThreadInfoData,List<ThreadInfoData>> |
ThreadInfoHelper.getThreadInfoDataMap(List<ThreadInfoData> infos)
Creates a
Map whose keys are ThreadInfoData in the input
list and whose values are all the ThreadInfoData equals to the
key. |
Modifier and Type | Field and Description |
---|---|
static Category<ThreadInfoData> |
ThreadDao.THREAD_INFO |
Modifier and Type | Method and Description |
---|---|
List<ThreadInfoData> |
ThreadDao.loadThreadInfo(VmRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadDao.saveThreadInfo(ThreadInfoData info) |
Modifier and Type | Method and Description |
---|---|
List<ThreadInfoData> |
ThreadDaoImpl.loadThreadInfo(VmRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadDaoImpl.saveThreadInfo(ThreadInfoData info) |
Copyright © 2013. All Rights Reserved.