Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

AbstractBatchedQueryListener - Class in com.streambase.liveview.client
An abstract implementation of a QueryListener that batches up multiple events and sends them to the concrete implementation.
AbstractBatchedQueryListener() - Constructor for class com.streambase.liveview.client.AbstractBatchedQueryListener
Constructs a listener with quarter-second interval and the maximum batch size.
AbstractBatchedQueryListener(long, TimeUnit, boolean) - Constructor for class com.streambase.liveview.client.AbstractBatchedQueryListener
Constructor to set an interval for receiving batched results.
AbstractBatchedQueryListener(long, TimeUnit, boolean, int) - Constructor for class com.streambase.liveview.client.AbstractBatchedQueryListener
Constructor to set an interval for receiving batched results.
AbstractConnectionEvent - Class in com.streambase.liveview.client
Root level of client to server connection related events which are dispatched to ConnectionListeners.
AbstractConnectionEvent(Object) - Constructor for class com.streambase.liveview.client.AbstractConnectionEvent
 
AbstractPredicate() - Constructor for class com.streambase.sb.unittest.Expecter.AbstractPredicate
 
AbstractQueryEvent - Class in com.streambase.liveview.client
The base type for query events dispatched from server queries to QueryListeners.
AbstractQueryEvent(Object) - Constructor for class com.streambase.liveview.client.AbstractQueryEvent
 
AbstractQueryListener - Class in com.streambase.liveview.client
A convenience implementation of QueryListener that can be extended and the specified methods can be overridden.
AbstractQueryListener() - Constructor for class com.streambase.liveview.client.AbstractQueryListener
 
AbstractTable - Class in com.streambase.liveview.client
 
AbstractTable(Schema, List<String>) - Constructor for class com.streambase.liveview.client.AbstractTable
 
AbstractTable(Schema, String) - Constructor for class com.streambase.liveview.client.AbstractTable
 
AbstractTupleEvent - Class in com.streambase.liveview.client
Base abstract class for TupleEvents
AbstractTupleEvent(Object, Long, Tuple, Tuple, List<TupleFieldComparator>) - Constructor for class com.streambase.liveview.client.AbstractTupleEvent
 
AbstractTupleMaker<T> - Class in com.streambase.sb.unittest
A convenience class which implements all of the methods of TupleMaker in terms of AbstractTupleMaker.createTuple(Schema, Object).
AbstractTupleMaker() - Constructor for class com.streambase.sb.unittest.AbstractTupleMaker
 
accept(String, OrderDefinition.Direction) - Method in interface com.streambase.liveview.client.OrderDefinition.OrderDefinitionVisitor
 
action(AlertRule, AlertRule.Actions.Action, TupleAddedEvent) - Method in interface com.streambase.liveview.client.alert.IExecJavaAction
Deprecated.
Use ExecJavaActionClass
add(String...) - Method in class com.streambase.liveview.client.OrderDefinition
Add order definition field names, all ascending order
add(OrderDefinition.Direction, String...) - Method in class com.streambase.liveview.client.OrderDefinition
Add order definition field names, all in the same direction
add(OrderDefinition.Direction[], String...) - Method in class com.streambase.liveview.client.OrderDefinition
Add order definition field names with the specified Direction.
add(String) - Method in exception com.streambase.liveview.client.ValidationErrorsException
 
addAliasConfiguration(String, String) - Method in class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper
This method is used to add a TablePropertiesConfigurationWrapper.FilterdAlias Configuration instance to this TablePropertiesConfigurationWrapper instance.
addCase(RuleCase) - Method in class com.streambase.liveview.client.dynamictables.FieldRule
 
addCaseInsensitiveFieldName(String) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method adds a case insensitive field name to the existing list of case insensitive table field names.
addConnectionStatusCallback(ConnectionStatusCallback) - Method in class com.streambase.sb.client.StreamBaseClient
Track changes to the connection state.
addContainer(String, String, List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Add the given application to the given container in the StreamBase server
addContainer(String, byte[], List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Add the given application to the given container in the StreamBase server
addContainer(String, File, List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Add the given application to the given container in the StreamBase server
addDependentTable(CatalogedTable, String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
It adds the dependent table name to the dependents maps that every table provider has.
addDeploy(String, String...) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Add the given deployment file to the server given the text of the file
addDeploy(byte[], String...) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Add the given deployment file to the server given the byte content of the file.
addDeploy(File, String...) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Adds applications and containers defined in the given deployment or archive file to the StreamBase server.
addFieldAssignment(String, String, String) - Method in class com.streambase.liveview.client.dynamictables.RuleCase
Shortcut for the most common case of adding a field assignment with an insert and an update value
addFieldRule(FieldRule) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method adds a field rule FieldRule to the existing list of field rules.
addFilter(MappingType, String, String) - Static method in class com.streambase.liveview.client.TableAdminManager.TableProviderAPIHelper
 
addFilteredTableAlias(FilteredTableAlias) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
Add a single filterdTableAlias to the existing list of alias
addingNew(String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
This method should be called as early as possible in the createTable path.
addInsertAssignment(Assignment) - Method in class com.streambase.liveview.client.dynamictables.RuleCase
Add one insertAssignment
addListener(EventListener, LiveViewQueryType, QueryModel) - Method in class com.streambase.liveview.server.table.plugin.TestTableProvider.UnsupportedTable
 
addMapping(ExternalServerConnectionType.Mappings, String, String) - Static method in class com.streambase.liveview.client.TableAdminManager.TableProviderAPIHelper
This will add a mapping to a Mappings object.
addMapping(ExternalServerConnectionType.Mappings, String, String, boolean) - Static method in class com.streambase.liveview.client.TableAdminManager.TableProviderAPIHelper
This will add a mapping to a Mappings object.
addMonitorListener(MonitorListener) - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Add a listener for snapshot information.
addParameter(ExternalServerConnectionType.Parameters, String, String) - Static method in class com.streambase.liveview.client.TableAdminManager.TableProviderAPIHelper
This will add a parameter to a Parameters object.
addTableProvider(String, ExternalConnectionTypeType, String, ExternalServerConnectionType.Parameters, ExternalServerConnectionType.Mappings, int, int) - Method in interface com.streambase.liveview.client.LiveViewConnection
Deprecated.
Use TableAdminManager, instead Connect to a TableProvider, which then allows for remote connections as if they were LiveView Tables.
addTableProvider(String, ExternalConnectionTypeType, String, ExternalServerConnectionType.Parameters, ExternalServerConnectionType.Mappings, int, int) - Method in interface com.streambase.liveview.client.TableAdminManager
Connect to a TableProvider, which then allows for remote connections to behave as if they were LiveView Tables.
addTableProvider(ExternalServerConnectionType, int) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
Connect to a TableProvider, which then allows for remote connections as if they were LiveView Tables
addToBuffer(Tuple, int) - Method in class com.streambase.sb.client.StreamBaseClient.SerializedTupleBuffer
Possibly add a tuple if there is room
addToBuffer(Tuple, int) - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
 
addUpdateAssignment(Assignment) - Method in class com.streambase.liveview.client.dynamictables.RuleCase
Add one updateAssignment
addVariable(Variable) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The method is used to add a variable Variable to the existing list of variables.
advanceBy(long, TimeUnit) - Method in interface com.streambase.sb.TimeService
Advances the service time by a certain number of time units in the future.
advanceTo(long) - Method in interface com.streambase.sb.TimeService
Make the service advance to a specific time in the future
aggMarkBegin(BeginAggMarkEvent) - Method in class com.streambase.liveview.client.LiveResult
 
aggMarkBegin(BeginAggMarkEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event to indicate that the set of aggregation results may be changing so some results may be from an older generation while other may be from a newer one.
aggMarkEnd(EndAggMarkEvent) - Method in class com.streambase.liveview.client.LiveResult
 
aggMarkEnd(EndAggMarkEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event to indicate that the set of aggregation results since the last aggMarkBegin event are now consistent and will not change until the next aggMarkBegin.
AggregateMarkGeneration() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AggregateMarkGeneration
 
AggregateWindow - Class in com.streambase.sb.operator
Abstract base class for all custom java aggregate functions.
AggregateWindow() - Constructor for class com.streambase.sb.operator.AggregateWindow
 
AlertActions() - Constructor for class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
AlertManager - Interface in com.streambase.liveview.client.alert
This class provides access to LiveView alert related functionality.
AlertRule - Interface in com.streambase.liveview.client.alert
Represents an alert rule suitable for residing in a TIBCO Live Datamart server.
AlertRule.Type - Enum in com.streambase.liveview.client.alert
Gets the type of alert, currently 2 types are supported: Cron Alert and Query Alert
AlertRuleAction - Interface in com.streambase.liveview.client.alert
Represents an alert rule action suitable for residing in a TIBCO Live Datamart server.
AlertRuleAction.ActionType - Enum in com.streambase.liveview.client.alert
Gets the type of the action, with a readable form.
AlertRules() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AlertRules
 
AlertWithQueryString() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AlertWithQueryString
 
AlertWithQuiescence() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AlertWithQuiescence
 
ALL_CONTAINERS - Static variable in interface com.streambase.sb.client.StreamBaseClient.ListEntityFlags
Use ALL_CONTAINERS if you want to include all user containers in the output.
ALLOW_TUPLE_FIELD_SAME_NAME - Static variable in class com.streambase.sb.Schema
 
allowsConcurrency() - Method in class com.streambase.sb.operator.Operator
Override to indicate whether concurrency may be configured in Studio against this operator.
allTypes() - Static method in enum com.streambase.sb.DataType
Deprecated.
use DataType.values()
AlreadyRegisteredException - Exception in com.streambase.sb.operator
 
AlreadyRegisteredException(String) - Constructor for exception com.streambase.sb.operator.AlreadyRegisteredException
 
ApplicationValidationException - Exception in com.streambase.sb
 
ApplicationValidationException(String, ApplicationValidationException) - Constructor for exception com.streambase.sb.ApplicationValidationException
 
ApplicationValidationException(LocatedItem, String, Throwable) - Constructor for exception com.streambase.sb.ApplicationValidationException
 
ApplicationValidationException(LocatedItem, String) - Constructor for exception com.streambase.sb.ApplicationValidationException
 
ApplicationValidationException(LocatedItem, Throwable) - Constructor for exception com.streambase.sb.ApplicationValidationException
 
apply(Tuple) - Method in interface com.streambase.sb.Function
Applies the given arguments to this function and returns the output.
apply(Object...) - Method in interface com.streambase.sb.Function
Applies the given arguments to this function and returns the output.
array() - Method in class com.streambase.sb.ByteArrayView
Returns a reference to the backing array for this view.
Assignment - Class in com.streambase.liveview.client.dynamictables
This represents one assignment to either a Field or a Variable.
Assignment() - Constructor for class com.streambase.liveview.client.dynamictables.Assignment
 
Assignment(String, String) - Constructor for class com.streambase.liveview.client.dynamictables.Assignment
Shortcut constructor for the common case of setting a single field.
associateFieldPicker - Variable in class com.streambase.sb.operator.parameter.UIHints
Set a hint for String[] properties to request that Studio display a field chooser out of schemas managed by the operator.
asString() - Method in class com.streambase.sb.ByteArrayView
 
assureNameStartsWithContainer(StreamProperties, String) - Static method in class com.streambase.sb.client.StreamBaseClient
 

B

BaseTestEnvironment - Class in com.streambase.sb.unittest
A default implementation of SBTestEnvironment for use by SBServerManager instances.
BaseTestEnvironment() - Constructor for class com.streambase.sb.unittest.BaseTestEnvironment
Create a basic test environment that configures from a server configuration file per a system property
BaseTestEnvironment(String) - Constructor for class com.streambase.sb.unittest.BaseTestEnvironment
Create a basic test environment that uses a specific configuration file
BeginAggMarkEvent - Class in com.streambase.liveview.client
The event dispatched after which the aggregate result set may be in flux.
BeginAggMarkEvent(Object) - Constructor for class com.streambase.liveview.client.BeginAggMarkEvent
 
BeginDeleteEvent - Class in com.streambase.liveview.client
The event dispatched when a query delete begins.
BeginDeleteEvent(Object, List<Schema.Field>) - Constructor for class com.streambase.liveview.client.BeginDeleteEvent
 
BeginSnapshotEvent - Class in com.streambase.liveview.client
The event dispatched when a query snapshot begins.
BeginSnapshotEvent(Object, List<Schema.Field>) - Constructor for class com.streambase.liveview.client.BeginSnapshotEvent
 
beginTask(String, int) - Method in class com.streambase.liveview.client.NullProgressMonitor
This implementation does nothing.
beginTask(String, int) - Method in interface com.streambase.liveview.client.ProgressMonitor
The server reports to the monitor at the beginning of a task
BlockingDeleteQuery() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.BlockingDeleteQuery
 
BufferTooSmallException - Exception in com.streambase.sb
An exception that is thrown when a string field in a tuple is set with a value that is too large.
BufferTooSmallException(String) - Constructor for exception com.streambase.sb.BufferTooSmallException
 
BufferTooSmallException(String, Throwable) - Constructor for exception com.streambase.sb.BufferTooSmallException
 
BufferTooSmallException(Throwable) - Constructor for exception com.streambase.sb.BufferTooSmallException
 
ByteArrayView - Class in com.streambase.sb
This class represents a StreamBase blob.
ByteArrayView() - Constructor for class com.streambase.sb.ByteArrayView
 

C

canAssignFrom(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType
Check if a value of this type can be assigned a value of the other type.
canAssignFromImpl(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType
Method for subclasses to override if they have a broader concept of type.
canAssignFromImpl(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType.FunctionType
Method for subclasses to override if they have a broader concept of type.
cancel() - Method in class com.streambase.liveview.client.NullProgressMonitor
This implementation sets the value of an internal state variable.
cancel() - Method in interface com.streambase.liveview.client.ProgressMonitor
The client can cancel the current request
cancel() - Method in interface com.streambase.sb.Cancellable
A request to cancel the task
Cancellable - Interface in com.streambase.sb
Represents tasks (possibly to run in the future) that can be cancelled.
canChangeFieldCount() - Method in enum com.streambase.sb.SchemaUtil.CoercionOptions
 
canDequeue() - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
canDequeue() - Method in class com.streambase.sb.client.StreamBaseClient
Return true if we can call dequeue without blocking.
canDequeue(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
 
canEnqueue(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
 
canTransformCaptures(Collection<SchemaUtil.CoercionOptions>) - Static method in enum com.streambase.sb.SchemaUtil.CoercionOptions
 
canTransformsCaptures() - Method in enum com.streambase.sb.SchemaUtil.CoercionOptions
 
CAPABILITIES - Static variable in class com.streambase.liveview.server.table.plugin.TestTableProvider
 
CAPABILITIES_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
CAPABILITIES_FOR_FILTERED_TABLES - Static variable in interface com.streambase.liveview.client.Table
 
CAPTURE_STRATEGY_DESC_NAME - Static variable in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
The name of the bean that stores the CaptureStrategy.
CaptureTransformStrategy - Enum in com.streambase.sb
Determines the method StreamBase will use to expose capture fields to client code or dequeuers.
CaptureType(String) - Constructor for class com.streambase.sb.CompleteDataType.CaptureType
 
CEP_TABLES_GROUP - Static variable in interface com.streambase.liveview.client.Table
 
CHARSET_DISPLAY_NAME - Static variable in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
 
CHARSET_PROPERTY_NAME - Static variable in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
 
CHARSET_PROPOSALS - Static variable in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
 
check(DataType...) - Method in class com.streambase.sb.DataType.Checklist
 
check(Collection<DataType>) - Method in class com.streambase.sb.DataType.Checklist
 
checkCharsetProps(Operator, boolean, String) - Static method in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
 
Checklist() - Constructor for class com.streambase.sb.DataType.Checklist
 
checkPermission(LiveViewPermission) - Method in interface com.streambase.liveview.client.LiveViewConnection
Checks whether the authenticated user has the specified permission.
checkPermissions(List<LiveViewPermission>) - Method in interface com.streambase.liveview.client.LiveViewConnection
Checks whether the authenticated user has the specified permissions.
checkStatus() - Method in class com.streambase.sb.client.DequeueResult
Check and return the status of this DequeueResult.
checkTuple(Tuple) - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
Check tuple to make sure it is up to snuff
checkType(DataType) - Method in class com.streambase.sb.Schema.Field
checkType(CompleteDataType) - Method in class com.streambase.sb.Schema.Field
Check to make sure that the given type is the same as the type of this Field
checkType(Schema.Field, DataType) - Method in class com.streambase.sb.Tuple
 
checkTypeAndNonNull(Schema.Field, DataType) - Method in class com.streambase.sb.Tuple
check the type and make sure it is non null
checkValidStreamname(String) - Static method in class com.streambase.sb.client.StreamBaseClient
 
clear() - Method in class com.streambase.sb.Tuple
Sets all of this tuple's fields to null values.
clearEvalCache(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
 
clearRetryCount() - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
This will set the failedRetryCount to zero.
clearRetryCount() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
ClientConnectException - Exception in com.streambase.sb.client
 
ClientConnectException(String) - Constructor for exception com.streambase.sb.client.ClientConnectException
 
ClientConnectException(String, Throwable) - Constructor for exception com.streambase.sb.client.ClientConnectException
 
ClientConnectException(Throwable) - Constructor for exception com.streambase.sb.client.ClientConnectException
 
ClientController - Interface in com.streambase.liveview.client.clientcontrol
The Interface provides methods to kill Queries, Publishers and Sessions.
ClientSettings - Class in com.streambase.sb.client
This class is used modify settings for StreamBaseClient and StreamBaseAdminClient clients.
ClientSettings(boolean) - Constructor for class com.streambase.sb.client.ClientSettings
Creates a ClientSettings that uses StreamBase default values for all settings
ClientVersionAware() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.ClientVersionAware
 
clone() - Method in class com.streambase.liveview.client.ConnectionConfig
 
clone() - Method in class com.streambase.sb.ByteArrayView
Implement Object.clone, which just delegates to ByteArrayView.copy().
clone() - Method in class com.streambase.sb.monitor.ModuleInfo
 
clone() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
 
clone() - Method in class com.streambase.sb.monitor.StreamInfo
 
clone() - Method in class com.streambase.sb.monitor.SystemInfo.GCInfo
 
clone() - Method in class com.streambase.sb.monitor.ThreadInfo
 
clone() - Method in class com.streambase.sb.Tuple
Clone this tuple, the new tuple will not share any buffers or data with the original
close() - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
Closes the thread that calls the batch methods periodically
close() - Method in class com.streambase.liveview.client.DeleteQueryListener
 
close() - Method in interface com.streambase.liveview.client.LiveViewConnection
Closes all queries and open resources with the server.
close() - Method in interface com.streambase.liveview.client.Query
Closes the client and server resources associated with this Query.
close() - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
close() - Method in class com.streambase.liveview.client.SnapshotQueryListener
 
close() - Method in interface com.streambase.liveview.client.SnapshotResult
closes any resource associated with the snapshot result
close() - Method in interface com.streambase.liveview.client.TablePublisher
Closes client and server resources held by the publisher
close() - Method in class com.streambase.sb.client.StreamBaseAdminClient
Close/shutdown the connection to the StreamBase server.
close() - Method in class com.streambase.sb.client.StreamBaseClient
 
close(String) - Method in class com.streambase.sb.client.StreamBaseClient
Flush all buffers and close the connection to the StreamBase server.
close() - Method in class com.streambase.sb.feedsim.FeedSimTupleInputStream
Close that cleans up the default read() state
close() - Method in interface com.streambase.sb.monitor.Snapshot.Source
 
close() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
close this monitor
CLOSED - Static variable in class com.streambase.sb.client.DequeueResult
Status code indicating that the connection was closed
collapse(Tuple) - Method in interface com.streambase.sb.TupleCaptureTransformer
Capture all the extra fields in 'in' into their correct capture fields.
com.streambase.liveview.client - package com.streambase.liveview.client
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
com.streambase.liveview.client.alert - package com.streambase.liveview.client.alert
Provides classes and interfaces to set Alerts.
com.streambase.liveview.client.clientcontrol - package com.streambase.liveview.client.clientcontrol
Provides classes and interfaces to control user's interaction with the TIBCO Live Datamart.
com.streambase.liveview.client.dynamictables - package com.streambase.liveview.client.dynamictables
Provides classes and interfaces to configure TIBCO Live Datamart server's dynamic tables.
com.streambase.liveview.client.serverdatautility - package com.streambase.liveview.client.serverdatautility
Provides classes and interfaces to fetch TIBCO Live Datamart server's utility data.
com.streambase.liveview.server.table.plugin - package com.streambase.liveview.server.table.plugin
Provides classes and interfaces to add custom table providers to TIBCO Live Datamart.
com.streambase.sb - package com.streambase.sb
Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.
com.streambase.sb.adapter - package com.streambase.sb.adapter
 
com.streambase.sb.client - package com.streambase.sb.client
Provides classes and interfaces used to communicate with a StreamBase server.
com.streambase.sb.feedsim - package com.streambase.sb.feedsim
 
com.streambase.sb.monitor - package com.streambase.sb.monitor
Provides classes and interfaces to monitor the behavior of a running StreamBase server.
com.streambase.sb.operator - package com.streambase.sb.operator
Provides classes and interfaces to add custom operators to StreamBase applications.
com.streambase.sb.operator.parameter - package com.streambase.sb.operator.parameter
Provides classes and interfaces to specify parameters for custom operators.
com.streambase.sb.unittest - package com.streambase.sb.unittest
Provides classes and interfaces used to author StreamBase Unit tests.
compare(Tuple, Tuple) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
compare(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.CompareFunctor
compare(Tuple, Tuple) - Method in interface com.streambase.sb.unittest.TupleComparator
Compare two tuples.
CompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.CompareFunctor
 
compareImpl(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.CompareFunctor
Compare two values expected and actual, using comparator for recursion as necessary.
compareImpl(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.DoubleCompareFunctor
 
compareImpl(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.IgnoreTimestampCompareFunctor
 
compareImpl(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.ListCompareFunctor
 
compareImpl(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.NaiveObjectCompareFunctor
 
compareImpl(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.RegexCompareFunctor
 
compareImpl(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.TupleCompareFunctor
 
compareTo(ByteArrayView) - Method in class com.streambase.sb.ByteArrayView
compare this ByteArrayView to another lexigraphically NB: no data is copied when doing this
compareValues(CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
compareValues(CompleteDataType, Object, Object) - Method in interface com.streambase.sb.unittest.TupleComparator
Compare two values with CompleteDataType cdt.
CompiledTuple - Class in com.streambase.sb
Subclass of tuple that indicates a tuple has a compiled representation for better performance.
CompiledTuple(Schema) - Constructor for class com.streambase.sb.CompiledTuple
 
compileLVConfs(List<File>, boolean) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
CompleteDataType - Class in com.streambase.sb
Wraps DataType with ancillary information about the type (where appropriate) that's needed to actually use the DataType.
CompleteDataType(DataType) - Constructor for class com.streambase.sb.CompleteDataType
 
CompleteDataType.CaptureType - Class in com.streambase.sb
 
CompleteDataType.FunctionType - Class in com.streambase.sb
 
CompleteDataType.ListType - Class in com.streambase.sb
 
CompleteDataType.TupleType - Class in com.streambase.sb
 
CompositeQueryListener - Class in com.streambase.liveview.client
A convenience implementation of QueryListener that enables notifications of zero or more listeners.
CompositeQueryListener(QueryListener...) - Constructor for class com.streambase.liveview.client.CompositeQueryListener
Create the composite listener with one or more child listeners.
ConfigurationChooserPropertyDescriptor - Class in com.streambase.sb.operator.parameter
A property descriptor for use by a String-typed Java Operator or Adapter property, for cases that wish to present to the user a chooser (typically a combo box) that allows identifying some data out of the server configuration file's adapter-configurations area.
ConfigurationChooserPropertyDescriptor(String, String, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.ConfigurationChooserPropertyDescriptor
Standard constructor
ConfigurationChooserPropertyDescriptor(String, String, Class<?>, String, String) - Constructor for class com.streambase.sb.operator.parameter.ConfigurationChooserPropertyDescriptor
Construct a property descriptor with non-standard read/write method names
ConfigurationChooserPropertyDescriptor(String, PropertyDescriptor, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.ConfigurationChooserPropertyDescriptor
Copy a property descriptor
CONNECTION - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
connectionClosed(ConnectionClosedEvent) - Method in interface com.streambase.liveview.client.ConnectionListener
Connection closed event
connectionClosed() - Method in interface com.streambase.sb.client.DeMUXStreamBaseClient.DequeueListener
This will be called if the connection is closed.
ConnectionClosedEvent - Class in com.streambase.liveview.client
Event dispatched when a LiveViewConnection closes.
ConnectionClosedEvent(Object, LiveViewConnection) - Constructor for class com.streambase.liveview.client.ConnectionClosedEvent
 
ConnectionConfig - Class in com.streambase.liveview.client
Connection configuration used to connect to LiveView server.
ConnectionConfig() - Constructor for class com.streambase.liveview.client.ConnectionConfig
 
connectionEstablished(LiveViewConnectionControl, boolean) - Method in interface com.streambase.liveview.client.MultiConnectionListener
This will be called whenever any connection succeeds, including the very first one.
connectionEstablished(LiveViewConnectionControl, boolean) - Method in class com.streambase.liveview.client.MultiConnectionListener.MultiConnectionListenerBase
 
ConnectionListener - Interface in com.streambase.liveview.client
A connection listener interface that can be provided to ConnectionConfig to receive connection related events on.
ConnectionMode - Enum in com.streambase.liveview.client
Used when creating a MultiConnectionConfig to define how it will connect to the servers.
CONNECTIONS_SCHEMA - Static variable in interface com.streambase.sb.Constants
 
CONNECTIONS_STREAM_NAME - Static variable in interface com.streambase.sb.Constants
 
ConnectionStatus - Enum in com.streambase.sb.client
 
ConnectionStatusCallback - Interface in com.streambase.sb.client
This interface is used to track connection lifecycle events.
Constants - Interface in com.streambase.sb
Useful constants describing entities in the system container
Constants.ContainerState - Enum in com.streambase.sb
status of a container sent on the control stream as container events
Constants.LeadershipStatus - Enum in com.streambase.sb
Server leadership status.
consume(DequeueResult) - Method in interface com.streambase.sb.client.DeMUXStreamBaseClient.DequeueListener
When you register a subscribe, you will start getting called here with its results
consume(Tuple) - Method in interface com.streambase.sb.operator.RowConsumer
Override this method to consume rows.
CONTAINER - Static variable in class com.streambase.sb.EntityType
Represents a StreamBase container.
CONTAINER_STATE_START - Static variable in interface com.streambase.sb.Constants
 
CONTAINER_STATE_STARTING - Static variable in interface com.streambase.sb.Constants
constants used in the ContainerState enum
CONTAINER_STATE_STOPPED - Static variable in interface com.streambase.sb.Constants
 
CONTAINER_STATE_STOPPING - Static variable in interface com.streambase.sb.Constants
 
containerNames() - Method in class com.streambase.sb.monitor.Snapshot
Return a list of the names of the current containers
containers - Variable in class com.streambase.sb.monitor.Snapshot
 
CONTROL_PARAM_LEN - Static variable in interface com.streambase.sb.Constants
 
CONTROL_SCHEMA - Static variable in interface com.streambase.sb.Constants
 
CONTROL_STREAM_NAME - Static variable in interface com.streambase.sb.Constants
 
CONTROL_SUBSYS_LEN - Static variable in interface com.streambase.sb.Constants
 
convert(QueryType) - Static method in enum com.streambase.liveview.client.LiveViewQueryType
 
convert(LiveViewQueryType) - Static method in enum com.streambase.liveview.client.LiveViewQueryType
 
copy(int, int) - Method in class com.streambase.sb.ByteArrayView
Create a new ByteArrayView which wraps a new byte[] containing a copy of this view's data NB: this method copies the underlying data
copy() - Method in class com.streambase.sb.ByteArrayView
Create a new ByteArrayView which wraps a new byte[] containing a copy of this view's data NB: this method copies the underlying data
copyBytes(int, int) - Method in class com.streambase.sb.ByteArrayView
Create a new byte[] containing a copy of this view's data within the provided window.
copyBytes() - Method in class com.streambase.sb.ByteArrayView
Create a new byte[] containing a copy of this view's data.
copyField(Schema.Field, Tuple, Schema.Field) - Method in class com.streambase.sb.Tuple
Copy the field from this tuple to the destination tuple
copyTuple(Tuple) - Method in class com.streambase.sb.Tuple
copy the source tuple to this tuple
copyTuple(Tuple, Tuple) - Method in class com.streambase.sb.TupleCopier
Copy the fields from the sourceTuple to the destTuple.
CQS_INTERNAL_ID - Static variable in interface com.streambase.liveview.client.LiveViewConnection
 
create() - Static method in class com.streambase.sb.operator.parameter.UIHints
Creates a new UIHints with all values initialized to default
CREATE_IF_NULL - Static variable in class com.streambase.sb.Tuple
during a get create tuple if it is null
CREATE_TIME - Static variable in interface com.streambase.liveview.client.Table
 
createAggregateTable(String, String, QueryConfig, List<List<String>>) - Method in interface com.streambase.liveview.client.TableAdminManager
Create a table that is based on an aggregate query against an existing table.
createAlertRule() - Method in interface com.streambase.liveview.client.alert.AlertManager
Creates a new alert rule.
createArgumentTuple() - Method in interface com.streambase.sb.operator.PreparedQuery
Factory for argument tuples for this prepared query.
createCaptureTransformStrategyDescriptor() - Method in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
Create a SBPropertyDescriptor that sets the CaptureTransformStrategy for this operator.
createCharsetPropertyDesc(UIHints, String, Class<?>) - Method in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
Same as calling createCharsetPropertyDesc(hint, desc, clazz, true)
createCharsetPropertyDesc(UIHints, String, Class<?>, boolean) - Method in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
Creates a property descriptor for character set encoding, with CHARSET_PROPOSALS as the proposals.
createDummyCatalogedTable(String) - Static method in class com.streambase.liveview.server.table.plugin.TestTableProvider
 
createExecutor(int) - Method in interface com.streambase.sb.operator.Operator.RuntimeEnvironment
Create an ExecutorService.
createField(DataType, String) - Static method in class com.streambase.sb.Schema
Creates a new Field of the given DataType, with the given name.
createFunctionField(String, Schema, CompleteDataType) - Static method in class com.streambase.sb.Schema
Creates a new Field of type FUNCTION, with the given name, argument list and return type.
createListField(String, CompleteDataType) - Static method in class com.streambase.sb.Schema
Creates a new Field of type LIST, with the given name and given element type
createPublisher(String) - Method in class com.streambase.liveview.server.table.plugin.TestTableProvider.UnsupportedTable
 
createReadOnlyTuple() - Method in class com.streambase.sb.Tuple
Return a new tuple that is guaranteed to be read only
createRow() - Method in interface com.streambase.sb.operator.TableAccessor
 
createTable(String, String, Schema, List<List<String>>) - Method in interface com.streambase.liveview.client.TableAdminManager
Create a table on the server without any LVConf which represents it.
createTable(String, String, Schema, String...) - Method in interface com.streambase.liveview.client.TableAdminManager
Convenience form of the previous method, used if there is only a primary key, and that key is only a single field.
createTable(String, String, String, List<List<String>>) - Method in interface com.streambase.liveview.client.TableAdminManager
Create a table on the server without any LVConf which represents it.
createTable(String, String, String, String...) - Method in interface com.streambase.liveview.client.TableAdminManager
Convenience form of the previous method, used if there is only a primary key, and that key is only a single field.
createTable(TableConfig) - Method in interface com.streambase.liveview.client.TableAdminManager
Create a table using a TableConfig.
createTable(String, LiveviewConfiguration, boolean) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
Does pre-checks, saves lvconf file and registers the table in defined state with the services layer
createTableConfig(String) - Method in interface com.streambase.liveview.client.TableAdminManager
Create a TableConfig for making tables with more advanced features
createTuple() - Method in class com.streambase.sb.Schema
Create a Tuple with this schema.
createTuple(String...) - Method in class com.streambase.sb.Schema
Create a Tuple with this schema from the supplied collection of strings
createTuple(String[], int, int) - Method in class com.streambase.sb.Schema
Create a Tuple with this schema from the supplied collection of strings
createTuple(String[], int, int, String) - Method in class com.streambase.sb.Schema
Create a Tuple with this schema from the supplied collection of strings
createTuple(List<String>, int, int) - Method in class com.streambase.sb.Schema
Create a Tuple with this schema from the supplied collection of strings
createTuple(List<String>, int, int, String) - Method in class com.streambase.sb.Schema
Create a Tuple with this schema from the supplied collection of strings
createTuple(Schema, T) - Method in class com.streambase.sb.unittest.AbstractTupleMaker
 
createTuple(Schema, String) - Method in class com.streambase.sb.unittest.CSVTupleMaker
 
createTuple(Schema, String) - Method in class com.streambase.sb.unittest.JSONSingleQuotesTupleMaker
 
createTuple(Schema, String) - Method in class com.streambase.sb.unittest.JSONTupleMaker
 
createTuple(Schema, Object[]) - Method in class com.streambase.sb.unittest.ObjectArrayTupleMaker
 
createTuple(Schema, T) - Method in interface com.streambase.sb.unittest.TupleMaker
create a Tuples from an input object
createTupleField(String, Schema) - Static method in class com.streambase.sb.Schema
Creates a new Field of type TUPLE, with the given name and given schema
createTuples(Schema, T...) - Method in class com.streambase.sb.unittest.AbstractTupleMaker
 
createTuples(Schema, Collection<T>) - Method in class com.streambase.sb.unittest.AbstractTupleMaker
 
createTuples(Schema, T...) - Method in interface com.streambase.sb.unittest.TupleMaker
create multiple Tuples from input objects
createTuples(Schema, Collection<T>) - Method in interface com.streambase.sb.unittest.TupleMaker
create multiple Tuples from input objects
createUseDefaultCharsetPropertyDesc(UIHints, Class<?>) - Method in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
Creates a check box property descriptor for users to indicate that they would like to use the platform's default charset for this operator.
createWritableTuple() - Method in class com.streambase.sb.Tuple
Return a new tuple that is guaranteed to be writable
CSVTupleMaker - Class in com.streambase.sb.unittest
A factory to build Tuples from CSV formatted Strings.
CSVTupleMaker(CSV.FormatInfo) - Constructor for class com.streambase.sb.unittest.CSVTupleMaker
 
CURRENT_LV_CLIENT_CAPABILITIES_CSV - Static variable in enum com.streambase.liveview.client.LiveViewClientCapability
 
CURRENT_LV_CLIENT_CAPABILITY - Static variable in enum com.streambase.liveview.client.LiveViewClientCapability
Note that the default client capability does not include AGG_MARK_END
CustomFunctionResolver - Annotation Type in com.streambase.sb.client
A Java annotation that can be used on a method, M, that implements a StreamBase Java custom function.
cycle - Variable in class com.streambase.sb.monitor.Snapshot
 

D

DataOnRemoveMessage() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.DataOnRemoveMessage
 
DataType - Enum in com.streambase.sb
An enumeration that represents the types that StreamBase supports.
DataType.Checklist - Class in com.streambase.sb
 
DATE_FORMAT - Static variable in class com.streambase.sb.Timestamp
The default format for date and time formatting and parsing used by StreamBase: "yyyy-MM-dd HH:mm:ss.SSSZ"
DATE_FORMAT_NO_TIMEZONE - Static variable in class com.streambase.sb.Timestamp
The default format for date and time formatting and parsing used by StreamBase when the timezone is to be ignored: "yyyy-MM-dd HH:mm:ss.SSS"
DbConnectTypecheckException - Exception in com.streambase.sb.operator
 
DbConnectTypecheckException(String, Throwable) - Constructor for exception com.streambase.sb.operator.DbConnectTypecheckException
 
decode(int) - Static method in enum com.streambase.sb.Constants.ContainerState
Decode an int value into the proper ContainerStatus
decode(String) - Static method in enum com.streambase.sb.Constants.ContainerState
Decode a String value into the proper Container status
decode(int) - Static method in enum com.streambase.sb.Constants.LeadershipStatus
Decode the given integer into a LeadershipStatus
decode(String) - Static method in enum com.streambase.sb.Constants.LeadershipStatus
Decode the given String into a LeadershipStatus
DEFAULT_CAPABILITIES - Static variable in interface com.streambase.liveview.client.Table
 
DEFAULT_COMPARATOR - Static variable in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
DEFAULT_COMPARE_REGISTRY - Static variable in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
DEFAULT_CONTAINER - Static variable in class com.streambase.sb.client.StreamBaseURI
The default container ("default")
DEFAULT_ENVIRONMENT - Static variable in class com.streambase.sb.unittest.BaseTestEnvironment
 
DEFAULT_FUNCTOR_MAP - Static variable in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
DEFAULT_HOST - Static variable in class com.streambase.liveview.client.LiveViewConnectionFactory
The default server host
DEFAULT_HOST - Static variable in class com.streambase.sb.client.StreamBaseURI
The default StreamBase server ("localhost").
DEFAULT_LIMIT - Static variable in class com.streambase.liveview.client.QueryConfig
The default number of rows to return in a query value.
DEFAULT_PORT - Static variable in class com.streambase.sb.client.StreamBaseURI
The default StreamBase TCP port number (10000).
DEFAULT_SERVER_PORT - Static variable in class com.streambase.liveview.client.LiveViewConnectionFactory
The factory uses this as the default port when not specified in the connect URI: value 10080.
DEFAULT_SERVER_SSL_PORT - Static variable in class com.streambase.liveview.client.LiveViewConnectionFactory
 
DEFAULT_STATE_CHANGE_TIMEOUT - Static variable in class com.streambase.sb.operator.Operator
Default value for the timeout for Operator state changes, in milliseconds: 10000
DEFAULT_TIME_PREDICATE_IN_MILLISECONDS - Static variable in class com.streambase.liveview.client.QueryConfig
The default delay in propagating a row that satisfies a queries predicate.
DEFAULT_TIMEOUT - Static variable in interface com.streambase.sb.unittest.Dequeuer
The default timeout value: 3
DEFAULT_TIMEOUT_UNIT - Static variable in interface com.streambase.sb.unittest.Dequeuer
The default timeout units: TimeUnit.SECONDS
DEFAULT_URI - Static variable in class com.streambase.liveview.client.LiveViewConnectionFactory
The default server uri
DEFAULT_URI - Static variable in class com.streambase.sb.client.StreamBaseURI
The default URI (sb://localhost:10000/) pointing to localhost, no container, port 10000).
DefaultTupleFormatter() - Constructor for class com.streambase.sb.Tuple.DefaultTupleFormatter
See the class documentation for Tuple.DefaultTupleFormatter for details
delete(String) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
Delete the table with this ID.
delete(String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
delete(Tuple) - Method in interface com.streambase.sb.operator.TableAccessor
Delete a row in the table based on primary key.
DELETE_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
deleteAlertRule(Long) - Method in interface com.streambase.liveview.client.alert.AlertManager
Deletes the given alert rule from the server.
deleteBegin(BeginDeleteEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event to indicate the start of delete query.
deleteBegin(BeginDeleteEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
 
deleteBegin(BeginDeleteEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
Event to indicate the start of delete query.
deleteBegin(BeginDeleteEvent) - Method in class com.streambase.liveview.client.LiveResult
 
deleteBegin(BeginDeleteEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event to indicate the start of delete query.
deleteBegin(BeginDeleteEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
deleteBegin(BeginDeleteEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
 
deleteEnd(EndDeleteEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event to indicate the delete query is complete.
deleteEnd(EndDeleteEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
 
deleteEnd(EndDeleteEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
Event to indicate the delete query is complete.
deleteEnd(EndDeleteEvent) - Method in class com.streambase.liveview.client.LiveResult
 
deleteEnd(EndDeleteEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event to indicate the delete query is complete.
deleteEnd(EndDeleteEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
deleteEnd(EndDeleteEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
 
DeleteQueryListener - Class in com.streambase.liveview.client
A Convenience implementation of QueryListener that provides a pull based iterator pattern for iterating over snapshot queries.
DeleteQueryListener() - Constructor for class com.streambase.liveview.client.DeleteQueryListener
 
deleteRows(QueryConfig) - Method in interface com.streambase.liveview.client.LiveViewConnection
Delete rows based on the supplied QueryConfig.
deleteTable(CatalogedTable) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
DeMUXStreamBaseClient - Class in com.streambase.sb.client
This is a StreamBaseClient that is intended for use by several independent queries.
DeMUXStreamBaseClient(List<StreamBaseURI>, ClientSettings) - Constructor for class com.streambase.sb.client.DeMUXStreamBaseClient
 
DeMUXStreamBaseClient(String) - Constructor for class com.streambase.sb.client.DeMUXStreamBaseClient
 
DeMUXStreamBaseClient(StreamBaseURI) - Constructor for class com.streambase.sb.client.DeMUXStreamBaseClient
 
DeMUXStreamBaseClient.DequeueListener - Interface in com.streambase.sb.client
Implement this interface to get calls back with data when using a DeMUXStreamBaseClient
deprecated() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Mark the descriptor as deprecated.
dequeue() - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
dequeue(long) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
dequeue() - Method in class com.streambase.sb.client.StreamBaseClient
Dequeue a batch of tuples from a subscribed stream.
dequeue(long) - Method in class com.streambase.sb.client.StreamBaseClient
Dequeue a batch of tuples from a subscribed stream.
dequeue(int) - Method in interface com.streambase.sb.unittest.Dequeuer
Try to dequeue tuples with the Dequeuer.DEFAULT_TIMEOUT and Dequeuer.DEFAULT_TIMEOUT_UNIT if numTuples == 0 will return immediately if numTuples < 0 will wait the maximum timeout before returning
dequeue(int, long, TimeUnit) - Method in interface com.streambase.sb.unittest.Dequeuer
Try to dequeue tuples within a provided timeout.
DEQUEUE_PACKETS - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
DEQUEUE_WAIT - Static variable in class com.streambase.sb.client.DeMUXStreamBaseClient
 
DEQUEUED - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
Dequeuer - Interface in com.streambase.sb.unittest
A Dequeuer is used for dequeueing tuples from a specific stream.
DequeueResult - Class in com.streambase.sb.client
Encapsulates the data returned from a dequeue() operation.
DequeueResult.Interceptor - Interface in com.streambase.sb.client
A callback interface that can be implemented by an object that is associated with a StreamBaseClient and which gets used in the course of dequeuing tuples.
describe(String) - Method in class com.streambase.sb.client.StreamBaseClient
Return an XML description of a StreamBase entity
describeQuery(QueryConfig) - Method in interface com.streambase.liveview.client.LiveViewConnection
Get information about a query, such as its result schema, without actually running it
description(String) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Calls setShortDescription method, but can be chained as in: new SBPropertyDescriptor("value", Bean.class).description("useful value to set")
DESCRIPTION_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
disableAllAndRestart() - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
When a condition arises where the table provider is unable to service any of tables, but it does not wish to have its tables removed from the system.
disableAllAndRestart() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
dispatch(ConnectionListener) - Method in class com.streambase.liveview.client.AbstractConnectionEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.AbstractQueryEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.BeginAggMarkEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.BeginDeleteEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.BeginSnapshotEvent
Dispatches this event to the listener
dispatch(ConnectionListener) - Method in class com.streambase.liveview.client.ConnectionClosedEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.EndAggMarkEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.EndDeleteEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.EndSnapshotEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.QueryClosedEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.QueryExceptionEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.TupleAddedEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.TupleRemovedEvent
Dispatches this event to the listener
dispatch(QueryListener) - Method in class com.streambase.liveview.client.TupleUpdatedEvent
Dispatches this event to the listener
displayName(String) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Calls setDisplayName method, but can be chained as in: new SBPropertyDescriptor("value", Bean.class).displayName("Important Value")
doDelete(String, QueryModel) - Method in class com.streambase.liveview.server.table.plugin.TestTableProvider.UnsupportedTable
 
done() - Method in class com.streambase.liveview.client.NullProgressMonitor
This implementation does nothing.
done() - Method in interface com.streambase.liveview.client.ProgressMonitor
The server calls this on completion of the task
DoubleCompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.DoubleCompareFunctor
 
DoubleCompareFunctor(double) - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.DoubleCompareFunctor
 
drain() - Method in class com.streambase.sb.client.StreamBaseAdminClient
Drain a StreamBase Server Has no effect if the server is not running
drain(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Drain a container within a StreamBase Server Has no effect if the server is not running
drain() - Method in interface com.streambase.sb.unittest.Dequeuer
Drain any tuples that are currently in flight in the server.
drain() - Method in interface com.streambase.sb.unittest.SBServerManager
Wait for processing to complete on all currently enqueued tuples.
DROPPING_TUPLES - Static variable in class com.streambase.sb.operator.Operator.SuspendBehaviorStates
Drop tuples when the Operator is suspended.
dropTables(String...) - Method in interface com.streambase.liveview.client.TableAdminManager
This will drop the tables in the list.
dropTables(long, TimeUnit, String...) - Method in interface com.streambase.liveview.client.TableAdminManager
Returns a Map, where the key is tableName and the value is DynamicTableState DynamicTableState.
dropTables(List<String>) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
DynamicTableState - Class in com.streambase.liveview.client
DynamicTableState keeps track of table state while dropping or starting table in synchronous mode.
DynamicTableState(String) - Constructor for class com.streambase.liveview.client.DynamicTableState
 

E

EMAIL_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
EMPTY_CLIENT_CAPABILITY - Static variable in enum com.streambase.liveview.client.LiveViewClientCapability
 
EMPTY_SCHEMA - Static variable in class com.streambase.sb.Schema
An empty schema
EMPTY_TUPLE - Static variable in class com.streambase.sb.Tuple
 
enableBuffering(int, long) - Method in class com.streambase.sb.client.StreamBaseClient
Turn on buffering.
enableBuffering(int) - Method in class com.streambase.sb.client.StreamBaseClient
Turn on buffering with a default WakeAndFlushBuffer thread set to 250ms
enableOperatorDetail(boolean) - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Enable or disable operator details in snapshots such as operator type.
enableOperatorDetails - Variable in class com.streambase.sb.monitor.Snapshot
 
EndAggMarkEvent - Class in com.streambase.liveview.client
The event dispatched when the aggregate result set sent since the last BeginAggMarkEvent is consistent and will not change again until the next BeginAggMarkEvent.
EndAggMarkEvent(Object, Long) - Constructor for class com.streambase.liveview.client.EndAggMarkEvent
 
EndDeleteEvent - Class in com.streambase.liveview.client
The event dispatched when a query delete ends.
EndDeleteEvent(Object) - Constructor for class com.streambase.liveview.client.EndDeleteEvent
 
EndSnapshotEvent - Class in com.streambase.liveview.client
The event dispatched when a query snapshot ends.
EndSnapshotEvent(Object) - Constructor for class com.streambase.liveview.client.EndSnapshotEvent
 
enqueue(String, Tuple) - Method in class com.streambase.sb.client.StreamBaseClient
Enqueue a single Tuple onto a stream.
enqueue(StreamProperties, Tuple) - Method in class com.streambase.sb.client.StreamBaseClient
Enqueue a single Tuple onto a stream.
enqueue(String, Collection<Tuple>) - Method in class com.streambase.sb.client.StreamBaseClient
Enqueue a collection of Tuples onto a stream.
enqueue(StreamProperties, Collection<Tuple>) - Method in class com.streambase.sb.client.StreamBaseClient
Enqueue a collection of Tuples onto a stream.
enqueue(Tuple) - Method in interface com.streambase.sb.unittest.Enqueuer
Enqueue Tuple to the stream
enqueue(List<Tuple>) - Method in interface com.streambase.sb.unittest.Enqueuer
Enqueue multiple tuples to the stream
enqueue(Tuple...) - Method in interface com.streambase.sb.unittest.Enqueuer
Enqueue multiple tuples to the stream
enqueue(TupleMaker<T>, T) - Method in interface com.streambase.sb.unittest.Enqueuer
Create a tuple using a TupleMaker and then enqueue it.
enqueue(TupleMaker<T>, T...) - Method in interface com.streambase.sb.unittest.Enqueuer
Create multiple tuples using a TupleMaker and then enqueue them.
enqueue(TupleMaker<T>, List<T>) - Method in interface com.streambase.sb.unittest.Enqueuer
Create multiple tuples using a TupleMaker and then enqueue them.
ENQUEUE_BUFFER_SIZE - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
ENQUEUE_PACKETS - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
ENQUEUED - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
ENQUEUED_STREAMS - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
Enqueuer - Interface in com.streambase.sb.unittest
An Enqueuer is used for enqueueing tuples onto a stream.
EntityType - Class in com.streambase.sb
An enumeration that represents the kinds of entities that StreamBase supports.
EnumPropertyDescriptor - Class in com.streambase.sb.operator.parameter
PropertyDescriptor for properties that reflect one of a fixed set of String values.
EnumPropertyDescriptor(String, Class<?>, String[]) - Constructor for class com.streambase.sb.operator.parameter.EnumPropertyDescriptor
Construct an enumerated property descriptor.
EnumPropertyDescriptor(String, Class<?>, String, String, String[]) - Constructor for class com.streambase.sb.operator.parameter.EnumPropertyDescriptor
Construct an enumerated property descriptor with customized read/write method names.
equalBaseTypes(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType
 
equals(Object) - Method in class com.streambase.liveview.client.HashableTuple
 
equals(Object) - Method in interface com.streambase.liveview.client.KeyValue
 
equals(Object) - Method in class com.streambase.sb.ByteArrayView
check if two ByteArrayViews are byte-for-byte identical NB: this may devolve to a byte by byte comparison
equals(Object) - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
 
equals(Object) - Method in class com.streambase.sb.client.StreamBaseURI
Compares this URI against the supplied one.
equals(Object) - Method in class com.streambase.sb.CompleteDataType.CaptureType
 
equals(Object) - Method in class com.streambase.sb.CompleteDataType.FunctionType
 
equals(Object) - Method in class com.streambase.sb.CompleteDataType.ListType
 
equals(Object) - Method in class com.streambase.sb.CompleteDataType.TupleType
 
equals(Object) - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
 
equals(Object) - Method in class com.streambase.sb.Schema
Return true if the supplied schema is the same as this schema.
equals(Object) - Method in exception com.streambase.sb.StreamBaseException
 
equals(Object) - Method in class com.streambase.sb.StreamProperties
 
equals(Object) - Method in class com.streambase.sb.Tuple
Test whether the given object is equal to this one.
equalsNoCapture(Schema) - Method in class com.streambase.sb.Schema
 
equalsNoCapture(Schema.Field) - Method in class com.streambase.sb.Schema.Field
 
equalTypes(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType.CaptureType
 
equalTypes(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType.FunctionType
 
equalTypes(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType.ListType
 
equalTypes(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType.TupleType
 
error(Throwable) - Static method in enum com.streambase.liveview.client.LiveViewExceptionType
Wraps any throwable into a LiveViewException of type LiveViewExceptionType.UNEXPECTED
ERROR_SCHEMA - Static variable in interface com.streambase.sb.Constants
 
ERROR_STREAM_NAME - Static variable in interface com.streambase.sb.Constants
 
evaluate(String, Tuple) - Method in class com.streambase.sb.operator.Operator
evaluate the given string expression in the context of the running module If an error occurs during the evaluation, the error message return value will be a string containing the error message
exceptionRaised(QueryExceptionEvent) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
Event when an exception occurs during the query.
exceptionRaised(QueryExceptionEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event when an exception occurs during the query.
exceptionRaised(QueryExceptionEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
Event when an exception occurs during the query.
exceptionRaised(QueryExceptionEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
Event when an exception occurs during the query.
exceptionRaised(QueryExceptionEvent) - Method in class com.streambase.liveview.client.LiveResult
Event when an exception occurs during the query.
exceptionRaised(QueryExceptionEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event when an exception occurs during the query.
exceptionRaised(QueryExceptionEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
exceptionRaised(QueryExceptionEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
Event when an exception occurs during the query.
EXEC_JAVA_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
EXEC_OS_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
Each action type can be disabled independently using these properties.
execute(CompiledTuple, RowConsumer) - Method in interface com.streambase.sb.operator.PreparedQuery
Run the query against a given set of arguments, and pass the results to consumer
execute(CompiledTuple, TableAccessor, RowConsumer) - Method in interface com.streambase.sb.operator.PreparedQuery
 
ExecuteJavaAction - Interface in com.streambase.liveview.client.alert
An action that will execute a java action on the server.
ExecuteOSCommandAction - Interface in com.streambase.liveview.client.alert
An action to execute an OS Command.
executeSnapshotQuery(QueryConfig) - Method in interface com.streambase.liveview.client.LiveViewConnection
This method makes it easy to run a snapshot-only query where the results come back in an object that can be iterated over to retrieve the snapshot tuples.
expand(Tuple) - Method in interface com.streambase.sb.TupleCaptureTransformer
Expand all the capture fields in 'in'
expect(Expecter.DequeueSetting, Tuple) - Method in class com.streambase.sb.unittest.Expecter
Expect a given tuple from the dequeuer
expect(Tuple) - Method in class com.streambase.sb.unittest.Expecter
Expect a tuple from the dequeuer.
expect(Expecter.DequeueSetting, List<Tuple>) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in a particular order from the dequeuer
expect(List<Tuple>) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in a particular order from the dequeuer.
expect(Expecter.DequeueSetting, Tuple...) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in a particular order from the dequeuer
expect(Tuple...) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in a particular order from the dequeuer.
expect(Expecter.DequeueSetting, TupleMaker<T>, T) - Method in class com.streambase.sb.unittest.Expecter
Expect a tuple from the dequeuer
expect(TupleMaker<T>, T) - Method in class com.streambase.sb.unittest.Expecter
Expect a tuple from the dequeuer.
expect(Expecter.DequeueSetting, TupleMaker<T>, T...) - Method in class com.streambase.sb.unittest.Expecter
Expect a tuple from the dequeuer
expect(TupleMaker<T>, T...) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in a particular order from the dequeuer.
expect(Expecter.DequeueSetting, TupleMaker<T>, List<T>) - Method in class com.streambase.sb.unittest.Expecter
Expect a tuple from the dequeuer
expect(TupleMaker<T>, List<T>) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in a particular order from the dequeuer.
Expecter - Class in com.streambase.sb.unittest
An Expecter is used for expecting tuples from a Dequeuer.
Expecter(Dequeuer) - Constructor for class com.streambase.sb.unittest.Expecter
 
Expecter(Dequeuer, TupleComparator) - Constructor for class com.streambase.sb.unittest.Expecter
 
Expecter.AbstractPredicate - Class in com.streambase.sb.unittest
Subclass this and override isExpected(Tuple t) to simplify creating predicates.
Expecter.DequeueSetting - Enum in com.streambase.sb.unittest
 
Expecter.Predicate - Interface in com.streambase.sb.unittest
To expect tuples by predicate, implement this interface.
expectNothing(long, TimeUnit) - Method in class com.streambase.sb.unittest.Expecter
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.
expectNothing() - Method in class com.streambase.sb.unittest.Expecter
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.
expectPredicate(Expecter.DequeueSetting, Expecter.Predicate) - Method in class com.streambase.sb.unittest.Expecter
Expect a tuple that fulfills the given predicate from the dequeuer
expectPredicate(Expecter.DequeueSetting, List<Expecter.Predicate>) - Method in class com.streambase.sb.unittest.Expecter
Expect a number of tuples, each fulfilling one predicate in a list, from the Dequeuer
expectUnordered(Expecter.DequeueSetting, List<Tuple>) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in any order from the dequeuer
expectUnordered(List<Tuple>) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in any order from the dequeuer.
expectUnordered(Expecter.DequeueSetting, Tuple...) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in any order from the dequeuer
expectUnordered(Tuple...) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in any order from the dequeuer.
expectUnordered(Expecter.DequeueSetting, TupleMaker<T>, T...) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in any order from the dequeuer
expectUnordered(TupleMaker<T>, T...) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in any order from the dequeuer.
expectUnordered(Expecter.DequeueSetting, TupleMaker<T>, List<T>) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in any order from the dequeuer
expectUnordered(TupleMaker<T>, List<T>) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in any order from the dequeuer.
expectUnorderedPredicate(Expecter.DequeueSetting, List<Expecter.Predicate>) - Method in class com.streambase.sb.unittest.Expecter
Expect tuples that fulfill multiple predicates in any order from the dequeuer
ExternalLiveViewHosting() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.ExternalLiveViewHosting
 
extractGCInfo(String, StatTuplev3) - Method in class com.streambase.sb.monitor.SystemInfo
 
extractQueueInfo(String, StatTuplev3) - Method in class com.streambase.sb.monitor.ModuleInfo
extract queue info from the StatTuple.
extractTableNameFromQueryString(String) - Static method in class com.streambase.liveview.client.QueryConfig
 

F

fastForwardTime(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
 
FeedSimCSVInputStream - Class in com.streambase.sb.feedsim
FeedSim can be configured to use classes that extend this abstract class.
FeedSimCSVInputStream(String) - Constructor for class com.streambase.sb.feedsim.FeedSimCSVInputStream
Constructor which takes a path of the file to open.
FeedSimTupleInputStream - Class in com.streambase.sb.feedsim
FeedSim can be configured to use classes that extend this abstract class.
FeedSimTupleInputStream(String) - Constructor for class com.streambase.sb.feedsim.FeedSimTupleInputStream
 
Field(String, CompleteDataType, Location) - Constructor for class com.streambase.sb.Schema.Field
 
Field(Schema.Field) - Constructor for class com.streambase.sb.Schema.Field
Construct a Field from an existing Field.
Field(String, Schema.Field) - Constructor for class com.streambase.sb.Schema.Field
Construct a Field from an existing Field, giving the new field a specified name
Field(String, DataType) - Constructor for class com.streambase.sb.Schema.Field
Deprecated.
Field(String, DataType, Schema) - Constructor for class com.streambase.sb.Schema.Field
Deprecated.
Use Schema.Field#Field(String, CompleteDataType) instead with new Schema(name, CompleteDataType.forTuple(s)), or Schema.createTupleField(String, Schema)
FieldBasedTupleComparator - Class in com.streambase.sb.unittest
A TupleComparator that compares tuples in a naive field-by-field manner.
FieldBasedTupleComparator(DataType.Registry<FieldBasedTupleComparator.CompareFunctor>, String...) - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator
 
FieldBasedTupleComparator(FieldBasedTupleComparator, String...) - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator
 
FieldBasedTupleComparator.CompareFunctor - Class in com.streambase.sb.unittest
A strategy object for handling comparisons of specific field types.
FieldBasedTupleComparator.DoubleCompareFunctor - Class in com.streambase.sb.unittest
Compare double values using a ratio test and a tolerance.
FieldBasedTupleComparator.IgnoreTimestampCompareFunctor - Class in com.streambase.sb.unittest
 
FieldBasedTupleComparator.ListCompareFunctor - Class in com.streambase.sb.unittest
 
FieldBasedTupleComparator.NaiveObjectCompareFunctor - Class in com.streambase.sb.unittest
 
FieldBasedTupleComparator.RegexCompareFunctor - Class in com.streambase.sb.unittest
Check if the second argument matches the regex defined for the first argument.
FieldBasedTupleComparator.TupleCompareFunctor - Class in com.streambase.sb.unittest
 
FieldConflictException(LocatedItem, String, int) - Constructor for exception com.streambase.sb.SchemaUtil.FieldConflictException
 
FIELDLIST_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
FieldRule - Class in com.streambase.liveview.client.dynamictables
A FieldRule is a list of cases that will be evaluated on every insert or update.
FieldRule() - Constructor for class com.streambase.liveview.client.dynamictables.FieldRule
 
fields() - Method in class com.streambase.sb.Schema
Return a List of the Fields in this Schema
FILTER - Static variable in interface com.streambase.liveview.client.Table
 
FilterdAlias(String, String) - Constructor for class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper.FilterdAlias
 
FilteredTableAlias - Class in com.streambase.liveview.client.dynamictables
This class represents the filtered-table-alias entries in an LVConf file.
FilteredTableAlias(String, String) - Constructor for class com.streambase.liveview.client.dynamictables.FilteredTableAlias
 
finalize() - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
 
finalize() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
 
findCaptureOption(Collection<SchemaUtil.CoercionOptions>) - Static method in enum com.streambase.sb.SchemaUtil.CoercionOptions
 
findSuperType(CompleteDataType, CompleteDataType) - Static method in class com.streambase.sb.CompleteDataType
Find a type that t1 and t2 can both promote to safely
finishedRegistering() - Method in class com.streambase.sb.DataType.Checklist
 
flush() - Method in interface com.streambase.liveview.client.TablePublisher
Force the currently buffered tuples to be sent to the server.
flushAllBuffers() - Method in class com.streambase.sb.client.StreamBaseClient
Flush any pending enqueue buffers.
flushBuffer(String) - Method in class com.streambase.sb.client.StreamBaseClient
Deprecated.
use StreamBaseClient.flushAllBuffers() to preserve inter-stream ordering
flushBuffer(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient
Deprecated.
use StreamBaseClient.flushAllBuffers() to preserve inter-stream ordering
forBlob() - Static method in class com.streambase.sb.CompleteDataType
Return the complete type for a blob.
forBlobList() - Static method in class com.streambase.sb.CompleteDataType
 
forBool() - Static method in class com.streambase.sb.CompleteDataType
Deprecated.
forBoolean() - Static method in class com.streambase.sb.CompleteDataType
Return the complete type for a bool.
forBoolList() - Static method in class com.streambase.sb.CompleteDataType
 
forCapture(String) - Static method in class com.streambase.sb.CompleteDataType
Return a capture complete data type with the specified type parameter name.
forDouble() - Static method in class com.streambase.sb.CompleteDataType
Return the complete type for a double.
forDoubleList() - Static method in class com.streambase.sb.CompleteDataType
 
forFunction(Schema, CompleteDataType) - Static method in class com.streambase.sb.CompleteDataType
Return a function's CompleteDataType with the given argument schema and return type
forInt() - Static method in class com.streambase.sb.CompleteDataType
Return the complete type for an int.
forIntList() - Static method in class com.streambase.sb.CompleteDataType
 
forList(CompleteDataType) - Static method in class com.streambase.sb.CompleteDataType
Return a list complete data type with the specified element type
forLong() - Static method in class com.streambase.sb.CompleteDataType
Return the complete type for a long.
forLongList() - Static method in class com.streambase.sb.CompleteDataType
 
formatBlob(ByteArrayView) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatBlob(ByteArrayView) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase blob value
formatBool(Boolean) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatBool(Boolean) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase boolean value
formatDouble(Double) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatDouble(Double) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase double value
formatForErrorMessage(Tuple) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
formatForErrorMessage(Tuple) - Method in interface com.streambase.sb.unittest.TupleComparator
Convert the provided Tuple into a string appropriate for error messages.
formatFunction(Function) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatFunction(Function) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase function
formatInt(Integer) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatInt(Integer) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase integer value
formatList(CompleteDataType, List<?>) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatList(CompleteDataType, List<?>) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase list
formatLong(Long) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatLong(Long) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase long value
formatString(String) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatString(String) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase string value
formatTimestamp(Timestamp) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatTimestamp(Timestamp) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase timestamp value
formatTuple(Tuple) - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
 
formatTuple(Tuple) - Method in interface com.streambase.sb.Tuple.TupleFormatter
Return a string representation of the given StreamBase Tuple value
forName(String) - Static method in enum com.streambase.sb.DataType
For the given name return a DataType Object.
forName(String) - Static method in class com.streambase.sb.EntityType
Retrieve an EntityType for the given entity name
forString() - Static method in class com.streambase.sb.CompleteDataType
Return the complete type for a string.
forStringList() - Static method in class com.streambase.sb.CompleteDataType
 
forTimestamp() - Static method in class com.streambase.sb.CompleteDataType
Return the complete type for a timestamp.
forTimestampList() - Static method in class com.streambase.sb.CompleteDataType
 
forTuple(Schema) - Static method in class com.streambase.sb.CompleteDataType
Return a tuple complete data type with the specified schema.
forType(Class<?>) - Static method in enum com.streambase.sb.DataType
Return the appropriate DataType for the given clazz.
forType(Object) - Static method in enum com.streambase.sb.DataType
Return the appropriate DataType for the given type.
fromEnvironment() - Static method in class com.streambase.sb.client.StreamBaseURI
Returns the URI found by searching the following property and environment variables: Using the string value found in the streambase.uri system property, if set Using the string value found in the STREAMBASE_URI environment variable, if set Using the string value found in the STREAMBASE_SERVER environment variable, if set StreamBaseURI.DEFAULT_URI if no value has been found above
fromOrdinal(int) - Static method in enum com.streambase.sb.monitor.StatsUtil.What
 
fromString(CharSequence) - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the given string
fromString(String) - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the given string
fromString(String, CSV.FormatInfo) - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the given string and format.
fromValue(String) - Static method in enum com.streambase.liveview.client.LiveViewQueryType
 
FullSchemas() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.FullSchemas
 
FULLY_QUALIFIED_NAMES - Static variable in interface com.streambase.sb.client.StreamBaseClient.ListEntityFlags
Use FULLY_QUALIFIED_NAMES if you want to include container names for all entities.
Function - Interface in com.streambase.sb
Represents a value of type StreamBase Function.
FunctionType(Schema, CompleteDataType) - Constructor for class com.streambase.sb.CompleteDataType.FunctionType
 

G

GCInfo(String) - Constructor for class com.streambase.sb.monitor.SystemInfo.GCInfo
 
get() - Static method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
get(int) - Method in class com.streambase.sb.ByteArrayView
 
getAction() - Method in class com.streambase.liveview.client.LiveViewPermission
 
getActions() - Method in interface com.streambase.liveview.client.alert.AlertRule
This gets the live list of actions, so you could remove or rearrange these, and the changes will be saved if you save the Alert.
getActionType() - Method in interface com.streambase.liveview.client.alert.AlertRuleAction
Get the ActionType, which has both an official and a readable version available.
getActualSchema() - Method in exception com.streambase.sb.SchemaMismatchException
 
getAggregateQuery() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method returns the aggregate query for this table.
getAlertKey() - Method in interface com.streambase.liveview.client.alert.PublishAlertAction
Gets the value of the alertKey property.
getAlertManager() - Method in interface com.streambase.liveview.client.LiveViewConnection
 
getAlertQueryConfig() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the alertQueryConfig property.
getAlertRecipient() - Method in interface com.streambase.liveview.client.alert.PublishAlertAction
Gets the value of the alertRecipient property.
getAlertRule(long) - Method in interface com.streambase.liveview.client.alert.AlertManager
Gets the alert rule specified by the id.
getAlertRules(String) - Method in interface com.streambase.liveview.client.alert.AlertManager
Gets all available alert rules from the server for the given user.
getAlertType() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of alertType property
getAliasNameFormatter() - Method in class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper.FilterdAlias
Returns the name formatter with this FilteredAlias instance.
getAllForContainer(int) - Method in class com.streambase.sb.monitor.StatsUtil.IdentityManager
Get the id to name mapping for the whole container that owns the id
getAllocatedTuple(Schema.Field) - Method in class com.streambase.sb.Tuple
Return a reference (not a copy) to the specified nested tuple field.
getAllocatedTuple(String) - Method in class com.streambase.sb.Tuple
Return a reference (not a copy) to the specified nested tuple field.
getAllocatedTuple(int) - Method in class com.streambase.sb.Tuple
Return a reference (not a copy) to the specified nested tuple field.
getAllStreamProperties(EntityType, CaptureTransformStrategy) - Method in class com.streambase.sb.client.StreamBaseClient
Return all the StreamProperties available
getAllStreamProperties(EntityType) - Method in class com.streambase.sb.client.StreamBaseClient
Return all the StreamProperties available.
getApproximateSize() - Method in class com.streambase.sb.Schema
Calculates an estimate for the size of a tuple with this schema, including the header and null mask.
getApproximateSnapshotOrder() - Method in class com.streambase.liveview.client.QueryConfig
The OrderDefinition object set by equivalent setter or setTopN.
getArgs(SBPropertyDescriptor, Map<String, List<Object>>, SchemaUtil.SchemaProvider) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor.SingleValueSetter
 
getArgumentSchema() - Method in class com.streambase.sb.CompleteDataType.FunctionType
 
getArgumentSchema() - Method in class com.streambase.sb.CompleteDataType
For function types, return the argument schema.
getArgumentSchema() - Method in interface com.streambase.sb.Function
Returns Schema for the input argument types of the function.
getAsyncInputPorts() - Method in class com.streambase.sb.operator.Operator
Override to indicate to Studio which ports (0-based) might process data asynchronously, this provides different rendering on the EventFlow canvas to assist users in understanding their data flow
getBaseURI() - Method in class com.streambase.sb.client.StreamBaseURI
Return a copy of this URI without any params
getBasicAuthenticationString() - Method in class com.streambase.sb.client.StreamBaseURI
Returns a Base64-encoded username + password if authentication is enabled, or null otherwise.
getBatchLatency() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Return a moving average of the time (microseconds) for a batch of tuples to traverse the queue
getBatchProcessingTime() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Return the a moving average of the amount of time (microseconds) that it takes to process a batch of tuples.
getBatchSize() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Return a moving average of the size of a batch of tuples
getBcc() - Method in interface com.streambase.liveview.client.alert.SendEmailAction
Gets the value of the bcc property.
getBlobBuffer(String) - Method in class com.streambase.sb.Tuple
Return a ByteArrayView for a given blob field.
getBlobBuffer(int) - Method in class com.streambase.sb.Tuple
Return a ByteArrayView for a given blob field.
getBlobBuffer(Schema.Field) - Method in class com.streambase.sb.Tuple
Return a ByteArrayView for a given blob field.
getBody() - Method in interface com.streambase.liveview.client.alert.SendEmailAction
Gets the value of the body property.
getBody() - Method in interface com.streambase.sb.Function
Returns a string with the StreamBase expression that is the body of this function.
getBoolean(String) - Method in class com.streambase.sb.Tuple
Return the value of a named boolean field.
getBoolean(int) - Method in class com.streambase.sb.Tuple
Return the value of the boolean field at a specified field index.
getBoolean(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified boolean field.
getBuffer() - Method in class com.streambase.sb.client.StreamBaseClient.SerializedTupleBuffer
Return a ByteBuffer containing all of the tuples ready to be serialized also contains empty space at the beginning of the buffer for a network header
getCapabilities() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the capabilities
getCapability(Class<T>) - Method in interface com.streambase.liveview.client.LiveViewConnection
Returns the object that represents a capability of the connected server, or throws NoSuchCapabilityException if the type of capability is not supported by the server.
getCapture(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of the named capture field.
getCapture(String) - Method in class com.streambase.sb.Tuple
Return the value of the named capture field.
getCapture(int) - Method in class com.streambase.sb.Tuple
Return the value of the named capture field.
getCaptureImpl(Schema.Field) - Method in class com.streambase.sb.Tuple
 
getCaptureName() - Method in class com.streambase.sb.CompleteDataType.CaptureType
 
getCaptureName() - Method in class com.streambase.sb.CompleteDataType
For capture types, return the capture type name.
getCaptureStrategy() - Method in class com.streambase.sb.operator.Operator
Returns the capture transform strategy that this Operator will use.
getCaptureTransformStrategy() - Method in class com.streambase.sb.StreamProperties
 
getCaseInsensitiveFieldNames() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method returns the list of case insensitive table field names.
getCases() - Method in class com.streambase.liveview.client.dynamictables.FieldRule
 
getCauses() - Method in exception com.streambase.sb.StreamBaseListException
Retrieve the List of all causes, never null
getCc() - Method in interface com.streambase.liveview.client.alert.SendEmailAction
Gets the value of the cc property.
getChangedFields() - Method in class com.streambase.liveview.client.TupleUpdatedEvent
Retrieve a list of the fields that changed in this update
getClazz() - Method in interface com.streambase.liveview.client.alert.ExecuteJavaAction
Gets the value of the clazz property.
getClient() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Get the StreamBaseClient that this monitor is using
getClientController() - Method in interface com.streambase.liveview.client.LiveViewConnection
A ClientController is used to perform actions to control clients.
getClientCount() - Method in class com.streambase.sb.monitor.SystemInfo
Returns the current number of clients
getClientVersion() - Method in class com.streambase.liveview.client.Version
The version of this client library, if known.
getCode() - Method in enum com.streambase.liveview.client.LiveViewExceptionType
Gets the unique identifying code for the exception ENUM
getCollapsedSchema() - Method in interface com.streambase.sb.TupleCaptureTransformer
 
getCommand() - Method in interface com.streambase.liveview.client.alert.ExecuteOSCommandAction
Gets the value of the command property.
getCompleteDataType() - Method in class com.streambase.sb.Schema.Field
Return the CompleteDataType of the Field
getConf() - Method in class com.streambase.sb.unittest.BaseTestEnvironment
 
getConf() - Method in interface com.streambase.sb.unittest.SBTestEnvironment
 
getConfig() - Method in interface com.streambase.liveview.client.Query
Returns a QueryConfig object that contains fully parsed pieces like table, predicate, groupByExprs, etc.
getConfig() - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
getConfig() - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
getConfigs() - Method in class com.streambase.liveview.client.MultiConnectionConfig
 
getConfigurationBlocksAsXML(String) - Method in interface com.streambase.sb.operator.Operator.ConfigurationAccessor
Return all nodes that satisfy the given xpath expression, within the adapter/operator configuration area of the StreamBase Server's configuration file.
getConnection() - Method in class com.streambase.liveview.client.ConnectionClosedEvent
Get the connection that was closed
getConnection(String) - Static method in class com.streambase.liveview.client.LiveViewConnectionFactory
Retrieves a LiveViewConnection based on a valid URI.
getConnection(ConnectionConfig) - Static method in class com.streambase.liveview.client.LiveViewConnectionFactory
Retrieves a LiveViewConnection based on the ConnectionConfig
getConnection(MultiConnectionConfig, boolean) - Static method in class com.streambase.liveview.client.LiveViewConnectionFactory
Retrieves a LiveViewMultiConnection based on the given MultiConnectionConfig.
getConnectionConfig() - Method in interface com.streambase.liveview.client.LiveViewConnectionControl
 
getConnectionControls() - Method in interface com.streambase.liveview.client.LiveViewMultiConnection
This list will have a one-for-one correspondence with the list of ConnectionConfigs or the list of URIs that were used to create this LiveViewMultiConnection.
getConnectionError() - Method in class com.streambase.sb.client.StreamBaseClient
If the StreamBaseClient disconnected due to an internal error, return a message corresponding to the error, otherwise return null.
getConnectionID() - Method in class com.streambase.sb.client.StreamBaseClient
Return the Connection ID for this Client Connection.
getConnectionMode() - Method in class com.streambase.liveview.client.MultiConnectionConfig
 
getConnectionMonitor() - Method in class com.streambase.liveview.client.ConnectionConfig
The api uses this method to retrieve the progress monitor specified by the user.
getConnectionState() - Method in interface com.streambase.liveview.client.LiveViewConnectionControl
 
getConnectionStatus() - Method in class com.streambase.sb.client.StreamBaseClient
Return the current connection status of this StreamBaseClient.
getConnectionURI() - Method in interface com.streambase.liveview.client.LiveViewConnection
Retrieves the URI that was used to connect to the server
getContainer() - Method in class com.streambase.sb.client.StreamBaseURI
Returns the container name component of the URI.
getContainerCount() - Method in class com.streambase.sb.monitor.StatsUtil.IdentityHelper
 
getContainerCount() - Method in class com.streambase.sb.monitor.StatsUtil.IdentityManager
 
getContainerName() - Method in class com.streambase.sb.operator.Operator
Return the name of this operator's container.
getContainerName() - Method in class com.streambase.sb.StreamProperties
Return the container name part of the name
getControllableTimeService() - Static method in class com.streambase.sb.unittest.TimeServiceFactory
Deprecated.
Use ControllableTimeService to obtain a TimeService
getControllableTimeService(long) - Static method in class com.streambase.sb.unittest.TimeServiceFactory
Return ControllableTimeService instance initialized with the time specified in initTargetTimeMsec
getCreated() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the created property.
getCreated() - Method in class com.streambase.liveview.client.QueryConfig
 
getCreateTableDir(boolean) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
getCreateTime() - Method in interface com.streambase.liveview.client.Table
Returns the time when the table was created
getCronString() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the cronString property.
getCurrentConnection() - Method in interface com.streambase.liveview.client.LiveViewMultiConnection
LiveViewConnectionControl of the "current" connection, if there is one.
getCurrentQueueLength() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Return the approximate number of tuples currently in this queue.
getCycle() - Method in class com.streambase.sb.monitor.Snapshot
Returns the cycle number of this snapshot.
getDataType() - Method in class com.streambase.sb.CompleteDataType
Return the data type of the complete type
getDataType() - Method in class com.streambase.sb.Schema.Field
Return the DataType of the Field
getDefault() - Static method in enum com.streambase.sb.operator.parameter.UIHints.TextWidthHint
Encodes the default text width hint when unspecified otherwise.
getDefaultCase() - Method in class com.streambase.liveview.client.dynamictables.FieldRule
 
getDeletePredicate() - Method in interface com.streambase.liveview.client.alert.IssueDeleteQueryAction
Gets the value of the deletePredicate property.
getDeltaTuples() - Method in class com.streambase.sb.monitor.StreamInfo
Return the number of tuples since the last snapshot
getDequeueBufferSize() - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
getDequeueClientCount() - Method in class com.streambase.sb.monitor.SystemInfo
Returns the current number of dequeuing clients
getDequeuer(String) - Method in interface com.streambase.sb.unittest.SBServerManager
Get the dequeuer for this stream
getDequeueResultsInterceptor() - Method in class com.streambase.sb.client.StreamBaseClient
Get the current dequeue results interceptor, or null if there is no current processor.
getDescription() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the description property.
getDescription() - Method in interface com.streambase.liveview.client.alert.AlertRuleAction
Get the Deescription
getDescription() - Method in class com.streambase.liveview.client.dynamictables.FieldRule
 
getDescription() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The method returns the description of the Liveview table configured with this TableConfig object.
getDescription() - Method in class com.streambase.liveview.client.QueryConfig
Get the description for this query
getDescription() - Method in interface com.streambase.liveview.client.Table
A description of the table
getDescription() - Method in class com.streambase.sb.Schema.Field
Returns the description currently set for this field.
getDescription() - Method in class com.streambase.sb.Schema
Returns the description currently set for this Schema.
getDirectionsString() - Method in class com.streambase.liveview.client.OrderDefinition
 
getDisplayDescription() - Method in class com.streambase.sb.operator.Operator
Provides a description for this type of Operator.
getDisplayName() - Method in class com.streambase.sb.operator.Operator
Return the display name of this Operator.
getDisplayUri() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the display uri
getDouble(String, double) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getDouble(String, double) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderParameters
Get the first parameter with this key, interpreted as an double.
getDouble(String) - Method in class com.streambase.sb.Tuple
Return the value of a named double field.
getDouble(int) - Method in class com.streambase.sb.Tuple
Return the value of the double field at a specified field index.
getDouble(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified double field.
getDynamicVariable(String) - Method in class com.streambase.sb.client.StreamBaseClient
Get the given dynamic variable
getDynamicVariables(String) - Method in class com.streambase.sb.client.StreamBaseClient
Get a Tuple of all the dynamic variables on the given module
getDynamicVariables() - Method in class com.streambase.sb.operator.Operator
Retrieves a read-only tuple describing the current value of all dynamic variables in the module this operator is contained in.
getDynamicVariablesSchema() - Method in class com.streambase.sb.operator.Operator
Retrieves a Schema containing information about every dynamic variable available to the module this operator is contained in.
getElementType() - Method in class com.streambase.sb.CompleteDataType
For list collection types, return the complete type of the list's elements.
getElementType() - Method in class com.streambase.sb.CompleteDataType.ListType
 
getElementType() - Method in class com.streambase.sb.Schema.Field
Return the element type for this field.
getEmbeddedServer() - Static method in class com.streambase.sb.unittest.ServerManagerFactory
 
getEmbeddedServer(SBTestEnvironment) - Static method in class com.streambase.sb.unittest.ServerManagerFactory
 
getEmbeddedServer(String) - Static method in class com.streambase.sb.unittest.ServerManagerFactory
 
getEnqueueBufferSize() - Method in class com.streambase.sb.client.StreamBaseClient
Return the number of tuples in the enqueue buffer
getEnqueuer(String) - Method in interface com.streambase.sb.unittest.SBServerManager
Get the enqueuer for this stream
getEnumClass() - Method in class com.streambase.sb.operator.parameter.JavaEnumPropertyDescriptor
 
getEnv() - Method in class com.streambase.sb.operator.AggregateWindow
 
getErrorCode() - Method in exception com.streambase.liveview.client.LiveViewException
Error code provided by the server
getErrorSchema() - Static method in class com.streambase.sb.Schema
 
getErrorType() - Method in exception com.streambase.liveview.client.LiveViewException
 
getEvalCacheContent(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
 
getException() - Method in class com.streambase.liveview.client.DynamicTableState
 
getException() - Method in class com.streambase.liveview.client.QueryExceptionEvent
Get the exception
getExitStatusTimeoutMS() - Method in class com.streambase.sb.client.ClientSettings
ExitStatusTimeoutMS is used as a timeout for how long the client should wait to get the client's exit status from the server.
getExpandedSchema() - Method in interface com.streambase.sb.TupleCaptureTransformer
 
getExpectedSchema() - Method in exception com.streambase.sb.SchemaMismatchException
 
getExpression() - Method in class com.streambase.sb.operator.parameter.ConfigurationChooserPropertyDescriptor
 
getExpressionInputPort() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Return the input port that this property is bound to.
getExternalServerConnection() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getFailedRetryAttempts() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getField(int) - Method in class com.streambase.sb.Schema
Return a Field object at the given index within the schema
getField(String) - Method in class com.streambase.sb.Schema
Return a Field object with the given field pathname in or under this schema.
getField() - Method in exception com.streambase.sb.SchemaValidationException
the field that caused the error
getField(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified field.
getField(int) - Method in class com.streambase.sb.Tuple
Return the value of the field at a specified field index.
getField(String) - Method in class com.streambase.sb.Tuple
Return the value of a named field.
getFieldAsString(Schema.Field, Tuple.TupleFormatter) - Method in class com.streambase.sb.Tuple
Get the current field as a human readable string, using the Tuple.TupleFormatter provided.
getFieldCount() - Method in class com.streambase.sb.Schema
Return the number of Fields within the Schema.
getFieldIndex(CharSequence) - Method in class com.streambase.sb.Schema
Return the index within the Schema of the Field with the given name
getFieldIndex(String) - Method in class com.streambase.sb.Schema
Return the index within the Schema of the Field with the given name
getFieldLength(Tuple, Schema.Field) - Method in class com.streambase.sb.TupleUtil.RepMethods
 
getFieldName() - Method in class com.streambase.liveview.client.dynamictables.Assignment
 
getFieldRules() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method gets you the list of field rules FieldRule
getFields() - Method in class com.streambase.liveview.client.AbstractTable
 
getFields(boolean) - Method in class com.streambase.liveview.client.AbstractTable
 
getFields() - Method in class com.streambase.liveview.client.BeginDeleteEvent
Get the list of fields that the query tuples will have
getFields() - Method in class com.streambase.liveview.client.BeginSnapshotEvent
Get the list of fields that the query tuples will have
getFields() - Method in class com.streambase.liveview.client.DeleteQueryListener
Retrieves the fields describing the tuples that will be returned.
getFields() - Method in interface com.streambase.liveview.client.Query
Returns a list describing the fields of the tuples that will be returned by this Query.
getFields() - Method in class com.streambase.liveview.client.QueryConfig
Get the fields or null if not specified
getFields() - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
getFields() - Method in class com.streambase.liveview.client.SnapshotQueryListener
Retrieves the fields describing the tuples that will be returned.
getFields() - Method in interface com.streambase.liveview.client.SnapshotResult
Retrieves the fields describing the tuples that will be returned.
getFields() - Method in interface com.streambase.liveview.client.Table
Returns the fields describing the table columns.
getFields(boolean) - Method in interface com.streambase.liveview.client.Table
Returns the fields describing the table columns.
getFields() - Method in class com.streambase.sb.Schema
Return an array of Field objects corresponding to the fields in the schema.
getFields() - Method in class com.streambase.sb.Tuple
Deprecated.
getFieldsString() - Method in class com.streambase.liveview.client.OrderDefinition
 
getFieldSubstitutions() - Method in interface com.streambase.liveview.client.alert.LVPublishAlertAction
Gets the map of fieldSubstitutions.
getFieldSubstitutions() - Method in interface com.streambase.liveview.client.alert.PublishAlertAction
Gets the map of fieldSubstitutions.
getFieldSubstitutions() - Method in interface com.streambase.liveview.client.alert.SendTupleAction
Gets the map of fieldSubstitutions.
getFieldTypes() - Method in class com.streambase.sb.Schema
A utility function to speed up multiple accesses to field types of a schema in contexts where multiple tuples are processed; the function should be called outside of for loops processing tuples and their fields
getFilter() - Method in class com.streambase.liveview.client.dynamictables.FilteredTableAlias
 
getFilter() - Method in interface com.streambase.liveview.client.Table
Returns the filter on the base table
getFilteredAliases() - Method in class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper
Returns the list of TablePropertiesConfigurationWrapper.FilterdAlias configurations.
getFilteredTableAliases() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method returns the live list of filtered table alias which you may modify if new filtered tables are to be made based on this table.
getFormatter() - Method in class com.streambase.liveview.client.dynamictables.FilteredTableAlias
 
getFreeMemory() - Method in class com.streambase.sb.monitor.SystemInfo
Returns the amount of free memory in the StreamBase server process.
getFullLogicalName(StreamProperties) - Static method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
getFullyQualifiedName() - Method in class com.streambase.sb.operator.Operator
Return the fully qualified name of this operator.
getFunction(int) - Method in class com.streambase.sb.Tuple
Return the value of the function field at a specified field index.
getFunction(String) - Method in class com.streambase.sb.Tuple
Return the value of the named function field.
getFunction(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of the given function field.
getFutureTimestamp(long, TimeUnit) - Method in interface com.streambase.sb.TimeService
Get the time stamp of a time point based on the specific time advance
getGCCount() - Method in class com.streambase.sb.monitor.SystemInfo.GCInfo
Returns the total number of collections that have occurred since the JVM started.
getGCCountDelta() - Method in class com.streambase.sb.monitor.SystemInfo.GCInfo
Returns the number of collections that have occurred since the previous Snapshot.
getGCollectors() - Method in class com.streambase.sb.monitor.SystemInfo
Return a collection of information on all the garbage collectors in the JVM
getGCTimeMS() - Method in class com.streambase.sb.monitor.SystemInfo.GCInfo
Returns the approximate accumulated collection elapsed time in milliseconds since the JVM started.
getGCTimeMSDelta() - Method in class com.streambase.sb.monitor.SystemInfo.GCInfo
Returns the approximate collection time in milliseconds for this cycle.
getGeneration() - Method in class com.streambase.liveview.client.EndAggMarkEvent
Get the generation number for the just completed generation of aggregate results.
getGroup() - Method in interface com.streambase.liveview.client.Table
A table can be assigned to a logical group.
getGroupByExprs() - Method in class com.streambase.liveview.client.QueryConfig
the group-by expressions set by equivalent setters
getHash() - Method in class com.streambase.sb.Schema
Return the hash for this schema generated by the server.
getHaving() - Method in class com.streambase.liveview.client.QueryConfig
Get the 'HAVING' clause
getHost() - Method in class com.streambase.sb.client.StreamBaseURI
Returns the host name component of the URI.
getIconResource(Operator.IconKind) - Method in class com.streambase.sb.operator.Operator
Clients should override to support custom icons.
getId() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the id property.
getId() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getIncludeInternal() - Method in class com.streambase.liveview.client.QueryConfig
Is this query set to include internal fields?
getIndex() - Method in class com.streambase.sb.Schema.Field
Return the index of this field within the Schema
getIndices() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method returns the list of Indices for the table.
getIndices() - Method in interface com.streambase.liveview.client.Table
Returns all the indices for the table.
getInputPortCount() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated. 
getInputPortCount() - Method in class com.streambase.sb.operator.Operator
Return the number of input ports.
getInputSchema(int) - Method in class com.streambase.sb.operator.Operator
Returns the schema of an input port.
getInputStream() - Method in interface com.streambase.liveview.client.alert.SendTupleAction
Gets the value of the inputStream property.
getInputStreams() - Method in class com.streambase.liveview.client.serverdatautility.StreambaseStreams
 
getInputTuplesDequeuedDelta() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated. 
getInputTuplesDequeuedTotal() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated. 
getInputTuplesEnqueued() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the number of input tuples enqueued on each of this operator's input streams since the StreamBase Server was started.
getInputTuplesEnqueuedDelta() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the number of tuples enqueued on this operator's input streams since the previous Snapshot.
getInputTuplesEnqueuedTotal() - Method in class com.streambase.sb.monitor.OperatorInfo
getInsertAssignments() - Method in class com.streambase.liveview.client.dynamictables.RuleCase
 
getInsertInitialValue() - Method in class com.streambase.liveview.client.dynamictables.Variable
 
getInstance() - Method in class com.streambase.liveview.client.LiveViewPermission
 
getInt(String, int) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getInt(String, int) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderParameters
Get the first parameter with this key, interpreted as an integer.
getInt(String) - Method in class com.streambase.sb.Tuple
Return the value of a named int field.
getInt(int) - Method in class com.streambase.sb.Tuple
Return the value of the int field at a specified field index.
getInt(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified int field.
getInverse() - Method in enum com.streambase.sb.SchemaUtil.CoercionOptions
 
getJavaClassname(ExternalServerConnectionType) - Static method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
getJaxbQuery(QueryConfig, boolean) - Static method in class com.streambase.liveview.client.QueryConfig
 
getKey() - Method in class com.streambase.liveview.client.AbstractTupleEvent
Deprecated.
since 1.6, use AbstractTupleEvent.getKeyValue() instead; certain table types and queries have undefined return values
getKeyFields() - Method in class com.streambase.liveview.client.AbstractTable
 
getKeyFields() - Method in interface com.streambase.liveview.client.Query
Returns a list of fields describing the primary key for this table.
getKeyFields() - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
getKeyFields() - Method in interface com.streambase.liveview.client.Table
Returns the schema which describes the key for the records in this table.
getKeyFieldsCsv() - Method in interface com.streambase.liveview.client.Table
Returns the key fields table in the form of CSV.
getKeyForEvent(AbstractTupleEvent, boolean) - Method in class com.streambase.liveview.client.LiveResult
 
getKeyFromEvent(AbstractTupleEvent) - Method in class com.streambase.liveview.client.LiveResult
 
getKeyPassphrase() - Method in class com.streambase.sb.client.StreamBaseURI
Return the passphrase for the key within the keystore for the connection.
getKeys() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getKeys() - Method in interface com.streambase.liveview.server.table.plugin.TableProviderParameters
Get all the keys that were specified.
getKeys() - Method in enum com.streambase.sb.monitor.StatsUtil.What
 
getKeystore() - Method in class com.streambase.sb.client.StreamBaseURI
Return the keystore for the connection.
getKeystorePassphrase() - Method in class com.streambase.sb.client.StreamBaseURI
Return the passphrase for the keystore for the connection.
getKeyValue() - Method in class com.streambase.liveview.client.AbstractTupleEvent
This replaces AbstractTupleEvent.getKey() now that there is support for complex keys
getLastSuccessfulConnect() - Method in interface com.streambase.liveview.client.LiveViewConnectionControl
If the current status is CONNECTED, this will have the time this connection was made.
getLastUpdated() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the lastUpdated property.
getLastUpdated() - Method in class com.streambase.liveview.client.QueryConfig
 
getLazilyCreatedExceptionsList() - Method in exception com.streambase.liveview.client.ValidationErrorsException
 
getLeadershipStatus() - Method in class com.streambase.sb.client.DequeueResult
Return the leadership status of the server that produced this dequeue result.
getLeadershipStatus() - Method in class com.streambase.sb.client.StreamBaseAdminClient
Get the leadership status of the server.
getLeadershipStatus() - Method in interface com.streambase.sb.operator.Operator.RuntimeEnvironment
return the LeadershipStatus of this server
getLegacyName() - Method in enum com.streambase.sb.NowImplementation
 
getLimit() - Method in class com.streambase.liveview.client.QueryConfig
Get the limit or -1 if not specified
getLinkedPropertyNames() - Method in class com.streambase.sb.operator.parameter.ConfigurationChooserPropertyDescriptor
 
getList(String) - Method in class com.streambase.sb.Tuple
Return the value of a named list field.
getList(int) - Method in class com.streambase.sb.Tuple
Return the value of the list field at a specified field index.
getList(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified list field.
getListener() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the connection listener
getListener() - Method in class com.streambase.liveview.client.MultiConnectionConfig
 
getLocallyDefinedFields() - Method in class com.streambase.sb.Schema
 
getLocation() - Method in class com.streambase.sb.operator.Operator
Return the Operator-wide location, useful for error reporting not associated to a particular property.
getLocation(String) - Method in class com.streambase.sb.operator.Operator
Return a new location within this Operator, associated with the given property name.
getLocation() - Method in class com.streambase.sb.Schema.Field
 
getLogger() - Method in class com.streambase.sb.operator.Operator
Retrieves a Logger suitable for logging messages and exceptions for this Operator.
getLong(String) - Method in class com.streambase.sb.Tuple
Return the value of a named long field.
getLong(int) - Method in class com.streambase.sb.Tuple
Return the value of the long field at a specified field index.
getLong(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified long field.
getLvUri() - Method in interface com.streambase.liveview.client.alert.LVPublishAlertAction
Gets the value of the lvUri property.
getMapperCacheContent(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
 
getMaskDisplay() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Deprecated.
getMaxMemory() - Method in class com.streambase.sb.monitor.SystemInfo
Returns the maximum amount of memory which the StreamBase server process is allowed to allocate.
getMaxQueueLength() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Return the maximum numbers of tuples that this queue has ever seen.
getMaxRandomReconnectDelaySeconds() - Method in class com.streambase.liveview.client.MultiConnectionConfig
 
getMaxTuplesInDequeueQueue() - Method in class com.streambase.sb.client.ClientSettings
The dequeue thread stores tuples to be dequeued by a client in a queue.
getMessage() - Method in exception com.streambase.liveview.client.ValidationErrorsException
 
getMessage() - Method in exception com.streambase.sb.StreamBaseListException
Return the Exceptions message including all the list of all of the causes
getMessageTemplate() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the messageTemplate property.
getMessageTemplate() - Method in interface com.streambase.liveview.client.alert.PublishAlertAction
Gets the value of the messageTemplate property.
getModName(String) - Static method in class com.streambase.sb.monitor.Snapshot
Given a queue name, retrieve the module name.
getModuleInfo(String) - Method in class com.streambase.sb.monitor.Snapshot
Returns information about the specified module.
getModuleQualifiedName() - Method in class com.streambase.sb.StreamProperties
Return the module qualified name of this Stream.
getMultiLine() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Deprecated.
getMultivalue(String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getMultivalue(String) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderParameters
For keys that might appear more than once, this will return all of the values for that key.
getName() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the name property.
getName() - Method in class com.streambase.liveview.client.dynamictables.Variable
 
getName() - Method in class com.streambase.liveview.client.QueryConfig
 
getName() - Method in interface com.streambase.liveview.client.Table
The name of the table.
getName() - Method in class com.streambase.sb.CompleteDataType
Get the name of this complete type
getName() - Method in enum com.streambase.sb.DataType
Get the name of this DataType.
getName() - Method in interface com.streambase.sb.Function
Returns the name of this function.
getName() - Method in class com.streambase.sb.monitor.ModuleInfo
Returns the name of the thread.
getName() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Return the name of this queue.
getName() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the fully qualified name of the operator.
getName(StatTuplev3) - Method in class com.streambase.sb.monitor.StatsUtil.IdentityHelper
 
getName(long) - Method in class com.streambase.sb.monitor.StatsUtil.IdentityManager
Get the name associated with the ID.
getName() - Method in class com.streambase.sb.monitor.SystemInfo.GCInfo
Get the JVM name for the garbage collector
getName() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the name of the thread.
getName() - Method in class com.streambase.sb.operator.Operator
Return the name of this Operator.
getName() - Method in class com.streambase.sb.Schema.Field
Return the name of the Field.
getName() - Method in class com.streambase.sb.Schema
Return the name of the Schema or null at runtime.
getName() - Method in class com.streambase.sb.StreamProperties
Return the stream name part of the name
getNamedSchema(String) - Method in class com.streambase.sb.operator.Operator
Retrieves a named schema
getNamedSchema(String) - Method in interface com.streambase.sb.SchemaUtil.SchemaProvider
A request to provide a Schema for the given name.
getNameFromId(long) - Method in class com.streambase.sb.monitor.StatsUtil.IdentityHelper
Stats Stream v3 only.
getNestedField(String) - Method in class com.streambase.sb.Schema.Field
Return a field that identifies a field in a nested tuple field.
getNestedFields() - Method in class com.streambase.sb.Schema.Field
Return an array of fields, each of which identifies a field in a nested tuple field.
getNowImpl() - Method in class com.streambase.sb.unittest.BaseTestEnvironment
 
getNowImpl() - Method in interface com.streambase.sb.unittest.SBTestEnvironment
 
getNullString() - Method in class com.streambase.sb.Tuple.DefaultTupleFormatter
This value will be returned by this formatter when any null field value is asked to be formatted.
getNumParameters() - Method in class com.streambase.sb.client.StreamBaseURI
Return the number of URI parameters
getNumTasks() - Method in class com.streambase.sb.monitor.ModuleInfo
Return the number of tasks on the task queue
getNumTuples() - Method in class com.streambase.sb.monitor.StreamInfo
Return the total number of tuples on the stream since the stream was created
getOld() - Method in class com.streambase.liveview.client.TupleUpdatedEvent
Retrieve the old version of the tuple.
getOpenTimeoutMS() - Method in class com.streambase.sb.client.ClientSettings
OpenTimeoutMS is used as a timeout value for opening a binary) connection between the client and server.
getOperatorConfigurationAccessor() - Method in class com.streambase.sb.operator.Operator
Provides access to operator and adapter configuration information from the server's configuration file.
getOperatorInfo(String) - Method in class com.streambase.sb.monitor.Snapshot
Returns information about the specified operator.
getOperatorProperties(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
For the given Operator, return its set of properties and their values.
getOperatorProperty(String, String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Return the value of the given property on the given Operator.
getOperatorType(StreamBaseClient, String) - Method in class com.streambase.sb.monitor.Snapshot
 
getOriginIndex() - Method in exception com.streambase.sb.SchemaUtil.FieldConflictException
 
getOutputPortCount() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated. 
getOutputPortCount() - Method in class com.streambase.sb.operator.Operator
Returns the number of output ports.
getOutputSchema(int) - Method in class com.streambase.sb.operator.Operator
Return the output schema for the given output port (zero-based).
getOutputStreams() - Method in class com.streambase.liveview.client.serverdatautility.StreambaseStreams
 
getOutputTuplesEnqueued() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the number of output tuples produced by this operator from a each output port since the StreamBase Server was started.
getOutputTuplesEnqueuedDelta() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the number of output tuples produced by this operator since the previous Snapshot.
getOutputTuplesEnqueuedTotal() - Method in class com.streambase.sb.monitor.OperatorInfo
getOwner() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the owner property.
getOwner() - Method in class com.streambase.liveview.client.QueryConfig
 
getParam(String) - Method in class com.streambase.sb.client.StreamBaseURI
Returns a parameter with a given key, or null if none exists.
getParameter(String) - Method in class com.streambase.sb.client.StreamBaseURI
Returns a parameter with a given key, or null if none exists.
getParameters() - Method in interface com.streambase.liveview.client.alert.ExecuteJavaAction
Gets the map of parameters.
getParameters() - Method in class com.streambase.sb.operator.Operator
Returns the Java Bean that holds the user-configurable parameters visible in the StreamBase Studio Properties View of this operator.
getParams() - Method in class com.streambase.sb.client.StreamBaseURI
Returns an unmodifiable map of all parameters.
getParams() - Method in exception com.streambase.sb.StreamBaseException
 
getParentSchemas() - Method in class com.streambase.sb.Schema
 
getPassword() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the password to connect with
getPassword() - Method in class com.streambase.sb.client.StreamBaseURI
Return the password for the connection.
getPath() - Method in class com.streambase.sb.feedsim.FeedSimCSVInputStream
Returns the path String this object was constructed with.
getPercentCPU() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the percent of CPU used by this thread, in microseconds.
getPercentSystem() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the percent of system CPU time used by this thread, in microseconds.
getPercentUsage() - Method in class com.streambase.sb.monitor.OperatorInfo
The percentage of CPU this operator using, the value is Exponentially Weighted Moving Average with alpha 0.75.
getPercentUser() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the percent of user CPU time used by this thread, in microseconds.
getPersistedVersion() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the persistedVersion property.
getPersistenceFolder() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method returns the name of the folder where this table is persisted.
getPivotAggExpr() - Method in class com.streambase.liveview.client.QueryConfig
Get the pivot aggregate expressions, 'PIVOT' clause
getPivotField() - Method in class com.streambase.liveview.client.QueryConfig
Get the pivot 'FOR' clause
getPivotValues() - Method in class com.streambase.liveview.client.QueryConfig
Get the pivot 'VALUES' clause
getPort() - Method in class com.streambase.sb.client.StreamBaseURI
Returns the port number.
getPortCounts() - Method in class com.streambase.sb.operator.Operator
An optional method that subclasses can override to dynamically tell Studio the number of input and output ports.
getPredicate() - Method in class com.streambase.liveview.client.QueryConfig
Get the predicate or null if not specified
getPredicateFilter() - Method in class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper.FilterdAlias
Returns the predicate filter with this FilteredAlias instance.
getPrimaryKeyFields() - Method in interface com.streambase.sb.operator.TableAccessor
The fields from the schema which make up the primary key.
getProcessSize() - Method in class com.streambase.sb.monitor.SystemInfo
Deprecated.
As of StreamBase 3.0, use getTotalMemory(), which returns a size in bytes.
getProfilerHits() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated.
Replaced by getProfilerMS(). The number of minitics is not actually returned. It's actually the number of milliseconds used by the operator
getProfilerMS() - Method in class com.streambase.sb.monitor.OperatorInfo
 
getProfilerMSDelta() - Method in class com.streambase.sb.monitor.OperatorInfo
Number of milliseconds used by the operator, since the previous Snapshot.
getProfilerUS() - Method in class com.streambase.sb.monitor.OperatorInfo
 
getProfilerUSDelta() - Method in class com.streambase.sb.monitor.OperatorInfo
Number of microseconds used by the operator, since the previous Snapshot.
getProjectBin() - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
Get the projectBin, which is the writable base directory where all stuff that we write should go.
getPropertyDescriptors() - Method in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
Use getPropertyDescriptorsChecked rather than getPropertyDescriptors when extending SBSimpleBeanInfo.
getPropertyDescriptorsChecked() - Method in interface com.streambase.sb.operator.parameter.SBBeanInfo
Returns the property descriptors of an operator or adapter
getPropertyDescriptorsChecked() - Method in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
 
getProposedInputSchemas(String) - Method in class com.streambase.sb.operator.Operator
Override to provide schemas that Studio will offer to users to import into their projects.
getProposedOutputSchemas(String) - Method in class com.streambase.sb.operator.Operator
Override to provide schemas that Studio will offer to users to import into their projects.
getProvider() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getQualifiedName() - Method in class com.streambase.sb.StreamProperties
Return the fully qualified name of this Stream.
getQuery() - Method in class com.streambase.liveview.client.QueryClosedEvent
Get the closed query
getQuery() - Method in class com.streambase.liveview.client.QueryConfig
Retrieves the string representation of the query.
getQueryId() - Method in interface com.streambase.liveview.client.Query
This will match the queryId on the events.
getQueryId() - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
getQueryLanguages() - Method in interface com.streambase.liveview.client.Table
Returns the languages that can be used for queries against this table.
getQueryType() - Method in class com.streambase.liveview.client.QueryConfig
Get the type of query
getQuiescence() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the quiescence property.
getQuiescentTimeoutMS() - Method in class com.streambase.sb.client.ClientSettings
QuiescentTimeoutMS is a timeout value that is used to determine how long a client's binary connection will wait for a heartbeat message from a server.
getReadable() - Method in enum com.streambase.liveview.client.alert.AlertRuleAction.ActionType
 
getReadable() - Method in enum com.streambase.liveview.client.LiveViewClientCapability
 
getReadable() - Method in enum com.streambase.liveview.client.LiveViewTableCapability
 
getReadable() - Method in enum com.streambase.liveview.client.Table.TableGroup
 
getReadable() - Method in enum com.streambase.liveview.client.Table.TableStatus
 
getRealQuery() - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
getReconnectSleepMS() - Method in class com.streambase.sb.client.ClientSettings
How long will a client wait between reconnect attempts when in HA mode
getRemappedBaseName() - Method in class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper
Returns the re-mapped name for the current table whose FilteredAlias instances are wrapped in this TablePropertiesConfigurationWrapper instance.
getResourceContents(String) - Method in interface com.streambase.sb.operator.IResourceReader
 
getResourceContents(String) - Method in class com.streambase.sb.operator.Operator
Returns an open input stream on the contents of the named resource file.
getResourceFile(String) - Method in interface com.streambase.sb.operator.IResourceReader
 
getResourceFile(String) - Method in class com.streambase.sb.operator.Operator
Returns a File pointing to the regular file or directory if it exists.
getResponseOutputSchema() - Method in class com.streambase.liveview.client.SendTupleInfo
 
getResponseOutputStreamName() - Method in class com.streambase.liveview.client.SendTupleInfo
 
getRetryCount() - Method in interface com.streambase.liveview.client.LiveViewConnectionControl
Valid only if the current state is TRYING_TO_CONNECT.
getRetryIntervalMillis() - Method in class com.streambase.liveview.client.MultiConnectionConfig
 
getReturnType() - Method in class com.streambase.sb.CompleteDataType.FunctionType
 
getReturnType() - Method in class com.streambase.sb.CompleteDataType
For function types, return the return type of the function.
getReturnType() - Method in interface com.streambase.sb.Function
Returns the CompleteDataType for the function's return type.
getReuseTuple() - Method in class com.streambase.sb.operator.Operator
Get the state of the input Tuple reuse flag.
getRowDeleteRule() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The rule is a gateway for row to be published.
getRuntimeEnvironment() - Method in class com.streambase.sb.operator.Operator
Return the Operator.RuntimeEnvironment for this StreamBase Server.
getRuntimeInputSchema(int) - Method in class com.streambase.sb.operator.Operator
Returns the schema of an input port at runtime.
getRuntimeOutputSchema(int) - Method in class com.streambase.sb.operator.Operator
Return the output schema that should actually use to Operator.sendOutput(int, Tuple) or Operator.sendOutputAsync(int, Tuple).
getSbUri() - Method in interface com.streambase.liveview.client.alert.SendTupleAction
Gets the value of the sbUri property.
getSbUri() - Method in class com.streambase.liveview.client.SendTupleInfo
 
getSchema() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method returns the string representation for the schema of the table being configured.
getSchema() - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
getSchema() - Method in interface com.streambase.liveview.client.TablePublisher
Schema needed to create tuples for the publish method.
getSchema() - Method in class com.streambase.sb.client.DequeueResult
Returns the schema for the tuples dequeued, may return null
getSchema() - Method in class com.streambase.sb.CompleteDataType
For tuple types, return the tuple's schema.
getSchema() - Method in class com.streambase.sb.CompleteDataType.TupleType
 
getSchema() - Method in class com.streambase.sb.feedsim.FeedSimTupleInputStream
This method must return the Schema of the data to be returned by readTuple()
getSchema() - Method in interface com.streambase.sb.operator.TableAccessor
The schema for rows in this table.
getSchema() - Method in class com.streambase.sb.Schema.Field
Return the schema for this field.
getSchema() - Method in class com.streambase.sb.StreamProperties
Return the stream's Schema
getSchema() - Method in class com.streambase.sb.Tuple
Return the Schema for this Tuple
getSchema() - Method in interface com.streambase.sb.unittest.Dequeuer
Get the Schema for the associated stream.
Equivalent to getStreamProperties().getSchema()
getSchema() - Method in interface com.streambase.sb.unittest.Enqueuer
Get the Schema for the associated stream.
Equivalent to getStreamProperties().getSchema()
getSchemaByHash(byte[]) - Method in class com.streambase.sb.client.StreamBaseClient
Return the Schema object for the given hash value
getSchemaByHash(byte[]) - Method in interface com.streambase.sb.SchemaUtil.SchemaProvider
request a schema by hash
getSchemaByName(String) - Method in class com.streambase.sb.client.StreamBaseClient
Return the Schema object for the given name.
getSchemaForCapture(String, int) - Method in class com.streambase.sb.operator.Operator
Finds the schema for the given capture name in the context that this operator is running under.
getSchemaForStream(String) - Method in class com.streambase.sb.client.StreamBaseClient
Return the schema of a stream.
getSchemasForFieldPicker(String, Schema[]) - Method in interface com.streambase.sb.operator.parameter.StudioAssistSchemaFieldPicker
Assists Studio in presenting a schema field picker to the user, for String[] property types with UIHints that have set UIHints.setAssociateFieldPicker(boolean) to true.
getSearchKeywords() - Method in class com.streambase.sb.operator.Operator
Override to declare strings that assist the user in filtering for this operator when in Studio.
getSelectExprs() - Method in class com.streambase.liveview.client.QueryConfig
The selectExprs set by the equivalent setters
getSendTupleInfo(StreamBaseURI, String, String) - Method in interface com.streambase.liveview.client.LiveViewConnection
Gets the schemas associated with streams, for the purposes of using SendTupleAction.
getServerURI() - Method in class com.streambase.sb.client.DequeueResult
return the server that produced this DequeueResult.
getServerUtilityDataProvider() - Method in interface com.streambase.liveview.client.LiveViewConnection
 
getSetter() - Method in class com.streambase.sb.operator.parameter.JavaEnumPropertyDescriptor
 
getSeverity() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the severity property.
getSharedObject(Object) - Method in interface com.streambase.sb.operator.Operator.SharedObjectManager
get the SharedObject from this Container.
getSharedObjectManager() - Method in interface com.streambase.sb.operator.Operator.RuntimeEnvironment
Return the SharedObjectManager
getSharedObjectState(Object) - Method in interface com.streambase.sb.operator.Operator.SharedObjectManager
Return the Operator.SharedObject.State of SharedObject on this Container associated with the given key or null if there was no mapping
getShortDescription() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method gets the short description that is used to describe the table.
getShortDescription() - Method in interface com.streambase.liveview.client.Table
A short description of the table
getShortDisplayName() - Method in class com.streambase.sb.operator.Operator
Return the short display name of this Operator.
getShortName() - Method in class com.streambase.sb.Schema.Field
Return the last (which might be the only) segment of this Field
getSize() - Method in enum com.streambase.sb.DataType
Get the size in bytes of this DataType.
getSize() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the size the operator.
getSize() - Method in class com.streambase.sb.Schema.Field
Return the size of the field (in bytes) without any header information.
getSnapshotConcurrency() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
Snapshot concurrency specifies the number of extra threads used to service the snapshot portion of queries.
getSnapshotParallelism() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
Snapshot parallelism determines the number of data regions used in parallel to publish to and scan from tables.
getStateChangeTimeout() - Method in class com.streambase.sb.operator.Operator
 
getStatsSchema() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Get the stats schema
getStatsStreamName() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Get the stats stream name
getStatus() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getStatus() - Method in class com.streambase.sb.client.DequeueResult
Return the status of this DequeueResult.
getStatus() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the status of the operator.
getStatusMessage() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the statusMessage property.
getStatusMessage() - Method in class com.streambase.liveview.client.DynamicTableState
 
getStreambaseStreams(String) - Method in interface com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider
Returns all the input and output streams for a given streambase URI
getStreamInfo(String) - Method in class com.streambase.sb.monitor.Snapshot
Returns information about the specified stream.
getStreamName() - Method in class com.streambase.sb.client.DequeueResult
Returns the name of the stream on which tuples were dequeued.
getStreamProperties() - Method in class com.streambase.sb.client.DequeueResult
Return the StreamProperties for this DequeueResult.
getStreamProperties(String, CaptureTransformStrategy) - Method in class com.streambase.sb.client.StreamBaseClient
Return the StreamProperties for the given stream name
getStreamProperties(String) - Method in class com.streambase.sb.client.StreamBaseClient
Return the StreamProperties for the given stream name
getStreamProperties() - Method in class com.streambase.sb.monitor.StreamInfo
Returns the StreamProperties of the stream
getStreamProperties() - Method in interface com.streambase.sb.unittest.Dequeuer
Get the StreamProperties for the associated stream.
getStreamProperties() - Method in interface com.streambase.sb.unittest.Enqueuer
Get the StreamProperties for the associated stream.
getStreamPropertiesByHash(String) - Method in class com.streambase.sb.client.StreamBaseClient
Return the StreamProperties for the given hash StreamProperties are cached locally in the client.
getStreamPropertiesByHash(byte[]) - Method in class com.streambase.sb.client.StreamBaseClient
Return the StreamProperties for the given hash StreamProperties are cached locally in the client.
getString(String, String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getString(String, String) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderParameters
Get the first parameter with this key, trimmed.
getString(String) - Method in class com.streambase.sb.Tuple
Return the value of the named string field.
getString(int) - Method in class com.streambase.sb.Tuple
Return the value of the named string field.
getString(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified string field.
getStringRep() - Method in interface com.streambase.sb.Function
Returns a string with the StreamBase expression that creates this function.
getSubject() - Method in interface com.streambase.liveview.client.alert.SendEmailAction
Gets the value of the subject property.
getSubscribedStreamNames() - Method in class com.streambase.sb.client.StreamBaseClient
Returns a Set of names of the Streams this client is currently subscribed to.
getSystemInfo() - Method in class com.streambase.sb.monitor.Snapshot
The SystemInfo object for this snapshot.
getSystemTimeDelta() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the system time spent by thread since the last Snapshot, in milliseconds.
getSystemTimeDeltaUS() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the system time spent by thread since the last Snapshot, in microseconds.
getSystemTimeTotal() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the system time spent by this thread since the StreamBase Server started, in millisecond.
getSystemTimeTotalUS() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the system time spent by this thread since the StreamBase Server started, in microsecond.
getTable() - Method in interface com.streambase.liveview.client.alert.IssueDeleteQueryAction
Gets the value of the table property.
getTable(String) - Method in interface com.streambase.liveview.client.LiveViewConnection
Retrieve a specific table from the server
getTable() - Method in class com.streambase.liveview.client.QueryConfig
Get the table or null if not specified
getTable(String) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
Find the Table with this ID.
getTable(String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getTableAccessor(String) - Method in class com.streambase.sb.operator.Operator
Get a TableAccessor for a table in the local module by name of that table.
getTableAccessor(String) - Method in interface com.streambase.sb.unittest.SBServerManager
Return a TableAccessor suitable for manipulating this table.
getTableAccessor(String, CaptureTransformStrategy) - Method in interface com.streambase.sb.unittest.SBServerManager
Return a TableAccessor suitable for manipulating this table.
getTableAdminManager() - Method in interface com.streambase.liveview.client.LiveViewConnection
Get the TableAdminManager, which provides an API to administer tables in the server.
getTableCapabilities() - Method in interface com.streambase.liveview.client.Table
Returns the capabilities that this Table supports.
getTableDeleteRule() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
Deprecated.
The tableDeleteRule specifies a condition when the rows present in this table are to be deleted.
getTableDeleteRules() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
 
getTableFilteredAliases(String) - Method in interface com.streambase.liveview.server.table.plugin.TableNameMapper
This will match the name against the selector.
getTableFilteredAliases(String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getTableName() - Method in interface com.streambase.liveview.client.alert.LVPublishAlertAction
Gets the value of the tableName property.
getTablename() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method the name of the table from the Table Configuration
getTableName() - Method in class com.streambase.liveview.client.DynamicTableState
 
getTablePublisher(String) - Method in interface com.streambase.liveview.client.Table
Retrieve a publisher instance allowing a client to publish data to this table with the default buffer size TablePublisher.PUBLISH_BUFFER_SIZE_DEFAULT and flush interval TablePublisher.PUBLISH_INTERVAL_DEFAULT.
getTablePublisher(String, int, long, TimeUnit) - Method in interface com.streambase.liveview.client.Table
Retrieve a publisher instance allowing the client to publish data to the table.
getTables() - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
Get a collection of all the CatalogedTables that belong to your TableProvider.
getTables() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getTableSpaceRef() - Method in interface com.streambase.liveview.client.Table
Returns the table space reference for the given table.
getTablesTable() - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
getTableStatus() - Method in class com.streambase.liveview.client.DynamicTableState
 
getTableStatus() - Method in interface com.streambase.liveview.client.Table
Get the status of the table.
getTableStatusMessage() - Method in interface com.streambase.liveview.client.Table
Returns the table status message.
getTargetInputSchema() - Method in class com.streambase.liveview.client.SendTupleInfo
 
getTargetInputStreamName() - Method in class com.streambase.liveview.client.SendTupleInfo
 
getTargetTime() - Method in class com.streambase.sb.client.StreamBaseAdminClient
 
getTargetTime() - Method in interface com.streambase.sb.TimeService
Get the current time in milliseconds from the perspective of this time service
getTest() - Method in class com.streambase.liveview.client.dynamictables.RuleCase
 
getThreadInfo(String) - Method in class com.streambase.sb.monitor.Snapshot
Returns information about the specified thread.
getTimeForTableStartDrop() - Method in class com.streambase.liveview.client.DynamicTableState
 
getTimeout(TimeUnit) - Method in class com.streambase.sb.unittest.Expecter
get the timeout that the expector will use for each call to expect*()
getTimeoutMillis() - Method in class com.streambase.liveview.client.MultiConnectionConfig
The amount of time to consider a connection attempt failed.
getTimePredicateInMillis() - Method in class com.streambase.liveview.client.QueryConfig
Get the time predicate or -1 if not specified
getTimeRunning() - Method in class com.streambase.sb.monitor.SystemInfo
Returns the time that the StreamBase Server has been running, in seconds.
getTimeService() - Method in interface com.streambase.sb.unittest.SBServerManager
Return the current TimeService implementation used by StreamBase server
getTimestamp() - Method in class com.streambase.sb.monitor.Snapshot
Return the time when this snapshot was taken.
getTimestamp(String) - Method in class com.streambase.sb.Tuple
Return the value of a named timestamp field.
getTimestamp(int) - Method in class com.streambase.sb.Tuple
Return the value of the timestamp field at a specified field index.
getTimestamp(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified timestamp field.
getTimestampField() - Method in class com.streambase.liveview.client.QueryConfig
Get the value set in setTimeWindow
getTo() - Method in interface com.streambase.liveview.client.alert.SendEmailAction
Gets the value of the to property.
getTotalInputTuplesEnqueued() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the total number of input tuples enqueued on all of this operator's input streams since the StreamBase Server was started.
getTotalMemory() - Method in class com.streambase.sb.monitor.SystemInfo
Returns the total amount of memory available for use in the StreamBase server process.
getTotalNumberThreads() - Method in class com.streambase.sb.monitor.SystemInfo
Return the total number of threads running in the JVM (including non-StreamBase threads)
getTotalOutputTuplesEnqueued() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the total number of output tuples produced by this operator since the StreamBase Server was started.
getTotalProfilerHits() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated.
Replaced by getTotalProfilerMS(). The number of minitics is not actually returned. It's actually the total number of milliseconds used
getTotalProfilerMS() - Method in class com.streambase.sb.monitor.OperatorInfo
 
getTotalProfilerUS() - Method in class com.streambase.sb.monitor.OperatorInfo
 
getTuple() - Method in class com.streambase.liveview.client.AbstractTupleEvent
Get the tuple
getTuple(KeyValue) - Method in class com.streambase.liveview.client.LiveResult
Get a tuple from the KeyValue obtained from an Event.
getTuple(Schema.Field) - Method in class com.streambase.sb.Tuple
Return a reference (not a copy) to the specified nested tuple field.
getTuple(String) - Method in class com.streambase.sb.Tuple
Return a reference (not a copy) to the specified nested tuple field.
getTuple(int) - Method in class com.streambase.sb.Tuple
Return a reference (not a copy) to the specified nested tuple field.
getTupleCaptureTransformer(Schema) - Method in class com.streambase.sb.operator.Operator
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 schema This method may only be called at runtime; the exact schemas of any capture fields are not fully determined at typecheck time.
getTupleCount() - Method in class com.streambase.sb.client.DequeueResult
Returns the number of tuples dequeued.
getTupleCount() - Method in class com.streambase.sb.client.SimpleDequeueResult
 
getTupleDequeueCount() - Method in class com.streambase.sb.client.StreamBaseClient
Returns the number of tuples this client has dequeued from the server.
getTupleEnqueueCount() - Method in class com.streambase.sb.client.StreamBaseClient
Returns the number of tuples this client has actually enqueued to the server.
getTupleFormatter() - Static method in class com.streambase.sb.Tuple
Returns a shared instance of the default tuple field formatter that converts each type to String using Java default String conversions.
getTuples() - Method in class com.streambase.liveview.client.LiveResult
Retrieves the current tuples in the result
getTuples(boolean) - Method in class com.streambase.liveview.client.LiveResult
Retrieves the current tuples in the result
getType() - Method in class com.streambase.liveview.client.dynamictables.Variable
 
getType() - Method in class com.streambase.liveview.client.LiveViewPermission
 
getType() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns the type of the operator.
getType() - Method in class com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor
 
getType() - Method in class com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor
 
getType() - Method in class com.streambase.sb.Timestamp
Return the current type of timestamp
getTypecheckInputSchema(int) - Method in class com.streambase.sb.operator.Operator
Returns the schema of an input port that was set at application typecheck time.
getTypecheckOutputSchema(int) - Method in class com.streambase.sb.operator.Operator
Return the output schema as set by typecheck.
getUIHints() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Retrieves the currently associated UIHints object for this property
getUniqueSuffix() - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
This manages a threadsafe counter which will give a different value each time it is called.
getUnmetClientCapabilities() - Method in interface com.streambase.liveview.client.Table
Every table might have requiredClientCapabilities which
getUpdateAssignments() - Method in class com.streambase.liveview.client.dynamictables.RuleCase
 
getUpdateByContainerId(int) - Method in interface com.streambase.sb.monitor.StatsUtil.IdentityHelper.IdentityUpdater
 
getUpdateInitialValue() - Method in class com.streambase.liveview.client.dynamictables.Variable
 
getUri() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the uri to connect with
getUri() - Method in interface com.streambase.liveview.client.LiveViewConnectionControl
Convenience method that is the same as getConnectionConfig().getUri()
getURI() - Method in interface com.streambase.sb.operator.Operator.RuntimeEnvironment
Return the URI of this Server.
getURI() - Method in interface com.streambase.sb.unittest.SBServerManager
return the URI of the server
getUsedMemory() - Method in class com.streambase.sb.monitor.SystemInfo
Returns the total amount of memory currently in use in the StreamBase server process.
getUser() - Method in class com.streambase.sb.client.StreamBaseURI
Return the user name for the connection.
getUsername() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the username to connect with
getUserTimeDelta() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the user time spent by thread since the last Snapshot, in millisecond.
getUserTimeDeltaUS() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the user time spent by thread since the last Snapshot, in microsecond.
getUserTimeTotal() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the user time spent by thread since the StreamBase Server started, in millisecond.
getUserTimeTotalUS() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns the user time spent by thread since the StreamBase Server started, in microsecond.
getValue() - Method in class com.streambase.liveview.client.dynamictables.Assignment
 
getValue() - Method in enum com.streambase.sb.NowImplementation
 
getValueAsUniqueString() - Method in class com.streambase.liveview.client.HashableTuple
 
getValueAsUniqueString() - Method in interface com.streambase.liveview.client.KeyValue
Returns an opaque unique String that can be used to identify this tuple.
getValues() - Method in class com.streambase.sb.operator.parameter.EnumPropertyDescriptor
Return the list of allowable values for the property.
getVariableName() - Method in class com.streambase.liveview.client.dynamictables.Assignment
 
getVariables() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method is used to get the list of variables Variable with this Table Configuration
getVersion() - Method in interface com.streambase.liveview.client.LiveViewConnectionControl
If this server has never been successfully connected to, this value will be null.
getVersion() - Method in class com.streambase.liveview.client.QueryConfig
 
getVersion() - Static method in class com.streambase.sb.client.StreamBaseClient
Get the version of this client, returned in the format specified by Version.INFO_LINE
getVersionString() - Method in class com.streambase.liveview.client.QueryConfig
 
getWakeup() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getWallClockTimeService() - Static method in class com.streambase.sb.unittest.TimeServiceFactory
Deprecated.
Use WallClockTimeService to obtain a TimeService
getWidth() - Method in enum com.streambase.sb.operator.parameter.UIHints.TextWidthHint
Returns the width for this hint.
getWindowEndTimeExpr() - Method in class com.streambase.liveview.client.QueryConfig
Get the value set in setTimeWindow
getWindowStartTimeExpr() - Method in class com.streambase.liveview.client.QueryConfig
Get the value set in setTimeWindow
getWriteTimeoutMS() - Method in class com.streambase.sb.client.ClientSettings
WriteTimeoutMS is used as a timeout for write operations in a binary connection between the client and server.
getXmlRpcTimeoutMS() - Method in class com.streambase.sb.client.ClientSettings
XmlrpcTimeoutMS is used as a timeout for XMLRPC requests to the server.
GOOD - Static variable in class com.streambase.sb.client.DequeueResult
Status code indicating a normal dequeue
gotBegin - Variable in class com.streambase.sb.monitor.Snapshot
 
GROUP_FIELD - Static variable in interface com.streambase.liveview.client.Table
 

H

handleTableAdded(Table) - Method in interface com.streambase.liveview.client.TableListListener
A new Table was added
handleTableDisabled(Table) - Method in interface com.streambase.liveview.client.TableListListener
An existing Table has been disabled.
handleTableModified(Table) - Method in interface com.streambase.liveview.client.TableListListener
An existing (probably disabled) Table was Modifiied and (if it wasn't already) enabled.
handleTableRemoved(Table) - Method in interface com.streambase.liveview.client.TableListListener
An existing Table was removed and isn't expected to return.
handleTablesReset() - Method in interface com.streambase.liveview.client.TableListListener
 
hasCapability(Class<T>) - Method in interface com.streambase.liveview.client.LiveViewConnection
Returns true if the connected server supports the given type of capability.
hasCause() - Method in exception com.streambase.sb.StreamBaseIllegalArgumentException
 
hasDangerousConnection(AbstractConfigObject) - Static method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
HAServerIOException - Exception in com.streambase.sb.client
Exception thrown when there's an I/O error with a HA server
HAServerIOException(String) - Constructor for exception com.streambase.sb.client.HAServerIOException
 
HAServerIOException(Throwable) - Constructor for exception com.streambase.sb.client.HAServerIOException
 
HAServerIOException(String, Throwable) - Constructor for exception com.streambase.sb.client.HAServerIOException
 
hasField(CharSequence) - Method in class com.streambase.sb.Schema
Return true if the Schema has a field with the given name, or false if not.
HashableTuple - Class in com.streambase.liveview.client
HashableTuple is a wrapper for Tuples from a single Query so they can be stored in a HashSet.
HashableTuple(Tuple) - Constructor for class com.streambase.liveview.client.HashableTuple
 
hashCode() - Method in class com.streambase.liveview.client.HashableTuple
 
hashCode() - Method in interface com.streambase.liveview.client.KeyValue
Returns a int hashcode for this KeyValue.
hashCode() - Method in class com.streambase.sb.ByteArrayView
 
hashCode() - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
 
hashCode() - Method in class com.streambase.sb.CompleteDataType.CaptureType
 
hashCode() - Method in class com.streambase.sb.CompleteDataType.FunctionType
 
hashCode() - Method in class com.streambase.sb.CompleteDataType.ListType
 
hashCode() - Method in class com.streambase.sb.CompleteDataType.TupleType
 
hashCode() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
 
hashCode() - Method in class com.streambase.sb.Schema
 
hashCode() - Method in exception com.streambase.sb.StreamBaseException
 
hashCode() - Method in class com.streambase.sb.StreamProperties
 
hashCode() - Method in class com.streambase.sb.Tuple
Compute a hashCode for the object.
hasNext() - Method in class com.streambase.liveview.client.DeleteQueryListener
See if there are more tuples to retrieve.
hasNext() - Method in class com.streambase.liveview.client.SnapshotQueryListener
See if there are more tuples to retrieve.
hasNext() - Method in interface com.streambase.liveview.client.SnapshotResult
See if there are more tuples to retrieve.
hasNotYetStarted() - Method in class com.streambase.sb.operator.Operator
Returns true if this Operator has not yet started running.
hasOld() - Method in class com.streambase.liveview.client.TupleUpdatedEvent
See if the old tuple was included in this event
hasPrefix(String) - Static method in class com.streambase.sb.client.StreamBaseURI
 
hasSchema(String) - Method in class com.streambase.sb.client.StreamBaseClient
Returns whether or not a schema with the passed in schemaName is available; you can get this Schema by calling getSchemaByName.
hasStream(String) - Method in class com.streambase.sb.client.StreamBaseClient
Returns whether or not the client has a stream with the passed in name.
hasStreamProperties(String) - Method in class com.streambase.sb.client.StreamBaseClient
Returns whether or not a stream with the given name exists.

I

ID - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
IdentityHelper(StatsUtil.IdentityHelper.IdentityUpdater) - Constructor for class com.streambase.sb.monitor.StatsUtil.IdentityHelper
 
IdentityManager() - Constructor for class com.streambase.sb.monitor.StatsUtil.IdentityManager
 
IExecJavaAction - Interface in com.streambase.liveview.client.alert
Deprecated. 
IGNORE_TIMESTAMP_COMPARATOR - Static variable in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
IgnoreTimestampCompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.IgnoreTimestampCompareFunctor
 
IllegalFunctionInProjectionException - Exception in com.streambase.sb
 
IllegalFunctionInProjectionException(String) - Constructor for exception com.streambase.sb.IllegalFunctionInProjectionException
 
INCLUDE_MODULES - Static variable in interface com.streambase.sb.client.StreamBaseClient.ListEntityFlags
Use INCLUDE_MODULES if you want to include all modules in the output (including sub modules)
INDICES_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
init() - Method in class com.streambase.sb.operator.AggregateWindow
Called before each new use of this object.
init() - Method in class com.streambase.sb.operator.Operator
After the Operator has typechecked successfully, but before the application or any managed threads start, the StreamBase server will call the init method.
initialize(String, TableProviderControl, TableProviderParameters, TableNameMapper) - Method in interface com.streambase.liveview.server.table.plugin.TableProvider
An instance of your class will be initialized with the parameters that were defined in the LVConf.
initialize(LiveViewServer) - Static method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
initialize(TablesTable, TableColumnsTable, LiveViewServerConfig, StreamBaseConnectionPool) - Static method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
initialize(String, TableProviderControl, TableProviderParameters, TableNameMapper) - Method in class com.streambase.liveview.server.table.plugin.TestTableProvider
 
INPUT_STREAMS - Static variable in class com.streambase.sb.EntityType
Represents input streams only.
InputAdapter - Class in com.streambase.sb.adapter
Abstract base class for input adapters.
InputAdapter() - Constructor for class com.streambase.sb.adapter.InputAdapter
 
inputs - Variable in class com.streambase.sb.operator.PortCounts
 
insert(CatalogedTable) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
Insert this Table.
insert(CatalogedTable) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
insert(Tuple) - Method in interface com.streambase.sb.operator.TableAccessor
Insert a new row into the table.
INTERVAL - Static variable in class com.streambase.sb.Timestamp
Timestamps can be timestamps or intervals.
INTERVAL_FORMAT - Static variable in class com.streambase.sb.Timestamp
 
invert(Collection<SchemaUtil.CoercionOptions>) - Static method in enum com.streambase.sb.SchemaUtil.CoercionOptions
 
IResourceReader - Interface in com.streambase.sb.operator
 
IS_ENABLED_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
IS_SYSTEM_TABLE - Static variable in interface com.streambase.liveview.client.Table
 
isAppDebuggingEnabled() - Method in class com.streambase.sb.unittest.BaseTestEnvironment
 
isAppDebuggingEnabled() - Method in interface com.streambase.sb.unittest.SBTestEnvironment
 
isCacheable() - Method in interface com.streambase.sb.Function
 
isCanceled() - Method in class com.streambase.liveview.client.NullProgressMonitor
This implementation returns the value of the internal state variable set by setCanceled.
isCanceled() - Method in interface com.streambase.liveview.client.ProgressMonitor
The api will use this call to see if the client cancelled the current request
isClosed() - Method in class com.streambase.sb.client.StreamBaseClient
Return true if the client connection is closed.
isClosed() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Indicates if the StreamBaseMonitor client is closed
isComplete() - Method in class com.streambase.liveview.client.dynamictables.FilteredTableAlias
 
isComplete(boolean) - Method in class com.streambase.liveview.client.dynamictables.RuleCase
 
isComplete() - Method in class com.streambase.liveview.client.dynamictables.Variable
 
isCompress() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the compression state of this connection
isConnected() - Method in interface com.streambase.liveview.client.LiveViewConnection
A polling method to check if the connection with the server is still valid.
isCurrent() - Method in interface com.streambase.liveview.client.LiveViewConnectionControl
 
isDeprecated() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Return whether the property is deprecated.
isDesignTime() - Method in class com.streambase.sb.operator.Operator
Deprecated.
please use isRuntime()
isDroppingTuples() - Method in class com.streambase.sb.operator.Operator
Returns true if the Operator will drop any tuples it receives when it is suspended.
isEmpty() - Method in class com.streambase.liveview.client.LiveResult
Is the result empty
isEmpty() - Method in exception com.streambase.liveview.client.ValidationErrorsException
 
isEnabled() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the enabled property.
isEnabled() - Method in interface com.streambase.liveview.client.alert.AlertRuleAction
 
isEnabled() - Method in interface com.streambase.liveview.client.Table
Sometimes Tables will be disabled, because the Container that they are in has been shut down.
isExpected(Tuple) - Method in class com.streambase.sb.unittest.Expecter.AbstractPredicate
 
isExpected(Tuple) - Method in interface com.streambase.sb.unittest.Expecter.Predicate
 
isExpression() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Is this property an expression?
isInputStream() - Method in class com.streambase.sb.StreamProperties
Returns true if this stream is an Input Stream
isIntermediateStreamDequeueEnabled() - Method in class com.streambase.sb.unittest.BaseTestEnvironment
 
isIntermediateStreamDequeueEnabled() - Method in interface com.streambase.sb.unittest.SBTestEnvironment
 
isInterval() - Method in class com.streambase.sb.Timestamp
Returns true if this is an interval timestamp; false otherwise
isLegacyNameEqual(String) - Method in enum com.streambase.sb.NowImplementation
 
isLexicallyComparable() - Method in enum com.streambase.sb.DataType
Returns true if we guarantee lexical comparisons between values of this type work.
isNull(String) - Method in class com.streambase.sb.Tuple
Determines whether a field in the tuple is null.
isNull(int) - Method in class com.streambase.sb.Tuple
Determines whether a field in the tuple is null.
isNull(Schema.Field) - Method in class com.streambase.sb.Tuple
Determines whether the given field's value in this Tuple is null.
isOpen() - Method in interface com.streambase.liveview.client.Query
If this is false, either you've already gotten a QueryClosed event or you're about to get one.
isOpen() - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
isOutputStream() - Method in class com.streambase.sb.StreamProperties
Returns true if this stream is an Output Stream
isPassthruOperator() - Method in class com.streambase.sb.operator.Operator
Allows an operator to declare itself to be a "pass-thru" operator -- one that calls its sendOutput method with the unmodified tuples received by its processTuple method.
isPersistenceRestoreDataOnStart() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The method gets the boolean flag which if true, recovers the data is to be restored after the table is restarted.
isProcessingTuples() - Method in class com.streambase.sb.operator.Operator
Returns true if the Operator will process any tuples it receives when it is suspended.
isReadOnly() - Method in class com.streambase.sb.Tuple
Returns true if this is a read only tuple (read only tuples throw an UnsupportedOperationException when setter methods are called)
isRequired() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Return whether the property is required.
isRunning() - Method in class com.streambase.sb.operator.Operator
Returns true if this Operator is currently running, false otherwise.
isRuntime() - Method in class com.streambase.sb.operator.Operator
 
isSaveInProject() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The saveInProject flag is responsible for saving the tables to start even after the restart of liveview server.
isShareable() - Method in interface com.streambase.sb.operator.PreparedQuery
whether it is safe to share this prepared query object with multiple threads which can execute it on different table instances Note that the tables MUST have the same definition
isShutdown() - Method in class com.streambase.sb.operator.Operator
Returns true if this Operator is currently shut down, false otherwise.
isSnapshotComplete() - Method in class com.streambase.liveview.client.LiveResult
Retreives whether or not the LiveResult is up to date.
isSocketKeepAlive() - Method in class com.streambase.sb.client.ClientSettings
Is SO_KEEPALIVE set
isSSL() - Method in class com.streambase.sb.client.StreamBaseURI
 
isStatsEnabled() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Determine if stats are available
isSubscribed(StreamProperties) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
isSubscribed(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient
Return status if we are subscribed to the given stream
isSubsetOf(Schema) - Method in class com.streambase.sb.Schema
Returns true if this schema's fields are a subset of the supplied schema's fields Does not recursively test nested schemas for subsetness.
IssueDeleteQueryAction - Interface in com.streambase.liveview.client.alert
Issues a Delete Query
isSupersetOf(Schema) - Method in class com.streambase.sb.Schema
Returns true if this schema's fields are a superset of the supplied schema's fields Does not recursively test nested schemas for subsetness.
isSuspended() - Method in class com.streambase.sb.operator.Operator
Returns true if this Operator is currently suspended, false otherwise.
isSystemTable() - Method in interface com.streambase.liveview.client.Table
Returns true if the table is a system table.
isTcpNoDelay() - Method in class com.streambase.sb.client.ClientSettings
Is TCP_NODELAY set
isValid() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the status property.
isValidCharset(String) - Static method in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
 
isValidFieldName(String) - Method in interface com.streambase.liveview.client.TableAdminManager
Checks whether or not the name is a valid field name to be used by createTable.
isVariableSize() - Method in enum com.streambase.sb.DataType
Return whether this DataType is of variable size or not (currently only for STRING and BLOB).
iterator() - Method in exception com.streambase.liveview.client.ValidationErrorsException
 
iterator() - Method in class com.streambase.sb.client.DequeueResult
Returns an iterator of all tuples.
iterator() - Method in class com.streambase.sb.client.SimpleDequeueResult
 
iterator() - Method in class com.streambase.sb.Schema
 

J

JavaEnumPropertyDescriptor<T extends java.lang.Enum<T>> - Class in com.streambase.sb.operator.parameter
PropertyDescriptor for properties based on a Java Enum.
JavaEnumPropertyDescriptor(String, Class<?>, Class<T>) - Constructor for class com.streambase.sb.operator.parameter.JavaEnumPropertyDescriptor
Construct an enumerated property descriptor.
JavaEnumPropertyDescriptor(String, Class<?>, Class<T>, T...) - Constructor for class com.streambase.sb.operator.parameter.JavaEnumPropertyDescriptor
Construct an enumerated property descriptor.
JavaEnumPropertyDescriptor(String, Class<?>, EnumSet<T>) - Constructor for class com.streambase.sb.operator.parameter.JavaEnumPropertyDescriptor
Construct an enumerated property descriptor.
JavaTypePropertyDescriptor - Class in com.streambase.sb.operator.parameter
PropertyDescriptor for String properties that wish to provide a chooser to the user in order to select a Java class or interface name in the current Studio project's Build Path.
JavaTypePropertyDescriptor(String, JavaTypePropertyDescriptor.TypeChoice, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor
 
JavaTypePropertyDescriptor(String, JavaTypePropertyDescriptor.TypeChoice, Class<?>, String, String) - Constructor for class com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor
Construct a property descriptor with non-standard read/write method names.
JavaTypePropertyDescriptor(JavaTypePropertyDescriptor.TypeChoice, PropertyDescriptor, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor
Copy a property descriptor.
JavaTypePropertyDescriptor.TypeChoice - Enum in com.streambase.sb.operator.parameter
Studio will display a Java Type chooser dialog for the JavaTypePropertyDescriptor.TypeChoice provided to this property descriptor
jsonPath(String, String) - Static method in class com.streambase.sb.TupleJSONUtil
Return the string representation of objects extracted from json according to path
JSONSingleQuotesTupleMaker - Class in com.streambase.sb.unittest
A factory to build Tuples from JSON formatted Strings that may use the single quote character ' in lieu of the double quote character ".
JSONSingleQuotesTupleMaker() - Constructor for class com.streambase.sb.unittest.JSONSingleQuotesTupleMaker
 
JSONTupleMaker - Class in com.streambase.sb.unittest
A factory to build Tuples from JSON formatted Strings.
JSONTupleMaker() - Constructor for class com.streambase.sb.unittest.JSONTupleMaker
 

K

KEY_FIELDS_CSV - Static variable in interface com.streambase.liveview.client.Table
 
KEY_PASS_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used for the passphrase for a key within a keystore for SSL with client authentication (2-way ssl).
keyData - Variable in class com.streambase.liveview.client.AbstractTupleEvent
 
keys - Variable in class com.streambase.sb.monitor.StatsUtil.StatEncoder
 
KEYSTORE_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used for a keystore for SSL with client authentication (2-way ssl).
KEYSTORE_PASS_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used for the passphrase for a keystore for SSL with client authentication (2-way ssl).
KeyValue - Interface in com.streambase.liveview.client
KeyValue represents a specific value of the primary key, as taken from the Tuple in a specific Table, including if the Table has a complex key involving multiple fields.
killAllConnections() - Method in class com.streambase.sb.client.StreamBaseAdminClient
Kill all of the connections on the server
killConnection(byte[]) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Kill the connection with the given connectionId
killPublisher(String, String) - Method in interface com.streambase.liveview.client.clientcontrol.ClientController
Kills the specific publisher based on ID from the server.
killPublishersWithPredicate(String) - Method in interface com.streambase.liveview.client.clientcontrol.ClientController
Kills publishers referring to the rows in the LVSessionPublishers Table that satisfy the predicate against LVSessionPublishers Table.
killQueriesWithPredicate(String) - Method in interface com.streambase.liveview.client.clientcontrol.ClientController
Kills queries referring to the rows in the LVSessionQueries Table that satisfy the predicate against LVSessionQueries Table.
killQuery(String, String) - Method in interface com.streambase.liveview.client.clientcontrol.ClientController
Kills the specific query based on ID from the server.
killSession(String) - Method in interface com.streambase.liveview.client.clientcontrol.ClientController
Kills the specific session based on ID from the server.
killSessionsWithPredicate(String) - Method in interface com.streambase.liveview.client.clientcontrol.ClientController
Kills sessions referring to the rows in the LVSessions Table that satisfy the predicate against LVSessions Table.

L

lastCycleContainers - Variable in class com.streambase.sb.monitor.Snapshot
 
leadershipStatus - Variable in class com.streambase.sb.client.DequeueResult
 
length() - Method in class com.streambase.sb.ByteArrayView
return the length of this view NB: no data is copied when doing this
ListCompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.ListCompareFunctor
 
listConnections(StreamBaseAdminClient.ListConnectionArgument...) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Return an array of client connections
listEntities(String, int) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Return an array of entity names for the given entity type
listEntities(EntityType, CaptureTransformStrategy) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity type.
listEntities(EntityType) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity type.
listEntities(EntityType, int, CaptureTransformStrategy) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity type and flags.
listEntities(EntityType, int) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity type and flags.
listEntities(String, int, CaptureTransformStrategy) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity path.
listEntities(String, int) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity path.
listFromEnvironment() - Static method in class com.streambase.sb.client.StreamBaseURI
Returns the list of URIs found by searching the following property and environment variables for a comma separated URI list: Using the string value found in the streambase.uri system property, if set Using the string value found in the STREAMBASE_URI environment variable, if set Using the string value found in the STREAMBASE_SERVER environment variable, if set StreamBaseURI.DEFAULT_URI if no value has been above The supplied URIs must conform to a valid High Availability URI list, for example they must all reference the same container.
listFromString(String) - Static method in class com.streambase.sb.client.StreamBaseURI
Parse a comma-separated list of URIs in a string into a List<StreamBaseURI>.
listTables() - Method in interface com.streambase.liveview.client.LiveViewConnection
Lists the available tables for querying
listTables(boolean) - Method in interface com.streambase.liveview.client.LiveViewConnection
List the available tables for querying
ListType(CompleteDataType) - Constructor for class com.streambase.sb.CompleteDataType.ListType
 
LiveResult - Class in com.streambase.liveview.client
A live result is a QueryListener the receives and maintains a local copy of tuples.
LiveResult(QueryListener) - Constructor for class com.streambase.liveview.client.LiveResult
Contruct a LiveResult that will maintain the tuples for you, plus you can also be informed of all the events.
LiveResult() - Constructor for class com.streambase.liveview.client.LiveResult
Construct a LiveResult that will maintain the list of tuples for you which you can query at your leisure.
LIVEVIEW_ALERT_PUBLISH_BUFFER_SIZE - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The buffer size for publishing to liveview tables, used in alert actions
LIVEVIEW_ALERT_PUBLISH_FLUSH_INTERVAL_MS - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The flush interval for publishing to liveview tables, used in alert actions
LIVEVIEW_ALERT_SENDTUPLE_BUFFER_SIZE - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
Alert Send Tuple action's Buffer size
LIVEVIEW_ALERT_SENDTUPLE_FLUSH_INTERVAL_MS - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
Alert Send Tuple Buffer size
LIVEVIEW_LANGUAGE_ONLY - Static variable in interface com.streambase.liveview.client.Table
 
LiveViewAlertType - Enum in com.streambase.liveview.client.alert
 
LiveViewClientCapability - Enum in com.streambase.liveview.client
Enumerates certain capabilities that may be supported by a LiveView Client.
LiveViewConnection - Interface in com.streambase.liveview.client
A client connection to a LiveView server.
LiveViewConnection.TableProviderAPIHelper - Class in com.streambase.liveview.client
LiveViewConnectionCanceledException - Exception in com.streambase.liveview.client
Exception throws when the LiveView connection call is cancelled by the client
LiveViewConnectionCanceledException(LiveViewExceptionType, Object...) - Constructor for exception com.streambase.liveview.client.LiveViewConnectionCanceledException
 
LiveViewConnectionCanceledException(LiveViewExceptionType, Throwable, Object...) - Constructor for exception com.streambase.liveview.client.LiveViewConnectionCanceledException
 
LiveViewConnectionCanceledException(int, String) - Constructor for exception com.streambase.liveview.client.LiveViewConnectionCanceledException
 
LiveViewConnectionControl - Interface in com.streambase.liveview.client
When using a LiveViewMultiConnection, this represents one of the connections.
LiveViewConnectionControl.ConnectionState - Enum in com.streambase.liveview.client
The status of this connection
LiveViewConnectionFactory - Class in com.streambase.liveview.client
A factory for retrieving a LiveViewConnection based on ConnectionConfig A connection can also be retrieved by provide a simple String based URI.
LiveViewException - Exception in com.streambase.liveview.client
An exception thrown by the LiveView Server
LiveViewException(LiveViewExceptionType, Object[]) - Constructor for exception com.streambase.liveview.client.LiveViewException
 
LiveViewException(LiveViewExceptionType, Throwable, Object...) - Constructor for exception com.streambase.liveview.client.LiveViewException
 
LiveViewException(int, String) - Constructor for exception com.streambase.liveview.client.LiveViewException
 
LiveViewExceptionType - Enum in com.streambase.liveview.client
Enumeration of possible LiveView exceptions.
LiveViewMultiConnection - Interface in com.streambase.liveview.client
Interface representing a connection to a pool of servers (retrieved via LiveViewConnectionFactory.getConnection(MultiConnectionConfig, boolean).) Note that while this is a LiveViewConnection, some operations of that interface will fail with an appropriate error code LiveViewExceptionType#NOT_SUPPORTED_IN_MULTICONNECT.
LiveViewPermission - Class in com.streambase.liveview.client
Class that defines LiveView permissions.
LiveViewPermission(LiveViewPermission.Type) - Constructor for class com.streambase.liveview.client.LiveViewPermission
One-argument constructor that wildcards the action and instance fields
LiveViewPermission(LiveViewPermission.Type, LiveViewPermission.Action) - Constructor for class com.streambase.liveview.client.LiveViewPermission
Two-argument constructor that wildcards the instance fields
LiveViewPermission(LiveViewPermission.Type, LiveViewPermission.Action, String) - Constructor for class com.streambase.liveview.client.LiveViewPermission
Constructor that uses enum arguments
LiveViewPermission(String, String, String) - Constructor for class com.streambase.liveview.client.LiveViewPermission
Constructor that uses string arguments
LiveViewPermission.Action - Enum in com.streambase.liveview.client
 
LiveViewPermission.Type - Enum in com.streambase.liveview.client
 
LiveViewProperties.AlertActions - Class in com.streambase.liveview.client
 
LiveViewQueryLanguage - Enum in com.streambase.liveview.client
Enumerates the query languages that are supported by a table
LiveViewQuerySyntaxException - Exception in com.streambase.liveview.client
Specific LiveViewException thrown when query syntax error occurs
LiveViewQuerySyntaxException(LiveViewExceptionType, Object[]) - Constructor for exception com.streambase.liveview.client.LiveViewQuerySyntaxException
 
LiveViewQuerySyntaxException(LiveViewExceptionType, Throwable, Object...) - Constructor for exception com.streambase.liveview.client.LiveViewQuerySyntaxException
 
LiveViewQuerySyntaxException(int, String) - Constructor for exception com.streambase.liveview.client.LiveViewQuerySyntaxException
 
LiveViewQueryType - Enum in com.streambase.liveview.client
The type of queries that can be specified in QueryConfig
LiveViewServerCapability - Class in com.streambase.liveview.client
An abstract class for objects that represent a capability of a LiveView server.
LiveViewServerCapability() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability
 
LiveViewServerCapability.AggregateMarkGeneration - Class in com.streambase.liveview.client
 
LiveViewServerCapability.AlertRules - Class in com.streambase.liveview.client
 
LiveViewServerCapability.AlertWithQueryString - Class in com.streambase.liveview.client
 
LiveViewServerCapability.AlertWithQuiescence - Class in com.streambase.liveview.client
 
LiveViewServerCapability.BlockingDeleteQuery - Class in com.streambase.liveview.client
 
LiveViewServerCapability.ClientVersionAware - Class in com.streambase.liveview.client
 
LiveViewServerCapability.DataOnRemoveMessage - Class in com.streambase.liveview.client
 
LiveViewServerCapability.ExternalLiveViewHosting - Class in com.streambase.liveview.client
 
LiveViewServerCapability.FullSchemas - Class in com.streambase.liveview.client
 
LiveViewServerCapability.PluggableTableProviders - Class in com.streambase.liveview.client
 
LiveViewServerCapability.PublishSupportsByteOrder - Class in com.streambase.liveview.client
 
LiveViewServerCapability.PublishV2 - Class in com.streambase.liveview.client
 
LiveViewServerCapability.ReferenceTablesDirectly - Class in com.streambase.liveview.client
 
LiveViewServerCapability.SavedWorkspaces - Class in com.streambase.liveview.client
 
LiveViewServerCapability.SeparatelyTransmittedExtendedKeys - Class in com.streambase.liveview.client
 
LiveViewTableCapability - Enum in com.streambase.liveview.client
Enumerates certain capabilities that may be supported by a table.
loadApp(String) - Method in interface com.streambase.sb.unittest.SBServerManager
Load an application into the default container.
loadApp(String, String) - Method in interface com.streambase.sb.unittest.SBServerManager
Load an application into the specified container.
loadAppString(String, String) - Method in interface com.streambase.sb.unittest.SBServerManager
Load an application (from a String) into the specified container.
loadDeploy(String) - Method in interface com.streambase.sb.unittest.SBServerManager
Load the given StreamBase deployment file.
LOCAL - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
locateFile(String, boolean) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
This will attempt to locate a file within the project.
locateFile(String, boolean) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
LV_ALERT_TABLE_AGE_OUT_MS - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The number of milliseconds after the last fired time to leave the alert rule status line the LVAlertRuleStatus table
LV_ALERTS_TABLE - Static variable in interface com.streambase.liveview.client.Table
 
LV_PUBLISH_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
LV_STATS_TABLE - Static variable in interface com.streambase.liveview.client.Table
 
LVPublishAlertAction - Interface in com.streambase.liveview.client.alert
An action to publish to Liveview tables

M

main(String[]) - Static method in class com.streambase.sb.monitor.StreamBaseMonitor
Main for testing
makeCopiedView(byte[]) - Static method in class com.streambase.sb.ByteArrayView
Create a new ByteArrayView which wraps the entire provided byte[] (which is copied) NB: The bytes are copied
makeCopiedView(byte[], int, int) - Static method in class com.streambase.sb.ByteArrayView
Create a new ByteArrayView which wraps the provided byte[] (which is copied) between offset and length from offset NB: The bytes are copied
MAKER - Static variable in class com.streambase.sb.unittest.CSVTupleMaker
Static CSVTupleMaker instance suitable as argument to Enqueuer and Expecter methods that need a TupleMaker.
MAKER - Static variable in class com.streambase.sb.unittest.JSONSingleQuotesTupleMaker
Static JSONSingleQuotesTupleMaker instance suitable as argument to Enqueuer and Expecter methods that need a TupleMaker
MAKER - Static variable in class com.streambase.sb.unittest.JSONTupleMaker
Static JSONTupleMaker instance suitable as argument to Enqueuer and Expecter methods that need a TupleMaker
MAKER - Static variable in class com.streambase.sb.unittest.ObjectArrayTupleMaker
Static ObjectArrayTupleMaker instance suitable as argument to Enqueuer and Expecter methods that need a TupleMaker
makeView(byte[]) - Static method in class com.streambase.sb.ByteArrayView
Create a new ByteArrayView which wraps the entire provided byte[] NB: no data is copied when doing this
makeView(byte[], int, int) - Static method in class com.streambase.sb.ByteArrayView
Create a new ByteArrayView which wraps the provided byte[] between offset and length from offset NB: no data is copied when doing this
makeView(String) - Static method in class com.streambase.sb.ByteArrayView
Create a new ByteArrayView which converts the provided string to bytes and wraps it.
manageJdbcConnections(List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
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)
marshal(Tuple, StatTuplev3) - Method in class com.streambase.sb.monitor.StatsUtil.StatEncoder
Put data in StatBuffer into the tuple; after marshaling the stat buffer is recycled.
marshal(Tuple, StatTuplev3) - Method in enum com.streambase.sb.monitor.StatsUtil.What
Marshal data into tuple, data would be recycled
mask() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
maskStringDisplay - Variable in class com.streambase.sb.operator.parameter.UIHints
Set a hint for the associated property to mask displayed characters when presented to the end-user.
MAX_ACTION_RUNTIME - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The maximum number of milliseconds publish alert and send tuple can run before the action is killed.
MAX_DELETE_ACTION_RUNTIME - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The maximum number of milliseconds an delete action can run before the action is killed.
MAX_EMAIL_ACTION_RUNTIME - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The maximum number of milliseconds an email send action can run before the action is killed.
MAX_EXEC_ACTION_RUNTIME - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The maximum number of milliseconds java and OS exec can run before the action is killed.
MEMORY - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
modifyContainer(String, List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Modifies the given container.
modInfos - Variable in class com.streambase.sb.monitor.Snapshot
 
MODULE_REFERENCE - Static variable in class com.streambase.sb.EntityType
Represents StreamBase Module Reference
MODULE_SEARCH_PATH_LIST - Static variable in class com.streambase.sb.unittest.UnitTestProperties
A series of paths (similar to classpath) that will be searched for sbapps in the test system.
ModuleInfo - Class in com.streambase.sb.monitor
Represents information about a parallel module in a StreamBase Server.
ModuleInfo.QueueInfo - Class in com.streambase.sb.monitor
Information about a Queue between modules or containers.
moduleInfos() - Method in class com.streambase.sb.monitor.Snapshot
Returns an iterator over all the ModuleInfo objects.
moduleNames() - Method in class com.streambase.sb.monitor.Snapshot
Returns the set of all thread names.
MonitorListener - Interface in com.streambase.sb.monitor
Implement this interface in order to receive the information produced by a StreamBaseMonitor object.
msecs(long, long) - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the following type and # of milliseconds
msecs(long, double) - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the following type and # of milliseconds
MultiConnectionConfig - Class in com.streambase.liveview.client
Used to define a LiveViewMultiConnection.
MultiConnectionConfig(List<ConnectionConfig>, MultiConnectionListener) - Constructor for class com.streambase.liveview.client.MultiConnectionConfig
Use this constructor if you need to configure the servers differently.
MultiConnectionConfig(List<String>, String, String, MultiConnectionListener) - Constructor for class com.streambase.liveview.client.MultiConnectionConfig
Use this constructor if the servers all use the same username and password (which can be null)
MultiConnectionListener - Interface in com.streambase.liveview.client
Register your implementation of this interface if you want to be informed of all the events involved in multi-connect
MultiConnectionListener.MultiConnectionListenerBase - Class in com.streambase.liveview.client
When implmenting MultiConnectionListener, if you extend this base class you'll have version protection.
MultiConnectionListenerBase() - Constructor for class com.streambase.liveview.client.MultiConnectionListener.MultiConnectionListenerBase
 
multiline(int) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor

N

NaiveObjectCompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.NaiveObjectCompareFunctor
 
NAME_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
NetworkException - Exception in com.streambase.sb.client
Exception thrown when a network error/problem occurs
NetworkException(String) - Constructor for exception com.streambase.sb.client.NetworkException
 
NetworkException(String, Throwable) - Constructor for exception com.streambase.sb.client.NetworkException
 
NetworkException(Throwable) - Constructor for exception com.streambase.sb.client.NetworkException
 
newExecuteJavaAction() - Method in interface com.streambase.liveview.client.alert.AlertRule
Creates a new ExecuteJavaAction and adds it to the end of the list of Actions
newExecuteOSCommandAction() - Method in interface com.streambase.liveview.client.alert.AlertRule
Creates a new ExecuteOSCommandAction and adds it to the end of the list of Actions
newIssueDeleteQueryAction() - Method in interface com.streambase.liveview.client.alert.AlertRule
Creates a new IssueDeleteQueryAction and adds it to the end of the list of Actions
newLVPublishAlertAction() - Method in interface com.streambase.liveview.client.alert.AlertRule
Creates a new LVPublishAlertAction and adds it to the end of the list of Actions
newPublishAlertAction() - Method in interface com.streambase.liveview.client.alert.AlertRule
Creates a new PublishAlertAction and adds it to the end of the list of Actions
newSendEmailAction() - Method in interface com.streambase.liveview.client.alert.AlertRule
Creates a new SendEmailAction and adds it to the end of the list of Actions
newSendTupleAction() - Method in interface com.streambase.liveview.client.alert.AlertRule
Creates a new SendTupleAction and adds it to the end of the list of Actions
newStatTuple(int, long) - Method in class com.streambase.sb.monitor.StatsUtil.StatEncoder
 
newStatTuple() - Method in class com.streambase.sb.monitor.StatsUtil.StatEncoder
Get a tuple from cache.
newStatTuple(int, long) - Method in enum com.streambase.sb.monitor.StatsUtil.What
Create a new StatTuple with given cycle and time
newStatTuple(int, long, long) - Method in enum com.streambase.sb.monitor.StatsUtil.What
Special form of StatTuple that has ID, should not be called if this What does not register an ID field.
next() - Method in class com.streambase.liveview.client.DeleteQueryListener
Retrieves the next tuple in the result.
next() - Method in class com.streambase.liveview.client.SnapshotQueryListener
Retrieves the next tuple in the result.
next() - Method in interface com.streambase.liveview.client.SnapshotResult
Retrieves the next tuple in the result.
nextResult() - Method in interface com.streambase.sb.monitor.Snapshot.Source
 
NO_CONTAINER - Static variable in class com.streambase.sb.client.StreamBaseURI
No container specified ("")
NO_FLAGS - Static variable in interface com.streambase.sb.client.StreamBaseClient.ListEntityFlags
Indicates no special option
NO_FLAGS - Static variable in class com.streambase.sb.Tuple
no flags
NO_LIMIT - Static variable in class com.streambase.liveview.client.QueryConfig
The value for row limit that means no limit (-1)
NO_SUCH_FIELD - Static variable in class com.streambase.sb.Schema
Used to indicate that a Field does not exist
NOFLAGS - Static variable in interface com.streambase.sb.Tuple.SetResult
method returned no flags, i.e.
NoIdException - Exception in com.streambase.liveview.client
 
NoIdException() - Constructor for exception com.streambase.liveview.client.NoIdException
 
NONE - Static variable in class com.streambase.liveview.client.OrderDefinition
 
NONE - Static variable in class com.streambase.sb.operator.Operator.OperatorStates
 
NoSuchCapabilityException - Exception in com.streambase.liveview.client
Thrown by LiveViewConnection.getCapability(Class) when a connected server does not support a particular capability.
NoSuchCapabilityException() - Constructor for exception com.streambase.liveview.client.NoSuchCapabilityException
 
NOT_AN_EXPRESSION - Static variable in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
contstant to signify that this property is not a StreamBase expression.
NOT_YET_STARTED - Static variable in class com.streambase.sb.operator.Operator.OperatorStates
The initial state of an Operator.
NotImplementedException - Exception in com.streambase.sb
Signals that some feature has not yet been implemented.
NotImplementedException(String) - Constructor for exception com.streambase.sb.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception com.streambase.sb.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for exception com.streambase.sb.NotImplementedException
 
NotSupportedException - Exception in com.streambase.sb
Signals that some feature is not supported
NotSupportedException(String) - Constructor for exception com.streambase.sb.NotSupportedException
 
NotSupportedException(String, Throwable) - Constructor for exception com.streambase.sb.NotSupportedException
 
NotSupportedException(Throwable) - Constructor for exception com.streambase.sb.NotSupportedException
 
now() - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the current time
NowImplementation - Enum in com.streambase.sb
See CNowOp for details on using these values
NULL_STRING - Static variable in class com.streambase.sb.Tuple
The default String representation of a null valued field (value "null")
NULL_TO_TYPE_SCORE - Static variable in class com.streambase.sb.CompleteDataType
 
NullProgressMonitor - Class in com.streambase.liveview.client
 
NullProgressMonitor() - Constructor for class com.streambase.liveview.client.NullProgressMonitor
Constructs a new progress monitor.
NullValueException - Exception in com.streambase.sb
An exception that is thrown when a field value is requested as a primitive (e.g., Tuple.getBoolean(), Tuple.getTimestamp()), but it is null.
NullValueException(String) - Constructor for exception com.streambase.sb.NullValueException
 
NullValueException(String, Throwable) - Constructor for exception com.streambase.sb.NullValueException
 
NullValueException(Throwable) - Constructor for exception com.streambase.sb.NullValueException
 
NUM_SERVERS - Static variable in interface com.streambase.liveview.client.Table
 
numLines - Variable in class com.streambase.sb.operator.parameter.UIHints
Set a hint for the associated property to be displayed as a multiline editable box of height (number of lines) size.

O

ObjectArrayTupleMaker - Class in com.streambase.sb.unittest
A factory to build Tuples from Java objects.
ObjectArrayTupleMaker() - Constructor for class com.streambase.sb.unittest.ObjectArrayTupleMaker
 
offset() - Method in class com.streambase.sb.ByteArrayView
return the offset into the backing array of this view NB: no data is copied when doing this
OP_CONFIG_MGR_NO_CONF - Static variable in class com.streambase.sb.operator.Operator
A configuration manager that provides no information
OPERATOR - Static variable in class com.streambase.sb.EntityType
Represents a StreamBase operator.
Operator - Class in com.streambase.sb.operator
Abstract base class for User code that is used as a Java Operator or an embedded Adapter in a StreamBase application.
Operator() - Constructor for class com.streambase.sb.operator.Operator
Constructs an operator.
Operator.ConfigurationAccessor - Interface in com.streambase.sb.operator
Provides access to configuration information for use by operators and adapters, available from the server's configuration file.
Operator.IconKind - Enum in com.streambase.sb.operator
An enumeration for the different kinds of icons that StreamBase Studio may request when displaying Operators and Adapters.
Operator.LogLevel - Enum in com.streambase.sb.operator
Operator.OperatorStates - Class in com.streambase.sb.operator
The set of runtime states that an Operator can be in.
Operator.OperatorThread - Class in com.streambase.sb.operator
The thread that wraps an operator runnable
Operator.PropertyTypecheckException - Exception in com.streambase.sb.operator
A typecheck exception associated with an Operator property (or parameter) by name.
Operator.RuntimeEnvironment - Interface in com.streambase.sb.operator
This interface is used to gain access to StreamBase Server information and facilities.
Operator.SharedObject - Interface in com.streambase.sb.operator
A SharedObject is an object that can be shared between Operators within a Container.
Operator.SharedObject.State - Enum in com.streambase.sb.operator
The state of the SharedObject
Operator.SharedObjectManager - Interface in com.streambase.sb.operator
The manager for SharedObjects within a container.
Operator.SuspendBehaviorStates - Class in com.streambase.sb.operator
Suspend behavior defines how an Operator handles tuples when it is suspended; meaning when it is in the SUSPENDED state.
OperatorInfo - Class in com.streambase.sb.monitor
Represents information about a single operator in a StreamBase application.
OperatorInfo(String, String) - Constructor for class com.streambase.sb.monitor.OperatorInfo
 
operatorInfos() - Method in class com.streambase.sb.monitor.Snapshot
Returns an iterator over all the OperatorInfo objects.
operatorNames() - Method in class com.streambase.sb.monitor.Snapshot
Returns the set of all operator names.
operatorTypes - Variable in class com.streambase.sb.monitor.Snapshot
 
opInfos - Variable in class com.streambase.sb.monitor.Snapshot
 
optional() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Mark the descriptor as optional.
OrderDefinition - Class in com.streambase.liveview.client
OrderDefinition is the object used to define the order in which you wish to receive data
OrderDefinition() - Constructor for class com.streambase.liveview.client.OrderDefinition
Construct an order definition object.
OrderDefinition.Direction - Enum in com.streambase.liveview.client
The direction enum defines the legal directions available, and a reverse helper method.
OrderDefinition.OrderDefinitionVisitor - Interface in com.streambase.liveview.client
 
OUTPUT_STREAMS - Static variable in class com.streambase.sb.EntityType
Represents output streams only.
OutputAdapter - Class in com.streambase.sb.adapter
Abstract base class for output adapters.
OutputAdapter() - Constructor for class com.streambase.sb.adapter.OutputAdapter
 
outputs - Variable in class com.streambase.sb.operator.PortCounts
 

P

ParameterInterpretationException - Exception in com.streambase.sb.operator
 
ParameterInterpretationException(String, Throwable) - Constructor for exception com.streambase.sb.operator.ParameterInterpretationException
 
ParameterInterpretationException(String) - Constructor for exception com.streambase.sb.operator.ParameterInterpretationException
 
ParameterInterpretationException(Throwable) - Constructor for exception com.streambase.sb.operator.ParameterInterpretationException
 
ParameterInterpretationException(String, ApplicationValidationException) - Constructor for exception com.streambase.sb.operator.ParameterInterpretationException
 
ParameterInterpretationException(String, Location, Throwable) - Constructor for exception com.streambase.sb.operator.ParameterInterpretationException
 
ParameterInterpretationException(String, Location) - Constructor for exception com.streambase.sb.operator.ParameterInterpretationException
 
ParameterInterpretationException(Location, Throwable) - Constructor for exception com.streambase.sb.operator.ParameterInterpretationException
 
Parameterizable - Interface in com.streambase.sb.operator
Interface for the objects that hold the user-configurable parameters for Java Operators when they appear in StreamBase Studio.
parseArgs(SBPropertyDescriptor, String, SchemaUtil.SchemaProvider) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor.SingleValueSetter
Parse the single argument value from a string into the array of parameters to pass to the setter method.
parseQuery(CatalogedTable, String, LiveViewQueryType, boolean) - Method in class com.streambase.liveview.server.table.plugin.TestTableProvider.UnsupportedTable
 
ParsingException - Exception in com.streambase.sb
 
ParsingException(String, ApplicationValidationException) - Constructor for exception com.streambase.sb.ParsingException
 
ParsingException(LocatedItem, String, Throwable) - Constructor for exception com.streambase.sb.ParsingException
 
ParsingException(LocatedItem, String) - Constructor for exception com.streambase.sb.ParsingException
 
ParsingException(LocatedItem, Throwable) - Constructor for exception com.streambase.sb.ParsingException
 
PASSWORD_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used for password.
path - Variable in class com.streambase.sb.unittest.BaseTestEnvironment
 
PEER - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
PluggableTableProviders() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.PluggableTableProviders
 
PortCounts - Class in com.streambase.sb.operator
A record type to describe the number of input and output ports an operator has.
PortCounts(int, int) - Constructor for class com.streambase.sb.operator.PortCounts
Constructs a new PortCounts object requesting a change in the number of input and/or output ports.
postShutdown() - Method in class com.streambase.sb.operator.Operator
postShutdown is called by the StreamBase runtime just after shutting down this Operator.
prepare(String, Schema) - Method in interface com.streambase.sb.operator.TableAccessor
Prepare an index-accessing query.
PreparedQuery - Interface in com.streambase.sb.operator
A query that has been prepared against a table.
preProcessJSONString(String) - Method in class com.streambase.sb.unittest.JSONSingleQuotesTupleMaker
This method will replace ' to " in the entire argument string
prettyPrint() - Method in class com.streambase.sb.monitor.OperatorInfo
Pretty-print an OperatorInfo object to the standard output.
prettyPrint() - Method in class com.streambase.sb.monitor.Snapshot
Shortcut for prettyPrint(true, true, true, false).
prev_timestamp - Variable in class com.streambase.sb.monitor.Snapshot
 
printStackTrace(PrintStream) - Method in exception com.streambase.sb.StreamBaseListException
 
printStackTrace(PrintWriter) - Method in exception com.streambase.sb.StreamBaseListException
 
PROCESSING_TUPLES - Static variable in class com.streambase.sb.operator.Operator.SuspendBehaviorStates
Process tuples when the Operator is suspended.
processResult(DequeueResult) - Method in interface com.streambase.sb.client.DequeueResult.Interceptor
Take a DequeueResult and modify it.
processTuple(int, Tuple) - Method in class com.streambase.sb.adapter.InputAdapter
 
processTuple(int, Tuple) - Method in class com.streambase.sb.operator.Operator
This method will be called by the StreamBase server for each Tuple given to the Operator to process.
ProgressMonitor - Interface in com.streambase.liveview.client
This interface can be used in ConnectionConfig to receive feedback on LiveViewConnectionFactory.getConnection(ConnectionConfig).
PropertyTypecheckException(String, String) - Constructor for exception com.streambase.sb.operator.Operator.PropertyTypecheckException
Equivalent to TypecheckException.TypecheckException(LocatedItem, String) using Operator.getLocation(String) against the given property as the exception location.
PropertyTypecheckException(String, Throwable) - Constructor for exception com.streambase.sb.operator.Operator.PropertyTypecheckException
Equivalent to TypecheckException.TypecheckException(LocatedItem, Throwable) using Operator.getLocation(String) against the given property as the exception location.
PropertyTypecheckException(String, String, Throwable) - Constructor for exception com.streambase.sb.operator.Operator.PropertyTypecheckException
Equivalent to TypecheckException.TypecheckException(LocatedItem, String, Throwable) using Operator.getLocation(String) against the given property as the exception location.
proposals - Variable in class com.streambase.sb.operator.parameter.UIHints
Set a hint for an associated String property to propose to the user the following values.
props - Variable in class com.streambase.sb.client.DequeueResult
 
props() - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
get stream properties for this Buffer
PROTOCOL_FAMILY - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
ProtocolException - Exception in com.streambase.sb.client
Exception thrown when a protocol error/problem occurs
ProtocolException(String) - Constructor for exception com.streambase.sb.client.ProtocolException
 
ProtocolException(String, Throwable) - Constructor for exception com.streambase.sb.client.ProtocolException
 
ProtocolException(Throwable) - Constructor for exception com.streambase.sb.client.ProtocolException
 
publish(long, Tuple) - Method in interface com.streambase.liveview.client.TablePublisher
Publish a tuple with a sequenceNumber.
publish(long, Boolean, Tuple) - Method in interface com.streambase.liveview.client.TablePublisher
Publish a tuple with a sequenceNumber.
publish(Tuple) - Method in interface com.streambase.liveview.client.TablePublisher
Publish a tuple without regard for recovering since no sequence number is specified.
PUBLISH_BUFFER_SIZE_DEFAULT - Static variable in interface com.streambase.liveview.client.TablePublisher
The default number of tuples buffered on the client side before publishing to the server.
PUBLISH_INTERVAL_DEFAULT - Static variable in interface com.streambase.liveview.client.TablePublisher
The default time between buffer flushes when the buffer does not fill up completely.
PUBLISH_INTERVAL_TIME_UNIT_DEFAULT - Static variable in interface com.streambase.liveview.client.TablePublisher
Default publish interval units: TimeUnit.MILLISECONDS.
PUBLISH_TUPLE_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
PublishAlertAction - Interface in com.streambase.liveview.client.alert
Adds an alert to the LVAlerts table
PublishSupportsByteOrder() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.PublishSupportsByteOrder
 
PublishV2() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.PublishV2
 
PureFunction - Annotation Type in com.streambase.sb
Use this annotation to mark static methods as "purely functional" methods for use in StreamBase expressions.
purgeRemoved() - Method in class com.streambase.sb.monitor.StatsUtil.IdentityHelper
 
purgeRemoved() - Method in class com.streambase.sb.monitor.StatsUtil.IdentityManager
 
putIfAbsent(String, String) - Method in class com.streambase.sb.monitor.StatsUtil.IdentityManager
 

Q

QT_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used internally as part of container table connection logic
QUALIFIED_CONNECTIONS_STREAM - Static variable in interface com.streambase.sb.Constants
 
QUALIFIED_CONTROL_STREAM - Static variable in interface com.streambase.sb.Constants
 
QUALIFIED_ERROR_STREAM - Static variable in interface com.streambase.sb.Constants
 
QUALIFIED_STAT_STREAM - Static variable in interface com.streambase.sb.Constants
 
QUALIFIED_STAT_STREAM_V3 - Static variable in interface com.streambase.sb.Constants
 
QUALIFIED_SUBSCRIPTIONS_STREAM - Static variable in interface com.streambase.sb.Constants
 
Query - Interface in com.streambase.liveview.client
A handle to a registered query.
QUERY_ARGUMENT_QUALIFIER - Static variable in interface com.streambase.sb.operator.TableAccessor
 
QUERY_LANGUAGES_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
queryClosed(QueryClosedEvent) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
Event when a query being listened to is closed.
queryClosed(QueryClosedEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event when a query being listened to is closed.
queryClosed(QueryClosedEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
Event when a query being listened to is closed.
queryClosed(QueryClosedEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
Event when a query being listened to is closed.
queryClosed(QueryClosedEvent) - Method in class com.streambase.liveview.client.LiveResult
Event when a query being listened to is closed.
queryClosed(QueryClosedEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event when a query being listened to is closed.
queryClosed(QueryClosedEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
queryClosed(QueryClosedEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
Event when a query being listened to is closed.
QueryClosedEvent - Class in com.streambase.liveview.client
Event dispatched to a listener when a query is closed
QueryClosedEvent(Object, Query) - Constructor for class com.streambase.liveview.client.QueryClosedEvent
 
QueryConfig - Class in com.streambase.liveview.client
QueryConfig is the builder object used to configure a query.
QueryConfig() - Constructor for class com.streambase.liveview.client.QueryConfig
A new query configuration, initially configured for LiveViewQueryType.SNAPSHOT
QueryConfig(LiveViewQueryType) - Constructor for class com.streambase.liveview.client.QueryConfig
A new query configuration of the given type
QueryConfig(Query) - Constructor for class com.streambase.liveview.client.QueryConfig
 
QueryExceptionEvent - Class in com.streambase.liveview.client
The event dispatched when a query exception occurs.
QueryExceptionEvent(Object, LiveViewException) - Constructor for class com.streambase.liveview.client.QueryExceptionEvent
 
QueryListener - Interface in com.streambase.liveview.client
A query listener interface must be provided when registering a query.
QueryListenerWrapper - Class in com.streambase.liveview.client
This class is used by LiveViewMultiConnectionImpl to wrap BOTH the queryListener that the user passes in to an execQuery, AND the Query that is passed back to him.
QueryListenerWrapper(LiveViewMultiConnectionImpl, QueryConfig, QueryListener) - Constructor for class com.streambase.liveview.client.QueryListenerWrapper
 
queues() - Method in class com.streambase.sb.monitor.ModuleInfo
Return a Collection of QueueInfo's which contains information about each queue

R

rateCoercion(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType.FunctionType
 
rateCoercion(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType.ListType
 
rateCoercion(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType
calculate the coercion score to get coerce this → type - by default returns SCORE_PASS or SCORE_FAIL based on equals
rateCoercion(CompleteDataType, CompleteDataType) - Static method in class com.streambase.sb.CompleteDataType
 
rateCoercion(CompleteDataType) - Method in class com.streambase.sb.CompleteDataType.TupleType
 
rateCoercion(CompleteDataType, boolean) - Method in class com.streambase.sb.CompleteDataType.TupleType
 
read() - Method in class com.streambase.sb.feedsim.FeedSimTupleInputStream
Provide a default implementation for the required read() method that uses the readTuple implementation.
readPrimary(Tuple) - Method in interface com.streambase.sb.operator.TableAccessor
Read a row from the table by primary key.
readTable(String, int) - Method in class com.streambase.sb.client.StreamBaseClient
Return rows from a Query Table or Materialized Window.
readTable(String, int, String) - Method in class com.streambase.sb.client.StreamBaseClient
Return rows from a Query Table or Materialized Window, applying an optional predicate to decide which rows are returned.
readTuple() - Method in class com.streambase.sb.feedsim.FeedSimTupleInputStream
This method is called by a FeedSim thread to get the next tuple to send.
reconnectFailed(LiveViewConnectionControl, int) - Method in class com.streambase.liveview.client.MultiConnectionListener.MultiConnectionListenerBase
 
reconnectFailed(LiveViewConnectionControl, int) - Method in interface com.streambase.liveview.client.MultiConnectionListener
This will be called when any attempt to make a connection fails.
recycle() - Method in class com.streambase.sb.monitor.Snapshot
 
recycle(StatTuplev3) - Method in class com.streambase.sb.monitor.StatsUtil.StatEncoder
 
recycle(StatTuplev3) - Method in enum com.streambase.sb.monitor.StatsUtil.What
Recycle the stat tuple
ReferenceTablesDirectly() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.ReferenceTablesDirectly
 
REGEX_COMPARATOR - Static variable in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
RegexCompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.RegexCompareFunctor
 
registerDependentTables(TableType, CatalogedTable, boolean) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
registerNewDynamicTable(String, DataTable, Table.TableStatus, String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
registerQuery(QueryConfig, QueryListener) - Method in interface com.streambase.liveview.client.LiveViewConnection
Registers a new query on the server based on the QueryConfig and sends query events to the specified QueryListener.
registerRunnable(String, Runnable, boolean, boolean) - Method in class com.streambase.sb.operator.Operator
Register a Runnable object to be managed by this Operator.
registerRunnable(String, Runnable, boolean) - Method in class com.streambase.sb.operator.Operator
Register a Runnable object to be managed by this Operator.
registerRunnable(Runnable, boolean) - Method in class com.streambase.sb.operator.Operator
Register a Runnable object to be managed by this Operator.
registerRunnable(Runnable) - Method in class com.streambase.sb.operator.Operator
Deprecated.
As of StreamBase version 3.7, replaced by Operator.registerRunnable(Runnable, boolean)
registerSharedObject(Object, Operator.SharedObject) - Method in interface com.streambase.sb.operator.Operator.SharedObjectManager
Add the given SharedObject to this Container.
registerTableListListener(TableListListener, boolean) - Method in interface com.streambase.liveview.client.LiveViewConnection
If you want to be informed of changes to the Table List, then register a Listener with this method.
registerUnmanagedThread(String) - Method in interface com.streambase.sb.operator.Operator.RuntimeEnvironment
Threads that do not derive from Operator may call this method and their CPU usage will be tracked by the StreamBase profiler.
REJECTED_SERVERS - Static variable in interface com.streambase.liveview.client.Table
 
release() - Method in class com.streambase.sb.operator.AggregateWindow
Called after the end of a use of this object.
remap(String) - Method in interface com.streambase.liveview.server.table.plugin.TableNameMapper
check and remap a name.
remap(String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
removeConnectionStatusCallback(ConnectionStatusCallback) - Method in class com.streambase.sb.client.StreamBaseClient
Stop tracking changes to the connection state.
removeContainer(String, String...) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Remove the given container in the StreamBase server
removeListener(EventListener) - Method in class com.streambase.liveview.server.table.plugin.TestTableProvider.UnsupportedTable
 
removeMonitorListener(MonitorListener) - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Remove a listener that was previously added.
removeMonitorListeners() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Remove all listeners.
removeNew(String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
This method MUST be called with the same table name if AddingNew has been called.
removeSharedObject(Object) - Method in interface com.streambase.sb.operator.Operator.SharedObjectManager
Remove the SharedObject from this Container.
removeTableProvider(String) - Method in interface com.streambase.liveview.client.LiveViewConnection
Deprecated.
Use TableAdminManager, instead
removeTableProvider(String) - Method in interface com.streambase.liveview.client.TableAdminManager
Disconnect a previously-connected TableProvider.
removeTableProvider(String) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
Disconnect a previously-connected TableProvider.
replace(Tuple) - Method in interface com.streambase.sb.operator.TableAccessor
Replace a row in the table, or insert if there is no existing row with matching primary key.
RepMethods() - Constructor for class com.streambase.sb.TupleUtil.RepMethods
 
reportMonitorStatus() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Report GC and memory usage, if log level debug is enabled.
REQ_CLIENT_CAPABILITIES_COMPLEX_KEYS_ONLY - Static variable in enum com.streambase.liveview.client.LiveViewClientCapability
 
REQ_CLIENT_CAPABILITIES_LH_DATA - Static variable in enum com.streambase.liveview.client.LiveViewClientCapability
 
REQUIRED_CLIENT_CAPABILITIES - Static variable in interface com.streambase.liveview.client.Table
 
requireInputPortCount(int) - Method in class com.streambase.sb.operator.Operator
Throws a PortMismatchException if the number of ports is not numPorts.
reset() - Method in class com.streambase.sb.monitor.Snapshot
totally reset this snapshot
ResourceFilePropertyDescriptor - Class in com.streambase.sb.operator.parameter
PropertyDescriptor for properties wishing to access external resources at runtime.
ResourceFilePropertyDescriptor(String, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor
Constructs a resource descriptor with standard read/write method names
ResourceFilePropertyDescriptor(String, Class<?>, String, String) - Constructor for class com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor
Construct a resource descriptor with non-standard read/write method names.
ResourceFilePropertyDescriptor(PropertyDescriptor, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor
Copy a property descriptor.
ResourceFilePropertyDescriptor.TypeHint - Enum in com.streambase.sb.operator.parameter
 
ResourceNotFoundException - Exception in com.streambase.sb.operator
Thrown when an operator tries to get a resource by name, but no such resource exists.
ResourceNotFoundException(String) - Constructor for exception com.streambase.sb.operator.ResourceNotFoundException
Constructor.
ResourceNotFoundException(String, String) - Constructor for exception com.streambase.sb.operator.ResourceNotFoundException
Constructor.
REST_API_V1_CAPABILITIES - Static variable in enum com.streambase.liveview.client.LiveViewClientCapability
 
restartContainer(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
 
restartIsOK - Static variable in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
restartOperators(List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Restart the given Operators on the StreamBase server.
restartQueue - Variable in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
restrictFileHints(String[]) - Method in class com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor
Sets restrictions on the Studio UI used to display a chooser to select a resource file.
resubscribe(String, String, String) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
resubscribe(StreamProperties, String, String) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
resubscribe(String, String, String) - Method in class com.streambase.sb.client.StreamBaseClient
Resubscribe to a stream with a predicate.
resubscribe(StreamProperties, String, String) - Method in class com.streambase.sb.client.StreamBaseClient
Resubscribe to a stream with a predicate.
resultIterator - Variable in class com.streambase.sb.monitor.Snapshot
 
resume(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Resume a container in a StreamBase server
resume() - Method in class com.streambase.sb.operator.Operator
resume() is called when an operator starts or resumes execution, before any registered runnables are started or resumed.
resumed() - Method in class com.streambase.sb.operator.Operator
resumed() is called after all registered runnables of the operator have started or resumed.
resumeObject() - Method in interface com.streambase.sb.operator.Operator.SharedObject
Resume the SharedObject.
resumeOperators(List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Resume the given Operators on the StreamBase server
reverse() - Method in enum com.streambase.liveview.client.OrderDefinition.Direction
 
reverse() - Method in class com.streambase.liveview.client.OrderDefinition
Produce an OrderDefinition that is the exact opposite of this OrderDefinition.
roughFailover(LiveViewConnectionControl) - Method in class com.streambase.liveview.client.MultiConnectionListener.MultiConnectionListenerBase
 
roughFailover(LiveViewConnectionControl) - Method in interface com.streambase.liveview.client.MultiConnectionListener
This will be called if the current server has failed and there is no other server currently connected to fail over to.
RowConsumer - Interface in com.streambase.sb.operator
Interface for consumers of table rows.
RuleCase - Class in com.streambase.liveview.client.dynamictables
A RuleCase represents one case for a FieldRule, with a test, a list of assignments for an insert operation, and a list of assignments for an update operation.
RuleCase() - Constructor for class com.streambase.liveview.client.dynamictables.RuleCase
 
run() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Read and process monitor snapshots from sbd.
run() - Method in class com.streambase.sb.operator.Operator.OperatorThread
Run method of this operator thread.
run(CompleteDataType, String) - Method in class com.streambase.sb.SchemaUtil.SchemaTraversal
 
run(Schema, String) - Method in class com.streambase.sb.SchemaUtil.SchemaTraversal
run the schema visitor

S

sameFieldsAs(Schema) - Method in class com.streambase.sb.Schema
Returns true if this schema has the same field types and names in the same order as another Schema.
sameFieldTypes(Schema) - Method in class com.streambase.sb.Schema
Returns true if this schema has the same field types in the same order as another Schema
SavedWorkspaces() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.SavedWorkspaces
 
saveLVConf(String, LiveviewConfiguration, boolean) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
SBBeanInfo - Interface in com.streambase.sb.operator.parameter
BeanInfos of StreamBase adapters should consider implementing this interface to gain better handling of property errors.
SBExpressionPropertyDescriptor - Class in com.streambase.sb.operator.parameter
A property descriptor that allows a user to define a property that supports StreamBase expressions.
SBExpressionPropertyDescriptor(String, Class<?>, String, String, int) - Constructor for class com.streambase.sb.operator.parameter.SBExpressionPropertyDescriptor
Construct a property descriptor with non-standard read/write method names.
SBExpressionPropertyDescriptor(String, Class<?>, int) - Constructor for class com.streambase.sb.operator.parameter.SBExpressionPropertyDescriptor
Construct a property descriptor.
SBExpressionPropertyDescriptor(PropertyDescriptor, Class<?>, int) - Constructor for class com.streambase.sb.operator.parameter.SBExpressionPropertyDescriptor
Copy a property descriptor.
SBExpressionPropertyType - Annotation Type in com.streambase.sb.operator.parameter
A Java annotation to be used on the getter method associated with a SBExpressionPropertyDescriptor whose type is "non-simple" (e.g., a list or tuple type).
sbMonitor - Variable in class com.streambase.sb.monitor.Snapshot
 
SBPropertyDescriptor - Class in com.streambase.sb.operator.parameter
PropertyDescriptor subclass used by StreamBase operators and adapters to describe a property.
SBPropertyDescriptor(String, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Construct a property descriptor.
SBPropertyDescriptor(String, Class<?>, String, String) - Constructor for class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Construct a property descriptor with non-standard read/write method names.
SBPropertyDescriptor(PropertyDescriptor, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Copy a property descriptor.
SBPropertyDescriptor.SingleValueSetter - Class in com.streambase.sb.operator.parameter
This abstract specialization of Setter assumes that the property type will have a single value (which currently accounts for all property types except string lists).
SBServerManager - Interface in com.streambase.sb.unittest
SBServerManager provides control and access to a StreamBase server.
SBSimpleBeanInfo - Class in com.streambase.sb.operator.parameter
SimpleBeanInfo subclass used by StreamBase operators and adapters to provide the set of properties available by the operator or adapter.
SBSimpleBeanInfo() - Constructor for class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
 
SBTestEnvironment - Interface in com.streambase.sb.unittest
This interface is not expected to be implemented by end-users.
scheduleRunnable(Date, Runnable) - Method in class com.streambase.sb.operator.Operator
Schedules a Runnable object to be run at some future point as part of the same parallel region as this Operator.
SCHEMA - Static variable in class com.streambase.sb.EntityType
Represents a StreamBase schema.
Schema - Class in com.streambase.sb
Represents a StreamBase schema as a list of Schema.Fields, and should be used to create Tuple objects.
Schema(String, List<Schema.Field>) - Constructor for class com.streambase.sb.Schema
Create a new schema from a list of Schema.Field
Schema(Element) - Constructor for class com.streambase.sb.Schema
Construct a Schema from an XMLElement
Schema(String) - Constructor for class com.streambase.sb.Schema
Construct a Schema out of XML represented as a String
Schema(String, Schema.Field...) - Constructor for class com.streambase.sb.Schema
Construct a Schema out of a list of Schema.Field
Schema(String, String, Schema.Field...) - Constructor for class com.streambase.sb.Schema
Construct a Schema out of a list of Schema.Field
Schema(String, Schema) - Constructor for class com.streambase.sb.Schema
Construct a Schema with a new name from another schema
Schema(Schema) - Constructor for class com.streambase.sb.Schema
Construct a Schema from another schema
Schema.Field - Class in com.streambase.sb
Information (name, type, and optionally size) about a field in a Schema.
SchemaMismatchException - Exception in com.streambase.sb
 
SchemaMismatchException(LocatedItem, String, Schema, Schema) - Constructor for exception com.streambase.sb.SchemaMismatchException
 
SchemaTraversal() - Constructor for class com.streambase.sb.SchemaUtil.SchemaTraversal
 
SchemaUtil.CoercionOptions - Enum in com.streambase.sb
 
SchemaUtil.CopyOptions - Enum in com.streambase.sb
Options used when copying Schemas
SchemaUtil.FieldConflictException - Exception in com.streambase.sb
 
SchemaUtil.SchemaProvider - Interface in com.streambase.sb
 
SchemaUtil.SchemaTraversal<T extends java.lang.Exception> - Class in com.streambase.sb
a class that can be used to traverse all nested schemas in a schema
SchemaValidationException - Exception in com.streambase.sb
Exception to indicate validation failures
SchemaValidationException(Location, String, String) - Constructor for exception com.streambase.sb.SchemaValidationException
 
SCORE_FAIL - Static variable in class com.streambase.sb.CompleteDataType
 
SCORE_PASS - Static variable in class com.streambase.sb.CompleteDataType
 
SECONDARY_HOST_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used for secondary host name.
SECONDARY_PORT_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used for secondary port name.
secondaryConnectionLost(LiveViewConnectionControl) - Method in class com.streambase.liveview.client.MultiConnectionListener.MultiConnectionListenerBase
 
secondaryConnectionLost(LiveViewConnectionControl) - Method in interface com.streambase.liveview.client.MultiConnectionListener
This will be called when one of the secondary connections has been lost.
secs(long, long) - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the following type and # of seconds
secs(long, double) - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the following type and # of seconds
SemanticValidationException - Exception in com.streambase.sb
 
SemanticValidationException(String, ApplicationValidationException) - Constructor for exception com.streambase.sb.SemanticValidationException
 
SemanticValidationException(LocatedItem, String, Throwable) - Constructor for exception com.streambase.sb.SemanticValidationException
 
SemanticValidationException(LocatedItem, String) - Constructor for exception com.streambase.sb.SemanticValidationException
 
SemanticValidationException(LocatedItem, Throwable) - Constructor for exception com.streambase.sb.SemanticValidationException
 
SendEmailAction - Interface in com.streambase.liveview.client.alert
Causes an email to be sent when this alert is triggered.
sendErrorOutput(String) - Method in class com.streambase.sb.operator.Operator
Send an error tuple from this operator's error port.
sendErrorOutput(Throwable) - Method in class com.streambase.sb.operator.Operator
Send an exception via the error output port
sendErrorOutput(Throwable, int, Tuple) - Method in class com.streambase.sb.operator.Operator
Send an exception via the error output port
sendOutput(int, Tuple) - Method in class com.streambase.sb.operator.Operator
Enqueue a Tuple to be sent synchronously to downstream operators.
sendOutput(int, List<Tuple>) - Method in class com.streambase.sb.operator.Operator
Enqueue a List of Tuples to be sent synchronously to downstream operators.
sendOutputAsync(int, Tuple) - Method in class com.streambase.sb.operator.Operator
Enqueue a Tuple to be sent asynchronously to downstream operators.
sendOutputAsync(int, List<Tuple>) - Method in class com.streambase.sb.operator.Operator
Enqueue a List of Tuples to be sent asynchronously to downstream operators.
SENDTUPLE_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
SendTupleAction - Interface in com.streambase.liveview.client.alert
An action which will send a Tuple to a named InputStream
sendTupleAction(StreamBaseURI, String, Tuple, String, Schema, long, TimeUnit) - Method in interface com.streambase.liveview.client.LiveViewConnection
Sends a tuple to an existing StreamBase application.
SendTupleInfo - Class in com.streambase.liveview.client
 
SendTupleInfo(StreamBaseURI, String, String, Schema, Schema) - Constructor for class com.streambase.liveview.client.SendTupleInfo
 
SeparatelyTransmittedExtendedKeys() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.SeparatelyTransmittedExtendedKeys
 
serialize(ByteOrderedDataOutput) - Method in class com.streambase.sb.Tuple
Serialize this tuple into a ByteOrderedDataOutput
serialize(ByteOrderedDataOutput, int) - Method in class com.streambase.sb.Tuple
Serialize this tuple into a ByteOrderedDataOutput while specifing the tupleId.
SERVER_CONF_PATH - Static variable in class com.streambase.sb.unittest.UnitTestProperties
A path to a .sbconf file for the test system.
ServerManagerFactory - Class in com.streambase.sb.unittest
Contains static methods for creating concrete SBServerManager
ServerUtilityDataProvider - Interface in com.streambase.liveview.client.serverdatautility
The Interface provides methods to fetch server utility data
setActive(boolean) - Method in interface com.streambase.liveview.client.LiveViewConnectionControl
If a connection is set to be inactive, it will stop attempting to connect to the server.
setAggregateQuery(QueryConfig) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method sets the aggregate query for the table.
setAlertKey(String) - Method in interface com.streambase.liveview.client.alert.PublishAlertAction
Sets the value of the alertKey property.
setAlertQueryConfig(QueryConfig) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the alertQueryConfig property.
setAlertRecipient(String) - Method in interface com.streambase.liveview.client.alert.PublishAlertAction
Sets the value of the alertRecipient property.
setAlertRule(AlertRule) - Method in interface com.streambase.liveview.client.alert.AlertManager
Adds if it does not previously exist, or overwrites if it does (matching by id), the given alert rule onto the server.
setAlertType(AlertRule.Type) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of alertTypeproperty
setApproximateSnapshotOrder(OrderDefinition) - Method in class com.streambase.liveview.client.QueryConfig
Return the snapshot part of the query in this approximate order, subject to parallel scan interleaving.
setAssociateFieldPicker(boolean) - Method in class com.streambase.sb.operator.parameter.UIHints
For String[] properties only, instructs Studio to display a schema field picker.
setBlobBuffer(String, ByteArrayView) - Method in class com.streambase.sb.Tuple
Set a named blob field to a copy of a specified blob.
setBlobBuffer(int, ByteArrayView) - Method in class com.streambase.sb.Tuple
Set the blob field at a specified field index to a copy of a specified blob.
setBlobBuffer(Schema.Field, ByteArrayView) - Method in class com.streambase.sb.Tuple
Set a specified blob field to a copy of a specified blob.
setBody(String) - Method in interface com.streambase.liveview.client.alert.SendEmailAction
Sets the value of the body property.
setBoolean(String, boolean) - Method in class com.streambase.sb.Tuple
Set a named boolean field to a specified value.
setBoolean(int, boolean) - Method in class com.streambase.sb.Tuple
Set the boolean field at a specified field index to a specified value.
setBoolean(Schema.Field, boolean) - Method in class com.streambase.sb.Tuple
Set a named boolean field to a specified value.
setCapabilities(EnumSet<LiveViewClientCapability>) - Method in class com.streambase.liveview.client.ConnectionConfig
Set the ClientCapabilities that are supported by this client.
setCapture(Schema.Field, Tuple) - Method in class com.streambase.sb.Tuple
Set a specified capture field to a copy of a specified tuple.
setCapture(String, Tuple) - Method in class com.streambase.sb.Tuple
Set a specified capture field to a copy of a specified tuple.
setCapture(int, Tuple) - Method in class com.streambase.sb.Tuple
Set a specified capture field to a copy of a specified tuple.
setCaptureStrategy(CaptureTransformStrategy) - Method in class com.streambase.sb.operator.Operator
Set the capture transform strategy to use for the inputs and outputs of this Operator.
setClazz(String) - Method in interface com.streambase.liveview.client.alert.ExecuteJavaAction
Sets the value of the clazz property.
setClientCapabilities(EnumSet<LiveViewClientCapability>) - Method in class com.streambase.liveview.client.MultiConnectionConfig
Declare your client capabilities to be something less than the current default.
setCommand(String) - Method in interface com.streambase.liveview.client.alert.ExecuteOSCommandAction
Sets the value of the command property.
setCompress(boolean) - Method in class com.streambase.liveview.client.ConnectionConfig
Enable or disable compression on this connection
setConnectionMode(ConnectionMode) - Method in class com.streambase.liveview.client.MultiConnectionConfig
 
setConnectionMonitor(ProgressMonitor) - Method in class com.streambase.liveview.client.ConnectionConfig
Sets the monitor to use by the api
setConnectionStatus(ConnectionStatus, String) - Method in class com.streambase.sb.client.StreamBaseClient
 
setCronString(String) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the cronString property which is a cron expression.
setDefaultCase(RuleCase) - Method in class com.streambase.liveview.client.dynamictables.FieldRule
 
setDeletePredicate(String) - Method in interface com.streambase.liveview.client.alert.IssueDeleteQueryAction
Sets the value of the deletePredicate property.
setDeprecated(boolean) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Set whether the property is deprecated.
setDequeueQueue(DequeueResultsQueue) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
setDequeueResultInterceptor(DequeueResult.Interceptor) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
setDequeueResultInterceptor(DequeueResult.Interceptor) - Method in class com.streambase.sb.client.StreamBaseClient
Set the dequeue results interceptor for this client connection.
setDescription(String) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the description property.
setDescription(String) - Method in interface com.streambase.liveview.client.alert.AlertRuleAction
Set the Description text
setDescription(String) - Method in class com.streambase.liveview.client.dynamictables.FieldRule
 
setDescription(String) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method helps in setting the description for the table using this Table Configuration.
setDescription(String) - Method in class com.streambase.liveview.client.QueryConfig
Configure the description for this query
setDescription(String) - Method in class com.streambase.sb.Schema.Field
Sets this field's description.
setDescription(String) - Method in class com.streambase.sb.Schema
Sets this schema's description.
setDisplayDescription(String) - Method in class com.streambase.sb.operator.Operator
Set a description for this type of Operator.
setDisplayName(String) - Method in class com.streambase.sb.operator.Operator
The display name is the String that's shown in the Operator Name field of the Properties view, and in the detailed text for this operator in the Palette view's Details mode.
setDouble(String, double) - Method in class com.streambase.sb.Tuple
Set a named double field to a specified value.
setDouble(int, double) - Method in class com.streambase.sb.Tuple
Set the double field at a specified field index to a specified value.
setDouble(Schema.Field, double) - Method in class com.streambase.sb.Tuple
Set a named double field to a specified value.
setDynamicVariable(String, Object) - Method in class com.streambase.sb.client.StreamBaseClient
Set the given dynamic variable to a new value
setDynamicVariable(String, Object) - Method in class com.streambase.sb.operator.Operator
Sets the value of this module's dynamic variable.
setEnabled(boolean) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the enabled property.
setEnabled(boolean) - Method in interface com.streambase.liveview.client.alert.AlertRuleAction
Set the enabled state for this action.
setEnabled(String, boolean) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
Change the enabled state of an existing table.
setEnabled(String, boolean) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
setException(LiveViewException) - Method in class com.streambase.liveview.client.DynamicTableState
 
setExitStatusTimeoutMS(long) - Method in class com.streambase.sb.client.ClientSettings
ExitStatusTimeoutMS is used as a timeout for how long the client should wait to get the client's exit status from the server.
setField(String, Object) - Method in class com.streambase.sb.Tuple
Set the named field to a specified value.
setField(String, Object, CSV.FormatInfo) - Method in class com.streambase.sb.Tuple
Set the field at a specified field name to a specified boxed value.
setField(int, Object) - Method in class com.streambase.sb.Tuple
Set the field at a specified field index to a specified boxed value.
setField(Schema.Field, Object) - Method in class com.streambase.sb.Tuple
Set a specified field to a specified boxed value.
setField(Schema.Field, Object, CSV.FormatInfo) - Method in class com.streambase.sb.Tuple
Set the field at a specified field name to a specified boxed value.
setFieldName(String) - Method in class com.streambase.liveview.client.dynamictables.Assignment
 
setFields(Map<String, Object>) - Method in class com.streambase.sb.Tuple
Takes a map of field names and values as Objects and sets the corresponding tuple field with the supplied value.
setFilter(String) - Method in class com.streambase.liveview.client.dynamictables.FilteredTableAlias
 
setFormatter(String) - Method in class com.streambase.liveview.client.dynamictables.FilteredTableAlias
 
setFunction(int, Function) - Method in class com.streambase.sb.Tuple
Set a specified function field to the given Function
setFunction(String, Function) - Method in class com.streambase.sb.Tuple
Set a specified function field to the given Function
setFunction(Schema.Field, Function) - Method in class com.streambase.sb.Tuple
Set a specified function field to the given Function
setGroupByExprs(String...) - Method in class com.streambase.liveview.client.QueryConfig
Configure group-by
setGroupByExprs(List<String>) - Method in class com.streambase.liveview.client.QueryConfig
Configure group-by
setHaving(String) - Method in class com.streambase.liveview.client.QueryConfig
Set the having filter, 'HAVING' clause
setIncludeInternal(boolean) - Method in class com.streambase.liveview.client.QueryConfig
set to make this query include internal fields, regardless of the state of includeInternal property if false, use the property (which is set by the URI when connecting)
setIndices(List<List<String>>) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method is used to set the Indices for the table being configured.
setInputStream(String) - Method in interface com.streambase.liveview.client.alert.SendTupleAction
Sets the value of the inputStream property.
setInputStreams(List<String>) - Method in class com.streambase.liveview.client.serverdatautility.StreambaseStreams
 
setInsertInitialValue(String) - Method in class com.streambase.liveview.client.dynamictables.Variable
 
setInt(String, int) - Method in class com.streambase.sb.Tuple
Set the named int field to a specified value.
setInt(int, int) - Method in class com.streambase.sb.Tuple
Set the int field at a specified field index to a specified value.
setInt(Schema.Field, int) - Method in class com.streambase.sb.Tuple
Set a specified int field to a specified value.
setIsValid(boolean) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the status property.
setLeadershipStatus(Constants.LeadershipStatus) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Set the leadership status of the server.
setLimit(int) - Method in class com.streambase.liveview.client.QueryConfig
Deprecated.
setLinkedPropertyNames(String...) - Method in class com.streambase.sb.operator.parameter.ConfigurationChooserPropertyDescriptor
Declare property names that are being used in the XPath expression as variables
setList(String, List<?>) - Method in class com.streambase.sb.Tuple
Set a named list field to a copy of a specified value.
setList(int, List<?>) - Method in class com.streambase.sb.Tuple
Set the list field at a specified field index to a copy of the specified value.
setList(Schema.Field, List<?>) - Method in class com.streambase.sb.Tuple
Set a specified list field to a copy of a specified value.
setListener(ConnectionListener) - Method in class com.streambase.liveview.client.ConnectionConfig
Set the connection listener
setListener(MultiConnectionListener) - Method in class com.streambase.liveview.client.MultiConnectionConfig
 
setLogLevel(Logger, String) - Static method in class com.streambase.sb.operator.Operator
Sets the log level of the given logger.
setLogLevel(Logger, Operator.LogLevel) - Static method in class com.streambase.sb.operator.Operator
Sets the log level of the given logger.
setLong(String, long) - Method in class com.streambase.sb.Tuple
Set a named long field to a specified value.
setLong(int, long) - Method in class com.streambase.sb.Tuple
Set the long field at a specified field index to a specified value.
setLong(Schema.Field, long) - Method in class com.streambase.sb.Tuple
Set a specified long field to a specified value.
setLvUri(String) - Method in interface com.streambase.liveview.client.alert.LVPublishAlertAction
Sets the value of the lvUri property.
setMaskStringDisplay(boolean) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
setMaskStringDisplay(boolean) - Method in class com.streambase.sb.operator.parameter.UIHints
Sets the mask hint, applicable to String property types.
setMaxRandomReconnectDelaySeconds(int) - Method in class com.streambase.liveview.client.MultiConnectionConfig
When any connection with queries is lost, The LiveViewMultiConnection will wait a random amount of time from 0 to this value in seconds before trying to reconnect those queries to another server.
setMaxResultSetSize(int) - Method in class com.streambase.liveview.client.QueryConfig
Configure the row limit.
setMaxTuplesInDequeueQueue(int) - Method in class com.streambase.sb.client.ClientSettings
The dequeue thread stores tuples to be dequeued by a client in a queue.
setMessageTemplate(String) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the messageTemplate property.
setMessageTemplate(String) - Method in interface com.streambase.liveview.client.alert.PublishAlertAction
Sets the value of the messageTemplate property.
setMultiLine(int) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
setName(String) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the name property.
setName(String) - Method in class com.streambase.liveview.client.dynamictables.Variable
 
setName(String) - Method in class com.streambase.liveview.client.QueryConfig
 
setNowImpl(NowImplementation) - Method in class com.streambase.sb.unittest.BaseTestEnvironment
 
setNowImpl(NowImplementation) - Method in interface com.streambase.sb.unittest.SBTestEnvironment
Set the current implementation of now() function
setNull(String) - Method in class com.streambase.sb.Tuple
Set a named field to null.
setNull(int) - Method in class com.streambase.sb.Tuple
Set the field at a specified field index to null.
setNull(Schema.Field) - Method in class com.streambase.sb.Tuple
Set the specified field to null
setNumLines(int) - Method in class com.streambase.sb.operator.parameter.UIHints
Sets the number of lines to display this property as, applicable to String property types.
setOpenTimeoutMS(long) - Method in class com.streambase.sb.client.ClientSettings
OpenTimeoutMS is used as a timeout value for opening a binary connection between the client and server.
setOperatorProperty(String, String, String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
On the given Operator, set the given property to the given value.
setOutputSchema(int, Schema) - Method in class com.streambase.sb.operator.Operator
Sets the output schema for the given output port (port #'s are zero based).
setOutputStreams(List<String>) - Method in class com.streambase.liveview.client.serverdatautility.StreambaseStreams
 
setOwner(String) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the owner property.
setOwner(String) - Method in class com.streambase.liveview.client.QueryConfig
 
setParameters(Parameterizable) - Method in class com.streambase.sb.operator.Operator
Sets the Java Bean that holds the user-configurable parameters visible in the StreamBase Studio Properties View of this operator.
setPassword(String) - Method in class com.streambase.liveview.client.ConnectionConfig
Set the password to connect with
setPersistedVersion(Integer) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the persistedVersion property.
setPersistenceFolder(String) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method is used to set the persistent folder where this table will be persisted.
setPersistenceRestoreDataOnStart(boolean) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The method sets the boolean flag which if true, recovers the data is to be restored after the table is restarted.
setPivotAggExpr(String) - Method in class com.streambase.liveview.client.QueryConfig
Set the pivot aggregate expressions, 'PIVOT' clause
setPivotField(String) - Method in class com.streambase.liveview.client.QueryConfig
Set the pivot 'FOR' clause
setPivotQuery(String, String, String, String, String...) - Method in class com.streambase.liveview.client.QueryConfig
Configure the pivot query
setPivotValues(String) - Method in class com.streambase.liveview.client.QueryConfig
Set the pivot 'VALUES' clause
setPortHints(int, int) - Method in class com.streambase.sb.operator.Operator
Used to tell StreamBase Studio how many ports to draw on the Java Operator when the operator is drawn in the IDE's canvas.
setPredicate(String) - Method in class com.streambase.liveview.client.QueryConfig
Configure the predicate
setPredicate(String, int) - Method in class com.streambase.liveview.client.QueryConfig
Configure the predicate
setPrimaryIndex(String...) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method is used to set the Primary Indexes from the list of fields passed to this method.
setProposals(String...) - Method in class com.streambase.sb.operator.parameter.UIHints
Set string proposals that will be offered to the user when editing an associated String property
setQuery(String, String) - Method in class com.streambase.liveview.client.QueryConfig
Configure the table to query and predicate
setQuery(List<Schema.Field>, String, String) - Method in class com.streambase.liveview.client.QueryConfig
Configure the table to query, the predicate and the result fields
setQuery(List<Schema.Field>, String, String, int) - Method in class com.streambase.liveview.client.QueryConfig
Configure the table to query, the predicate and the result fields using a specified row limit
setQuery(List<Schema.Field>, String, String, int, long) - Method in class com.streambase.liveview.client.QueryConfig
Configure the table to query, the predicate and the result fields using a specified row limit and row delay
setQuery(Query) - Method in class com.streambase.liveview.client.SnapshotQueryListener
 
setQueryString(String) - Method in class com.streambase.liveview.client.QueryConfig
Configure the query using a single string, SQL-like syntax.
setQueryType(LiveViewQueryType) - Method in class com.streambase.liveview.client.QueryConfig
Configure the query type.
setQuiescence(int) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the quiescence property.
setQuiescentLimit(long) - Method in class com.streambase.sb.client.StreamBaseClient
If more then timeoutMS milliseconds elapse without receiving data or a heart beat from the server, the client will close.
setQuiescentTimeoutMS(long) - Method in class com.streambase.sb.client.ClientSettings
QuiescentTimeoutMS is a timeout value that is used to determine how long a client's binary) connection will wait for a heartbeat message from a server.
setRealQuery(Query) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
setReconnectSleepMS(long) - Method in class com.streambase.sb.client.ClientSettings
How long will a client wait between reconnect attempts when in HA mode
setRequired(boolean) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Set whether the property is required.
setRetryIntervalMillis(long) - Method in class com.streambase.liveview.client.MultiConnectionConfig
This is the wait between retry attempts.
setReuseTuple(boolean) - Method in class com.streambase.sb.operator.Operator
Allow/disallow the runtime to reuse tuples on operator input.
setRowDeleteRule(String) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The rowDeleteRule to set is a gateway for row to be published.
setRuntimeEnv(Object) - Method in class com.streambase.sb.operator.AggregateWindow
Called by internal streambase code to set the runtime environment
setRuntimeParam(String, String, String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Set a runtime parameter on one, or all, operators.
setSaveInProject(boolean) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The method is used to set the boolean value for the saveInProject flag, which is responsible for saving the tables to start even after the restart of Liveview server.
setSbUri(String) - Method in interface com.streambase.liveview.client.alert.SendTupleAction
Sets the value of the sbUri property.
setSchema(String) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method is used to set the schema for the table being configured.
setSchema(Schema) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method is used to set the schema for the table being configured.
setSchema(Schema) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
setSelectExprs(String...) - Method in class com.streambase.liveview.client.QueryConfig
Configure the result fields
setSelectExprs(List<String>) - Method in class com.streambase.liveview.client.QueryConfig
Configure the result fields
setSelectFields(Schema.Field...) - Method in class com.streambase.liveview.client.QueryConfig
Configure the result fields
setSelectFields(List<Schema.Field>) - Method in class com.streambase.liveview.client.QueryConfig
Configure the result fields
setSeverity(int) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the severity property.
setShortDescription(String) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The shortDescription of the table to be set with Table Configuration.
setShortDisplayName(String) - Method in class com.streambase.sb.operator.Operator
The short display name is the String displayed by Studio as the name of this operator in the Palette view, and above the operator in the EventFlow canvas.
setSnapshotConcurrency(int) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
Snapshot concurrency specifies the number of extra threads used to service the snapshot portion of queries.
setSnapshotParallelism(int) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The snapshotParallelism value to set to enable data regions equal to the input value.
setSocketKeepAlive(boolean) - Method in class com.streambase.sb.client.ClientSettings
Set SO_KEEPALIVE
setStartThread(Thread) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
setStatus(TableProviderStatus) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
setStatusMessage(String) - Method in interface com.streambase.liveview.client.alert.AlertRule
Sets the value of the statusMessage property.
setStatusMessage(String) - Method in class com.streambase.liveview.client.DynamicTableState
 
setString(String, CharSequence) - Method in class com.streambase.sb.Tuple
Set a named field to a specified value.
setString(int, CharSequence) - Method in class com.streambase.sb.Tuple
Set the string field at a specified field index to a specified value.
setString(Schema.Field, CharSequence) - Method in class com.streambase.sb.Tuple
Set a specified string field to a specified value.
setSubject(String) - Method in interface com.streambase.liveview.client.alert.SendEmailAction
Sets the value of the subject property.
setSuspendBehavior(int) - Method in class com.streambase.sb.operator.Operator
Set the suspend behavior of this Operator.
setTab(String) - Method in class com.streambase.sb.operator.parameter.UIHints
Sets the tab name hint.
setTable(String) - Method in interface com.streambase.liveview.client.alert.IssueDeleteQueryAction
Sets the value of the table property.
setTable(String) - Method in class com.streambase.liveview.client.QueryConfig
Configure the table to query
setTableColumnNames(String...) - Method in class com.streambase.sb.operator.parameter.UIHints
Set column names to use for properties displayed in a user interface Table
setTableDeleteRule(String) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
Deprecated. 
setTableDeleteRules(List<String>) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
The tableDeleteRule to set specifies a condition when the rows present in this table are to be deleted.
setTableName(String) - Method in interface com.streambase.liveview.client.alert.LVPublishAlertAction
Sets the value of the tableName property.
setTablename(String) - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method is used to set the name of the table to this Table Configuration
setTableStatus(Table.TableStatus) - Method in class com.streambase.liveview.client.DynamicTableState
 
setTcpNoDelay(boolean) - Method in class com.streambase.sb.client.ClientSettings
Set TCP_NODELAY
setTest(String) - Method in class com.streambase.liveview.client.dynamictables.RuleCase
 
setTextFont(UIHints.TextFontHint) - Method in class com.streambase.sb.operator.parameter.UIHints
Set the desired font hint for text-field-like controls
setTextWidth(UIHints.TextWidthHint) - Method in class com.streambase.sb.operator.parameter.UIHints
Set the desired width hint for text-field-like controls
setTimeForTableStartDrop(Long) - Method in class com.streambase.liveview.client.DynamicTableState
 
setTimeout(int) - Method in class com.streambase.liveview.client.LiveResult
setTimeout limits the amount of time to wait for the snapshot to complete.
setTimeout(long, TimeUnit) - Method in class com.streambase.sb.unittest.Expecter
Set the timeout that the expector should assume for each call to expect*()
setTimeoutMillis(long) - Method in class com.streambase.liveview.client.MultiConnectionConfig
The amount of time to consider a connection attempt failed.
setTimePredicateInMillis(long) - Method in class com.streambase.liveview.client.QueryConfig
Set the time predicate.
setTimeService(TimeService) - Method in interface com.streambase.sb.unittest.SBServerManager
Set a TimeService for the StreamBase Server managed by this Manager.
setTimestamp(String, Timestamp) - Method in class com.streambase.sb.Tuple
Set a named timestamp field to a specified value.
setTimestamp(int, Timestamp) - Method in class com.streambase.sb.Tuple
Set the timestamp field at a specified field index to a specified value.
setTimestamp(Schema.Field, Timestamp) - Method in class com.streambase.sb.Tuple
Set a named timestamp field to a specified value.
setTimeWindow(String, String, String) - Method in class com.streambase.liveview.client.QueryConfig
Configures this query as a time-windowed query, using the given start and end time expressions, against the given timestamp field from the target table.
setTopN(OrderDefinition, int) - Method in class com.streambase.liveview.client.QueryConfig
Return only the top N results according to the order definition.
setTuple(String, Tuple) - Method in class com.streambase.sb.Tuple
Set a named nested tuple field to a specified tuple.
setTuple(int, Tuple) - Method in class com.streambase.sb.Tuple
Set a specified nested tuple field to that of the specified tuple.
setTuple(Schema.Field, Tuple) - Method in class com.streambase.sb.Tuple
Set a specified nested tuple field to that of the specified tuple NOTE: A copy of the the tuple may be made to convert the given tuple to the appropriate internal representation.
setTuple(Tuple, Object, boolean) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON object
setTuple(Tuple, Object, boolean, String) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON object
setTuple(Tuple, Object, boolean, String, boolean) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON object
setTupleFromJSON(Tuple, String) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON string
setTupleFromJSON(Tuple, String, String) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON string
setTupleFromJSON(Tuple, String, String, boolean) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON string
setTupleFromJSONLoose(Tuple, String) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON string.
setTupleFromJSONLoose(Tuple, String, String) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON string.
setTupleFromJSONLoose(Tuple, String, String, boolean) - Static method in class com.streambase.sb.TupleJSONUtil
Set the fields of a tuple based on the contents of a JSON string.
setType(DataType) - Method in class com.streambase.liveview.client.dynamictables.Variable
 
setUIHints(UIHints) - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Associate a UIHints object with this property, providing StreamBase Studio with additional layout and display information for this property.
setUpdateInitialValue(String) - Method in class com.streambase.liveview.client.dynamictables.Variable
 
setUri(String) - Method in class com.streambase.liveview.client.ConnectionConfig
Set the uri to connect with.
setUsername(String) - Method in class com.streambase.liveview.client.ConnectionConfig
Set the username to connect with
setValue(String) - Method in class com.streambase.liveview.client.dynamictables.Assignment
 
setValues(String[]) - Method in class com.streambase.sb.operator.parameter.EnumPropertyDescriptor
Set the list of allowable values for the property.
setVariableName(String) - Method in class com.streambase.liveview.client.dynamictables.Assignment
 
setWriteTimeoutMS(long) - Method in class com.streambase.sb.client.ClientSettings
WriteTimeoutMS is used as a timeout for write operations in a binary connection between the client and server.
setXmlRpcTimeoutMS(long) - Method in class com.streambase.sb.client.ClientSettings
XmlrpcTimeoutMS is used as a timeout for XMLRPC requests to the server.
SHORT_DESCRIPTION_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
shouldRun() - Method in class com.streambase.sb.operator.Operator.OperatorThread
Implement state request responses of this operator thread.
shouldRun() - Method in class com.streambase.sb.operator.Operator
Return whether or not calling operator thread is enabled and should continue running.
shutdown() - Method in interface com.streambase.liveview.server.table.plugin.TableProvider
When this is called, you should close threads and do whatever else is necessary to clean up.
shutdown() - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
shutdown() - Method in class com.streambase.liveview.server.table.plugin.TestTableProvider
 
shutdown() - Method in class com.streambase.sb.client.StreamBaseAdminClient
Shutdown a StreamBase server
shutdown(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Shutdown a container within a StreamBase server
SHUTDOWN - Static variable in class com.streambase.sb.operator.Operator.OperatorStates
The terminal state of the Operator.
shutdown() - Method in class com.streambase.sb.operator.Operator
shutdown is called by the StreamBase runtime just prior to shutting down this Operator.
shutdownObject() - Method in interface com.streambase.sb.operator.Operator.SharedObject
Shutdown the SharedObject.
shutdownOperators(List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Shut down the given Operators on the StreamBase server.
shutdownServer() - Method in interface com.streambase.sb.unittest.SBServerManager
Shutdown the server, blocking until the server is finished shutting down
shutMeDown() - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
Shut down the associated TableProvider.
shutMeDown() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
SIMPLE_TYPES - Static variable in enum com.streambase.sb.DataType
The types that have no parameterization, just values.
SimpleDequeueResult - Class in com.streambase.sb.client
A simple concrete implementation of DequeueResult, primarily intended for use by implementors of DequeueResult.Interceptor to allow them to construct an alternative DequeueResult.
SimpleDequeueResult(List<Tuple>, StreamProperties, StreamBaseURI, Constants.LeadershipStatus) - Constructor for class com.streambase.sb.client.SimpleDequeueResult
 
SingleValueSetter() - Constructor for class com.streambase.sb.operator.parameter.SBPropertyDescriptor.SingleValueSetter
 
size() - Method in class com.streambase.liveview.client.LiveResult
The size of the result
size() - Method in class com.streambase.sb.operator.Operator
Return the "size" of this operator.
size(boolean) - Method in interface com.streambase.sb.operator.TableAccessor
Return the number of rows in the table
slice(int, int) - Method in class com.streambase.sb.ByteArrayView
Create a new ByteArrayView which wraps a portion of this one NB: no data is copied when doing this
SM_DEFINED - Static variable in interface com.streambase.liveview.client.Table
 
SM_DISCOVERD_AT_START - Static variable in interface com.streambase.liveview.client.Table
 
SM_DYANAMICALLY_ADDED - Static variable in interface com.streambase.liveview.client.Table
 
SM_FILTERED_TABLE_DISCOVERED_AT_START_TIME - Static variable in interface com.streambase.liveview.client.Table
 
SM_FILTERED_TABLE_DYNAMICALLY_ADDED - Static variable in interface com.streambase.liveview.client.Table
 
SM_FILTERED_TABLE_ERROR_PREDICATE_VALIDATION - Static variable in interface com.streambase.liveview.client.Table
 
SM_LOADING - Static variable in interface com.streambase.liveview.client.Table
 
SM_REMOVING - Static variable in interface com.streambase.liveview.client.Table
 
SM_TABLE_CONTAINER_MISSING - Static variable in interface com.streambase.liveview.client.Table
 
smoothFailover(LiveViewConnectionControl, LiveViewConnectionControl) - Method in class com.streambase.liveview.client.MultiConnectionListener.MultiConnectionListenerBase
 
smoothFailover(LiveViewConnectionControl, LiveViewConnectionControl) - Method in interface com.streambase.liveview.client.MultiConnectionListener
This will be called if the current server has failed, but there is already another server ready to fail over to.
snapshot(List<TupleAddedEvent>, boolean) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
This batch method is called one or more times for snapshot results.
Snapshot - Class in com.streambase.sb.monitor
Stores a snapshot of information from a StreamBase application.
Snapshot(StreamBaseMonitor, boolean) - Constructor for class com.streambase.sb.monitor.Snapshot
 
Snapshot.Source - Interface in com.streambase.sb.monitor
 
Snapshot.Status - Enum in com.streambase.sb.monitor
 
snapshotBegin(BeginSnapshotEvent) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
Event to indicate the start of the result snapshot.
snapshotBegin(BeginSnapshotEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event to indicate the start of the result snapshot.
snapshotBegin(BeginSnapshotEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
Event to indicate the start of the result snapshot.
snapshotBegin(BeginSnapshotEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
 
snapshotBegin(BeginSnapshotEvent) - Method in class com.streambase.liveview.client.LiveResult
Event to indicate the start of the result snapshot.
snapshotBegin(BeginSnapshotEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event to indicate the start of the result snapshot.
snapshotBegin(BeginSnapshotEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
snapshotBegin(BeginSnapshotEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
Event to indicate the start of the result snapshot.
snapshotEnd(EndSnapshotEvent) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
Event to indicate the query snapshot is complete.
snapshotEnd(EndSnapshotEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event to indicate the query snapshot is complete.
snapshotEnd(EndSnapshotEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
Event to indicate the query snapshot is complete.
snapshotEnd(EndSnapshotEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
 
snapshotEnd(EndSnapshotEvent) - Method in class com.streambase.liveview.client.LiveResult
Event to indicate the query snapshot is complete.
snapshotEnd(EndSnapshotEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event to indicate the query snapshot is complete.
snapshotEnd(EndSnapshotEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
snapshotEnd(EndSnapshotEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
Event to indicate the query snapshot is complete.
SnapshotQueryListener - Class in com.streambase.liveview.client
A Convenience implementation of QueryListener that provides a pull based iterator pattern for iterating over snapshot queries.
SnapshotQueryListener() - Constructor for class com.streambase.liveview.client.SnapshotQueryListener
 
SnapshotQueryListener(int) - Constructor for class com.streambase.liveview.client.SnapshotQueryListener
 
snapshotReceived(Snapshot) - Method in interface com.streambase.sb.monitor.MonitorListener
Called by a StreamBaseMonitor object when it has received a Snapshot.
SnapshotResult - Interface in com.streambase.liveview.client
A blocking iterator pattern for retrieving snapshot only results.
SqlTypecheckException - Exception in com.streambase.sb.operator
 
SqlTypecheckException(String, Throwable) - Constructor for exception com.streambase.sb.operator.SqlTypecheckException
 
start() - Method in interface com.streambase.liveview.server.table.plugin.TableProvider
You should connect to your server successfully before returning from this call.
start() - Method in class com.streambase.liveview.server.table.plugin.TestTableProvider
 
startContainers() - Method in interface com.streambase.sb.unittest.SBServerManager
Start all the containers for this server.
startContainers(Set<String>) - Method in interface com.streambase.sb.unittest.SBServerManager
Start all but the specified containers for this server.
startContainers(Set<String>, boolean) - Method in interface com.streambase.sb.unittest.SBServerManager
Start all but the specified containers for this server
STARTED - Static variable in class com.streambase.sb.operator.Operator.OperatorStates
The Operator has been started; resume() has been called.
startObject() - Method in interface com.streambase.sb.operator.Operator.SharedObject
Start the SharedObject.
startServer() - Method in interface com.streambase.sb.unittest.SBServerManager
Start the server, blocking until the server will accept connections
startTables(String...) - Method in interface com.streambase.liveview.client.TableAdminManager
This will start all the tables in the list and any applications or elements upon which they depend.
startTables(long, TimeUnit, String...) - Method in interface com.streambase.liveview.client.TableAdminManager
Returns a Map, where the key is tableName and the value is DynamicTableState DynamicTableState.
startTables(List<String>) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
STAT_SCHEMA - Static variable in interface com.streambase.sb.Constants
 
STAT_SCHEMA - Static variable in class com.streambase.sb.monitor.StreamBaseMonitor
The stats schema.
STAT_SCHEMA_V3 - Static variable in interface com.streambase.sb.Constants
 
STAT_SCHEMA_V3 - Static variable in class com.streambase.sb.monitor.StreamBaseMonitor
The v3 stats schema.
STAT_STREAM_NAME - Static variable in interface com.streambase.sb.Constants
 
STAT_STREAM_NAME_V3 - Static variable in interface com.streambase.sb.Constants
 
stateChanged(ConnectionStatus, StreamBaseClient, String) - Method in interface com.streambase.sb.client.ConnectionStatusCallback
Called when the connection state changes
StatEncoder(StatsUtil.What, KeyRegistry) - Constructor for class com.streambase.sb.monitor.StatsUtil.StatEncoder
 
StatsUtil.IdentityHelper - Class in com.streambase.sb.monitor
This class manages the identity in client
StatsUtil.IdentityHelper.IdentityUpdater - Interface in com.streambase.sb.monitor
 
StatsUtil.IdentityManager - Class in com.streambase.sb.monitor
This class manages the identity in server
StatsUtil.StatEncoder - Class in com.streambase.sb.monitor
 
StatsUtil.StatEncoder.KeyType - Enum in com.streambase.sb.monitor
 
StatsUtil.What - Enum in com.streambase.sb.monitor
 
statTuples - Variable in class com.streambase.sb.monitor.Snapshot
 
STATUS - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
STATUS_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
STATUS_MESSAGE_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
stopContainers() - Method in interface com.streambase.sb.unittest.SBServerManager
Stop all containers in this server
stopNewSessions(boolean) - Method in interface com.streambase.liveview.client.clientcontrol.ClientController
Stops accepting new sessions
STREAM - Static variable in class com.streambase.sb.EntityType
Represents a StreamBase stream.
STREAM_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used internally (only) as part of container stream connection logic
StreamBaseAdminClient - Class in com.streambase.sb.client
This class is used to send administrative commands to the StreamBase Server
StreamBaseAdminClient() - Constructor for class com.streambase.sb.client.StreamBaseAdminClient
Create a StreamBaseAdminClient.
StreamBaseAdminClient(StreamBaseURI) - Constructor for class com.streambase.sb.client.StreamBaseAdminClient
Create a StreamBaseAdminClient, connecting to the server at the provided URI.
StreamBaseAdminClient(String) - Constructor for class com.streambase.sb.client.StreamBaseAdminClient
Create a StreamBaseAdminClient.
StreamBaseAdminClient(List<StreamBaseURI>) - Constructor for class com.streambase.sb.client.StreamBaseAdminClient
Create a StreamBaseAdminClient.
StreamBaseAdminClient(List<StreamBaseURI>, ClientSettings) - Constructor for class com.streambase.sb.client.StreamBaseAdminClient
Create a StreamBaseAdminClient.
StreamBaseAdminClient.ListConnectionArgument - Enum in com.streambase.sb.client
Valid arguments for the listConnection command
StreamBaseClient - Class in com.streambase.sb.client
A client used to subscribe to StreamBase streams and to send commands to the StreamBase Server.
StreamBaseClient(String) - Constructor for class com.streambase.sb.client.StreamBaseClient
Create a StreamBaseClient from one or more comma-separated URI strings
StreamBaseClient() - Constructor for class com.streambase.sb.client.StreamBaseClient
Create a StreamBaseClient.
StreamBaseClient(StreamBaseURI) - Constructor for class com.streambase.sb.client.StreamBaseClient
Create a StreamBaseClient, connecting to the server at the provided URI
StreamBaseClient(List<StreamBaseURI>) - Constructor for class com.streambase.sb.client.StreamBaseClient
Create a StreamBaseClient, connecting to the servers at the provided URIs.
StreamBaseClient(List<StreamBaseURI>, ClientSettings) - Constructor for class com.streambase.sb.client.StreamBaseClient
Create a StreamBaseClient, connecting to the servers at the provided URIs.
StreamBaseClient.ListEntityFlags - Interface in com.streambase.sb.client
Flags used by the ListEntities call.
StreamBaseClient.SerializedTupleBuffer - Class in com.streambase.sb.client
A TupleBuffer which contains a byte buffer of serialized tuples including space for a network header
StreamBaseClient.TupleBuffer - Class in com.streambase.sb.client
Class for abstracting away where tuples come from, Buffers, Collections, and Single Enqueues.
StreamBaseException - Exception in com.streambase.sb
The base class of all StreamBase non-runtime exceptions.
StreamBaseException(String) - Constructor for exception com.streambase.sb.StreamBaseException
 
StreamBaseException(String, Throwable) - Constructor for exception com.streambase.sb.StreamBaseException
 
StreamBaseException(Throwable) - Constructor for exception com.streambase.sb.StreamBaseException
 
StreamBaseException(LocatedItem, String) - Constructor for exception com.streambase.sb.StreamBaseException
 
StreamBaseException(LocatedItem, String, Throwable) - Constructor for exception com.streambase.sb.StreamBaseException
 
StreamBaseException(LocatedItem, Throwable) - Constructor for exception com.streambase.sb.StreamBaseException
 
StreamBaseIllegalArgumentException - Exception in com.streambase.sb
A StreamBase wrapper for IllegalArgumentException for use by methods that want to throw IAE in a kind of cleaner fashion.
StreamBaseIllegalArgumentException(StreamBaseException) - Constructor for exception com.streambase.sb.StreamBaseIllegalArgumentException
 
StreamBaseIllegalArgumentException(String) - Constructor for exception com.streambase.sb.StreamBaseIllegalArgumentException
 
StreamBaseListException - Exception in com.streambase.sb
An exception that contains a list of exceptions
StreamBaseListException(String) - Constructor for exception com.streambase.sb.StreamBaseListException
StreamBaseListException with given message, no location info
StreamBaseListException(Throwable) - Constructor for exception com.streambase.sb.StreamBaseListException
StreamBaseListException with given cause.
StreamBaseListException(String, Throwable) - Constructor for exception com.streambase.sb.StreamBaseListException
StreamBaseListException with given message.
StreamBaseListException(String, LocatedItem, Throwable) - Constructor for exception com.streambase.sb.StreamBaseListException
StreamBaseListException with given message.
StreamBaseListException(String, LocatedItem) - Constructor for exception com.streambase.sb.StreamBaseListException
StreamBaseListException with given message.
StreamBaseListException(String, List<T>) - Constructor for exception com.streambase.sb.StreamBaseListException
StreamBaseListException with given message.
StreamBaseListException(String, T...) - Constructor for exception com.streambase.sb.StreamBaseListException
StreamBaseListException with given message.
StreamBaseMonitor - Class in com.streambase.sb.monitor
Monitors a StreamBase Server, and gathers statistics.
StreamBaseMonitor(StreamBaseURI) - Constructor for class com.streambase.sb.monitor.StreamBaseMonitor
Create a monitoring object, which will connect to a server with the given StreamBase URI.
StreamBaseMonitor(StreamBaseClient) - Constructor for class com.streambase.sb.monitor.StreamBaseMonitor
Create a monitoring object, which will connect to a server with the given StreamBaseClient object.
StreamBaseMonitor(String) - Constructor for class com.streambase.sb.monitor.StreamBaseMonitor
Create a monitoring object The given uri can either be a StreamBaseURI or a filename.
StreamBaseMonitor(StreamBaseClient, String) - Constructor for class com.streambase.sb.monitor.StreamBaseMonitor
 
StreamBaseRuntimeException - Exception in com.streambase.sb
The base class of all StreamBase runtime exceptions.
StreamBaseRuntimeException(String) - Constructor for exception com.streambase.sb.StreamBaseRuntimeException
 
StreamBaseRuntimeException(String, Throwable) - Constructor for exception com.streambase.sb.StreamBaseRuntimeException
 
StreamBaseRuntimeException(Throwable) - Constructor for exception com.streambase.sb.StreamBaseRuntimeException
 
StreambaseStreams - Class in com.streambase.liveview.client.serverdatautility
Data holder for a list of input streams and a list of output streams.
StreambaseStreams(List<String>, List<String>) - Constructor for class com.streambase.liveview.client.serverdatautility.StreambaseStreams
 
StreambaseStreams() - Constructor for class com.streambase.liveview.client.serverdatautility.StreambaseStreams
 
StreamBaseURI - Class in com.streambase.sb.client
A Uniform Resource Identifier containing information necessary to connect to a StreamBase server.
StreamBaseURI(String) - Constructor for class com.streambase.sb.client.StreamBaseURI
Constructor that parses a StreamBase URI passed in as a String.
StreamBaseURI(String, String, int) - Constructor for class com.streambase.sb.client.StreamBaseURI
Constructor roughly equivalent to new StreamBaseURI("sb://host:port/container").
StreamBaseURI(String, int) - Constructor for class com.streambase.sb.client.StreamBaseURI
Constructor roughly equivalent to new StreamBaseURI("sb://host:port/").
StreamBaseURI(String, String, int, String, String) - Constructor for class com.streambase.sb.client.StreamBaseURI
Constructor roughly equivalent to new StreamBaseURI("sb://host:port/container;user=user;password=password").
StreamBaseURI(String, String, int, boolean, Map<String, String>) - Constructor for class com.streambase.sb.client.StreamBaseURI
Constructor roughly equivalent to new StreamBaseURI("scheme://host:port/container;param1=value1(...)"), where scheme is either "sb" or "sbs" depending on whether useSSL is true or false, and param1=value1(...) stands for every entry in the params Map
StreamBaseURI(String, String, int, Map<String, String>) - Constructor for class com.streambase.sb.client.StreamBaseURI
Equivalent to StreamBaseURI(host, container, port, false, params)
StreamBaseURI(String, int, Map<String, String>) - Constructor for class com.streambase.sb.client.StreamBaseURI
Equivalent to StreamBaseURI(host, NO_CONTAINER, port, params)
StreamInfo - Class in com.streambase.sb.monitor
Represents information about a stream in a StreamBase Server.
streamInfos - Variable in class com.streambase.sb.monitor.Snapshot
 
streamInfos() - Method in class com.streambase.sb.monitor.Snapshot
Returns an iterator over all the StreamInfo objects.
streamNames() - Method in class com.streambase.sb.monitor.Snapshot
Returns the set of all stream names.
StreamProperties - Class in com.streambase.sb
This class contains meta data about a stream.
StreamProperties(Element) - Constructor for class com.streambase.sb.StreamProperties
Create a StreamProperties from the given XML document
StreamProperties(String) - Constructor for class com.streambase.sb.StreamProperties
Create a StreamProperties from the given string representation of an XML document
STRING_TRUNCATED - Static variable in interface com.streambase.sb.Tuple.SetResult
was the string truncated when set?
StudioAssistSchemaFieldPicker - Interface in com.streambase.sb.operator.parameter
Advanced Java Operator Studio integration - allows a Java Operator to display a schema field picker for String[] properties.
subscribe(String, String, String, DeMUXStreamBaseClient.DequeueListener) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
This is the only subscribe operation that is supported by the DeMUXStreamBaseClient
subscribe(String) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
subscribe(String, CaptureTransformStrategy) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
subscribe(StreamProperties) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
subscribe(String, String, String) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
subscribe(String, CaptureTransformStrategy, String, String) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
subscribe(StreamProperties, String, String) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
subscribe(String) - Method in class com.streambase.sb.client.StreamBaseClient
Subscribe to a stream
subscribe(String, CaptureTransformStrategy) - Method in class com.streambase.sb.client.StreamBaseClient
Subscribe to a stream
subscribe(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient
Subscribe to a stream
subscribe(String, String, String) - Method in class com.streambase.sb.client.StreamBaseClient
Subscribe to a stream with a predicate.
subscribe(String, CaptureTransformStrategy, String, String) - Method in class com.streambase.sb.client.StreamBaseClient
Subscribe to a stream with a predicate.
subscribe(StreamProperties, String, String) - Method in class com.streambase.sb.client.StreamBaseClient
Subscribe to a stream with a predicate.
subscribe(String) - Method in interface com.streambase.sb.unittest.SBServerManager
Subscribes to a stream.
subscribeAll() - Method in interface com.streambase.sb.unittest.SBServerManager
Subscribes to all streams
SUBSCRIPTIONS - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
 
SUBSCRIPTIONS_SCHEMA - Static variable in interface com.streambase.sb.Constants
 
SUBSCRIPTIONS_STREAM_NAME - Static variable in interface com.streambase.sb.Constants
 
subTask(String) - Method in class com.streambase.liveview.client.NullProgressMonitor
This implementation does nothing.
subTask(String) - Method in interface com.streambase.liveview.client.ProgressMonitor
The server calls this with the name of sub tasks
suspend(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Suspend (pause) a container or operator within a StreamBase Server
suspend() - Method in class com.streambase.sb.operator.Operator
suspend() will be called when an operator suspends, before any registered runnables are suspended.
SUSPENDED - Static variable in class com.streambase.sb.operator.Operator.OperatorStates
The Operator has been suspended; suspend() has been called.
suspended() - Method in class com.streambase.sb.operator.Operator
suspended() will be called after all registered runnables of the operator have suspended.
suspendObject() - Method in interface com.streambase.sb.operator.Operator.SharedObject
Suspend the SharedObject.
suspendOperators(List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Suspend (pause) the given Operators on the StreamBase Server
SYS_TABLES_GROUP - Static variable in interface com.streambase.liveview.client.Table
 
sysInfo - Variable in class com.streambase.sb.monitor.Snapshot
 
SYSTEM_CONTAINER - Static variable in class com.streambase.sb.client.StreamBaseURI
The system container ("system")
SYSTEM_CONTAINER_NAME - Static variable in interface com.streambase.sb.Constants
 
SYSTEM_PREFIX - Static variable in interface com.streambase.sb.Constants
 
SystemInfo - Class in com.streambase.sb.monitor
Represents system-level information.
SystemInfo() - Constructor for class com.streambase.sb.monitor.SystemInfo
 
SystemInfo.GCInfo - Class in com.streambase.sb.monitor
Information about GC collectors in the JVM

T

tab - Variable in class com.streambase.sb.operator.parameter.UIHints
Name to give the tab in which the associated property will be created in, when displayed in the Properties View of StreamBase Studio.
Table - Interface in com.streambase.liveview.client
An instance of a LiveView table.
TABLE - Static variable in class com.streambase.sb.EntityType
Represents a StreamBase query table.
Table.TableGroup - Enum in com.streambase.liveview.client
ENUM for table groups.
Table.TableStatus - Enum in com.streambase.liveview.client
 
TABLE_CONCRETE - Static variable in class com.streambase.sb.EntityType
Represents StreamBase query tables that are not references, or placeholders.
TABLE_SCHEMA_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
TABLE_SPACE_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
TableAccessor - Interface in com.streambase.sb.operator
A handle for accessing a table.
TableAdminManager - Interface in com.streambase.liveview.client
TableAdminManager is used to start and stop tables and table providers on the server.
TableAdminManager.TableProviderAPIHelper - Class in com.streambase.liveview.client
Utility methods for working with the TableProviderAPI
tableColumnNames - Variable in class com.streambase.sb.operator.parameter.UIHints
Set a hint for the associated table property to be displayed with the following column names.
TableConfig - Interface in com.streambase.liveview.client.dynamictables
TableConfig is used to configure all properties of the table under construction.
TableListListener - Interface in com.streambase.liveview.client
Create an instance of this if you want to be informed of changes to the Table List.
TableNameMapper - Interface in com.streambase.liveview.server.table.plugin
This class contains the table name selector and remapping information that was declared in the LVConf or the Service Call
TablePropertiesConfigurationWrapper - Class in com.streambase.liveview.server.table.plugin
TablePropertiesConfigurationWrapper is used as a place holder for remapped name against the original table name and a list of TablePropertiesConfigurationWrapper.FilterdAlias.
TablePropertiesConfigurationWrapper(String) - Constructor for class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper
The constructor accepts the re-mapped name for the table corresponding to the original table name.
TablePropertiesConfigurationWrapper.FilterdAlias - Class in com.streambase.liveview.server.table.plugin
FilteredAlias is used as a place holder for the formatter used to format table name and predicate filter.
TableProvider - Interface in com.streambase.liveview.server.table.plugin
Implement this interface to add a custom TableProvider to LiveView.
TableProviderAPIHelper() - Constructor for class com.streambase.liveview.client.LiveViewConnection.TableProviderAPIHelper
Deprecated.
 
TableProviderAPIHelper() - Constructor for class com.streambase.liveview.client.TableAdminManager.TableProviderAPIHelper
 
TableProviderControl - Interface in com.streambase.liveview.server.table.plugin
When implementing a TableProvider, you should hold on to the TableProviderControl that is passed to you in your initialize method.
TableProviderControlImpl - Class in com.streambase.liveview.server.table.plugin
 
TableProviderControlImpl(String, TableProvider, TableProviderManager, ExternalServerConnectionType, int) - Constructor for class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
TableProviderManager - Class in com.streambase.liveview.server.table.plugin
 
tableProviderMap - Variable in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
TableProviderParameters - Interface in com.streambase.liveview.server.table.plugin
This contains the arguments that were passed to your Table in the LVConf or the Web Service
TableProviderStatus - Enum in com.streambase.liveview.server.table.plugin
Constants representing different status of a TableProvider.
TablePublisher - Interface in com.streambase.liveview.client
An instance of a publisher for publishing tuples into a table.
TABLES_TABLE_NAME - Static variable in interface com.streambase.liveview.client.Table
A special group used to identify system tables in LiveView.
terminate() - Method in class com.streambase.sb.monitor.Snapshot
Ask the StreamBaseMonitor to terminate at the end of the current snapshot.
terminate() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Ask the monitor to terminate.
TestTableProvider - Class in com.streambase.liveview.server.table.plugin
This is just for testing the addition and removal of Tables.
TestTableProvider() - Constructor for class com.streambase.liveview.server.table.plugin.TestTableProvider
 
TestTableProvider.UnsupportedTable - Class in com.streambase.liveview.server.table.plugin
 
textFontHint - Variable in class com.streambase.sb.operator.parameter.UIHints
Set a hint for text-field like properties to use a different font style.
textWidthHint - Variable in class com.streambase.sb.operator.parameter.UIHints
Set a hint for text-field like properties to have a relative width.
ThreadInfo - Class in com.streambase.sb.monitor
Represents information about a single thread in a StreamBase Server.
threadInfos() - Method in class com.streambase.sb.monitor.Snapshot
Returns an iterator over all the ThreadInfo objects.
threadNames() - Method in class com.streambase.sb.monitor.Snapshot
Returns the set of all thread names.
thrInfos - Variable in class com.streambase.sb.monitor.Snapshot
 
THROW_ON_NULL - Static variable in class com.streambase.sb.Tuple
during a get throw an exception on null
throwable - Variable in class com.streambase.sb.client.DequeueResult
 
TICKS_PER_MICROSECOND - Static variable in class com.streambase.sb.monitor.Snapshot
 
TICKS_PER_MILLISECOND - Static variable in class com.streambase.sb.monitor.Snapshot
 
TIMEOUT - Static variable in class com.streambase.sb.client.DequeueResult
Status code indicating a timeout during dequeue
TimeService - Interface in com.streambase.sb
This interface defines a contract that enables users to provide custom implementations of time used by StreamBase server It must be implemented by all Time Service classes.
TimeServiceFactory - Class in com.streambase.sb.unittest
Contains static methods for creating concrete TimeService
TimeServiceFactory() - Constructor for class com.streambase.sb.unittest.TimeServiceFactory
 
Timestamp - Class in com.streambase.sb
This class represents a Streambase Timestamp.
Timestamp(Date) - Constructor for class com.streambase.sb.Timestamp
Create a Timestamp out of a java.util.Date
TIMESTAMP - Static variable in class com.streambase.sb.Timestamp
Timestamps can be timestamps or intervals.
toDate() - Method in class com.streambase.sb.Timestamp
Create a java.util.Date
toDelimitedString(char) - Method in class com.streambase.sb.Tuple
Return the tuple as a string delimited by the given character.
toElement(Document) - Method in class com.streambase.sb.Schema
Create an XML document representation of this Schema
toElement(Document, boolean) - Method in class com.streambase.sb.Schema
Create an XML document representation of this Schema
toHumanString(SchemaUtil.SchemaProvider) - Method in class com.streambase.sb.CompleteDataType.CaptureType
 
toHumanString(SchemaUtil.SchemaProvider) - Method in class com.streambase.sb.CompleteDataType.FunctionType
 
toHumanString(SchemaUtil.SchemaProvider) - Method in class com.streambase.sb.CompleteDataType.ListType
 
toHumanString() - Method in class com.streambase.sb.CompleteDataType
Return a String describing the type suitable for error messages.
toHumanString(SchemaUtil.SchemaProvider) - Method in class com.streambase.sb.CompleteDataType
Return a String describing the type suitable for error messages.
toHumanString(SchemaUtil.SchemaProvider) - Method in class com.streambase.sb.CompleteDataType.TupleType
 
toHumanString() - Method in class com.streambase.sb.Schema
Return a description of the Schema in using a SSQL style format
toHumanString() - Method in class com.streambase.sb.StreamProperties
 
toInt() - Method in enum com.streambase.sb.Constants.ContainerState
get the integer value of this status
toInt() - Method in enum com.streambase.sb.Constants.LeadershipStatus
Convert the leadership status to integer
toJSONListString(Tuple, String) - Static method in class com.streambase.sb.TupleJSONUtil
Return the JSON string representation of the supplied tuple.
toJSONListString(Tuple) - Static method in class com.streambase.sb.TupleJSONUtil
Return the JSON string representation of the supplied tuple.
toJSONMapString(Tuple, String) - Static method in class com.streambase.sb.TupleJSONUtil
Return the JSON string representation of the supplied tuple.
toJSONMapString(Tuple) - Static method in class com.streambase.sb.TupleJSONUtil
Return the JSON string representation of the supplied tuple.
toJSONMapStringSingleQuote(Tuple) - Static method in class com.streambase.sb.TupleJSONUtil
Return the single quote JSON string representation of the supplied tuple.
toJSONString(Tuple, EnumSet<TupleJSONUtil.Options>) - Static method in class com.streambase.sb.TupleJSONUtil
Convert a tuple to its JSON representation.
toJSONString(Tuple, EnumSet<TupleJSONUtil.Options>, String) - Static method in class com.streambase.sb.TupleJSONUtil
Convert a tuple to its JSON representation.
toJSONString(Collection<Tuple>) - Static method in class com.streambase.sb.TupleJSONUtil
 
toMapView() - Method in class com.streambase.sb.Tuple
Returns a view on this Tuple that implements the Map<String, Object> interface.
toMsecs() - Method in class com.streambase.sb.Timestamp
Return the # of milliseconds since the epoch or in the interval
toSecs() - Method in class com.streambase.sb.Timestamp
Return the # of seconds since the epoch or in the interval
toSQLDate() - Method in class com.streambase.sb.Timestamp
Create a java.sql.Date
toSQLTimestamp() - Method in class com.streambase.sb.Timestamp
Create a java.sql.Timestamp
toSsqlStyleString() - Method in class com.streambase.sb.Schema
Deprecated. 
toString() - Method in enum com.streambase.liveview.client.alert.AlertRule.Type
 
toString() - Method in class com.streambase.liveview.client.DynamicTableState
 
toString() - Method in enum com.streambase.liveview.client.LiveViewClientCapability
 
toString() - Method in enum com.streambase.liveview.client.LiveViewPermission.Action
 
toString() - Method in class com.streambase.liveview.client.LiveViewPermission
 
toString() - Method in enum com.streambase.liveview.client.LiveViewPermission.Type
 
toString() - Method in enum com.streambase.liveview.client.LiveViewTableCapability
 
toString() - Method in enum com.streambase.liveview.client.OrderDefinition.Direction
 
toString() - Method in class com.streambase.liveview.client.OrderDefinition
Produce a human readable representation of the OrderDefinition
toString() - Method in class com.streambase.liveview.client.serverdatautility.StreambaseStreams
 
toString() - Method in class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper.FilterdAlias
 
toString() - Method in class com.streambase.sb.ByteArrayView
Formats a ByteArrayView by printing out every byte as a char.
toString(Collection<StreamBaseURI>) - Static method in class com.streambase.sb.client.StreamBaseURI
Create a string representation of a list of uris.
toString() - Method in class com.streambase.sb.client.StreamBaseURI
Returns a string representation of the URI.
toString() - Method in class com.streambase.sb.CompleteDataType
 
toString() - Method in enum com.streambase.sb.DataType
Return the name of the DataType.
toString() - Method in class com.streambase.sb.EntityType
Return the name of the entity as a string.
toString() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
 
toString() - Method in class com.streambase.sb.monitor.OperatorInfo
Returns a string representation of the ThreadInfo object.
toString() - Method in class com.streambase.sb.monitor.Snapshot
Returns a string representation of the Snapshot object.
toString() - Method in class com.streambase.sb.monitor.StreamInfo
Returns a string representation of the StreamInfo object.
toString() - Method in class com.streambase.sb.monitor.ThreadInfo
Returns a string representation of the ThreadInfo object.
toString() - Method in enum com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor.TypeChoice
 
toString() - Method in class com.streambase.sb.Schema.Field
Return a String representation of this field.
toString() - Method in class com.streambase.sb.Schema
Return the name of the schema
toString(boolean) - Method in class com.streambase.sb.Timestamp
Create string representation of this timestamp, optionally include timezone
toString() - Method in class com.streambase.sb.Timestamp
Create string representation of this timestamp with the timezone
toString(boolean) - Method in class com.streambase.sb.Tuple
Return a string representation of this Tuple.
toString(char, boolean) - Method in class com.streambase.sb.Tuple
Deprecated. 
toString(char, char, boolean) - Method in class com.streambase.sb.Tuple
Return a string representation of this Tuple.
toString(char, char, boolean, boolean) - Method in class com.streambase.sb.Tuple
Return a string representation of this Tuple.
toString(char, char, boolean, String) - Method in class com.streambase.sb.Tuple
Return a string representation of this Tuple.
toString(char, char, boolean, boolean, String) - Method in class com.streambase.sb.Tuple
Return a string representation of this Tuple.
toStringWithFields() - Method in class com.streambase.sb.Schema
Deprecated. 
traverseOrderDefinition(OrderDefinition.OrderDefinitionVisitor) - Method in class com.streambase.liveview.client.OrderDefinition
 
truncate() - Method in interface com.streambase.sb.operator.TableAccessor
Truncate the table, by removing all rows
tuple - Variable in class com.streambase.liveview.client.AbstractTupleEvent
 
tuple - Variable in class com.streambase.liveview.client.HashableTuple
 
Tuple - Class in com.streambase.sb
An class that represents a Tuple of StreamBase data.
Tuple.DefaultTupleFormatter - Class in com.streambase.sb
A default formatter that converts each type to String using Java default String conversions.
Tuple.SetResult - Interface in com.streambase.sb
An interface containing flags returned from certain setXXXX calls
Tuple.TupleFormatter - Interface in com.streambase.sb
This interface is not public API, and should not be implemented by users.
tupleAdded(TupleAddedEvent) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
Event when a new tuple is added to the result.
tupleAdded(TupleAddedEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event when a new tuple is added to the result.
tupleAdded(TupleAddedEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
Event when a new tuple is added to the result.
tupleAdded(TupleAddedEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
Event when a new tuple is added to the result.
tupleAdded(TupleAddedEvent) - Method in class com.streambase.liveview.client.LiveResult
Event when a new tuple is added to the result.
tupleAdded(TupleAddedEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event when a new tuple is added to the result.
tupleAdded(TupleAddedEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
tupleAdded(TupleAddedEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
Event when a new tuple is added to the result.
TupleAddedEvent - Class in com.streambase.liveview.client
The event dispatched when a new Tuple is added to a query result.
TupleAddedEvent(Object, Long, Tuple) - Constructor for class com.streambase.liveview.client.TupleAddedEvent
Deprecated. 
TupleAddedEvent(Object, Long, Tuple, Tuple, List<TupleFieldComparator>) - Constructor for class com.streambase.liveview.client.TupleAddedEvent
 
TupleCaptureTransformer - Interface in com.streambase.sb
A TupleCaptureTransformer represents a way of converting tuples with capture fields from inside the application to tuples without capture fields, with all of the fields stored in the capture expanded out to the same level as the capture field itself.
TupleComparator - Interface in com.streambase.sb.unittest
A TupleComparator abstracts comparison of tuples.
TupleCompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.TupleCompareFunctor
 
TupleCopier - Class in com.streambase.sb
A utility class which copies the fields from one tuple to another.
TupleCopier(Schema, Schema, boolean) - Constructor for class com.streambase.sb.TupleCopier
Create the TupleCopier.
TupleCopier(Schema, Schema, EnumSet<TupleCopier.Options>) - Constructor for class com.streambase.sb.TupleCopier
Create the TupleCopier.
TupleCopier.Options - Enum in com.streambase.sb
Options for this TupleCopier
tupleCount() - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
 
TupleException - Exception in com.streambase.sb
Signals that an operation related to fields failed.
TupleException(String) - Constructor for exception com.streambase.sb.TupleException
 
TupleException(String, Throwable) - Constructor for exception com.streambase.sb.TupleException
 
TupleException(Throwable) - Constructor for exception com.streambase.sb.TupleException
 
TupleJSONUtil - Class in com.streambase.sb
Utilities for dealing with tuples represented in JSON format.
TupleJSONUtil.Options - Enum in com.streambase.sb
Options for serializing JSON.
TupleMaker<T> - Interface in com.streambase.sb.unittest
Interface for constructing tuples from data.
tupleRemoved(TupleRemovedEvent) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
Event when an existing tuple is removed from the result.
tupleRemoved(TupleRemovedEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event when an existing tuple is removed from the result.
tupleRemoved(TupleRemovedEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
Event when an existing tuple is removed from the result.
tupleRemoved(TupleRemovedEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
Event when an existing tuple is removed from the result.
tupleRemoved(TupleRemovedEvent) - Method in class com.streambase.liveview.client.LiveResult
Event when an existing tuple is removed from the result.
tupleRemoved(TupleRemovedEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event when an existing tuple is removed from the result.
tupleRemoved(TupleRemovedEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
tupleRemoved(TupleRemovedEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
Event when an existing tuple is removed from the result.
TupleRemovedEvent - Class in com.streambase.liveview.client
The event dispatched when an existing Tuple is removed.
TupleRemovedEvent(Object, Long, Tuple) - Constructor for class com.streambase.liveview.client.TupleRemovedEvent
Deprecated. 
TupleRemovedEvent(Object, Long, Tuple, Tuple, List<TupleFieldComparator>) - Constructor for class com.streambase.liveview.client.TupleRemovedEvent
 
TupleType(Schema) - Constructor for class com.streambase.sb.CompleteDataType.TupleType
 
tupleUpdated(TupleUpdatedEvent) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
Event when an existing tuple in the result is updated.
tupleUpdated(TupleUpdatedEvent) - Method in class com.streambase.liveview.client.AbstractQueryListener
Event when an existing tuple in the result is updated.
tupleUpdated(TupleUpdatedEvent) - Method in class com.streambase.liveview.client.CompositeQueryListener
Event when an existing tuple in the result is updated.
tupleUpdated(TupleUpdatedEvent) - Method in class com.streambase.liveview.client.DeleteQueryListener
Event when an existing tuple in the result is updated.
tupleUpdated(TupleUpdatedEvent) - Method in class com.streambase.liveview.client.LiveResult
Event when an existing tuple in the result is updated.
tupleUpdated(TupleUpdatedEvent) - Method in interface com.streambase.liveview.client.QueryListener
Event when an existing tuple in the result is updated.
tupleUpdated(TupleUpdatedEvent) - Method in class com.streambase.liveview.client.QueryListenerWrapper
 
tupleUpdated(TupleUpdatedEvent) - Method in class com.streambase.liveview.client.SnapshotQueryListener
Event when an existing tuple in the result is updated.
TupleUpdatedEvent - Class in com.streambase.liveview.client
The event dispatched when an existing Tuple is updated.
TupleUpdatedEvent(Object, Long, Tuple, Tuple, List<Schema.Field>) - Constructor for class com.streambase.liveview.client.TupleUpdatedEvent
Deprecated. 
TupleUpdatedEvent(Object, Long, Tuple, Tuple, Tuple, List<Schema.Field>, List<TupleFieldComparator>) - Constructor for class com.streambase.liveview.client.TupleUpdatedEvent
 
TupleUtil.RepMethods - Class in com.streambase.sb
 
type - Variable in class com.streambase.sb.CompleteDataType
 
TYPE_TO_TYPE_SCORE - Static variable in class com.streambase.sb.CompleteDataType
 
typecheck(String) - Method in class com.streambase.sb.client.StreamBaseClient
Typecheck (validate) the given StreamBase Application.
typecheck(String, boolean) - Method in class com.streambase.sb.client.StreamBaseClient
Typecheck (validate) the given StreamBase Application.
typecheck() - Method in class com.streambase.sb.operator.Operator
The typecheck method is called by Studio and the StreamBase server to ensure that all the parameters for this operator are correct.
TypecheckException - Exception in com.streambase.sb.operator
May be thrown when an error occurs during an Operator's typecheck() method.
TypecheckException(String) - Constructor for exception com.streambase.sb.operator.TypecheckException
Constructs a TypecheckException with the given message
TypecheckException(String, Throwable) - Constructor for exception com.streambase.sb.operator.TypecheckException
Constructs a TypecheckException with the given message and cause
TypecheckException(Throwable) - Constructor for exception com.streambase.sb.operator.TypecheckException
Constructs a TypecheckException with the given cause and a message of (cause==null ? null : cause.toString())
TypecheckException(StreamBaseException) - Constructor for exception com.streambase.sb.operator.TypecheckException
 
TypecheckException(LocatedItem, String, Throwable) - Constructor for exception com.streambase.sb.operator.TypecheckException
Constructs a located TypecheckException with the given message and cause.
TypecheckException(LocatedItem, String) - Constructor for exception com.streambase.sb.operator.TypecheckException
Constructs a located TypecheckException with the given message.
TypecheckException(LocatedItem, Throwable) - Constructor for exception com.streambase.sb.operator.TypecheckException
Constructs a TypecheckException with the given cause and a message of (cause==null ? null : cause.toString()).
typeHint(ResourceFilePropertyDescriptor.TypeHint) - Method in class com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor
 
typeNameFor(Class<?>) - Static method in enum com.streambase.sb.DataType
Return the type name for the given Class type.

U

UIHints - Class in com.streambase.sb.operator.parameter
A UIHints may be associated with a SBPropertyDescriptor in order to provide the Studio environment with additional hints regarding how to display a property.
UIHints.TextFontHint - Enum in com.streambase.sb.operator.parameter
Used to request a font style for String-based properties
UIHints.TextWidthHint - Enum in com.streambase.sb.operator.parameter
Used to request a particular width for text-field like controls (including but not limited to text fields and combo/drop-downs).
UnitTestProperties - Class in com.streambase.sb.unittest
 
UNKNOWN - Static variable in interface com.streambase.liveview.client.ProgressMonitor
Constant indicating an unknown amount of work.
unmarshal(Tuple) - Method in class com.streambase.sb.monitor.StatsUtil.StatEncoder
Retrieve data from tuple and returns a StatBuffer
unmarshal(Tuple) - Method in enum com.streambase.sb.monitor.StatsUtil.What
Un-marshal a tuple to a StatTuple
unregisterUnmanagedThread() - Method in interface com.streambase.sb.operator.Operator.RuntimeEnvironment
Threads which have called registerUnmanagedThread() and that are no longer interested in having the StreamBase profiler track them should call this method.
unsubscribe(String) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
unsubscribe(StreamProperties) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
unsubscribe(String) - Method in class com.streambase.sb.client.StreamBaseClient
Unsubscribe from the given stream name.
unsubscribe(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient
Unsubscribe from the given stream name.
unsubscribeInternal(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient
 
UnsupportedTable() - Constructor for class com.streambase.liveview.server.table.plugin.TestTableProvider.UnsupportedTable
 
update(List<AbstractTupleEvent>) - Method in class com.streambase.liveview.client.AbstractBatchedQueryListener
This batch method is called zero or more times for continuous updates.
update(CatalogedTable) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
Update this Table.
update(CatalogedTable) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
upsert(CatalogedTable) - Method in interface com.streambase.liveview.server.table.plugin.TableProviderControl
Insert or Update the Table, depending on whether or not it already exists.
upsert(CatalogedTable) - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
URI_ENVIRONMENT_VARIABLE - Static variable in class com.streambase.sb.client.StreamBaseURI
That environment variable used to define the uri to the server
URI_PROPERTY_NAME - Static variable in class com.streambase.sb.client.StreamBaseURI
That java property used to define the uri to the server
URIException - Exception in com.streambase.sb.client
Exception thrown when URI parsing fails.
URIException(String, String) - Constructor for exception com.streambase.sb.client.URIException
 
USE_DEFAULT_CHARSET_PROPERTY_NAME - Static variable in class com.streambase.sb.operator.parameter.SBSimpleBeanInfo
 
USER_PARAM - Static variable in class com.streambase.sb.client.StreamBaseURI
URI parameter used for username.

V

validateAlertRule(AlertRule) - Method in interface com.streambase.liveview.client.alert.AlertManager
Validates the given alert rule.
validateDependentTables(LiveviewConfiguration) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
validateTablesContainers() - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
ValidationErrorsException - Exception in com.streambase.liveview.client
Used to represent all errors in validating an object.
ValidationErrorsException() - Constructor for exception com.streambase.liveview.client.ValidationErrorsException
 
ValidationErrorsException(String) - Constructor for exception com.streambase.liveview.client.ValidationErrorsException
 
value() - Method in enum com.streambase.liveview.client.LiveViewQueryType
 
valueOf(String) - Static method in enum com.streambase.liveview.client.alert.AlertRule.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.alert.AlertRuleAction.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.alert.LiveViewAlertType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.LiveViewClientCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.LiveViewConnectionControl.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.LiveViewExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.LiveViewPermission.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.LiveViewPermission.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.LiveViewQueryLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.LiveViewQueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.LiveViewTableCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.OrderDefinition.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.Table.TableGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.client.Table.TableStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.liveview.server.table.plugin.TableProviderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.CaptureTransformStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.client.ConnectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.client.StreamBaseAdminClient.ListConnectionArgument
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.Constants.ContainerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.Constants.LeadershipStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.monitor.Snapshot.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.monitor.StatsUtil.StatEncoder.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.monitor.StatsUtil.What
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.NowImplementation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.operator.Operator.IconKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.operator.Operator.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.operator.Operator.SharedObject.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor.TypeChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor.TypeHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.operator.parameter.UIHints.TextFontHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.operator.parameter.UIHints.TextWidthHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.SchemaUtil.CoercionOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.SchemaUtil.CopyOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.TupleCopier.Options
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.TupleJSONUtil.Options
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.streambase.sb.unittest.Expecter.DequeueSetting
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.streambase.liveview.client.alert.AlertRule.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.alert.AlertRuleAction.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.alert.LiveViewAlertType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.LiveViewClientCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.LiveViewConnectionControl.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.LiveViewExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.LiveViewPermission.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.LiveViewPermission.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.LiveViewQueryLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.LiveViewQueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.LiveViewTableCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.OrderDefinition.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.Table.TableGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.client.Table.TableStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.liveview.server.table.plugin.TableProviderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.CaptureTransformStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.client.ConnectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.client.StreamBaseAdminClient.ListConnectionArgument
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.Constants.ContainerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.Constants.LeadershipStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.monitor.Snapshot.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.monitor.StatsUtil.StatEncoder.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.monitor.StatsUtil.What
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.NowImplementation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.operator.Operator.IconKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.operator.Operator.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.operator.Operator.SharedObject.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor.TypeChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor.TypeHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.operator.parameter.UIHints.TextFontHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.operator.parameter.UIHints.TextWidthHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.SchemaUtil.CoercionOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.SchemaUtil.CopyOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.TupleCopier.Options
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.TupleJSONUtil.Options
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.streambase.sb.unittest.Expecter.DequeueSetting
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in com.streambase.liveview.client.dynamictables
Variables can be used in both test and assignment expressions in the FieldRules.
Variable(String, DataType, String, String) - Constructor for class com.streambase.liveview.client.dynamictables.Variable
 
VARIABLE_SIZE - Static variable in enum com.streambase.sb.DataType
 
Version - Class in com.streambase.liveview.client
Provides information about the StreamBase LiveView Client Library.
Version() - Constructor for class com.streambase.liveview.client.Version
 
view(int, int) - Method in class com.streambase.sb.ByteArrayView
Create a new ByteBuffer which wraps a portion of this one NB: no data is copied when doing this
view() - Method in class com.streambase.sb.ByteArrayView
Create a new ByteBuffer which wraps all of this one NB: no data is copied when doing this
visitField(Schema.Field, String) - Method in class com.streambase.sb.SchemaUtil.SchemaTraversal
This method will be called for each and every field in the schema, including nested fields and fields in lists of tuples
visitSchema(Schema, String) - Method in class com.streambase.sb.SchemaUtil.SchemaTraversal
This method will be called for each and every schema

W

waitForSnapshot() - Method in class com.streambase.liveview.client.LiveResult
Blocking call that waits for the query snapshot to complete.
WILDCARD - Static variable in class com.streambase.liveview.client.LiveViewPermission
 
WILDCARD_SCORE - Static variable in class com.streambase.sb.CompleteDataType
 
WINDOW_SPEC - Static variable in class com.streambase.sb.EntityType
Represents a StreamBase window.
worked(int) - Method in class com.streambase.liveview.client.NullProgressMonitor
This implementation does nothing.
worked(int) - Method in interface com.streambase.liveview.client.ProgressMonitor
The server reports incremental units complete on the current task

X

XmlInterpretationException - Exception in com.streambase.sb
 
XmlInterpretationException(String, ApplicationValidationException) - Constructor for exception com.streambase.sb.XmlInterpretationException
 
XmlInterpretationException(LocatedItem, String, Throwable) - Constructor for exception com.streambase.sb.XmlInterpretationException
 
XmlInterpretationException(LocatedItem, String) - Constructor for exception com.streambase.sb.XmlInterpretationException
 
XmlInterpretationException(LocatedItem, Throwable) - Constructor for exception com.streambase.sb.XmlInterpretationException
 
XmlParsingException - Exception in com.streambase.sb
 
XmlParsingException(String, ApplicationValidationException) - Constructor for exception com.streambase.sb.XmlParsingException
 
XmlParsingException(LocatedItem, String, Throwable) - Constructor for exception com.streambase.sb.XmlParsingException
 
XmlParsingException(LocatedItem, String) - Constructor for exception com.streambase.sb.XmlParsingException
 
XmlParsingException(LocatedItem, Throwable) - Constructor for exception com.streambase.sb.XmlParsingException
 
XmlRpcAdmin.ListConnectionTags - Interface in com.streambase.sb.client
 

_

_expressionInputPort - Variable in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
is this property really a StreamBase expression?
A B C D E F G H I J K L M N O P Q R S T U V W X _