Uses of Class
com.streambase.sb.monitor.ThreadInfo
-
Packages that use ThreadInfo Package Description com.streambase.sb.monitor Provides classes and interfaces to monitor the behavior of a running StreamBase server. -
-
Uses of ThreadInfo in com.streambase.sb.monitor
Fields in com.streambase.sb.monitor with type parameters of type ThreadInfo Modifier and Type Field Description protected Map<String,ThreadInfo>
Snapshot. thrInfos
Methods in com.streambase.sb.monitor that return ThreadInfo Modifier and Type Method Description ThreadInfo
Snapshot. getThreadInfo(String name)
Returns information about the specified thread.Methods in com.streambase.sb.monitor that return types with arguments of type ThreadInfo Modifier and Type Method Description Iterator<ThreadInfo>
Snapshot. threadInfos()
Returns an iterator over all the ThreadInfo objects.
-