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,ModuleInfo> |
Snapshot.modInfos |
Modifier and Type | Method and Description |
---|---|
ModuleInfo |
Snapshot.getModuleInfo(String name)
Returns information about the specified module.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ModuleInfo> |
Snapshot.moduleInfos()
Returns an iterator over all the ModuleInfo objects.
|