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