public interface ThreadCollector
Modifier and Type | Method and Description |
---|---|
ThreadSummary |
getLatestThreadSummary() |
List<ThreadInfoData> |
getThreadInfo()
Return a list of all the
ThreadInfoData collected, sorted in
descending order their by ThreadInfoData.getTimeStamp() . |
List<ThreadInfoData> |
getThreadInfo(long since)
Return a list of
ThreadInfoData , sorted in descending order their by
ThreadInfoData.getTimeStamp() , whose elements are at most
"since " old. |
List<ThreadSummary> |
getThreadSummary() |
List<ThreadSummary> |
getThreadSummary(long since) |
VMThreadCapabilities |
getVMThreadCapabilities() |
boolean |
isHarvesterCollecting() |
void |
setAgentInfoDao(AgentInfoDAO agentDao) |
void |
setThreadDao(ThreadDao threadDao) |
boolean |
startHarvester() |
boolean |
stopHarvester() |
void setAgentInfoDao(AgentInfoDAO agentDao)
void setThreadDao(ThreadDao threadDao)
VMThreadCapabilities getVMThreadCapabilities()
boolean startHarvester()
boolean stopHarvester()
boolean isHarvesterCollecting()
ThreadSummary getLatestThreadSummary()
List<ThreadSummary> getThreadSummary(long since)
List<ThreadSummary> getThreadSummary()
List<ThreadInfoData> getThreadInfo(long since)
ThreadInfoData
, sorted in descending order their by
ThreadInfoData.getTimeStamp()
, whose elements are at most
"since
" old.List<ThreadInfoData> getThreadInfo()
ThreadInfoData
collected, sorted in
descending order their by ThreadInfoData.getTimeStamp()
.Copyright © 2012. All Rights Reserved.