| 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 java.util.Map<java.lang.String,OperatorInfo> |
Snapshot.opInfos |
| Modifier and Type | Method and Description |
|---|---|
OperatorInfo |
Snapshot.getOperatorInfo(java.lang.String name)
Returns information about the specified operator.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<OperatorInfo> |
Snapshot.operatorInfos()
Returns an iterator over all the OperatorInfo objects.
|