Package | Description |
---|---|
com.streambase.sb.monitor |
Provides classes and interfaces to monitor the behavior of a running StreamBase server.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ThreadInfo> |
Snapshot.thrInfos |
Modifier and Type | Method and Description |
---|---|
ThreadInfo |
Snapshot.getThreadInfo(String name)
Returns information about the specified thread.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ThreadInfo> |
Snapshot.threadInfos()
Returns an iterator over all the ThreadInfo objects.
|