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