Uses of Class
com.streambase.sb.StreamBaseException
Packages that use StreamBaseException
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
Provides classes and interfaces to add custom table providers for LiveView.
Provides classes and interfaces fundamental to the Streaming Java API.
Provides classes and interfaces to add custom adapters to Streaming applications.
Provides classes and interfaces used to communicate with a Streaming server.
Provides abstract classes to extend feedsim input sources.
Provides classes and interfaces to monitor the behavior of a running Streaming server.
Provides classes and interfaces to add custom operators to Streaming applications.
Provides classes and interfaces used to author Streaming Unit tests.
Provides classes and interfaces for interacting with the Artifact Management Server.
-
Uses of StreamBaseException in com.streambase.liveview.client
Subclasses of StreamBaseException in com.streambase.liveview.clientModifier and TypeClassDescriptionfinal classException throws when the LiveView connection call is cancelled by the clientclassAn exception thrown by the LiveView Serverfinal classSpecific LiveViewException thrown when query syntax error occurs -
Uses of StreamBaseException in com.streambase.liveview.server.table.plugin
Methods in com.streambase.liveview.server.table.plugin that throw StreamBaseExceptionModifier and TypeMethodDescriptionTableProviderManager.compileLVConfs(List<File> tableFiles, boolean buildYaml) voidTableProviderManager.createTable(String name, com.streambase.liveview.config.model.lvconf.LiveviewConfiguration conf, boolean saveInProject) Does pre-checks, saves lvconf file and registers the table in defined state with the services layervoidTableProviderManager.deleteTable(com.streambase.liveview.server.table.CatalogedTable catalogedTable) voidTableProviderManager.dropTables(List<String> tables) voidTableProviderManager.startTables(List<String> tables) -
Uses of StreamBaseException in com.streambase.sb
Subclasses of StreamBaseException in com.streambase.sbModifier and TypeClassDescriptionclassModule (aka application) validation exceptionclassSignals that some feature has not yet been implemented.classSignals that some feature is not supportedclassAn exception that is thrown when a field value is requested as a primitive (e.g., Tuple.getBoolean(), Tuple.getTimestamp()), but it is null.classParsing exceptionclassA schema mismatch happenedstatic classA SemanticValidationException that also stores the index of the schema that caused it, when we're computing merges of schemas.classException to indicate validation failuresclassSemantic validation exceptionclassAn exception that contains a list of exceptionsclassTuple manipulation errorclassXML interpretation exceptionclassXML parsing errorMethod parameters in com.streambase.sb with type arguments of type StreamBaseExceptionModifier and TypeMethodDescriptionstatic SchemaSchemaUtil.createSchema(Element element, ByteOrder ord, SchemaUtil.SchemaProvider schemaProvider, List<StreamBaseException> errors) Create a schema from XMLMethods in com.streambase.sb that throw StreamBaseExceptionModifier and TypeMethodDescriptionvoidAdvances the service time by a certain number of time units in the future.voidTimeService.advanceTo(long targetTimeMsec) Make the service advance to a specific time in the futureAbstractFunction.apply(Object... args) BasicFunction.apply(Tuple input) Applies the given arguments to this function and returns the output.Applies the given arguments to this function and returns the output.static SchemaSchemaUtil.createSchema(String name, Schema definedHere, List<Schema> parentSchemas, com.streambase.sb.util.Location loc) Create a new schema with the given parent schemas and the given fields defined here.static SchemaSchemaUtil.createSchema(String name, Schema definedHere, List<Schema> parentSchemas, com.streambase.sb.util.Location loc, List<StreamBaseException> storeExceptions) Create a new schema with the given parent schemas and the given fields defined here.static SchemaSchemaUtil.createSchema(String name, Schema definedHere, List<String> parentSchemaNames, SchemaUtil.SchemaProvider provider, com.streambase.sb.util.Location loc, List<StreamBaseException> storeExceptions) Create a new schema with the given parent schema names and the given fields defined here.static Constants.ContainerStateConstants.ContainerState.decode(int value) Decode an int value into the proper ContainerStatusstatic Constants.ContainerStateDecode a String value into the proper Container statusstatic StringTupleJSONUtil.fieldObjectToJsonString(Schema.Field f, Object value, EnumSet<TupleJSONUtil.Options> options) static StringTupleJSONUtil.fieldObjectToJsonString(Schema.Field f, Object value, EnumSet<TupleJSONUtil.Options> options, String timestampFormat) static TimestampTimestamp.fromString(CharSequence dateString) Create a timestamp using the given stringstatic TimestampTimestamp.fromString(String dateString) Create a timestamp using the given stringstatic TimestampTimestamp.fromString(String dateString, com.streambase.sb.util.CSV.FormatInfo format) Create a timestamp using the given string and format.SchemaUtil.SchemaProvider.getSchemaByHash(byte[] hash) request a schema by hashstatic SchemaDeprecated.static SchemaCreate a new schemastatic SchemaDeprecated.please useSBUtils.newSchema(Element, ByteOrder)static SchemaCreate a new schemastatic StreamPropertiesCreate new stream properties from XML stringstatic StreamPropertiesCreate new stream properties from XML elementstatic com.fasterxml.jackson.databind.JsonNodeTupleJSONUtil.parseJSONString(String json) Parse JSON string into a JSON objectHandles the processing of a JSON value into a tuple, replaces the deprecated setTupleFromJSON and setTuple methods in the API.static TupleTupleUtil.randomTuple(Tuple tuple, int maxCount) Create a tuple which contains random valuesstatic TupleTupleUtil.randomTuple(Tuple tuple, int maxCount, int flags) Create a tuple which contains random valuesstatic TupleCreate a tuple which contains random valuesstatic TupleCreate a tuple which contains random valuesstatic voidDeprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic voidDeprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic voidTupleJSONUtil.setTuple(Tuple tuple, Object jsonObject, boolean strict, String timestampFormat, boolean numericTimestampsAsInterval) Deprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic voidTupleUtil.setTuple(Tuple tuple, com.fasterxml.jackson.databind.JsonNode object) Set the fields of a tuple based on the contents of a JSON objectstatic voidTupleJSONUtil.setTupleFromJSON(Tuple tuple, String JSONString) Deprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic voidTupleJSONUtil.setTupleFromJSON(Tuple tuple, String JSONString, String timestampFormat) Deprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic voidTupleJSONUtil.setTupleFromJSON(Tuple tuple, String JSONString, String timestampFormat, boolean numericTimestampsAsInterval) Deprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic voidTupleJSONUtil.setTupleFromJSONLoose(Tuple tuple, String JSONString) Deprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic voidTupleJSONUtil.setTupleFromJSONLoose(Tuple tuple, String JSONString, String timestampFormat) Deprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic voidTupleJSONUtil.setTupleFromJSONLoose(Tuple tuple, String JSONString, String timestampFormat, boolean numericTimestampsAsInterval) Deprecated.Use theTupleJSONUtil.SetTupleFromJSONBuilder and its .process() to handle this functionalitystatic StringTupleJSONUtil.typeObjectToJsonString(CompleteDataType cdt, Object value, EnumSet<TupleJSONUtil.Options> options) static StringTupleJSONUtil.typeObjectToJsonString(CompleteDataType cdt, Object value, EnumSet<TupleJSONUtil.Options> options, String timestampFormat) Constructors in com.streambase.sb with parameters of type StreamBaseExceptionModifierConstructorDescriptionConstructorConstructors in com.streambase.sb that throw StreamBaseExceptionModifierConstructorDescriptionConstruct a Schema out of XML represented as a StringStreamProperties(String xml) Create a StreamProperties from the given string representation of an XML document(package private)StreamProperties(String xml, ByteOrder byteOrder) Create a StreamProperties from the given string representation of an XML documentStreamProperties(Element element) Create a StreamProperties from the given XML document(package private)StreamProperties(Element element, ByteOrder byteOrder) Create a StreamProperties from the given XML document -
Uses of StreamBaseException in com.streambase.sb.adapter
Methods in com.streambase.sb.adapter that throw StreamBaseException -
Uses of StreamBaseException in com.streambase.sb.client
Subclasses of StreamBaseException in com.streambase.sb.clientModifier and TypeClassDescriptionclass(package private) classclassException thrown when a network error/problem occursclassException thrown when a protocol error/problem occursclassException thrown when URI parsing fails.Methods in com.streambase.sb.client that return StreamBaseExceptionModifier and TypeMethodDescriptionstatic StreamBaseExceptionHAAdmin.processExceptions(String message, List<Throwable> exceptions, String baseUri, Class<?> exceptionsCheck) Look through the exceptions; if we have one that isn't an XMLRPCException then throw that one otherwise bundle them all up into a list exception.Methods in com.streambase.sb.client that throw StreamBaseExceptionModifier and TypeMethodDescription(package private) voidTupleConnections.addConnection(StreamBaseURI uri, StreamProperties props) Add a connectionString[]Admin.addContainer(long timeoutMS, String containerName, byte[] application, List<String> containerStreamMappings) Add the given application to the given container in the StreamBaseServerString[]HAAdmin.addContainer(long timeoutMS, String containerName, byte[] application, List<String> containerStreamMappings) String[]StreamBaseAdminClient.addContainer(String containerName, byte[] application, List<String> options) Add the given application to the given container in the StreamBase serverString[]StreamBaseAdminClient.addContainer(String containerName, File application, List<String> options) Add the given application to the given container in the StreamBase serverString[]StreamBaseAdminClient.addContainer(String containerName, String applicationText, List<String> options) Add the given application to the given container in the StreamBase serverString[]XmlRpcAdmin.addContainer(long timeoutMS, String containerName, byte[] application, List<String> containerStreamMappings) String[]Add the given deploy file to the server.String[]String[]Deprecated.Replaced with application fragments and HOCON configurationString[]Deprecated.Replaced with application fragments and HOCON configurationString[]Deprecated.Replaced with application fragments and HOCON configurationString[](package private) booleanAdd a tuple(package private) booleanStreamBaseClient.TupleBuffer.addTuples(Collection<Tuple> tuples) Add tuplesbooleanAdmin.checkLicense(long timeoutMS, String featureName) Return true if a license for the specified feature is available and false otherwise.booleanHAAdmin.checkLicense(long timeoutMS, String featureName) booleanXmlRpcAdmin.checkLicense(long timeoutMS, String entityName) intDequeueResult.checkStatus()Check and return the status of this DequeueResult.protected static voidStreamBaseClient.checkValidStreamname(String streamname) Validate stream nameAdmin.clearEvalCache(long timeoutMS, String containerName) Clear evaluation cacheHAAdmin.clearEvalCache(long timeoutMS, String containerName) StreamBaseAdminClient.clearEvalCache(String containerName) Clear evaluation cacheXmlRpcAdmin.clearEvalCache(long timeoutMS, String containerName) abstract voidBaseClient.close()voidStreamBaseClient.close()voidFlush all buffers and close the connection to the StreamBase server.(package private) static AdminAdminFactory.create(List<StreamBaseURI> _uris) Create the admin implementation object that does the actual communication to the server.DeMUXStreamBaseClient.dequeue()DeMUXStreamBaseClient.dequeue(long timeoutMS) StreamBaseClient.dequeue()Dequeue a batch of tuples from a subscribed stream.StreamBaseClient.dequeue(long timeoutMS) Dequeue a batch of tuples from a subscribed stream.Return an XML description of a StreamBase entityReturn an XML description of a StreamBase entityXmlRpcAdmin.describe(long timeoutMS, String entityName) voidDrain a StreamBase container or if empty the entire ServervoidvoidStreamBaseAdminClient.drain()Drain a StreamBase Server Has no effect if the server is not runningvoidDrain a container within a StreamBase Server Has no effect if the server is not runningvoidXmlRpcAdmin.drain(long timeoutMS, String containerName) voidStreamBaseClient.enableBuffering(int bufferSize) Turn on buffering with a default WakeAndFlushBuffer thread set to 250msvoidStreamBaseClient.enableBuffering(int bufferSize, long flushIntervalMilliSeconds) Turn on buffering.voidAdmin.enqueue(long timeoutMS, StreamProperties props, Collection<String> tuples) Enqueue a list of CSV encoded tuples using connectionless XMLRPCvoidHAAdmin.enqueue(long timeoutMS, StreamProperties props, Collection<String> tuples) voidStreamBaseClient.enqueue(StreamProperties props, Tuple tuple) Enqueue a single Tuple onto a stream.voidStreamBaseClient.enqueue(StreamProperties props, Collection<Tuple> tuples) Enqueue a collection of Tuples onto a stream.voidEnqueue a single Tuple onto a stream.voidStreamBaseClient.enqueue(String stream, Collection<Tuple> tuples) Enqueue a collection of Tuples onto a stream.(package private) voidStreamBaseClient.SerializedTupleBuffer.enqueue(boolean hasMore) (package private) abstract voidStreamBaseClient.TupleBuffer.enqueue(boolean hasMore) actually enqueue the buffer(package private) booleanTupleConnection.enqueue(StreamBaseClient.SerializedTupleBuffer buffer, boolean hasMore) Enqueue a tuple buffervoidXmlRpcAdmin.enqueue(long timeoutMS, StreamProperties props, Collection<String> tuples) (package private) voidTupleConnections.enqueueTupleBuffer(StreamBaseClient.SerializedTupleBuffer buffer, boolean hasMore) Private version of enqueue that does all of the work.voidAdmin.fastForwardTime(long timeoutMS, Object msecs) Number of milliseconds to jump forward in time.voidHAAdmin.fastForwardTime(long timeout, Object value) voidStreamBaseAdminClient.fastForwardTime(String msecs) Fast forward timevoidXmlRpcAdmin.fastForwardTime(long timeoutMS, Object msecs) voidStreamBaseClient.flushAllBuffers()Flush any pending enqueue buffers.voidStreamBaseClient.flushBuffer(StreamProperties props) Deprecated.useStreamBaseClient.flushAllBuffers()to preserve inter-stream orderingvoidStreamBaseClient.flushBuffer(String stream_name) Deprecated.useStreamBaseClient.flushAllBuffers()to preserve inter-stream orderingStreamBaseClient.getAllStreamProperties(EntityType type) Return all the StreamProperties available.StreamBaseClient.getAllStreamProperties(EntityType type, CaptureTransformStrategy strategy) Return all the StreamProperties availableAdmin.getByteOrder(long timeoutMS) What is the byte order of the server?HAAdmin.getByteOrder(long timeoutMS) XmlRpcAdmin.getByteOrder(long timeoutMS) (package private) List<TupleConnections.StreamTupleConnection>TupleConnections.getConnections(StreamProperties props) Return an unmodifiable list of List<StreamConnection>StreamBaseClient.getDynamicVariable(String dynamicVariablePath) Get the given dynamic variableHAAdmin.getDynamicVariableField(long timeoutMS, com.streambase.sb.util.Path dynamicVariablePath) XmlRpcAdmin.getDynamicVariableField(long timeoutMS, com.streambase.sb.util.Path dynvarPath) Admin.getDynamicVariables(long timeoutMS, com.streambase.sb.util.Path modulePath) Return the current value of the dynamic variables in the given module, as a Tuple of field name to Java value.HAAdmin.getDynamicVariables(long timeoutMS, com.streambase.sb.util.Path modulePath) StreamBaseClient.getDynamicVariables(String modulePath) Get a Tuple of all the dynamic variables on the given moduleXmlRpcAdmin.getDynamicVariables(long timeoutMS, com.streambase.sb.util.Path modulePath) Admin.getEvalCacheContent(long timeoutMS, String containerName) Get evaluation cache contentHAAdmin.getEvalCacheContent(long timeout, String containerName) StreamBaseAdminClient.getEvalCacheContent(String containerName) Get evaluation cache contentXmlRpcAdmin.getEvalCacheContent(long timeoutMS, String containerName) Admin.getMapperCacheContent(long timeoutMS, String containerName) Get mapper cache contentHAAdmin.getMapperCacheContent(long timeoutMS, String containerName) StreamBaseAdminClient.getMapperCacheContent(String containerName) Get mapper cache contentsXmlRpcAdmin.getMapperCacheContent(long timeoutMS, String containerName) Admin.getNamesForContainer(long timeoutMS, int id) Return a map of id and names for the given container id.HAAdmin.getNamesForContainer(long timeoutMS, int id) XmlRpcAdmin.getNamesForContainer(long timeoutMS, int id) String[]Admin.getOperatorProperties(long timeoutMS, String operatorName) For the given Operator, return its set of properties and their values.String[]HAAdmin.getOperatorProperties(long timeoutMS, String operatorName) String[]StreamBaseAdminClient.getOperatorProperties(String operatorName) For the given Operator, return its set of properties and their values.String[]XmlRpcAdmin.getOperatorProperties(long timeoutMS, String operatorName) Admin.getOperatorProperty(long timeoutMS, String operatorName, String propertyName) Return the value of the given property on the given Operator.HAAdmin.getOperatorProperty(long timeoutMS, String operatorName, String propertyName) StreamBaseAdminClient.getOperatorProperty(String operatorName, String propertyName) Return the value of the given property on the given Operator.Admin.getSchemaByHash(long timeoutMS, byte[] hash) Return the Schema object for the given hash valueHAAdmin.getSchemaByHash(long timeoutMS, byte[] hash) StreamBaseClient.getSchemaByHash(byte[] hash) Return the Schema object for the given hash valueXmlRpcAdmin.getSchemaByHash(long timeoutMS, byte[] hash) Admin.getSchemaByName(long timeoutMS, String schemaName) Return the Schema object for the given nameHAAdmin.getSchemaByName(long timeoutMS, String schemaName) StreamBaseClient.getSchemaByName(String name) Return the Schema object for the given name.XmlRpcAdmin.getSchemaByName(long timeoutMS, String schemaName) StreamBaseClient.getSchemaForStream(String streamName) Return the schema of a stream.Admin.getStreamProperties(long timeoutMS, String streamName) Return the StreamProperties for the given name.Admin.getStreamProperties(long timeoutMS, String streamName, CaptureTransformStrategy strategy) Return the StreamProperties for the given name.HAAdmin.getStreamProperties(long timeoutMS, String streamName) HAAdmin.getStreamProperties(long timeoutMS, String streamName, CaptureTransformStrategy strategy) StreamBaseClient.getStreamProperties(String streamName) Return the StreamProperties for the given stream nameStreamBaseClient.getStreamProperties(String streamName, CaptureTransformStrategy strategy) Return the StreamProperties for the given stream nameXmlRpcAdmin.getStreamProperties(long timeoutMS, String streamName) XmlRpcAdmin.getStreamProperties(long timeoutMS, String streamName, CaptureTransformStrategy strategy) Admin.getStreamPropertiesByHash(long timeoutMS, byte[] hash) Return the StreamProperties for the given hashHAAdmin.getStreamPropertiesByHash(long timeoutMS, byte[] hash) StreamBaseClient.getStreamPropertiesByHash(byte[] hash) Return the StreamProperties for the given hash StreamProperties are cached locally in the client.StreamBaseClient.getStreamPropertiesByHash(String hashHexString) Return the StreamProperties for the given hash StreamProperties are cached locally in the client.XmlRpcAdmin.getStreamPropertiesByHash(long timeoutMS, byte[] hash) Admin.getTargetTime(long timeoutMS) Get target timeHAAdmin.getTargetTime(long timeout) StreamBaseAdminClient.getTargetTime()Get target timeXmlRpcAdmin.getTargetTime(long timeoutMS) static SSLSocketFactorySSLUtils.initSSL()static SSLSocketFactoryString[]Admin.internalCommand(long timeoutMS, String... args) run an internal commandString[]HAAdmin.internalCommand(long timeoutMS, String... args) String[]XmlRpcAdmin.internalCommand(long timeoutMS, String... args) String[]Admin.killAllConnections(long timeoutMS) Kill all of the connections on the serverString[]HAAdmin.killAllConnections(long timeoutMS) String[]StreamBaseAdminClient.killAllConnections()Kill all of the connections on the serverString[]XmlRpcAdmin.killAllConnections(long timeoutMS) String[]Admin.killConnection(long timeoutMS, byte[] connectionId) Kill the connection with the given connectionIdString[]HAAdmin.killConnection(long timeoutMS, byte[] connectionId) String[]StreamBaseAdminClient.killConnection(byte[] connectionId) Kill the connection with the given connectionIdString[]XmlRpcAdmin.killConnection(long timeoutMS, byte[] connectionId) String[]Admin.listConnections(long timeoutMS, StreamBaseAdminClient.ListConnectionArgument... arg) Return an array of client connectionsString[]HAAdmin.listConnections(long timeoutMS, StreamBaseAdminClient.ListConnectionArgument... args) String[]StreamBaseAdminClient.listConnections(StreamBaseAdminClient.ListConnectionArgument... args) Return an array of client connectionsString[]XmlRpcAdmin.listConnections(long timeoutMS, StreamBaseAdminClient.ListConnectionArgument... args) String[]Admin.listEntities(long timeoutMS, String entityType, int flags, CaptureTransformStrategy strategy) Return an array of entity names for the given entity typeString[]HAAdmin.listEntities(long timeoutMS, String entityType, int flags, CaptureTransformStrategy strategy) String[]StreamBaseAdminClient.listEntities(String entityType, int flags) Return an array of entity names for the given entity typeString[]StreamBaseClient.listEntities(EntityType entityType) Return an array of entity names for the given entity type.String[]StreamBaseClient.listEntities(EntityType entityType, int flags) Return an array of entity names for the given entity type and flags.String[]StreamBaseClient.listEntities(EntityType entityType, int flags, CaptureTransformStrategy strategy) Return an array of entity names for the given entity type and flags.String[]StreamBaseClient.listEntities(EntityType entityType, CaptureTransformStrategy strategy) Return an array of entity names for the given entity type.String[]StreamBaseClient.listEntities(String entityPath, int flags) Return an array of entity names for the given entity path.String[]StreamBaseClient.listEntities(String entityPath, int flags, CaptureTransformStrategy strategy) Return an array of entity names for the given entity path.String[]XmlRpcAdmin.listEntities(long timeoutMS, String entityType, int flags) Return an array of entity names for the given entity typeString[]XmlRpcAdmin.listEntities(long timeoutMS, String entityType, int flags, CaptureTransformStrategy strategy) static SSLContextSSLUtils.makeClientSSLContext()static SSLContextSSLUtils.makeClientSSLContext(boolean debug) static SSLContextstatic com.streambase.sb.client.TupleIOTupleIOFactory.makeTupleIO(StreamBaseURI uri, ClientSettings settings) String[]Admin.manageJdbcConnections(long timeoutMS, List<String> args) Manage jdbc connections: count [name]Count the open JDBC connections to the named data source (or all data sources if ommitted) close [name]Close any open JDBC connections to the named data source (or all data sources if ommitted)String[]HAAdmin.manageJdbcConnections(long timeoutMS, List<String> args) String[]StreamBaseAdminClient.manageJdbcConnections(List<String> args) Manage JDBC connections: count [name]Count the open JDBC connections to the named data source (or all data sources if ommitted) close [name]Close any open JDBC connections to the named data source (or all data sources if ommitted)String[]voidHAAdmin.modifyApplication(long timeoutMS, byte[] application) Modify the StreamBase Server with the given StreamBase application.voidXmlRpcAdmin.modifyApplication(long timeoutMS, byte[] application) Modify the StreamBase Server with the given StreamBase application.String[]Admin.modifyContainer(long timeoutMS, String containerName, List<String> args) Modify the given containerString[]HAAdmin.modifyContainer(long timeoutMS, String containerName, List<String> args) String[]StreamBaseAdminClient.modifyContainer(String containerName, List<String> options) Modifies the given container.String[](package private) org.apache.xmlrpc.client.XmlRpcClientXmlRpcAdmin.newXmlRpcClient(StreamBaseURI uri) Create a new XML RPC client(package private) booleanTupleConnection.open()Open connectionString[]Admin.operatorStatus(long timeoutMS, String containerName) Return the status of each Operator present in the StreamBase server.String[]BaseClient.operatorStatus(String containerName) Return the status of all the operators in the specified containerString[]HAAdmin.operatorStatus(long timeoutMS, String containerName) String[]XmlRpcAdmin.operatorStatus(long timeoutMS, String containerName) static String[]XmlRpcAdmin.processListConnections(CharSequence xmlListConnections) process the XML document that is the result of a LIST_CONNECTIONS callReturn rows from the table.Return rows from a Query Table or Materialized Window.Return rows from a Query Table or Materialized Window, applying an optional predicate to decide which rows are returned.String[]Admin.removeContainer(long timeoutMS, String containerName, List<String> args) Remove the given container in the StreamBaseServerString[]HAAdmin.removeContainer(long timeoutMS, String containerName, List<String> args) String[]StreamBaseAdminClient.removeContainer(String containerName, String... args) Remove the given container in the StreamBase serverString[]String[]Admin.restartContainer(long timeoutMS, String containerName) Restart the given containerString[]HAAdmin.restartContainer(long timeoutMS, String containerName) String[]StreamBaseAdminClient.restartContainer(String containerName) Restart a containerString[]XmlRpcAdmin.restartContainer(long timeoutMS, String containerName) voidAdmin.restartOperators(long timeoutMS, List<String> operators) Restart the given Operators on the StreamBase server.voidHAAdmin.restartOperators(long timeoutMS, List<String> operatorNames) voidStreamBaseAdminClient.restartOperators(List<String> operatorNames) Restart the given Operators on the StreamBase server.voidDeMUXStreamBaseClient.resubscribe(StreamProperties props, String logicalstream, String predicate) DeMUXStreamBaseClient.resubscribe(String streamname, String logicalstream, String predicate) StreamBaseClient.resubscribe(StreamProperties props, String logicalStream, String predicate) Resubscribe to a stream with a predicate.StreamBaseClient.resubscribe(String streamname, String logicalstream, String predicate) Resubscribe to a stream with a predicate.voidResume a paused StreamBase container of if empty the whole ServervoidvoidResume a container in a StreamBase servervoidXmlRpcAdmin.resume(long timeoutMS, String containerName) voidAdmin.resumeOperators(long timeoutMS, List<String> operators) Resume the given Operators on the StreamBase servervoidHAAdmin.resumeOperators(long timeoutMS, List<String> operatorsNames) voidStreamBaseAdminClient.resumeOperators(List<String> operatorNames) Resume the given Operators on the StreamBase servervoidvoidAdmin.setDynamicVariable(long timeoutMS, com.streambase.sb.util.Path dynamicVariablePath, Object value) Set the value of the given dynamic variable to the given value.voidHAAdmin.setDynamicVariable(long timeoutMS, com.streambase.sb.util.Path dynamicVariablePath, Object value) voidStreamBaseClient.setDynamicVariable(String dynvarPath, Object value) Set the given dynamic variable to a new valuevoidXmlRpcAdmin.setDynamicVariable(long timeoutMS, com.streambase.sb.util.Path dynamicVariablePath, Object value) voidAdmin.setOperatorProperty(long timeoutMS, String operatorName, String propertyName, String value) On the given Operator, set the given property to the given value.voidHAAdmin.setOperatorProperty(long timeoutMS, String operatorName, String propertyName, String value) voidStreamBaseAdminClient.setOperatorProperty(String operatorName, String propertyName, String value) On the given Operator, set the given property to the given value.voidXmlRpcAdmin.setOperatorProperty(long timeoutMS, String operatorName, String propertyName, String value) voidStreamBaseClient.setQuiescentLimit(long timeoutMS) If more then timeoutMS milliseconds elapse without receiving data or a heart beat from the server, the client will close.voidTupleConnection.setQuiescentLimit(long timeoutMS) Set heartbeat timeout valuevoidTupleConnections.setQuiescentLimit(long timeoutMS) Set connection timeoutvoidAdmin.setRuntimeParam(long timeoutMS, String paramName, String paramValue, String operator) set the given runtime paramvoidHAAdmin.setRuntimeParam(long timeoutMS, String paramName, String paramValue, String operator) voidStreamBaseAdminClient.setRuntimeParam(String paramName, String paramValue, String operator) Set a runtime parameter on one, or all, operators.voidShutdown a StreamBase container or if empty the whole serverStreamBaseAdminClient.shutdown()Shutdown a StreamBase serverShutdown a container within a StreamBase serverXmlRpcAdmin.shutdown(long timeoutMS, String containerName) voidAdmin.shutdownOperators(long timeoutMS, List<String> operators) Shut down the given Operators on the StreamBase server.voidHAAdmin.shutdownOperators(long timeoutMS, List<String> operatorNames) voidStreamBaseAdminClient.shutdownOperators(List<String> operatorNames) Shut down the given Operators on the StreamBase server.voidString[]Admin.status(long timeoutMS, boolean verbose) Return the status of the StreamBase ServerString[]BaseClient.status()Return the status of the StreamBase ServerString[]BaseClient.status(boolean verbose) Return the status of the StreamBase ServerString[]HAAdmin.status(long timeoutMS, boolean verbose) String[]XmlRpcAdmin.status(long timeoutMS, boolean verbose) Admin.subscribe(long timeoutMS, SubscriptionEntry subscription, List<TupleConnections.StreamTupleConnection> connections) Subscribe to an output stream.DeMUXStreamBaseClient.subscribe(StreamProperties props) DeMUXStreamBaseClient.subscribe(StreamProperties props, String logicalstream, String predicate) DeMUXStreamBaseClient.subscribe(String streamName, CaptureTransformStrategy strategy) DeMUXStreamBaseClient.subscribe(String streamName, CaptureTransformStrategy strategy, String logicalstream, String predicate) DeMUXStreamBaseClient.subscribe(String streamName, String logicalStream, String predicate, DeMUXStreamBaseClient.DequeueListener listener) This is the only subscribe operation that is supported by the DeMUXStreamBaseClientHAAdmin.subscribe(long timeoutMS, SubscriptionEntry subscription, List<TupleConnections.StreamTupleConnection> connections) StreamBaseClient.subscribe(StreamProperties props) Subscribe to a streamStreamBaseClient.subscribe(StreamProperties props, String logicalStream, String predicate) Subscribe to a stream with a predicate.Subscribe to a streamStreamBaseClient.subscribe(String streamName, CaptureTransformStrategy strategy) Subscribe to a streamStreamBaseClient.subscribe(String streamName, CaptureTransformStrategy strategy, String logicalstream, String predicate) Subscribe to a stream with a predicate.Subscribe to a stream with a predicate.(package private) SubscriptionEntryTupleConnection.subscribe(long timeoutMS, SubscriptionEntry subscription) Subscribe to internal control streamList<?>XmlRpcAdmin.subscribe(long timeoutMS, SubscriptionEntry subscription) SubscribeXmlRpcAdmin.subscribe(long timeoutMS, SubscriptionEntry subscription, List<TupleConnections.StreamTupleConnection> connections) (package private) voidTupleConnection.subscribeAll(long timeoutMS, boolean ignoreErrors) Subscribe to all of the streams in our listTupleConnection.subscribeInternalControl(long timeoutMS) Subscribe internal control streamvoidSuspend (pause) a StreamBase container or operatorvoidSuspend (pause) a StreamBase container or operatorvoidSuspend (pause) a container or operator within a StreamBase ServervoidXmlRpcAdmin.suspend(long timeoutMS, String name) voidAdmin.suspendOperators(long timeoutMS, List<String> operators) Suspend the given Operators on the StreamBase ServervoidHAAdmin.suspendOperators(long timeoutMS, List<String> operatorNames) voidStreamBaseAdminClient.suspendOperators(List<String> operatorNames) Suspend (pause) the given Operators on the StreamBase ServervoidTypecheck (validate) the given StreamBase Application.Typecheck (validate) the given StreamBase Application.Typecheck (validate) the given StreamBase Application.XmlRpcAdmin.typecheck(long timeoutMS, String application, boolean full) voidAdmin.unsubscribe(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections) UnSubscribe to an output stream.voidDeMUXStreamBaseClient.unsubscribe(StreamProperties logicalProps) voidDeMUXStreamBaseClient.unsubscribe(String logicalStreamName) voidHAAdmin.unsubscribe(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections) voidStreamBaseClient.unsubscribe(StreamProperties logicalProps) Unsubscribe from the given stream name.voidStreamBaseClient.unsubscribe(String logicalStreamName) Unsubscribe from the given stream name.(package private) voidTupleConnection.unsubscribe(long timeoutMS, StreamProperties props, String logicalStream) Unsubscribe internal control streamvoidXmlRpcAdmin.unsubscribe(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections) voidUnsubscribe a streamprotected voidStreamBaseClient.unsubscribeInternal(StreamProperties logicalProps) Un-subscribe from streamConstructors in com.streambase.sb.client that throw StreamBaseExceptionModifierConstructorDescription(package private)BaseClient(List<StreamBaseURI> uris, ClientSettings settings) Construct a BaseClient with the given URIDeMUXStreamBaseClient(StreamBaseURI streamBaseURI) ConstructorConstructorDeMUXStreamBaseClient(List<StreamBaseURI> uris, ClientSettings settings) Constructor(package private)HAAdmin(List<StreamBaseURI> uris) Constructor(package private)ConstructorSSLSocketWrapper(StreamBaseURI uri, ClientSettings settings) Create a StreamBaseAdminClient.Create a StreamBaseAdminClient, connecting to the server at the provided URI.Create a StreamBaseAdminClient.Create a StreamBaseAdminClient.StreamBaseAdminClient(List<StreamBaseURI> uris, ClientSettings settings) Create a StreamBaseAdminClient.Create a StreamBaseClient.Create a StreamBaseClient, connecting to the server at the provided URIStreamBaseClient(String uriStrings) Create a StreamBaseClient from one or more comma-separated URI stringsStreamBaseClient(List<StreamBaseURI> uris) Create a StreamBaseClient, connecting to the servers at the provided URIs.StreamBaseClient(List<StreamBaseURI> uris, ClientSettings settings) Create a StreamBaseClient, connecting to the servers at the provided URIs.(package private)TupleConnection(StreamBaseURI uri, StreamBaseClient client, TupleConnections connections, long clientReadTimeout) Constructor(package private)XmlRpcAdmin(StreamBaseURI uri) Constructor -
Uses of StreamBaseException in com.streambase.sb.expr
Subclasses of StreamBaseException in com.streambase.sb.exprModifier and TypeClassDescriptionclasscom.streambase.sb.expr.ExprExceptionSemantic exception parsing an expression. -
Uses of StreamBaseException in com.streambase.sb.feedsim
Methods in com.streambase.sb.feedsim that throw StreamBaseException -
Uses of StreamBaseException in com.streambase.sb.monitor
Methods in com.streambase.sb.monitor that throw StreamBaseExceptionModifier and TypeMethodDescriptionstatic StringStatsUtil.getName(StatsUtil.IdentityHelper helper, com.streambase.sb.monitor.StatTuplev3 st) Fetch the item name using the clientStatsUtil.IdentityHelper.getName(com.streambase.sb.monitor.StatTuplev3 st) StatsUtil.IdentityHelper.getNameFromId(long id) Stats Stream v3 only.StatsUtil.IdentityHelper.IdentityUpdater.getUpdateByContainerId(int containerId) (package private) booleanSnapshot.isDone(Snapshot.Source source) Is result processing complete?Snapshot.Source.nextResult()Get next resultvoidStreamBaseMonitor.run()Read and process monitor snapshots from sbd.static StringStatsUtil.toName(StatsUtil.IdentityHelper helper, long id) Constructors in com.streambase.sb.monitor that throw StreamBaseExceptionModifierConstructorDescriptionStreamBaseMonitor(StreamBaseClient client) Create a monitoring object, which will connect to a server with the given StreamBaseClient object.StreamBaseMonitor(StreamBaseClient sbClient, String streamName) ConstructorCreate a monitoring object, which will connect to a server with the given StreamBase URI.StreamBaseMonitor(String uri) Create a monitoring object The given uri can either be a StreamBaseURI or a filename. -
Uses of StreamBaseException in com.streambase.sb.operator
Subclasses of StreamBaseException in com.streambase.sb.operatorModifier and TypeClassDescriptionclassclassfinal classA typecheck exception associated with an Operator property (or parameter) by name.classParameter interpretation exceptionclassThrown when an operator tries to get a resource by name, but no such resource exists.classclassMay be thrown when an error occurs during an Operator's typecheck() method.Methods in com.streambase.sb.operator that throw StreamBaseExceptionModifier and TypeMethodDescriptionvoidvoidOverride this method to consume rows.Delete a row in the table based on primary key.evaluate the given string expression in the context of the running module If an error occurs during the evaluation, the message return value will be a string containing the error messagevoidPreparedQuery.execute(CompiledTuple args, RowConsumer consumer) Run the query against a given set of arguments, and pass the results toconsumervoidPreparedQuery.execute(CompiledTuple args, TableAccessor table, RowConsumer consumer) Execute the queryvoidITupleDataInitializer.fillOutputTuple(Tuple inputTuple, Tuple outputTuple, ITupleDataInitializer.ITupleHandler handler) Fill the output tuple from the input value, process the tuple handler to updated additional fields in the output.Operator.getDataSourceConnection(String datasource) Retrieve a connection to a JDBC Data Source configured in HOCON configuration files.IResourceReader.getResourceContents(String name) Operator.getResourceContents(String name) Returns an open input stream on the contents of the named resource file.IResourceReader.getResourceFile(String name) Operator.getResourceFile(String name) Returns aFilepointing to the regular file or directory if it exists.Operator.getTableAccessor(String name) Get a TableAccessor for a table in the local module by name of that table.Operator.getTupleCaptureTransformer(Schema s) Get a TupleCaptureTransformer capable of translating tuples with the given schema to the equivalent schema with all the capture fields expanded out, and translating expanded tuples back into tuples with the given schemavoidOperator.init()After the Operator has typechecked successfully, but before the application or any managed threads start, the StreamBase server will call the init method.voidInsert a new row into the table.default TupleITupleDataInitializer.newOutputTuple(Tuple inputTuple) Deprecated.Use a combination ofITupleDataInitializer.newOutputTuple()andITupleDataInitializer.fillOutputTuple(Tuple, Tuple, ITupleHandler)default TupleITupleDataInitializer.newOutputTuple(Tuple inputTuple, ITupleDataInitializer.ITupleHandler handler) Deprecated.Use a combination ofITupleDataInitializer.newOutputTuple()andITupleDataInitializer.fillOutputTuple(Tuple, Tuple, ITupleHandler)Operator.newTupleDataInitializer(int inputPort, int outputPort) Create a newITupleDataInitializerbased on the specified input and output ports.Prepare an index-accessing query.abstract voidOperator.processTuple(int inputPort, Tuple tuple) This method will be called by the StreamBase server for each Tuple given to the Operator to process.TableAccessor.readPrimary(Tuple pkey) Read a row from the table by primary key.final voidOperator.registerRunnable(Runnable operatorRunnable) Deprecated.As of StreamBase version 3.7, replaced byOperator.registerRunnable(Runnable, boolean)final voidOperator.registerRunnable(Runnable operatorRunnable, boolean shouldInterrupt) Register a Runnable object to be managed by this Operator.final voidOperator.registerRunnable(String runnableName, Runnable operatorRunnable, boolean shouldInterrupt) Register a Runnable object to be managed by this Operator.final voidOperator.registerRunnable(String runnableName, Runnable operatorRunnable, boolean shouldInterrupt, boolean synchronizedShutdown) Register a Runnable object to be managed by this Operator.voidOperator.SharedObjectManager.registerSharedObject(Object key, Operator.SharedObject value) Add the given SharedObject to this Container.Replace a row in the table, or insert if there is no existing row with matching primary key.voidOperator.SharedObject.resumeObject()Resume the SharedObject.voidOperator.sendOutput(int port, Tuple tuple) Enqueue a Tuple to be sent synchronously to downstream operators.voidOperator.sendOutput(int port, List<Tuple> tuples) Enqueue a List of Tuples to be sent synchronously to downstream operators.voidOperator.sendOutputAsync(int port, Tuple tuple) Enqueue a Tuple to be sent asynchronously to downstream operators.voidOperator.sendOutputAsync(int port, List<Tuple> tuples) Enqueue a List of Tuples to be sent asynchronously to downstream operators.voidOperator.setDynamicVariable(String name, Object value) Sets the value of this module's dynamic variable.static voidOperator.setLogLevel(org.slf4j.Logger logger, Operator.LogLevel level) Sets the log level of the given logger.static voidOperator.setLogLevel(org.slf4j.Logger logger, String level) Sets the log level of the given logger.voidOperator.SharedObject.shutdownObject()Shutdown the SharedObject.voidOperator.SharedObject.startObject()Start the SharedObject.voidOperator.SharedObject.suspendObject()Suspend the SharedObject.voidTableAccessor.truncate()Truncate the table, by removing all rows(package private) voidOperator.OperatorThread.waitForAcceptance()Block until the operator thread has successfully switched into the new state requested by postStateChange.Constructors in com.streambase.sb.operator with parameters of type StreamBaseException -
Uses of StreamBaseException in com.streambase.sb.unittest
Methods in com.streambase.sb.unittest that throw StreamBaseExceptionModifier and TypeMethodDescriptionbooleanbooleanFieldBasedTupleComparator.CompareFunctor.compare(TupleComparator comparator, CompleteDataType cdt, Object expected, Object actual) booleanCompare two tuples.abstract booleanFieldBasedTupleComparator.CompareFunctor.compareImpl(TupleComparator comparator, CompleteDataType cdt, Object expected, Object actual) Compare two values expected and actual, usingcomparatorfor recursion as necessary.booleanFieldBasedTupleComparator.ListCompareFunctor.compareImpl(TupleComparator comparator, CompleteDataType cdt, Object expected, Object actual) booleanFieldBasedTupleComparator.TupleCompareFunctor.compareImpl(TupleComparator comparator, CompleteDataType cdt, Object expected, Object actual) booleanFieldBasedTupleComparator.compareValues(CompleteDataType cdt, Object expected, Object actual) booleanTupleComparator.compareValues(CompleteDataType cdt, Object expected, Object actual) Compare two values withCompleteDataTypecdt.abstract TupleAbstractTupleMaker.createTuple(Schema schema, T t) CSVTupleMaker.createTuple(Schema schema, String str) JSONSingleQuotesTupleMaker.createTuple(Schema schema, String str) JSONTupleMaker.createTuple(Schema schema, String str) ObjectArrayTupleMaker.createTuple(Schema schema, Object[] objs) TupleMaker.createTuple(Schema schema, T t) create aTuples from an input objectAbstractTupleMaker.createTuples(Schema schema, Collection<T> ts) AbstractTupleMaker.createTuples(Schema schema, T... ts) TupleMaker.createTuples(Schema schema, Collection<T> t) create multipleTuples from input objectsTupleMaker.createTuples(Schema schema, T... t) create multipleTuples from input objectsDequeuer.dequeue(int numTuples) Try to dequeue tuples with theDequeuer.DEFAULT_TIMEOUTandDequeuer.DEFAULT_TIMEOUT_UNITif numTuples == 0 will return immediately if numTuples < 0 will wait the maximum timeout before returningTry to dequeue tuples within a provided timeout.voidDequeuer.drain()Drain any tuples that are currently in flight in the server.voidSBServerManager.drain()Wait for processing to complete on all currently enqueued tuples.voidEnqueue Tuple to the streamvoidEnqueue multiple tuples to the stream<T> voidEnqueuer.enqueue(TupleMaker<T> tupleMaker, List<T> t) Create multiple tuples using aTupleMakerand then enqueue them.<T> voidEnqueuer.enqueue(TupleMaker<T> tupleMaker, T t) Create a tuple using aTupleMakerand then enqueue it.<T> voidEnqueuer.enqueue(TupleMaker<T> tupleMaker, T... t) Create multiple tuples using aTupleMakerand then enqueue them.voidEnqueue multiple tuples to the streamvoidExpect a tuple from the dequeuer.voidExpect multiple tuples in a particular order from the dequeuer.voidExpecter.expect(Expecter.DequeueSetting mode, Tuple expected) Expect a given tuple from the dequeuervoidExpecter.expect(Expecter.DequeueSetting mode, Tuple... tuples) Expect multiple tuples in a particular order from the dequeuer<T> voidExpecter.expect(Expecter.DequeueSetting mode, TupleMaker<T> tupleMaker, List<T> t) Expect a tuple from the dequeuer<T> voidExpecter.expect(Expecter.DequeueSetting mode, TupleMaker<T> tupleMaker, T t) Expect a tuple from the dequeuer<T> voidExpecter.expect(Expecter.DequeueSetting mode, TupleMaker<T> tupleMaker, T... t) Expect a tuple from the dequeuervoidExpecter.expect(Expecter.DequeueSetting mode, List<Tuple> expected) Expect multiple tuples in a particular order from the dequeuer<T> voidExpecter.expect(TupleMaker<T> tupleMaker, List<T> t) Expect multiple tuples in a particular order from the dequeuer.<T> voidExpecter.expect(TupleMaker<T> tupleMaker, T t) Expect a tuple from the dequeuer.<T> voidExpecter.expect(TupleMaker<T> tupleMaker, T... t) Expect multiple tuples in a particular order from the dequeuer.voidExpect multiple tuples in a particular order from the dequeuer.voidExpecter.expectNothing()Expect no tuples to be available on the stream, while ensuring that the server has time to process any tuples that are currently in flight.voidExpecter.expectNothing(long time, TimeUnit unit) Expect no tuples to be available on the stream, while ensuring that the server has time to process any tuples that are currently in flight.voidExpecter.expectPredicate(Expecter.DequeueSetting mode, Expecter.Predicate p) Expect a tuple that fulfills the given predicate from the dequeuervoidExpecter.expectPredicate(Expecter.DequeueSetting mode, List<Expecter.Predicate> expected) Expect a number of tuples, each fulfilling one predicate in a list, from the DequeuervoidExpecter.expectUnordered(Tuple... expected) Expect multiple tuples in any order from the dequeuer.voidExpecter.expectUnordered(Expecter.DequeueSetting mode, Tuple... expected) Expect multiple tuples in any order from the dequeuer<T> voidExpecter.expectUnordered(Expecter.DequeueSetting mode, TupleMaker<T> tupleMaker, List<T> t) Expect multiple tuples in any order from the dequeuer<T> voidExpecter.expectUnordered(Expecter.DequeueSetting mode, TupleMaker<T> tupleMaker, T... t) Expect multiple tuples in any order from the dequeuervoidExpecter.expectUnordered(Expecter.DequeueSetting mode, List<Tuple> expected) Expect multiple tuples in any order from the dequeuer<T> voidExpecter.expectUnordered(TupleMaker<T> tupleMaker, List<T> t) Expect multiple tuples in any order from the dequeuer.<T> voidExpecter.expectUnordered(TupleMaker<T> tupleMaker, T... t) Expect multiple tuples in any order from the dequeuer.voidExpecter.expectUnordered(List<Tuple> expected) Expect multiple tuples in any order from the dequeuer.voidExpecter.expectUnorderedPredicate(Expecter.DequeueSetting mode, List<Expecter.Predicate> expected) Expect tuples that fulfill multiple predicates in any order from the dequeuerBaseTestEnvironment.getConf()SBTestEnvironment.getConf()SBServerManager.getDequeuer(String path) Get the Tuple dequeue object for a streamstatic SBServerManagerServerManagerFactory.getEmbeddedServer()static SBServerManagerServerManagerFactory.getEmbeddedServer(SBTestEnvironment testEnv) static SBServerManagerServerManagerFactory.getEmbeddedServer(String confFilePath) SBServerManager.getEnqueuer(String path) Get the Tuple enqueue object for a streamSBServerManager.getTableAccessor(String tablePath) Return a TableAccessor suitable for manipulating this table.SBServerManager.getTableAccessor(String tablePath, CaptureTransformStrategy captureStrategy) Return a TableAccessor suitable for manipulating this table.SBServerManager.getTimeService()Return the current TimeService implementation used by the StreamBase Engineabstract booleanExpecter.AbstractPredicate.isExpected(Tuple t) booleanExpecter.Predicate.isExpected(Tuple t) voidLoad a module into the default container.voidLoad a module into the specified container.voidSBServerManager.loadAppString(String appString, String container) Load an application (from a String) into the specified container.voidSBServerManager.loadDeploy(String deployFile) Load the given StreamBase deployment file.voidBaseTestEnvironment.setNowImpl(NowImplementation nowImpl) voidSBTestEnvironment.setNowImpl(NowImplementation nowImpl) Set the current implementation of now() functionvoidSBServerManager.shutdownServer()Shutdown the StreamBase Engine, blocking until the StreamBase Engine is finished shutting downvoidSBServerManager.startContainers()Start all the containers for this StreamBase Engine.voidSBServerManager.startContainers(Set<String> containersSuspendedOnStartup) Start all but the specified containers for this StreamBase Engine.voidSBServerManager.startContainers(Set<String> containersSuspendedOnStartup, boolean deferSubscriptions) Start all but the specified containers for this StreamBase EnginevoidSBServerManager.startServer()Start the StreamBase Engine, blocking until the StreamBase Engine will accept connectionsvoidSBServerManager.stopContainers()Stop all containers in this StreamBase EnginevoidSubscribes to a stream.voidSBServerManager.subscribeAll()Subscribes to all streamsConstructors in com.streambase.sb.unittest that throw StreamBaseExceptionModifierConstructorDescriptionFieldBasedTupleComparator(com.streambase.sb.DataType.Registry<FieldBasedTupleComparator.CompareFunctor> comparators, String... fields) ConstructorFieldBasedTupleComparator(FieldBasedTupleComparator baseComparator, String... fields) Constructor -
Uses of StreamBaseException in com.tibco.ep.sb.ads
Subclasses of StreamBaseException in com.tibco.ep.sb.ads
SBUtils.newSchema(String, ByteOrder)