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