Package | Description |
---|---|
com.streambase.sb.client |
Provides classes and interfaces used to communicate with a StreamBase server.
|
com.streambase.sb.monitor |
Provides classes and interfaces to monitor the behavior of a running StreamBase server.
|
Modifier and Type | Class and Description |
---|---|
class |
DeMUXStreamBaseClient
This is a StreamBaseClient that is intended for use by several independent queries.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionStatusCallback.stateChanged(ConnectionStatus state,
StreamBaseClient streamBaseClient,
java.lang.String additionalInfo)
Called when the connection state changes
|
Modifier and Type | Method and Description |
---|---|
StreamBaseClient |
StreamBaseMonitor.getClient()
Get the StreamBaseClient that this monitor is using
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
Snapshot.getOperatorType(StreamBaseClient sbClient,
java.lang.String name) |
Constructor and Description |
---|
StreamBaseMonitor(StreamBaseClient client)
Create a monitoring object, which will connect to a server with the given
StreamBaseClient object.
|
StreamBaseMonitor(StreamBaseClient sbClient,
java.lang.String streamName) |