Uses of Class
com.streambase.sb.monitor.ThreadInfo
Packages that use ThreadInfo
Package
Description
Provides classes and interfaces to monitor the behavior of a running Streaming server.
-
Uses of ThreadInfo in com.streambase.sb.monitor
Methods in com.streambase.sb.monitor that return ThreadInfoModifier and TypeMethodDescription(package private) ThreadInfo
ThreadInfo.getPreviousThreadInfo()
Get previous thread info valueSnapshot.getThreadInfo
(String name) Returns information about the specified thread.Methods in com.streambase.sb.monitor that return types with arguments of type ThreadInfoModifier and TypeMethodDescription(package private) Map<String,
ThreadInfo> Snapshot.getThreadInfos()
Get thread informationSnapshot.threadInfos()
Returns an iterator over all the ThreadInfo objects.