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,StreamInfo> |
Snapshot.streamInfos |
Modifier and Type | Method and Description |
---|---|
StreamInfo |
Snapshot.getStreamInfo(String name)
Returns information about the specified stream.
|
Modifier and Type | Method and Description |
---|---|
Iterator<StreamInfo> |
Snapshot.streamInfos()
Returns an iterator over all the StreamInfo objects.
|