Uses of Class
com.streambase.sb.client.StreamBaseClient
-
Packages that use StreamBaseClient 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. -
-
Uses of StreamBaseClient in com.streambase.sb.client
Subclasses of StreamBaseClient in com.streambase.sb.client Modifier and Type Class Description class
DeMUXStreamBaseClient
This is a StreamBaseClient that is intended for use by several independent queries.Methods in com.streambase.sb.client that return StreamBaseClient Modifier and Type Method Description StreamBaseClient
TupleConnection. getClient()
Methods in com.streambase.sb.client with parameters of type StreamBaseClient Modifier and Type Method Description void
ConnectionStatusCallback. stateChanged(ConnectionStatus state, StreamBaseClient streamBaseClient, String additionalInfo)
Called when the connection state changes -
Uses of StreamBaseClient in com.streambase.sb.monitor
Methods in com.streambase.sb.monitor that return StreamBaseClient Modifier and Type Method Description StreamBaseClient
StreamBaseMonitor. getClient()
Get theStreamBaseClient
that this monitor is usingMethods in com.streambase.sb.monitor with parameters of type StreamBaseClient Modifier and Type Method Description protected String
Snapshot. getOperatorType(StreamBaseClient sbClient, String name)
Constructors in com.streambase.sb.monitor with parameters of type StreamBaseClient Constructor Description StreamBaseMonitor(StreamBaseClient client)
Create a monitoring object, which will connect to a server with the given StreamBaseClient object.StreamBaseMonitor(StreamBaseClient sbClient, String streamName)
Constructor
-