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

A

ABORT - com.streambase.liveview.client.DataStatus.STATUS
 
ABORT - com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider.DATA_POLICY
 
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
 
AbstractPublisherEvent - Class in com.streambase.liveview.client
The base type for publisher events dispatched as a result of events published to the server.
AbstractPublisherEvent(Object) - Constructor for class com.streambase.liveview.client.AbstractPublisherEvent
 
AbstractPublisherListener - Class in com.streambase.liveview.client
A convenience implementation of PublisherListener that can be extended and the specified methods can be overridden.
AbstractPublisherListener() - Constructor for class com.streambase.liveview.client.AbstractPublisherListener
 
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, String) - Constructor for class com.streambase.liveview.client.AbstractTable
 
AbstractTable(Schema, List<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
 
ACCEPTS_SEPARATELY_TRANSMITTED_EXTENDED_KEYS - com.streambase.liveview.client.LiveViewClientCapability
 
action(AlertRule, AlertRule.Actions.Action, TupleAddedEvent) - Method in interface com.streambase.liveview.client.alert.IExecJavaAction
Deprecated.
Use ExecJavaActionClass
ACTION_MAX_REDIRECTIONS_ALLOWED_EXCEEDED - com.streambase.liveview.client.LiveViewExceptionType
 
activate() - Method in class com.tibco.ep.testing.framework.Configuration
Activate this configuration
activated(Artifact, Artifact) - Method in interface com.tibco.ep.sb.ads.ArtifactNotifier
Called when an artifact becomes active for the operator.
ACTIVE_SPACES - com.streambase.liveview.client.LiveViewQueryLanguage
The Active Spaces query language, which is a subset of SQL or LiveView.
ACTIVE_SPACES_SPACE_LISTENER_NOT_READY - com.streambase.liveview.client.LiveViewExceptionType
 
ADAPTERS_ONLY - Static variable in interface com.streambase.sb.client.StreamBaseClient.ListEntityFlags
Use ADAPTERS_ONLY if you want only list adapters in list operator
add(OrderDefinition.Direction[], String...) - Method in class com.streambase.liveview.client.OrderDefinition
Add order definition field names with the specified Direction.
add(OrderDefinition.Direction, String...) - Method in class com.streambase.liveview.client.OrderDefinition
Add order definition field names, all in the same direction
add(FlowValidationProblem) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Add a validation problem to the list.
add(String) - Method in exception com.streambase.liveview.client.ValidationErrorsException
 
add(String...) - Method in class com.streambase.liveview.client.OrderDefinition
Add order definition field names, all ascending order
ADD - com.streambase.liveview.client.LiveViewPermission.Action
 
ADD - com.tibco.ep.tcs.runtime.config.IAdditionalTransformation.OperationType
Add a field to the output tuple.
addAdditionalTransformation(AdditionalTransformationConfig) - Method in class com.tibco.ep.tcs.runtime.config.EdgeConfig
Add an additional transformation.
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.
addAll(Collection<? extends FlowValidationProblem>) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Add all of the problems in the specified collection to this list.
addBlockInstance(String, BlockInstanceConfig) - Method in class com.tibco.ep.tcs.runtime.config.FlowConfig
Add a block instance ID and associated config.
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, 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
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
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(byte[], String...) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Deprecated.
Replaced with application fragments and HOCON configuration
addDeploy(File, String...) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Deprecated.
Replaced with application fragments and HOCON configuration
addDeploy(String, String...) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Deprecated.
Replaced with application fragments and HOCON configuration
addEdge(EdgeConfig) - Method in class com.tibco.ep.tcs.runtime.config.FlowConfig
Add a flow edge.
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.
addInput(ModuleBlockPortConfig) - Method in class com.tibco.ep.tcs.runtime.config.ExportedEndpointsConfig
Add an exported input endpoint.
addInputPort(String, ModuleBlockPortConfig) - Method in class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Add an input port name and associated configuration.
addInputPort(String, ModuleBlockPortConfig) - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Add an input port name and associated configuration.
addInsertAssignment(Assignment) - Method in class com.streambase.liveview.client.dynamictables.RuleCase
Add one insertAssignment to the RuleCase.
AdditionalTransformationConfig - Class in com.tibco.ep.tcs.runtime.config
A single additional transformation belonging to a flow edge, applied after all input transformations.
AdditionalTransformationConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.AdditionalTransformationConfig
Create a new empty transformation.
AdditionalTransformationConfig(IAdditionalTransformation) - Constructor for class com.tibco.ep.tcs.runtime.config.AdditionalTransformationConfig
Create a new transformation from the specified interface source.
AdditionalTransformationConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.AdditionalTransformationConfig
Create a new transformation from HOCON configuration.
addKeyword(String) - Method in class com.tibco.ep.tcs.runtime.config.SearchMetaDataConfig
Add a keyword.
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.
addOutput(ModuleBlockPortConfig) - Method in class com.tibco.ep.tcs.runtime.config.ExportedEndpointsConfig
Add an exported output endpoint.
addOutputPort(String, ModuleBlockPortConfig) - Method in class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Add an output port name and associated configuration.
addOutputPort(String, ModuleBlockPortConfig) - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Add an output port name and associated configuration.
addParameter(ExternalServerConnectionType.Parameters, String, String) - Static method in class com.streambase.liveview.client.TableAdminManager.TableProviderAPIHelper
This will add a parameter to a Parameters object.
addParameterTransformation(TransformationConfig) - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Add a parameter transformation.
addParentConfigurationTransformation(TransformationConfig) - Method in class com.tibco.ep.tcs.runtime.config.DependentBlockMetaDataConfig
Add a parent configuration transformation.
addSecondaryCategory(String) - Method in class com.tibco.ep.tcs.runtime.config.SearchMetaDataConfig
Add a secondary category.
addSubstitutionVariableTransformation(TransformationConfig) - Method in class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Add a substitution variable transformation.
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
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.
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
Add to buffer
addTransformation(InputTransformationConfig) - Method in class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Add a single input transformation.
addUpdateAssignment(Assignment) - Method in class com.streambase.liveview.client.dynamictables.RuleCase
Add one updateAssignment to the RuleCase.
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.
addVerboseTransactionalMemoryLeakDetection(String) - Method in class com.tibco.ep.testing.framework.UnitTest
Add verbose transactional memory leak detection for the specified class.
Administration - Class in com.tibco.ep.testing.framework
Administration tools to support unit testing
Administration() - Constructor for class com.tibco.ep.testing.framework.Administration
 
ADMINISTRATIVE_ACTION_NEW_SESSIONS_STOPPED - com.streambase.liveview.client.LiveViewExceptionType
 
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
AGG_MARK_END - com.streambase.liveview.client.LiveViewClientCapability
 
AGG_NOT_EXPLICITY_NAMED - com.streambase.liveview.client.LiveViewExceptionType
The aggregate values must be explicitly named using the 'AS' keyword.
AGG_QUERY_MUST_HAVE_GROUP_BY - com.streambase.liveview.client.LiveViewExceptionType
Aggregate query must have group by clause
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.
AGGREGATE_ALERT_REQUIRES_ALERT_TEST_EXPRESSION - com.streambase.liveview.client.LiveViewExceptionType
 
AGGREGATE_QUERIES - com.streambase.liveview.client.LiveViewTableCapability
Whether or not this table supports Aggregate Queries.
AGGREGATE_STREAM_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
AggregateMarkGeneration() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AggregateMarkGeneration
 
AggregateWindow - Class in com.streambase.sb.operator
represent a Heap-based aggregate window (For backward compat, we can't call this HeapAggregateWindow, hence have to settle with AggregateWindow)
AggregateWindow() - Constructor for class com.streambase.sb.operator.AggregateWindow
 
ALERT - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT - com.streambase.liveview.client.LiveViewPermission.Type
 
ALERT_ACTION - com.streambase.liveview.client.LiveViewPermission.Type
 
ALERT_ACTION_DELETE - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT_ACTION_EMAIL - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT_ACTION_INVOKE_HTTP - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT_ACTION_JAVA - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT_ACTION_LIVEVIEW_PUBLISH - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT_ACTION_OS_CMD - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT_ACTION_PUBLISH - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT_ACTION_SEND_TUPLE - com.streambase.liveview.client.LiveViewPermission.Action
 
ALERT_EXEC_JAVA_CLASS_NOT_ALLOWED - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_EXEC_OS_CMD_NOT_ALLOWED - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_GROUP - com.streambase.liveview.client.LiveViewClientCapability
 
ALERT_GROUP - com.streambase.liveview.client.LiveViewPermission.Type
 
ALERT_GROUP_BASED_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_NOT_FOUND - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_QUERY_CONFIG_WITH_QUERY_STRING_NOT_ALLOWED - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_RULES - com.streambase.liveview.client.LiveViewTableCapability
Whether or not this table supports alert rules configured against it.
ALERT_SERVICE_ACTION_SUBMISSION_FAILURE - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_SERVICE_DISABLED - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_SERVICE_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_TEST_EXPRESSION_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_TEST_EXPRESSION_WAS_NULL - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_VALIDATION_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_VERSION_MISMATCH - com.streambase.liveview.client.LiveViewExceptionType
 
ALERT_VERSION_NULL - com.streambase.liveview.client.LiveViewExceptionType
Alert Version can not be null
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
 
ALERTS_DISABLED - com.streambase.liveview.client.LiveViewExceptionType
Changing alert rules is not authorized
ALERTS_GET_DATA_MISSING - com.streambase.liveview.client.LiveViewExceptionType
 
ALERTS_NOT_SUPPORTED_FOR_TABLE - com.streambase.liveview.client.LiveViewExceptionType
 
AlertWithClusterGroup() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AlertWithClusterGroup
 
AlertWithGUID() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AlertWithGUID
 
AlertWithQueryString() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AlertWithQueryString
 
AlertWithQuiescence() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.AlertWithQuiescence
 
ALIAS_ALLOWED_IN_AGG_ONLY - com.streambase.liveview.client.LiveViewExceptionType
 
all - com.streambase.sb.client.StreamBaseAdminClient.ListConnectionArgument
All connections
ALL - com.streambase.liveview.client.LiveViewPermission.Action
 
ALL - com.streambase.liveview.client.LiveViewPermission.Type
 
ALL - com.streambase.sb.operator.Operator.LogLevel
Enable all logging
ALL - com.tibco.ep.tcs.runtime.config.IInputTransformations.StartFieldSetType
Start with ALL of an input tuple's fields before applying any transformations.
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_EXTRA_TUPLES - com.streambase.sb.unittest.Expecter.DequeueSetting
When passed to expect* routines, extra tuples are permitted as long as the expected tuples show up with in the timeout.
ALLOW_TUPLE_FIELD_SAME_NAME - Static variable in class com.streambase.sb.Schema
Allow tuple field to be the same as the schema field name
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()
ALREADY_LISTENING - com.streambase.liveview.client.LiveViewExceptionType
There is already a TableListListener for this LiveViewConnection.
AlreadyRegisteredException - Exception in com.streambase.sb.operator
 
AlreadyRegisteredException(String) - Constructor for exception com.streambase.sb.operator.AlreadyRegisteredException
 
ApplicationValidationException - Exception in com.streambase.sb
 
ApplicationValidationException(LocatedItem, String) - Constructor for exception com.streambase.sb.ApplicationValidationException
 
ApplicationValidationException(LocatedItem, String, Throwable) - Constructor for exception com.streambase.sb.ApplicationValidationException
 
ApplicationValidationException(LocatedItem, Throwable) - Constructor for exception com.streambase.sb.ApplicationValidationException
 
ApplicationValidationException(String, ApplicationValidationException) - 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.
applyAuth(Client) - Method in interface com.streambase.liveview.client.LiveViewAuth.AppliableLiveViewAuth
 
applyAuth(Client) - Method in class com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuthImpl
Private API
applyAuth(Client) - Method in class com.streambase.liveview.client.LiveViewAuth.LiveViewBearerAuthImpl
Private API
args() - Method in annotation type com.streambase.sb.client.CustomFunctionResolver
 
array() - Method in class com.streambase.sb.ByteArrayView
Returns a reference to the backing array for this view.
Artifact - Class in com.tibco.ep.sb.ads
An artifact loaded in the cluster.
ArtifactDescriptor - Class in com.tibco.ep.sb.ads
Container for the metadata used to register for an artifact.
ArtifactDescriptor(String, DefaultArtifact) - Constructor for class com.tibco.ep.sb.ads.ArtifactDescriptor
Creates an ArtifactDescriptor instance with only a default artifact specified.
ArtifactDescriptor(String, String, String) - Constructor for class com.tibco.ep.sb.ads.ArtifactDescriptor
Creates an ArtifactDescriptor instance for the specified artifact.
ArtifactDescriptor(String, String, String, DefaultArtifact) - Constructor for class com.tibco.ep.sb.ads.ArtifactDescriptor
Creates an ArtifactDescriptor instance for the specified artifact and a default artifact.
ArtifactException - Exception in com.tibco.ep.sb.ads
Artifact exception.
ArtifactException(String) - Constructor for exception com.tibco.ep.sb.ads.ArtifactException
Constructs a new exception with the specified detail message.
ArtifactException(String, Throwable) - Constructor for exception com.tibco.ep.sb.ads.ArtifactException
Constructs a new exception with the specified detail message and cause.
ArtifactException(Throwable) - Constructor for exception com.tibco.ep.sb.ads.ArtifactException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
ArtifactMessage - Class in com.tibco.ep.sb.ads
Container for message information
ArtifactMessage.Severity - Enum in com.tibco.ep.sb.ads
Message severity
ArtifactNotifier - Interface in com.tibco.ep.sb.ads
Operators implement this interface to receive notifications about the artifacts used by the operator.
ArtifactProperties() - Constructor for class com.streambase.sb.operator.Operator.ArtifactProperties
 
ASCENDING - com.streambase.liveview.client.OrderDefinition.Direction
 
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
Convert byte array to a string
assureNameStartsWithContainer(StreamProperties, String) - Static method in class com.streambase.sb.client.StreamBaseClient
Ensure name starts with container
asXmlStringSingle(Throwable, StringBuilder, int) - Static method in exception com.streambase.sb.StreamBaseException
Create an XML string that represents the exception
asXmlStringStrict() - Method in exception com.streambase.sb.StreamBaseException
Create an XML String that represents this Exception Strictly preserve the original message that was passed to this exception, which is different from other asXmlString*() functions, which decorate the message with additional location data
asXmlStringStrict(Throwable, StringBuilder) - Static method in exception com.streambase.sb.StreamBaseException
Create an XML String that represents the Exception

B

BAD_DATA_FILE - com.streambase.liveview.client.LiveViewExceptionType
 
BAD_SBD_SBCONF - com.streambase.liveview.client.LiveViewExceptionType
Error with sbd.sbconf.
BAD_SCHEMA_DESCRIBING_TABLE - com.streambase.liveview.client.LiveViewExceptionType
 
BaseAggregateWindow - Class in com.streambase.sb.operator
Abstract base class for all custom java aggregate functions.
BaseAggregateWindow() - Constructor for class com.streambase.sb.operator.BaseAggregateWindow
 
BaseConfig - Class in com.tibco.ep.tcs.runtime.config
Abstract base class for all configuration objects.
BaseConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.BaseConfig
Create a new base configuration.
BasePortConfig - Class in com.tibco.ep.tcs.runtime.config
A base class describing common port configuration as shared by module, data input, and data output blocks.
BasePortConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.BasePortConfig
Create a new empty port configuration.
BasePortConfig(IBasePort) - Constructor for class com.tibco.ep.tcs.runtime.config.BasePortConfig
Create a new port from the specified interface source.
BasePortConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.BasePortConfig
Create a new port from HOCON configuration.
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
BaseTestEnvironment(String, Map<String, String>) - Constructor for class com.streambase.sb.unittest.BaseTestEnvironment
Create a basic test environment that uses a specific configuration file
basicAuth(String, String) - Static method in interface com.streambase.liveview.client.LiveViewAuth
Creates a new basic authentication object
bearerAuth(String) - Static method in interface com.streambase.liveview.client.LiveViewAuth
Creates a new bearer auth object
BEGIN - com.streambase.sb.monitor.StatsUtil.What
 
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
BINARY_STREAMING_NOT_SUPPORTED_FOR_CLIENT - com.streambase.liveview.client.LiveViewExceptionType
Binary streaming is not supported for this client type
BLACKLISTED_FUNCTION_FOUND - com.streambase.liveview.client.LiveViewExceptionType
 
BLOB - com.streambase.sb.DataType
Blob type of undefined length.
Block - com.tibco.ep.tcs.runtime.FlowValidationProblem.EntityType
 
BlockDependencyCycle - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockDuplicateID - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BLOCKING_DELETE_QUERY_NOT_SUPORTED - com.streambase.liveview.client.LiveViewExceptionType
new delete api is not supported by this server.
BlockingDeleteQuery() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.BlockingDeleteQuery
 
BlockInstance - com.tibco.ep.tcs.runtime.FlowValidationProblem.EntityType
 
BlockInstanceConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration describing a block instance in a flow.
BlockInstanceConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Create a new empty block instance object.
BlockInstanceConfig(IBlockInstance) - Constructor for class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Create a new block instance from the specified interface source.
BlockInstanceConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Create a new block instance from HOCON configuration.
BlockInstanceGenerateError - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInstanceInvalidConfig - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInstanceSchemaMismatch - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInstanceUnknownID - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidAttachedConfig - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidCalledFlow - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidConfigSchema - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidConverterClass - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidEntryPointModule - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidExportedEndpoint - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidMetaData - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidParentType - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidPorts - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidStreams - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidTransform - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidTransformParentField - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockInvalidTransformResultType - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Block metadata base configuration, from which all block metadata configuration classes are derived.
BlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfig
Create a new empty metadata base object.
BlockMetaDataConfigFactory - Class in com.tibco.ep.tcs.runtime.config
Factory for producing block metadata configuration from different sources.
BlockMetaDataConfigFactory() - Constructor for class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory
 
BlockMetaDataConfigFactory.BlockType - Enum in com.tibco.ep.tcs.runtime.config
Full list of block types.
BlockMetaDataDiscoveryError - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BlockTester - Class in com.tibco.ep.tcs.runtime.engine
Test infrastructure for TIBCO Cloud Streaming flow blocks.
BlockUnknownID - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
BOOL - com.streambase.sb.DataType
Boolean type, four bytes.
BUFFERED_TABLE_PUBLISHER_FLUSH_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
build(LDMServer) - Method in class com.streambase.liveview.server.alert.clustering.OrderedObject.Builder
 
Builder() - Constructor for class com.streambase.liveview.server.alert.clustering.OrderedObject.Builder
 
ByteArrayView - Class in com.streambase.sb
This class represents a StreamBase blob.
ByteArrayView() - Constructor for class com.streambase.sb.ByteArrayView
 

C

CALCULATED_COLUMNS - com.streambase.liveview.client.LiveViewTableCapability
Whether or not calculated column queries can run against a particular table.
CALL_FLOW - com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory.BlockType
 
CallFlowBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration that describes the metadata for a TCS call-flow block.
CallFlowBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Create a new empty module block metadata object.
CAN_BE_EXTERNALLY_HOSTED - com.streambase.liveview.client.LiveViewTableCapability
Whether or not this table can be externally hosted by a remote LiveView server.
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
Can option change field count?
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
Can dequeue?
canEnqueue(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient.TupleBuffer
Can enqueue?
CANNOT_SAVE_DATA_WITH_NULL_ID - com.streambase.liveview.client.LiveViewExceptionType
 
canProcessConfigurationsFor(String) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomAdapterConfigProducer
Return true if this producer can process configurations that conform to the specified JSON schema, false otherwise.
canProcessConfigurationsFor(String) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomOperatorProducer
Return true if this producer can process configurations that conform to the specified JSON schema, false otherwise.
canProcessConfigurationsFor(String) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomTupleSchemaProducer
Return true if this producer can process configurations that conform to the specified JSON schema, false otherwise.
canTransformCaptures(Collection<SchemaUtil.CoercionOptions>) - Static method in enum com.streambase.sb.SchemaUtil.CoercionOptions
Can coercion options transform a capture field?
canTransformsCaptures() - Method in enum com.streambase.sb.SchemaUtil.CoercionOptions
Can option transform capture fields?
CANVAS_OVERLAY_ICON - com.streambase.sb.operator.Operator.IconKind
A maximum 24x24 overlay image to be displayed on the bottom-right quadrant of the default StreamBase icon, otherwise an expected 48x48 image is used as the sole icon when displayed on an EventFlow Canvas in Studio.
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 - com.streambase.sb.DataType
Capture type; opaque, variable length
CAPTURE_FLAT_TO_RAW - com.streambase.sb.SchemaUtil.CoercionOptions
 
CAPTURE_NEST_TO_RAW - com.streambase.sb.SchemaUtil.CoercionOptions
 
CAPTURE_RAW_TO_FLAT - com.streambase.sb.SchemaUtil.CoercionOptions
 
CAPTURE_RAW_TO_NEST - com.streambase.sb.SchemaUtil.CoercionOptions
 
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
Constructor Capture type name
CEP - com.streambase.liveview.client.Table.TableGroup
 
CEP_TABLES_GROUP - Static variable in interface com.streambase.liveview.client.Table
 
CHANNEL_ALREADY_EXISTS - com.streambase.liveview.client.LiveViewExceptionType
 
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 types
check(Collection<DataType>) - Method in class com.streambase.sb.DataType.Checklist
Check types
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(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(DataType) - Method in class com.streambase.sb.Schema.Field
checkType(Schema.Field, DataType) - Method in class com.streambase.sb.Tuple
Check type
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
Validate stream name
CLASS_NOT_FOUND_OR_NOT_TABLEPROVIDER - com.streambase.liveview.client.LiveViewExceptionType
 
CLASSES - com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor.TypeChoice
 
clear() - Method in class com.streambase.sb.Tuple
Sets all of this tuple's fields to null values.
clear() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Remove all of the elements from this list.
clearEvalCache(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Clear evaluation cache
clearOld - com.streambase.sb.client.StreamBaseAdminClient.ListConnectionArgument
Clear old connections
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, as well as fetch the SessionID.
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.DecisionTableInfo
 
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.OperatorInfo
 
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
ClosablePublisher() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.ClosablePublisher
 
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() - Method in class com.streambase.sb.feedsim.FeedSimTupleInputStream
Close that cleans up the default read() state
close() - Method in class com.streambase.sb.monitor.StreamBaseMonitor
 
close() - Method in class com.tibco.ep.tcs.runtime.engine.FlowTester
Shut down this tester.
close(String) - Method in class com.streambase.sb.client.StreamBaseClient
Flush all buffers and close the connection to the StreamBase server.
CLOSED - Static variable in class com.streambase.sb.client.DequeueResult
Status code indicating that the connection was closed
CLUSTER_EVENT_TYPE_NODE - Static variable in interface com.streambase.sb.Constants
Event type Node for Cluster Notification system tuple id field
CLUSTER_EVENT_TYPE_PARTITION - Static variable in interface com.streambase.sb.Constants
Event type Partition for Cluster Notification system tuple id field
CLUSTER_EVENT_TYPE_QUORUM - Static variable in interface com.streambase.sb.Constants
Event type Quorum for Cluster Notification system tuple id field
CLUSTER_MANAGE - com.streambase.liveview.client.LiveViewPermission.Type
 
ClusterNotificationTupleFields - Class in com.streambase.sb
A class that captures the fields of tuples on the control stream relating to HA cluster notifications.
ClusterNotificationTupleFields(Tuple) - Constructor for class com.streambase.sb.ClusterNotificationTupleFields
 
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 LiveView 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 LiveView.
com.streambase.liveview.client.dynamictables - package com.streambase.liveview.client.dynamictables
Provides classes to configure table options.
com.streambase.liveview.client.serverdatautility - package com.streambase.liveview.client.serverdatautility
Provides classes and interfaces to fetch TIBCO LiveView server's utility data.
com.streambase.liveview.server.alert.clustering - package com.streambase.liveview.server.alert.clustering
 
com.streambase.liveview.server.table.plugin - package com.streambase.liveview.server.table.plugin
Provides classes and interfaces to add custom table providers to TIBCO LiveView.
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
Provides classes and interfaces to add custom adapters to StreamBase applications.
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
Provides abstract classes to extend feedsim input sources.
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.
com.tibco.ep.sb.ads - package com.tibco.ep.sb.ads
Provides classes and interfaces for interacting with the TIBCO Artifact Management Server.
com.tibco.ep.tcs.runtime - package com.tibco.ep.tcs.runtime
This package contains basic TIBCO Cloud Streaming runtime infrastructure classes shared by the other TCS runtime packages.
com.tibco.ep.tcs.runtime.config - package com.tibco.ep.tcs.runtime.config
This package contains all the classes and interfaces that manage TIBCO Cloud Streaming flow and block configuration.
com.tibco.ep.tcs.runtime.engine - package com.tibco.ep.tcs.runtime.engine
This package contains classes that implement the TIBCO Cloud Streaming flow engine.
com.tibco.ep.testing.framework - package com.tibco.ep.testing.framework
Unit testing framework
compare(Tuple, Tuple) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
compare(Tuple, Tuple) - Method in interface com.streambase.sb.unittest.TupleComparator
Compare two tuples.
compare(TupleComparator, CompleteDataType, Object, Object) - Method in class com.streambase.sb.unittest.FieldBasedTupleComparator.CompareFunctor
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
Constructor
compileLVConfs(List<File>, boolean) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
complete() - Method in class com.tibco.ep.testing.framework.UnitTest
Complete tests - should be called once after tests are run.
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
Constructor
CompleteDataType.CaptureType - Class in com.streambase.sb
Capture type
CompleteDataType.FunctionType - Class in com.streambase.sb
Function type
CompleteDataType.ListType - Class in com.streambase.sb
List type
CompleteDataType.TupleType - Class in com.streambase.sb
Tuple type
COMPLEX_KEYS - com.streambase.liveview.client.LiveViewClientCapability
 
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.
ConfigMessageBundle - Class in com.tibco.ep.tcs.runtime.config
TCS engine message bundle.
ConfigMessageBundle() - Constructor for class com.tibco.ep.tcs.runtime.config.ConfigMessageBundle
 
Configuration - Class in com.tibco.ep.testing.framework
HOCON Configuration tools to support unit testing
Configuration(String) - Constructor for class com.tibco.ep.testing.framework.Configuration
Create a configuration instance
Configuration(String, String, Map<String, String>) - Constructor for class com.tibco.ep.testing.framework.Configuration
Create a configuration instance
Configuration(String, String, Map<String, String>, String) - Constructor for class com.tibco.ep.testing.framework.Configuration
Create a configuration instance
Configuration(String, Map<String, String>) - Constructor for class com.tibco.ep.testing.framework.Configuration
Create a configuration instance
CONFIGURATION_SCHEMA_PROP - Static variable in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfig
Configuration schema config property.
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, PropertyDescriptor, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.ConfigurationChooserPropertyDescriptor
Copy a property descriptor
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
ConfigurationException - Exception in com.tibco.ep.testing.framework
Configuration exception
ConfigurationException(String) - Constructor for exception com.tibco.ep.testing.framework.ConfigurationException
Constructor
ConfigurationException(String, Throwable) - Constructor for exception com.tibco.ep.testing.framework.ConfigurationException
Constructor
ConfigurationException(Throwable) - Constructor for exception com.tibco.ep.testing.framework.ConfigurationException
Constructor
CONFIGURED_METADATA_PROVIDER_INTERFACE_RESTRICTION - com.streambase.liveview.client.LiveViewExceptionType
 
CONFIGURED_METADTA_PROVIDER_CANNOT_BE_INVOKED - com.streambase.liveview.client.LiveViewExceptionType
 
CONFIGURED_METADTA_PROVIDER_NOT_FOUND - com.streambase.liveview.client.LiveViewExceptionType
 
CONFIGURED_RESOURCE_PATH_INVALID - com.streambase.liveview.client.LiveViewExceptionType
 
configureOperatorIR(OperatorIr, Config) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomOperatorProducer
Configure the specified operator IR.
CONNECT - com.streambase.liveview.client.LiveViewPermission.Type
 
CONNECTED - com.streambase.liveview.client.LiveViewConnectionControl.ConnectionState
Successfully connected to server
CONNECTED - com.streambase.sb.client.ConnectionStatus
Connection established to the server
CONNECTION - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Connection
CONNECTION_CANCELED - com.streambase.liveview.client.LiveViewExceptionType
Connection canceled by client
CONNECTION_CLOSED - com.streambase.liveview.client.LiveViewExceptionType
Server connection was closed
connectionClosed() - Method in interface com.streambase.sb.client.DeMUXStreamBaseClient.DequeueListener
This will be called if the connection is closed.
connectionClosed(ConnectionClosedEvent) - Method in interface com.streambase.liveview.client.ConnectionListener
Connection closed event
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
CONSTRUCTED - com.streambase.liveview.server.table.plugin.TableProviderStatus
 
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 - com.streambase.sb.monitor.StatsUtil.What
 
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
contains(Object) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return true if this collection contains the specified element.
containsAll(Collection<?>) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return true if this collection contains all of the elements in the specified collection.
CONTINUOUS - com.streambase.liveview.client.alert.LiveViewAlertType
Only look for Alert matches continuous Alert review
CONTINUOUS - com.streambase.liveview.client.LiveViewQueryType
Continuous query updates
CONTINUOUS - com.streambase.liveview.client.LiveViewTableCapability
Whether or not the Table supports Continuous query updates.
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(LiveViewQueryType) - Static method in enum com.streambase.liveview.client.LiveViewQueryType
 
convert(QueryType) - Static method in enum com.streambase.liveview.client.LiveViewQueryType
 
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
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
CopyByIndex - com.streambase.sb.TupleCopier.Options
TupleCopier.Options.CopyByIndex (off by default) will cause the copier to copy via indexes.
CopyByName - com.streambase.sb.TupleCopier.Options
The default option: TupleCopier.Options.CopyByName will cause the copier to copy via field names.
copyBytes() - Method in class com.streambase.sb.ByteArrayView
Create a new byte[] containing a copy of this view's 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.
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.
COULD_NOT_CONNECT - com.streambase.liveview.client.LiveViewExceptionType
 
COULD_NOT_CONNECT_MSG - com.streambase.liveview.client.LiveViewExceptionType
 
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.
createBlockTesterFor(String) - Method in class com.tibco.ep.tcs.runtime.engine.FlowTester
Create a block tester for the specified block ID.
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.
CREATED - com.streambase.sb.client.ConnectionStatus
Connection created but not yet connected
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
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
 
createSchema(Config, String, FlowValidationProblemList) - Method in class com.tibco.ep.tcs.runtime.config.TupleSchemaFactory
Create a new EventFlow tuple schema given a HOCON configuration and a property name in that configuration that points to the schema.
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
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.
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, String, String...) - Method in interface com.streambase.liveview.client.TableAdminManager
Convenience form of the previous method, used if there is only a primary key.
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.
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(Schema, Object[]) - Method in class com.streambase.sb.unittest.ObjectArrayTupleMaker
 
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, T) - Method in class com.streambase.sb.unittest.AbstractTupleMaker
 
createTuple(Schema, T) - Method in interface com.streambase.sb.unittest.TupleMaker
create a Tuples from an input object
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
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, Collection<T>) - Method in class com.streambase.sb.unittest.AbstractTupleMaker
 
createTuples(Schema, Collection<T>) - Method in interface com.streambase.sb.unittest.TupleMaker
create multiple Tuples from input objects
createTuples(Schema, 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
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
CRON_ALERT_ADD - com.streambase.liveview.client.LiveViewExceptionType
 
CRON_ALERT_INVALID_SCHEDULE - com.streambase.liveview.client.LiveViewExceptionType
 
CronAlert - com.streambase.liveview.client.alert.AlertRule.Type
 
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
Constructor
CURRENCY - com.streambase.liveview.client.SemanticInterpretation.WellKnownSemantics
 
current - com.streambase.sb.client.StreamBaseAdminClient.ListConnectionArgument
Current connections
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
CUSTOM_JAVA_OPERATORS_ONLY - Static variable in interface com.streambase.sb.client.StreamBaseClient.ListEntityFlags
Use CUSTOM_JAVA_OPERATORS_ONLY if you want to only list custom java operators
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.

D

DATA_INPUT - com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory.BlockType
 
DATA_ON_REMOVE_MESSAGE - com.streambase.liveview.client.LiveViewClientCapability
 
DATA_OUTPUT - com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory.BlockType
 
DATA_SOURCE_NOT_FOUND - com.streambase.liveview.client.LiveViewExceptionType
 
DataInputBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration that describes the metadata for a TCS data input block.
DataInputBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.DataInputBlockMetaDataConfig
Create a new empty data input block metadata object.
DataInputOutputBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Metadata common to data input and data output blocks.
DataInputOutputBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.DataInputOutputBlockMetaDataConfig
Create a new empty block metadata object.
DataInputOutputPortConfig - Class in com.tibco.ep.tcs.runtime.config
A class describing a data input or output block port.
DataInputOutputPortConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.DataInputOutputPortConfig
Create a new empty port configuration.
DataInputOutputPortConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.DataInputOutputPortConfig
Create a new port from the specified HOCON configuration.
DataInputPortConfig - Class in com.tibco.ep.tcs.runtime.config
A class describing a data input port.
DataInputPortConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.DataInputPortConfig
Create a new empty port configuration.
DataInputPortConfig(Config, TupleSchemaFactory, FlowValidationProblemList) - Constructor for class com.tibco.ep.tcs.runtime.config.DataInputPortConfig
Create a new port from the specified HOCON configuration.
DataOnRemoveMessage() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.DataOnRemoveMessage
 
DataOutputBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration that describes the metadata for a TCS data output block.
DataOutputBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.DataOutputBlockMetaDataConfig
Create a new empty data output block metadata object.
DataOutputPortConfig - Class in com.tibco.ep.tcs.runtime.config
A class describing a data output port.
DataOutputPortConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.DataOutputPortConfig
Create a new empty output port configuration.
DataOutputPortConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.DataOutputPortConfig
Create a new port from the specified HOCON configuration.
DataStatus - Class in com.streambase.liveview.client
Helps to describe the details of import process.
DataStatus.STATUS - Enum in com.streambase.liveview.client
Enum for possible STATUS for data import process.
DataType - Enum in com.streambase.sb
An enumeration that represents the types that StreamBase supports.
DataType.Checklist - Class in com.streambase.sb
Validate types against registered types
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
 
deactivate() - Method in class com.tibco.ep.testing.framework.Configuration
Deactivate this configuration
deactivated(Artifact) - Method in interface com.tibco.ep.sb.ads.ArtifactNotifier
Called when the operator's artifact has been deactivated.
deactiveAndRemoveAll() - Static method in class com.tibco.ep.testing.framework.Configuration
Deactivate and remove configurations in reverse order
DEBUG - com.streambase.sb.operator.Operator.LogLevel
Debug logging
DEBUG - com.tibco.ep.sb.ads.ArtifactMessage.Severity
Debug message
DECISION_TABLE - com.streambase.sb.monitor.StatsUtil.What
 
DecisionTableInfo - Class in com.streambase.sb.monitor
Represents information about a single decision table in a StreamBase application.
DecisionTableInfo(String) - Constructor for class com.streambase.sb.monitor.DecisionTableInfo
Constructor
decisionTableInfos() - Method in class com.streambase.sb.monitor.Snapshot
Returns an iterator over all the DecisionTableInfo objects.
decisionTableNames() - Method in class com.streambase.sb.monitor.Snapshot
Returns the set of all decision table names.
DECLARE - com.tibco.ep.tcs.runtime.config.IAdditionalTransformation.OperationType
Declare a local variable that can be referenced by other transformation expressions in a list of transformations.
DECLARE - com.tibco.ep.tcs.runtime.config.IInputTransformation.OperationType
Declare a local variable that can be referenced by other transformation expressions in a list of transformations.
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
DEFAULT - com.streambase.sb.operator.parameter.UIHints.TextFontHint
No special font will be applied
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 11080.
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_SECONDS - Static variable in class com.tibco.ep.testing.framework.UnitTest
Default timeout for test cases in seconds.
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).
DefaultArtifact - Class in com.tibco.ep.sb.ads
Container for the metadata used to register for an artifact.
DefaultArtifact(String) - Constructor for class com.tibco.ep.sb.ads.DefaultArtifact
 
DefaultArtifact(String, Optional<String>, Optional<String>, Optional<String>) - Constructor for class com.tibco.ep.sb.ads.DefaultArtifact
 
DefaultTupleFormatter() - Constructor for class com.streambase.sb.Tuple.DefaultTupleFormatter
See the class documentation for Tuple.DefaultTupleFormatter for details
DEFINED - com.streambase.liveview.client.Table.TableStatus
 
delete(Tuple) - Method in interface com.streambase.sb.operator.TableAccessor
Delete a row in the table based on primary key.
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 - com.streambase.liveview.client.LiveViewPermission.Action
 
DELETE - com.streambase.liveview.client.LiveViewQueryType
Delete rows that match the query
DELETE - com.streambase.liveview.client.LiveViewTableCapability
Whether or not this table supports delete operations.
DELETE_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
DELETE_REACH_LIMIT - com.streambase.liveview.client.LiveViewExceptionType
delete terminated at specified limit.
DELETE_SELF - com.streambase.liveview.client.LiveViewPermission.Action
 
deleteAlertRule(String) - Method in interface com.streambase.liveview.client.alert.AlertManager
Deletes the AlertRule from the server that matches the given GUID.
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
 
DELTA_SHOULD_BE_DISABLED_TO_GET_BIT_MASK_OF_CHANGED_FIELDS - com.streambase.liveview.client.LiveViewExceptionType
 
DeMUXStreamBaseClient - Class in com.streambase.sb.client
This is a StreamBaseClient that is intended for use by several independent queries.
DeMUXStreamBaseClient(StreamBaseURI) - Constructor for class com.streambase.sb.client.DeMUXStreamBaseClient
 
DeMUXStreamBaseClient(String) - Constructor for class com.streambase.sb.client.DeMUXStreamBaseClient
 
DeMUXStreamBaseClient(List<StreamBaseURI>, ClientSettings) - 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
DEPENDENT - com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory.BlockType
 
DependentBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration that describes the metadata for a TCS dependent block.
DependentBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.DependentBlockMetaDataConfig
Create a new empty dependent block metadata object.
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() - 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) - Method in class com.tibco.ep.tcs.runtime.engine.FlowTester.TupleDequeueHandle
Poll the handle, returning any tuples found.
dequeue(int, long, TimeUnit) - Method in interface com.streambase.sb.unittest.Dequeuer
Try to dequeue tuples within a provided timeout.
dequeue(long) - Method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
dequeue(long) - Method in class com.streambase.sb.client.StreamBaseClient
Dequeue a batch of tuples from a subscribed stream.
DEQUEUE_PACKETS - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Dequeue packets
DEQUEUE_WAIT - Static variable in class com.streambase.sb.client.DeMUXStreamBaseClient
 
DEQUEUED - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Dequeued
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.
DESCENDING - com.streambase.liveview.client.OrderDefinition.Direction
 
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
 
DIRECTORY - com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor.TypeHint
Studio will display a directory chooser when the user wishes to select a resource.
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
 
DISABLED - com.streambase.liveview.client.Table.TableStatus
 
disableTimeout() - Method in class com.tibco.ep.testing.framework.UnitTest
Disable timeout for this test case :
disableTransactionalAbortMode() - Method in class com.tibco.ep.testing.framework.UnitTest
Disable abort mode for this test case :
disableTransactionalDeadlockDetection() - Method in class com.tibco.ep.testing.framework.UnitTest
Disable deadlock detection for this test case :
disableTransactionalMemoryLeakDetection() - Method in class com.tibco.ep.testing.framework.UnitTest
Leak detection is enabled by default for each test case - use this method to disable :
DISALLOW_EXTRA_TUPLES - com.streambase.sb.unittest.Expecter.DequeueSetting
When passed to expect* routines, extra tuples are not permitted.
DISCONNECTED - com.streambase.sb.client.ConnectionStatus
Disconnected from the server
dispatch(ConnectionListener) - Method in class com.streambase.liveview.client.AbstractConnectionEvent
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.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(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")
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
DOUBLE - com.streambase.sb.DataType
Double type, eight bytes.
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() - 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.
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
DROPPING_TUPLES - Static variable in class com.streambase.sb.operator.Operator.SuspendBehaviorStates
Drop tuples when the Operator is suspended.
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(String...) - Method in interface com.streambase.liveview.client.TableAdminManager
This will drop the tables in the list.
dropTables(List<String>) - Method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
DTMConfigError - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
DUPLICATE_GROUP_BY_EXPR - com.streambase.liveview.client.LiveViewExceptionType
 
DUPLICATE_TABLE - com.streambase.liveview.client.LiveViewExceptionType
 
DUPLICATION_SELECT_EXPR - com.streambase.liveview.client.LiveViewExceptionType
 
DYNAMIC - com.streambase.liveview.client.Table.TableGroup
 
DYNAMIC_TABLE_CREATE_DATA_VALIDATION - com.streambase.liveview.client.LiveViewExceptionType
 
DYNAMIC_TABLE_NOT_SUPPORTED_WITH_MEMORY_CATALOG - com.streambase.liveview.client.LiveViewExceptionType
 
DYNAMIC_TABLES_NOT_ALLOWED - com.streambase.liveview.client.LiveViewExceptionType
 
DYNAMIC_TABLES_NOT_ALLOWED_2 - com.streambase.liveview.client.LiveViewExceptionType
 
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
 
DYNVAR - Static variable in class com.streambase.sb.EntityType
Represents a StreamBase dynamic variable.

E

Edge - com.tibco.ep.tcs.runtime.FlowValidationProblem.EntityType
 
EdgeConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration for an edge between two block instances in a flow.
EdgeConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.EdgeConfig
Create a new empty edge.
EdgeConfig(IEdge) - Constructor for class com.tibco.ep.tcs.runtime.config.EdgeConfig
Create a new edge from the specified interface source.
EdgeConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.EdgeConfig
Create a new edge from HOCON configuration.
EdgeTransformGenerateError - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
ELEMENT_NOT_FOUND_EXCEPTION - com.streambase.liveview.client.LiveViewExceptionType
 
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_JSON_DATA - com.streambase.liveview.client.LiveViewExceptionType
 
EMPTY_SCHEMA - Static variable in class com.streambase.sb.Schema
An empty schema
EMPTY_TUPLE - Static variable in class com.streambase.sb.Tuple
An empty tuple
enableBuffering(int) - Method in class com.streambase.sb.client.StreamBaseClient
Turn on buffering with a default WakeAndFlushBuffer thread set to 250ms
enableBuffering(int, long) - Method in class com.streambase.sb.client.StreamBaseClient
Turn on buffering.
ENABLED - com.streambase.liveview.client.Table.TableStatus
 
enableOperatorDetail(boolean) - Method in class com.streambase.sb.monitor.StreamBaseMonitor
Enable or disable operator details in snapshots such as operator type.
enableTransactionalAbortMode() - Method in class com.tibco.ep.testing.framework.UnitTest
Enable abort mode for this test case :
END - com.streambase.sb.monitor.StatsUtil.What
 
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
 
ENGINE_NOT_AVAILABLE_FOR_CALCULATION - com.streambase.liveview.client.LiveViewExceptionType
 
enqueue(StreamProperties, Tuple) - Method in class com.streambase.sb.client.StreamBaseClient
Enqueue a single Tuple 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(Tuple...) - Method in interface com.streambase.sb.unittest.Enqueuer
Enqueue multiple tuples to the stream
enqueue(TupleMaker<T>, List<T>) - Method in interface com.streambase.sb.unittest.Enqueuer
Create multiple tuples using a TupleMaker and then enqueue them.
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(String, 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(List<Tuple>) - Method in interface com.streambase.sb.unittest.Enqueuer
Enqueue multiple tuples to the stream
ENQUEUE_BUFFER_SIZE - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Enqueue buffer size
ENQUEUE_PACKETS - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Enqueue packets
ENQUEUED - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Enqueued
ENQUEUED_STREAMS - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Enqueued streams
Enqueuer - Interface in com.streambase.sb.unittest
An Enqueuer is used for enqueueing tuples onto a stream.
enqueueTuple(String, FlowTester.ITupleInitializer) - Method in class com.tibco.ep.tcs.runtime.engine.FlowTester
Enqueue a tuple on the specified flow block instance.
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
Compare wrapped types
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.
equals(Object) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return true if the specified list is equal to this list, false otherwise.
equalsNoCapture(Schema) - Method in class com.streambase.sb.Schema
Compare schemas without capture fields
equalsNoCapture(Schema.Field) - Method in class com.streambase.sb.Schema.Field
Compare non-capture fields
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() - Method in class com.tibco.ep.testing.framework.Results
Deprecated.
Warning: this method excludes errors when the command returns more than one error use Results.getErrorMessages() instead
error(Throwable) - Static method in enum com.streambase.liveview.client.LiveViewExceptionType
Wraps any throwable into a LiveViewException of type LiveViewExceptionType.UNEXPECTED
Error - com.tibco.ep.tcs.runtime.FlowValidationProblem.SeverityLevel
 
ERROR - com.streambase.liveview.client.DataStatus.STATUS
 
ERROR - com.streambase.liveview.client.Table.TableStatus
 
ERROR - com.streambase.sb.operator.Operator.LogLevel
Error logging
ERROR - com.tibco.ep.sb.ads.ArtifactMessage.Severity
Error message
ERROR_CHECKING_PERSISTENT_STORE_TABLE - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_CREATING_PERSISTENT_STORE_TABLE - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_ENCOUNTERED_WHILE_CREATING_TABLE - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_ENCOUNTERED_WHILE_FETCHING_SCHEMA_FROM_JAXB_INFO - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_ENCOUNTERED_WHILE_STARTING_TABLES - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_GETTING_SCHEMA_INTERFACE_FILE_CONTENTS - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_INPUT - com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory.BlockType
 
ERROR_ON_MISS_IN_SCHEMA_CALC - com.streambase.sb.SchemaUtil.CoercionOptions
 
ERROR_OUTPUT - com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory.BlockType
 
ERROR_PROCESSING_JSON_DATA - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_PROCESSING_QUERY - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_READING_FILE - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_READING_INPUT_STREAM - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_SCHEMA - Static variable in interface com.streambase.sb.Constants
 
ERROR_STARTING_DATA_STORE - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_STOPPING_DATA_STORE - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_STREAM_NAME - Static variable in interface com.streambase.sb.Constants
 
ERROR_WRITING_FILE - com.streambase.liveview.client.LiveViewExceptionType
 
ERROR_WRITING_OUTPUT_STREAM - com.streambase.liveview.client.LiveViewExceptionType
 
ErrorInputBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration that describes the metadata for a TCS error input block.
ErrorInputBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.ErrorInputBlockMetaDataConfig
Create a new empty error input block metadata object.
ErrorOutputBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration that describes the metadata for a TCS error output block.
ErrorOutputBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.ErrorOutputBlockMetaDataConfig
Create a new empty error output block metadata object.
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 message return value will be a string containing the error message
exceptionRaised(PublisherExceptionEvent) - Method in class com.streambase.liveview.client.AbstractPublisherListener
Event when an exception occurs during the publish.
exceptionRaised(PublisherExceptionEvent) - Method in interface com.streambase.liveview.client.PublisherListener
Event when an exception occurs during the publish.
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
Execute the query
execute(String, String) - Method in class com.tibco.ep.testing.framework.Administration
Run an administration command to particular service name and return results
execute(String, String, String) - Method in class com.tibco.ep.testing.framework.Administration
Run an administration command to particular service name and return results
execute(String, String, String, Map<String, String>) - Method in class com.tibco.ep.testing.framework.Administration
Run an administration command to particular service name and return results
execute(String, String, Map<String, String>) - Method in class com.tibco.ep.testing.framework.Administration
Run an administration command to particular service name and return results
EXECUTE_JAVA - com.streambase.liveview.client.alert.AlertRuleAction.ActionType
 
EXECUTE_OS_COMMAND - com.streambase.liveview.client.alert.AlertRuleAction.ActionType
 
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(Tuple) - Method in class com.streambase.sb.unittest.Expecter
Expect a tuple 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, Tuple) - Method in class com.streambase.sb.unittest.Expecter
Expect a given tuple 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(Expecter.DequeueSetting, TupleMaker<T>, List<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(Expecter.DequeueSetting, TupleMaker<T>, T...) - 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(TupleMaker<T>, List<T>) - Method in class com.streambase.sb.unittest.Expecter
Expect multiple tuples in a particular order from the dequeuer.
expect(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(List<Tuple>) - 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
Constructor
Expecter(Dequeuer, TupleComparator) - Constructor for class com.streambase.sb.unittest.Expecter
Constructor
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
Dequeue settings
Expecter.Predicate - Interface in com.streambase.sb.unittest
To expect tuples by predicate, implement this interface.
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.
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.
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(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(Expecter.DequeueSetting, TupleMaker<T>, List<T>) - 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(Expecter.DequeueSetting, List<Tuple>) - 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.
expectUnordered(TupleMaker<T>, T...) - 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.
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
EXPORT - com.streambase.liveview.client.LiveViewPermission.Action
 
EXPORT_DATA_FAILURE - com.streambase.liveview.client.LiveViewExceptionType
 
ExportedEndpointsConfig - Class in com.tibco.ep.tcs.runtime.config
A class containing a flow's exported endpoints.
ExportedEndpointsConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.ExportedEndpointsConfig
Create a new empty exported endpoints object.
ExportedEndpointsConfig(IExportedEndpoints) - Constructor for class com.tibco.ep.tcs.runtime.config.ExportedEndpointsConfig
Create a new exported endpoints object from the specified interface source.
ExportedEndpointsConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.ExportedEndpointsConfig
Create a new exported endpoints object from HOCON configuration.
exportMetadata(File, String...) - Method in interface com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider
utility to export LiveView metadata.
exportMetadata(OutputStream, String...) - Method in interface com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider
Utility to export LiveView metadata.
EXPRESSION_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
EXPRESSIONS_ALLOWED_IN_AGG_ONLY - com.streambase.liveview.client.LiveViewExceptionType
Use of expressions is only allowed in aggregate queries.
ExternalLiveViewHosting() - Constructor for class com.streambase.liveview.client.LiveViewServerCapability.ExternalLiveViewHosting
 
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
Fast forward time
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
Constructor
Field(Schema.Field) - Constructor for class com.streambase.sb.Schema.Field
Construct a Field from an existing Field.
Field(String, CompleteDataType, Location) - Constructor for class com.streambase.sb.Schema.Field
Constructor
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 Field(String, CompleteDataType) instead with new Schema(name, CompleteDataType.forTuple(s)), or Schema.createTupleField(String, Schema)
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
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
Constructor
FIELDLIST_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
fieldObjectToJsonString(Schema.Field, Object, EnumSet<TupleJSONUtil.Options>) - Static method in class com.streambase.sb.TupleJSONUtil
 
fieldObjectToJsonString(Schema.Field, Object, EnumSet<TupleJSONUtil.Options>, String) - Static method in class com.streambase.sb.TupleJSONUtil
 
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
FILE - com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor.TypeHint
Studio will display a file chooser when the user wishes to select a resource
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.AdditionalTransformationConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.BaseConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.BasePortConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.DataInputBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.DataInputOutputBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.DataInputOutputPortConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.DataInputPortConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.DataOutputBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.DependentBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.EdgeConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.ErrorInputBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.ErrorOutputBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.ExportedEndpointsConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.FlowConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.IdentifiedBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.InputTransformationConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockPortConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.OperatorBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.SearchMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.StreamInputBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.StreamOutputBlockMetaDataConfig
Add this object's properties to the specified map.
fillMap(Map<String, Object>) - Method in class com.tibco.ep.tcs.runtime.config.TransformationConfig
Add this object's properties to the specified map.
FILTER - Static variable in interface com.streambase.liveview.client.Table
 
FilterdAlias(String, String) - Constructor for class com.streambase.liveview.server.table.plugin.TablePropertiesConfigurationWrapper.FilterdAlias
 
FILTERED_TABLE_PREDICATE_MISSING - com.streambase.liveview.client.LiveViewExceptionType
 
FILTERED_TABLE_START_DROP_NOT_ALLOWED - com.streambase.liveview.client.LiveViewExceptionType
 
FilteredTableAlias - Class in com.streambase.liveview.client.dynamictables
This class represents the filtered-table-alias entries in an LVConf file.
FilteredTableAlias() - Constructor for class com.streambase.liveview.client.dynamictables.FilteredTableAlias
 
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
Find capture option
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
 
FIXED_WIDTH - com.streambase.sb.operator.parameter.UIHints.TextFontHint
A fixed width (eclipse platform, Basic Text font) will be applied
FLATTEN - com.streambase.sb.CaptureTransformStrategy
Expand all capture fields as if they were crossing a hygienic module boundary.
Flow - com.tibco.ep.tcs.runtime.FlowValidationProblem.EntityType
 
FlowConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration describing a TCS flow as a graph of TCS block instances.
FlowConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.FlowConfig
Create a new empty flow config object.
FlowConfig(IFlow) - Constructor for class com.tibco.ep.tcs.runtime.config.FlowConfig
Create a new flow config object from the specified interface source.
FlowConfig(Config, FlowValidationProblemList, Validator) - Constructor for class com.tibco.ep.tcs.runtime.config.FlowConfig
Create a new flow config object from HOCON configuration.
FlowGenerateError - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
FlowInvalidMetaData - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
FlowTester - Class in com.tibco.ep.tcs.runtime.engine
Test infrastructure for TIBCO Cloud Streaming flows.
FlowTester() - Constructor for class com.tibco.ep.tcs.runtime.engine.FlowTester
Create a new flow tester.
FlowTester.ITupleInitializer - Interface in com.tibco.ep.tcs.runtime.engine
FlowTester.TupleDequeueHandle - Class in com.tibco.ep.tcs.runtime.engine
A dequeue handle created by initTupleDequeue for use when the tester is dequeueing tuples.
FlowValidationException(String) - Constructor for exception com.tibco.ep.tcs.runtime.FlowValidationProblemList.FlowValidationException
Create a new validation exception containing specified errors and warnings arising from the validation of a configuration.
FlowValidationProblem - Class in com.tibco.ep.tcs.runtime
A container for a single flow validation error or warning.
FlowValidationProblem(FlowValidationProblem.SeverityLevel, FlowValidationProblem.ProblemType, FlowValidationProblem.EntityType, String, String, String) - Constructor for class com.tibco.ep.tcs.runtime.FlowValidationProblem
Create a new validation problem associated with a TCS flow entity.
FlowValidationProblem(FlowValidationProblem.SeverityLevel, FlowValidationProblem.ProblemType, String, String) - Constructor for class com.tibco.ep.tcs.runtime.FlowValidationProblem
Create a new validation problem not associated with a TCS flow entity.
FlowValidationProblem.EntityType - Enum in com.tibco.ep.tcs.runtime
Entity type.
FlowValidationProblem.ProblemType - Enum in com.tibco.ep.tcs.runtime
Problem type.
FlowValidationProblem.SeverityLevel - Enum in com.tibco.ep.tcs.runtime
Problem severity level.
FlowValidationProblemList - Class in com.tibco.ep.tcs.runtime
A validation problem list.
FlowValidationProblemList() - Constructor for class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Create a new empty validation problem list.
FlowValidationProblemList(FlowValidationProblemList) - Constructor for class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Create a new validation problem list from the specified one.
FlowValidationProblemList.FlowValidationException - Exception in com.tibco.ep.tcs.runtime
An inner class for flow validation exceptions.
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(StreamProperties) - Method in class com.streambase.sb.client.StreamBaseClient
Deprecated.
use StreamBaseClient.flushAllBuffers() to preserve inter-stream ordering
flushBuffer(String) - 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
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.
FORCE_NAMES - com.streambase.sb.SchemaUtil.CopyOptions
Force field names
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
 
forFile(String) - Static method in class com.tibco.ep.testing.framework.Configuration
Create a configuration instance
forFile(String, String, Map<String, String>) - Static method in class com.tibco.ep.testing.framework.Configuration
Create a configuration instance
forFile(String, String, Map<String, String>, String) - Static method in class com.tibco.ep.testing.framework.Configuration
Create a configuration instance
forFile(String, Map<String, String>) - Static method in class com.tibco.ep.testing.framework.Configuration
Create a configuration instance
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.
fromTcdsAuthUri(String, LiveViewAuth) - Static method in class com.streambase.liveview.client.ConnectionConfig
Creates a connection config from a TCDS URI and authentication (optional).
fromValue(String) - Static method in enum com.streambase.liveview.client.LiveViewQueryType
 
FULL_SCHEMA - com.streambase.liveview.client.LiveViewClientCapability
Whether or not this client supports full Schemas
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.
FUNCTION - com.streambase.sb.DataType
Function type: variable length, arguments: Schema, return: CompleteDataType
FunctionType(Schema, CompleteDataType) - Constructor for class com.streambase.sb.CompleteDataType.FunctionType
Constructor

G

GC - com.streambase.sb.monitor.StatsUtil.What
 
GCInfo(String) - Constructor for class com.streambase.sb.monitor.SystemInfo.GCInfo
Constructor
get() - Static method in class com.streambase.liveview.server.table.plugin.TableProviderManager
 
get(int) - Method in class com.streambase.sb.ByteArrayView
Get byte as specified position
GET - com.streambase.liveview.client.LiveViewPermission.Action
 
getAction() - Method in class com.streambase.liveview.client.LiveViewPermission
 
getActionExecutionMicrosecondsDelta() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the number of microseconds spent by this decision table executing actions since the previous Snapshot.
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.
getActionsExecutedDelta() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the number of actions executed by this decision table since the previous Snapshot.
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
 
getAdditionalTransformations() - Method in class com.tibco.ep.tcs.runtime.config.EdgeConfig
Return this edge's additional transformations, applied after applying input transformations, null if none.
getAdditionalTransformations() - Method in interface com.tibco.ep.tcs.runtime.config.IEdge
Return this edge's additional transformations, applied after applying input transformations, null if none.
getAggregateQuery() - Method in interface com.streambase.liveview.client.dynamictables.TableConfig
This method returns the aggregate query for this table.
getAlertGroup() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the alertGroup property.
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(String) - Method in interface com.streambase.liveview.client.alert.AlertManager
Gets the alert rule specified by the GUID.
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(int) - Method in class com.streambase.sb.Tuple
Return a reference (not a copy) to the specified nested tuple field.
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.
getAllStreamProperties(EntityType) - Method in class com.streambase.sb.client.StreamBaseClient
Return all the StreamProperties available.
getAllStreamProperties(EntityType, CaptureTransformStrategy) - 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.
getArtifactManager() - Method in class com.streambase.sb.operator.Operator
Returns an ArtifactManager instance for managing the operator's artifacts.
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
getAuthentication() - Method in class com.streambase.liveview.client.ConnectionConfig
Gets the authentication method for this connection
getAuthor() - Method in class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Return the identification object's author, null if none.
getAuthor() - Method in interface com.tibco.ep.tcs.runtime.config.IIdentification
Return the identification object's author, null if none.
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(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.
getBlobBuffer(String) - Method in class com.streambase.sb.Tuple
Return a ByteArrayView for a given blob field.
getBlockID() - Method in class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Return this block instance's referenced block identifier; that is, the block of which this object is an instance.
getBlockID() - Method in interface com.tibco.ep.tcs.runtime.config.IBlockInstance
Return this block instance's referenced block identifier; that is, the block of which this object is an instance.
getBlockInstances() - Method in class com.tibco.ep.tcs.runtime.config.FlowConfig
Return a map of the block instances in a flow, indexed by a block instance identifier unique within the flow.
getBlockInstances() - Method in interface com.tibco.ep.tcs.runtime.config.IFlow
Return an associative array of the block instances in a flow, indexed by a block instance identifier unique within the flow.
getBlockMetaData() - Method in class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
For inline block definitions, return the block metadata that would otherwise appear in the referenced block project, null if none.
getBody() - Method in interface com.streambase.liveview.client.alert.InvokeHTTPAction
Gets the value of the body property.
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(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.
getBoolean(String) - Method in class com.streambase.sb.Tuple
Return the value of a named 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
getCallBackTimeInterval() - Method in class com.streambase.liveview.client.PubListenerConfig
The utility to return the call back time interval.
getCallBackTimeUnit() - Method in class com.streambase.liveview.client.PubListenerConfig
The utility to return the call back interval's TimeUnit.
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(int) - Method in class com.streambase.sb.Tuple
Return the value of the named capture field.
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.
getCaptureImpl(Schema.Field) - Method in class com.streambase.sb.Tuple
Get capture field
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
Get capture transform strategy
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.
getCommandResults() - Method in class com.tibco.ep.testing.framework.Results
Get all results
getCommandStatusMessages() - Method in class com.tibco.ep.testing.framework.Results
Get list of status messages
getCompleteDataType() - Method in class com.streambase.sb.Schema.Field
Return the CompleteDataType of the Field
getConditionEvaluationMicrosecondsDelta() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the number of microseconds spent by this decision table evaluating conditions since the previous Snapshot.
getConditionsEvaluatedDelta() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the number of conditions evaluated by this decision table since the previous Snapshot.
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
 
getConfiguration() - Method in class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Deprecated.
Use #getConfig
getConfiguration() - Method in interface com.tibco.ep.tcs.runtime.config.IBlockInstance
Deprecated.
use #getInstanceConfig
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.
getConfigurationSchema() - Method in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfig
Return the schema that describes and validates configuration for this block, expressed as a fully-qualified class path resource.
getConfigurationSchema() - Method in interface com.tibco.ep.tcs.runtime.config.IBlockMetaDataWithSchema
Return the schema that describes and validates configuration for this block, expressed as a fully-qualified class path resource,
getConnection() - Method in class com.streambase.liveview.client.ConnectionClosedEvent
Get the connection that was closed
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.
getConnection(String) - Static method in class com.streambase.liveview.client.LiveViewConnectionFactory
Retrieves a LiveViewConnection based on a valid URI.
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
getContext() - Method in class com.streambase.liveview.client.SemanticInterpretation
 
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.
getCustomAdapterConfigProducerClass() - Method in class com.tibco.ep.tcs.runtime.config.DataInputOutputBlockMetaDataConfig
Return the class that produces any required adapter configuration from a block instance configuration and a block metadata configuration schema.
getCustomAdapterConfigProducerClass() - Method in interface com.tibco.ep.tcs.runtime.config.IDataInputOutputBlockMetaData
Return the class that produces any required adapter configuration from a block instance configuration and a block metadata configuration schema.
getCustomOperatorProducerClass() - Method in interface com.tibco.ep.tcs.runtime.config.IOperatorBlockMetaData
Return the class that produces an operator from a block instance configuration and a block metadata configuration schema.
getCustomOperatorProducerClass() - Method in class com.tibco.ep.tcs.runtime.config.OperatorBlockMetaDataConfig
Return the class that produces an operator from a block instance configuration and a block metadata configuration schema.
getCustomTupleSchemaProducerClass() - Method in interface com.tibco.ep.tcs.runtime.config.IStreamInputBlockMetaData
Return the class that produces a tuple schema from a block instance configuration and a block metadata configuration schema.
getCustomTupleSchemaProducerClass() - Method in class com.tibco.ep.tcs.runtime.config.StreamInputBlockMetaDataConfig
Return the class that produces a tuple schema from a block instance configuration and a block metadata configuration schema.
getData() - Method in class com.tibco.ep.sb.ads.Artifact
Deprecated.
getDataDirectory() - Method in interface com.streambase.sb.operator.IResourceReader
 
getDataDirectory() - Method in class com.streambase.sb.operator.Operator
Get data directory.
getDataSourceConnection(String) - Method in class com.streambase.sb.operator.Operator
Retrieve a connection to a JDBC Data Source configured in HOCON configuration files.
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
getDecisionTableInfo(String) - Method in class com.streambase.sb.monitor.Snapshot
Returns information about the specified decision table.
getDefault() - Static method in enum com.streambase.sb.operator.parameter.UIHints.TextWidthHint
Encodes the default text width hint when unspecified otherwise.
getDefaultArtifact() - Method in class com.tibco.ep.sb.ads.ArtifactDescriptor
 
getDefaultBlockConfig() - Method in class com.tibco.ep.tcs.runtime.engine.BlockTester
Return this tester's block type's default configuration.
getDefaultCase() - Method in class com.streambase.liveview.client.dynamictables.FieldRule
 
getDefaultFile() - Method in class com.tibco.ep.sb.ads.DefaultArtifact
 
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 Tuple dequeue object for a 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 enum com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider.DATA_POLICY
 
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.
getDescription() - Method in class com.tibco.ep.tcs.runtime.config.BasePortConfig
Return the port's description, null if none
getDescription() - Method in class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Return the block instance's human-readable description, null if none.
getDescription() - Method in class com.tibco.ep.tcs.runtime.config.EdgeConfig
Return this edge's human-readable description, null if none.
getDescription() - Method in interface com.tibco.ep.tcs.runtime.config.IBasePort
Return this port's optional description, null if none.
getDescription() - Method in interface com.tibco.ep.tcs.runtime.config.IBlockInstance
Return the block instance's human-readable description, null if none.
getDescription() - Method in class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Return the identification object's human-readable description, null if none.
getDescription() - Method in interface com.tibco.ep.tcs.runtime.config.IEdge
Return this edge's human-readable description, null if none.
getDescription() - Method in interface com.tibco.ep.tcs.runtime.config.IIdentification
Return the identification object's human-readable description, null if none.
getDescription() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblem
Return this problem's description.
getDetails() - Method in class com.streambase.liveview.client.DataStatus
The details of import process for the LiveView resource.
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
Deprecated.
getURI now returns the display URI. Deprecated in 11.0
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.
getDouble(String) - Method in class com.streambase.sb.Tuple
Return the value of a named double field.
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.
getDynamicVariable(String) - Method in class com.streambase.sb.client.StreamBaseClient
Get the given dynamic variable
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.
getDynamicVariables(String) - Method in class com.streambase.sb.client.StreamBaseClient
Get a Tuple of all the dynamic variables on the given module
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.
getEdges() - Method in class com.tibco.ep.tcs.runtime.config.FlowConfig
Return a list of flow edges connecting block instances.
getEdges() - Method in interface com.tibco.ep.tcs.runtime.config.IFlow
Return an array of flow edges connecting block instances.
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
 
getEncoding() - Method in class com.tibco.ep.sb.ads.Artifact
 
getEncoding() - Method in class com.tibco.ep.sb.ads.DefaultArtifact
 
getEngineSystemProperties() - Method in class com.streambase.sb.unittest.BaseTestEnvironment
 
getEngineSystemProperties() - Method in interface com.streambase.sb.unittest.SBTestEnvironment
 
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 Tuple enqueue object for a stream
getEntityName() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblem
Name of the entity that caused the problem, null if unknown.
getEntityType() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblem
The entity type that caused the problem, Unknown if unknown.
getEnumClass() - Method in class com.streambase.sb.operator.parameter.JavaEnumPropertyDescriptor
Get enumeration class
getEnv() - Method in class com.streambase.sb.operator.AggregateWindow
 
getEnv() - Method in class com.streambase.sb.operator.BaseAggregateWindow
Get runtime environment
getEnv() - Method in class com.streambase.sb.operator.TransactionalMemoryAggregateWindow
 
getError(int) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return the Nth error.
getErrorCode() - Method in exception com.streambase.liveview.client.LiveViewException
Error code provided by the server
getErrorCount() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return this problem list's error count.
getErrorMessages() - Method in class com.tibco.ep.testing.framework.Results
Return the error messages of the command
getErrors() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return a copy of this problem list's errors.
getErrorsAsString() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return this list's errors as a comma-separated list.
getErrorsAsString(String, String, String) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return this list's errors as a list with specified prefix, separator, and suffix sequences.
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
Get evaluation cache content
getEventFlowAdapterProperties(Config) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomAdapterConfigProducer
Produce the adapter properties.
getException() - Method in class com.streambase.liveview.client.DynamicTableState
 
getException() - Method in class com.streambase.liveview.client.PublisherExceptionEvent
Get the corresponding LiveViewException.
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
 
getExportedEndpoints() - Method in class com.tibco.ep.tcs.runtime.config.FlowConfig
Return exported endpoint information for this flow.
getExportedEndpoints() - Method in interface com.tibco.ep.tcs.runtime.config.IFlow
Return exported endpoints for this flow.
getExpression() - Method in class com.streambase.sb.operator.parameter.ConfigurationChooserPropertyDescriptor
 
getExpression() - Method in interface com.tibco.ep.tcs.runtime.config.ITransformation
Return the output expression, in EventFlow expression syntax.
getExpression() - Method in class com.tibco.ep.tcs.runtime.config.TransformationConfig
Return the output expression, in EventFlow expression syntax.
getExpressionInputPort() - Method in class com.streambase.sb.operator.parameter.SBPropertyDescriptor
Return the input port that this property is bound to.
getExtender() - Method in class com.streambase.liveview.server.alert.clustering.OrderedObject.Builder
 
getExternalAdapterXMLConfigForType(String) - Method in class com.tibco.ep.tcs.runtime.engine.BlockTester
Return the current external XML adapter configuration for the specified adapter type.
getExternalServerConnection() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getFailedRetryAttempts() - Method in class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getField() - Method in exception com.streambase.sb.SchemaValidationException
Field that caused exception
getField(int) - Method in class com.streambase.sb.Schema
Return a Field object at the given index within the schema
getField(int) - Method in class com.streambase.sb.Tuple
Return the value of the field at a specified field index.
getField(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of a specified field.
getField(String) - Method in class com.streambase.sb.Schema
Return a Field object with the given field pathname in or under this schema.
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
Get field length
getFieldName() - Method in class com.streambase.liveview.client.dynamictables.Assignment
 
getFieldName() - Method in interface com.tibco.ep.tcs.runtime.config.ITransformation
Return the name of the field being operated on.
getFieldName() - Method in class com.tibco.ep.tcs.runtime.config.TransformationConfig
Return the name of the field being operated on.
getFieldPrefix() - Method in interface com.tibco.ep.tcs.runtime.config.IInputTransformations
Return a prefix to apply to all fields emitted by the edge.
getFieldPrefix() - Method in class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Return a prefix to apply to all fields emitted by the edge.
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() - 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() - 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.
getFields(boolean) - Method in class com.streambase.liveview.client.AbstractTable
 
getFields(boolean) - Method in interface com.streambase.liveview.client.Table
Returns the fields describing the table columns.
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.
getFieldSuffix() - Method in interface com.tibco.ep.tcs.runtime.config.IInputTransformations
return a suffix to apply to all fields emitted by the edge.
getFieldSuffix() - Method in class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Return a suffix to apply to all fields emitted by the edge.
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.
getFormattedErrors() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return a list of formatted errors as strings.
getFormattedProblems() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return a list of formatted problems as strings.
getFormattedWarnings() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return a list of formatted warnings as strings.
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.
getFrom() - Method in class com.tibco.ep.tcs.runtime.config.EdgeConfig
Return this edge's origin.
getFrom() - Method in interface com.tibco.ep.tcs.runtime.config.IEdge
Return this edge's origin.
getFullLogicalName(StreamProperties) - Static method in class com.streambase.sb.client.DeMUXStreamBaseClient
 
getFullyQualifiedEntryPointModuleName() - Method in interface com.tibco.ep.tcs.runtime.config.IModuleBlockMetaData
Return the fully-qualified name of the underlying EventFlow module that serves as the block's entry point.
getFullyQualifiedEntryPointModuleName() - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Return the fully-qualified name of the underlying EventFlow module that serves as the block's entry point.
getFullyQualifiedFlowResourceName() - Method in class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Return the fully-qualified name of the flow configuration that this block will call.
getFullyQualifiedFlowResourceName() - Method in interface com.tibco.ep.tcs.runtime.config.ICallFlowBlockMetaData
Return the fully-qualified resource name of the underlying TCS flow configuration that the block will call.
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(Schema.Field) - Method in class com.streambase.sb.Tuple
Return the value of the given function field.
getFunction(String) - Method in class com.streambase.sb.Tuple
Return the value of the named 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.
getGroup() - Method in class com.streambase.liveview.server.alert.clustering.OrderedObject
 
getGroupByExprs() - Method in class com.streambase.liveview.client.QueryConfig
the group-by expressions set by equivalent setters
getGUID() - Method in interface com.streambase.liveview.client.alert.AlertRule
Gets the value of the GUID property
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
getHeaders() - Method in interface com.streambase.liveview.client.alert.InvokeHTTPAction
Gets the map of headers.
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 class com.streambase.liveview.server.table.plugin.TableProviderControlImpl
 
getIdentification() - Method in class com.tibco.ep.tcs.runtime.config.FlowConfig
Return identification information for this flow.
getIdentification() - Method in class com.tibco.ep.tcs.runtime.config.IdentifiedBlockMetaDataConfig
Return identification information for this block.
getIdentification() - Method in interface com.tibco.ep.tcs.runtime.config.IFlow
Return identification information for this flow.
getIDFromConfig(Config) - Static method in class com.tibco.ep.tcs.runtime.config.FlowConfig
Return an ID for the specified HOCON tree, by looking in its identification key.
getIDFromConfig(Config) - Static method in class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Return an ID for the specified HOCON tree, by looking in its uniqueID.
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.
getInlineBlockMetaData() - Method in interface com.tibco.ep.tcs.runtime.config.IBlockInstance
For inline block definitions, return the block metadata that would otherwise appear in the referenced block project, null if none.
getInputPortCount() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated.
no replacement
getInputPortCount() - Method in class com.streambase.sb.operator.Operator
Return the number of input ports.
getInputPorts() - Method in class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Return this block's map of input ports, indexed by port name.
getInputPorts() - Method in interface com.tibco.ep.tcs.runtime.config.ICallFlowBlockMetaData
Return this block's associative array of input ports, indexed by port name.
getInputPorts() - Method in interface com.tibco.ep.tcs.runtime.config.IModuleBlockMetaData
Return this block's associative array of input ports, indexed by port name.
getInputPorts() - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Return this block's map of input ports, indexed by port name.
getInputPorts(Config, TupleSchemaFactory, FlowValidationProblemList) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomAdapterConfigProducer
Produce input port descriptions.
getInputPorts(Config, TupleSchemaFactory, FlowValidationProblemList) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomOperatorProducer
Produce input port descriptions.
getInputs() - Method in class com.tibco.ep.tcs.runtime.config.ExportedEndpointsConfig
Return a list of exported input endpoints.
getInputs() - Method in interface com.tibco.ep.tcs.runtime.config.IExportedEndpoints
Return an array of exported input endpoints.
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.
getInputStream() - Method in class com.tibco.ep.sb.ads.Artifact
 
getInputStreams() - Method in class com.streambase.liveview.client.serverdatautility.StreambaseStreams
 
getInputTransformations() - Method in class com.tibco.ep.tcs.runtime.config.EdgeConfig
Return this edge's input tuple transformations, null if none.
getInputTransformations() - Method in interface com.tibco.ep.tcs.runtime.config.IEdge
Return this edge's input tuple transformations, null if none.
getInputTuplesDequeuedDelta() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated.
no replacement
getInputTuplesDequeuedTotal() - Method in class com.streambase.sb.monitor.OperatorInfo
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
Gets the list of all insert Assignment.
getInsertInitialValue() - Method in class com.streambase.liveview.client.dynamictables.Variable
 
getInstance() - Method in class com.streambase.liveview.client.LiveViewPermission
 
getInstanceConfig() - Method in class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Return this block instance's configuration, null if none.
getInstanceConfig() - Method in interface com.tibco.ep.tcs.runtime.config.IBlockInstance
Return this block instance's configuration, null if none.
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.
getInt(String) - Method in class com.streambase.sb.Tuple
Return the value of a named int field.
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.
getInverse() - Method in enum com.streambase.sb.SchemaUtil.CoercionOptions
Get inverse of option
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
getKeywords() - Method in interface com.tibco.ep.tcs.runtime.config.ISearchMetaData
Return the search object's set of search keywords, null if none.
getKeywords() - Method in class com.tibco.ep.tcs.runtime.config.SearchMetaDataConfig
Return the search object's set of search keywords, null if none.
getKnownSettableAlertGroups() - Method in interface com.streambase.liveview.client.alert.AlertManager
Gets all the alert groups that the server knows about that you have permission to set
getLabel() - Method in class com.tibco.ep.tcs.runtime.config.BlockInstanceConfig
Return the block instance's human-readable label, null if none.
getLabel() - Method in class com.tibco.ep.tcs.runtime.config.EdgeConfig
Return this edge's human-readable label, null if none.
getLabel() - Method in interface com.tibco.ep.tcs.runtime.config.IBlockInstance
Return the block instance's human-readable label, null if none.
getLabel() - Method in interface com.tibco.ep.tcs.runtime.config.IEdge
Return this edge's human-readable label, null if none.
getLastPersistedSN() - Method in interface com.streambase.liveview.client.PublisherStatus
Get the sequence number of last persisted tuple.
getLastPersistedSN() - Method in class com.streambase.liveview.client.PublisherStatusEvent
Get the sequence number of last persisted tuple.
getLastPublishedSN() - Method in interface com.streambase.liveview.client.PublisherStatus
Get the sequence number of last published tuple.
getLastPublishedSN() - Method in class com.streambase.liveview.client.PublisherStatusEvent
Get the sequence number of last published tuple.
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
 
getLatest() - Method in class com.tibco.ep.sb.ads.Artifact
 
getLazilyCreatedExceptionsList() - Method in exception com.streambase.liveview.client.ValidationErrorsException
 
getLegacyName() - Method in enum com.streambase.sb.NowImplementation
Get legacy name
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(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.
getList(String) - Method in class com.streambase.sb.Tuple
Return the value of a named list field.
getListener() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the connection listener
getListener() - Method in class com.streambase.liveview.client.MultiConnectionConfig
 
getLoadedConfigurations() - Static method in class com.tibco.ep.testing.framework.Configuration
Get all loaded configurations
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() - Method in class com.streambase.sb.Schema.Field
Get location
getLocation() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblem
Return this problem's location, null if unknown or not relevant.
getLocation(String) - Method in class com.streambase.sb.operator.Operator
Return a new location within this Operator, associated with the given property name.
getLock() - Method in class com.streambase.sb.operator.Operator
Return the guard for module state.
getLogger() - Method in class com.streambase.sb.operator.Operator
Retrieves a Logger suitable for logging messages and exceptions for this Operator.
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.
getLong(String) - Method in class com.streambase.sb.Tuple
Return the value of a named long field.
getLvUri() - Method in interface com.streambase.liveview.client.alert.LVPublishAlertAction
Gets the value of the lvUri property.
getManagedState(String) - Method in class com.streambase.sb.operator.Operator
Get a value from transactional memory.
getMapperCacheContent(String) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Get mapper cache contents
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
getMessage() - Method in class com.tibco.ep.sb.ads.ArtifactMessage
 
getMessage() - Method in class com.tibco.ep.testing.framework.Message
Get the message string
getMessageCode() - Method in class com.tibco.ep.sb.ads.ArtifactMessage
 
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.
getMetadata() - Method in class com.tibco.ep.sb.ads.Artifact
 
getMetaData() - Method in class com.tibco.ep.tcs.runtime.config.IdentifiedBlockMetaDataConfig
Return the object's block metaData
getMetadataFile() - Method in class com.tibco.ep.sb.ads.DefaultArtifact
 
getMethod() - Method in interface com.streambase.liveview.client.alert.InvokeHTTPAction
Gets the value of the method property.
getModuleInfo(String) - Method in class com.streambase.sb.monitor.Snapshot
Returns information about the specified module.
getModuleParametersForModuleBlock(String[], String[], Config) - Method in class com.tibco.ep.tcs.runtime.engine.BlockTester
getModuleParametersForModuleBlock(Set<String>, Set<String>, Config) - Method in class com.tibco.ep.tcs.runtime.engine.BlockTester
For a block of type MODULE, given a block instance configuration for this block, return the block instance's module parameters.
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 enum com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider.DATA_POLICY
 
getName() - Method in interface com.streambase.liveview.client.Table
The name of the table.
getName() - Method in class com.streambase.liveview.server.alert.clustering.OrderedObject
 
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.DecisionTableInfo
Returns the fully qualified name of the decision table.
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() - 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
getName() - Method in class com.tibco.ep.sb.ads.Artifact
 
getName() - Method in class com.tibco.ep.sb.ads.ArtifactDescriptor
 
getName() - Method in class com.tibco.ep.sb.ads.ArtifactMessage
 
getName() - Method in class com.tibco.ep.tcs.runtime.config.DataInputOutputPortConfig
Return this port's name.
getName() - Method in class com.tibco.ep.testing.framework.Configuration
Get the currently loaded configuration name
getName(long) - Method in class com.streambase.sb.monitor.StatsUtil.IdentityManager
Get the name associated with the ID.
getName(StatTuplev3) - Method in class com.streambase.sb.monitor.StatsUtil.IdentityHelper
 
getNamedSchema(String) - Method in class com.streambase.sb.operator.Operator
 
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.
getNodes() - Static method in class com.tibco.ep.testing.framework.UnitTest
Determine list of nodes that are currently part of this cluster.
getNonMatchingTuplesDelta() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the number of non-matching tuples emitted by this decision table since the previous Snapshot.
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.
getOperation() - Method in class com.tibco.ep.tcs.runtime.config.AdditionalTransformationConfig
Return the transformation operation, one of ADD, DECLARE, REMOVE, or REPLACE.
getOperation() - Method in interface com.tibco.ep.tcs.runtime.config.IAdditionalTransformation
Return the transformation operation, one of ADD, DECLARE, REMOVE, or REPLACE.
getOperation() - Method in interface com.tibco.ep.tcs.runtime.config.IInputTransformation
Return the transformation operation, one of DECLARE, INCLUDE, REMOVE, or REPLACE.
getOperation() - Method in class com.tibco.ep.tcs.runtime.config.InputTransformationConfig
Return the transformation operation, one of DECLARE, INCLUDE, REMOVE, or REPLACE.
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.
getOperatorIRType(Config) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomOperatorProducer
Return an operator IR type appropriate for the specified configuration.
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.
getOrderedId() - Method in class com.streambase.liveview.server.alert.clustering.OrderedObject
 
getOriginIndex() - Method in exception com.streambase.sb.SchemaUtil.FieldConflictException
 
getOutputPortCount() - Method in class com.streambase.sb.monitor.OperatorInfo
Deprecated.
no replacement
getOutputPortCount() - Method in class com.streambase.sb.operator.Operator
Returns the number of output ports.
getOutputPorts() - Method in class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Return this block's map of output ports, indexed by port name, null if none.
getOutputPorts() - Method in interface com.tibco.ep.tcs.runtime.config.ICallFlowBlockMetaData
Return this block's associative array of output ports, indexed by port name.
getOutputPorts() - Method in interface com.tibco.ep.tcs.runtime.config.IModuleBlockMetaData
Return this block's associative array of output ports, indexed by port name.
getOutputPorts() - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Return this block's map of output ports, indexed by port name, null if none.
getOutputPorts(Config) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomAdapterConfigProducer
Produce output port descriptions.
getOutputPorts(Config) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomOperatorProducer
Produce output port descriptions.
getOutputs() - Method in class com.tibco.ep.tcs.runtime.config.ExportedEndpointsConfig
Return a list of exported output endpoints.
getOutputs() - Method in interface com.tibco.ep.tcs.runtime.config.IExportedEndpoints
Return an array of exported output endpoints.
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.
getParameterTransformations() - Method in interface com.tibco.ep.tcs.runtime.config.IModuleBlockMetaData
Return a list of transformations to produce module- or container-scope parameters, null if none.
getParameterTransformations() - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Return a list of transformations to produce module- or container-scope parameters, null if none.
getParams() - Method in class com.streambase.sb.client.StreamBaseURI
Returns an unmodifiable map of all parameters.
getParams() - Method in exception com.streambase.sb.StreamBaseException
Get parameters
getParentBlockID() - Method in class com.tibco.ep.tcs.runtime.config.DependentBlockMetaDataConfig
Return the dependent block's parent block identifier.
getParentBlockID() - Method in interface com.tibco.ep.tcs.runtime.config.IDependentBlockMetaData
Return the dependent block's parent block identifier.
getParentConfigurationTransformations() - Method in class com.tibco.ep.tcs.runtime.config.DependentBlockMetaDataConfig
Return a list of transformations to produce this block's parent HOCON configuration.
getParentConfigurationTransformations() - Method in interface com.tibco.ep.tcs.runtime.config.IDependentBlockMetaData
Return an array of transformations to produce this block's parent HOCON configuration.
getParentSchemas() - Method in class com.streambase.sb.Schema
 
getPassword() - Method in class com.streambase.liveview.client.ConnectionConfig
Deprecated.
Use get/setAuthentication instead. Deprecated in 11.0
getPassword() - Method in class com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuth
 
getPassword() - Method in class com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuthImpl
 
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.
getPath() - Method in class com.streambase.sb.operator.Operator.ArtifactProperties
Get artifact path
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
getPolicyFromValue(String) - Static method in enum com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider.DATA_POLICY
 
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.
getPortNumber() - Method in class com.tibco.ep.tcs.runtime.config.DataInputOutputPortConfig
Return this port's number, DataInputOutputPortConfig.UNSET_PORT_NUMBER if unset.
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.
getPrimaryCategory() - Method in interface com.tibco.ep.tcs.runtime.config.ISearchMetaData
Return the search object's primary category, null if none.
getPrimaryCategory() - Method in class com.tibco.ep.tcs.runtime.config.SearchMetaDataConfig
Return the search object's primary category, null if none.
getPrimaryKeyFields() - Method in interface com.streambase.sb.operator.TableAccessor
The fields from the schema which make up the primary key.
getProblems() - Method in exception com.tibco.ep.tcs.runtime.FlowValidationProblemList.FlowValidationException
Return this exception's validation problems.
getProblemsAsString() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return this list's problems as a comma-separated list.
getProblemsAsString(String, String, String) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return this list's problems as a list with specified prefix, separator, and suffix sequences.
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.
getProjectName() - Method in class com.streambase.sb.operator.Operator.ArtifactProperties
Get project name
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
 
getPublisherListener() - Method in interface com.streambase.liveview.client.TablePublisher
Gets the PublisherListener associated with this TablePublisher
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.
getQueryParameters() - Method in interface com.streambase.liveview.client.alert.InvokeHTTPAction
Gets the map of query parameters.
getQueryType() - Method in class com.streambase.liveview.client.QueryConfig
Get the type of query
getQueueLatencyDelta() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Returns the number of tuples dequeued from this queue since the previous Snapshot.
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.
getRequiredAtStartup() - Method in class com.tibco.ep.sb.ads.ArtifactDescriptor
 
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
Getter for the Schema for the query.
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
Deprecated.
As of StreamBase version 10.0, keywords are configured through the operator manifest settings.
getSearchMetaData() - Method in class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Return metadata against which applications can search, null if none.
getSearchMetaData() - Method in interface com.tibco.ep.tcs.runtime.config.IIdentification
Return metadata against which applications can search, null if none.
getSecondaryCategories() - Method in interface com.tibco.ep.tcs.runtime.config.ISearchMetaData
Return the search object's secondary categories, null if none.
getSecondaryCategories() - Method in class com.tibco.ep.tcs.runtime.config.SearchMetaDataConfig
Return the search object's secondary categories, null if none.
getSelectExprs() - Method in class com.streambase.liveview.client.QueryConfig
The selectExprs set by the equivalent setters
getSemanticInterpretationMap() - Method in class com.streambase.liveview.client.AbstractTable
 
getSemanticInterpretationMap() - Method in interface com.streambase.liveview.client.Table
A map of semantic interpretation, where the key is the field name, and the value is a list of semantic interpretation for that field.
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
 
getSessionID() - Method in interface com.streambase.liveview.client.clientcontrol.ClientController
Gets the current SessionID
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.
getSeverity() - Method in class com.tibco.ep.sb.ads.ArtifactMessage
 
getSeverityLevel() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblem
Return this problem's severity level.
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.
getShortMessage() - Method in exception com.streambase.sb.SchemaMismatchException
 
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.
getSource() - Method in class com.tibco.ep.sb.ads.ArtifactMessage
 
getSource() - Method in class com.tibco.ep.testing.framework.Message
Get the source of the message
getStartFieldSet() - Method in interface com.tibco.ep.tcs.runtime.config.IInputTransformations
Return the set of input fields to start with.
getStartFieldSet() - Method in class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Return the set of input fields to start with.
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.client.DataStatus
The status of import for the LiveView resource.
getStatus() - Method in interface com.streambase.liveview.client.TablePublisher
Gets the latest PublisherStatus for the current TablePublisher
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
 
getStatusMessages() - Method in class com.tibco.ep.testing.framework.Results
Deprecated.
Warning: this method excludes the source of each status use Results.getCommandStatusMessages() instead
getStorageMethod() - Method in class com.streambase.sb.operator.Operator
Get operator's state's storage method.
getStreambaseStreams(String) - Method in interface com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider
Utility to get all the input streams 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.
getStreamName() - Method in interface com.tibco.ep.tcs.runtime.config.IModuleBlockPort
Return the EventFlow path, sans container name, of the module stream bound to this port.
getStreamName() - Method in class com.tibco.ep.tcs.runtime.config.ModuleBlockPortConfig
Return the EventFlow path, sans container name, of the module stream bound to this port.
getStreamProperties() - Method in class com.streambase.sb.client.DequeueResult
Return the StreamProperties for this DequeueResult.
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.
getStreamProperties(String) - Method in class com.streambase.sb.client.StreamBaseClient
Return the StreamProperties for the given stream name
getStreamProperties(String, CaptureTransformStrategy) - Method in class com.streambase.sb.client.StreamBaseClient
Return the StreamProperties for the given stream name
getStreamPropertiesByHash(byte[]) - Method in class com.streambase.sb.client.StreamBaseClient
Return the StreamProperties for the given hash StreamProperties are cached locally in the client.
getStreamPropertiesByHash(String) - Method in class com.streambase.sb.client.StreamBaseClient
Return the StreamProperties for the given hash StreamProperties are cached locally in the client.
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.
getString(String) - Method in class com.streambase.sb.Tuple
Return the value of the named string field.
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.
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.
getSubstitutionVariableTransformations() - Method in class com.tibco.ep.tcs.runtime.config.CallFlowBlockMetaDataConfig
Return a list of transformations to produce substitution variable values referenced by the attached HOCON configurations, null if none.
getSubstitutionVariableTransformations() - Method in interface com.tibco.ep.tcs.runtime.config.ICallFlowBlockMetaData
Return an array of transformations to produce substitution variable values, null if none.
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() - Method in class com.streambase.liveview.client.QueryConfig
Get the table or null if not specified
getTable(String) - Method in interface com.streambase.liveview.client.LiveViewConnection
Retrieve a specific table from the server
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.dynamictables.TableConfig
This method the name of the table from the Table Configuration
getTableName() - Method in interface com.streambase.liveview.client.alert.LVPublishAlertAction
Gets the value of the tableName property.
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 TablePublisher instance allowing the client to publish data to the table.
getTablePublisher(String, int, long, TimeUnit, PublisherListener, PubListenerConfig) - Method in interface com.streambase.liveview.client.Table
Retrieve a TablePublisher publisher instance allowing the client to publish data to the table.
getTablePublisher(String, PublisherListener, PubListenerConfig) - Method in interface com.streambase.liveview.client.Table
Retrieve a TablePublisher 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.
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
Get target time
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
This method returns the test for this 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 the StreamBase Engine
getTimestamp() - Method in class com.streambase.sb.monitor.Snapshot
Return the time when this snapshot was taken.
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.
getTimestamp(String) - Method in class com.streambase.sb.Tuple
Return the value of a named timestamp field.
getTimestampField() - Method in class com.streambase.liveview.client.QueryConfig
Get the value set in setTimeWindow
getTitle() - Method in class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Return the identification object's human-readable title, null if none.
getTitle() - Method in interface com.tibco.ep.tcs.runtime.config.IIdentification
Return the identification object's human-readable title, null if none.
getTo() - Method in interface com.streambase.liveview.client.alert.SendEmailAction
Gets the value of the to property.
getTo() - Method in class com.tibco.ep.tcs.runtime.config.EdgeConfig
Return this edge's termination.
getTo() - Method in interface com.tibco.ep.tcs.runtime.config.IEdge
Return this edge's termination.
getToken() - Method in class com.streambase.liveview.client.LiveViewAuth.LiveViewBearerAuth
 
getToken() - Method in class com.streambase.liveview.client.LiveViewAuth.LiveViewBearerAuthImpl
 
getTotalActionExecutionMicroseconds() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the total number of microseconds spent by this decision table executing actions since the StreamBase Server was started.
getTotalActionsExecuted() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the total number of actions executed by this decision table since the StreamBase Server was started.
getTotalConditionEvaluationMicroseconds() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the total number of microseconds spent by this decision table evaluating conditions since the StreamBase Server was started.
getTotalConditionsEvaluated() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the total number of conditions evaluated by this decision table since the StreamBase Server was started.
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.
getTotalNonMatchingTuples() - Method in class com.streambase.sb.monitor.DecisionTableInfo
Returns the total number of non-matching tuples emitted by this decision table since the StreamBase Server was started.
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
 
getTotalQueueLatency() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Return the total amount of time, in microseconds, tuples spent on this queue before before being dequeued.
getTotalTuplesDequeued() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Return the total number of tuples dequeued from this queue.
getTransactionIsolationLevel() - Method in class com.streambase.sb.operator.Operator
Get current transaction isolation level.
getTransformations() - Method in interface com.tibco.ep.tcs.runtime.config.IInputTransformations
Return an ordered list of transformations on the input, applied after the start field set of ALL or NONE is determined.
getTransformations() - Method in class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Return an ordered list of transformations on the input, applied after the start field set of ALL or NONE is determined.
getTransformedConfigForParentBlock(String[], String[], Config) - Method in class com.tibco.ep.tcs.runtime.engine.BlockTester
getTransformedConfigForParentBlock(Set<String>, Set<String>, Config) - Method in class com.tibco.ep.tcs.runtime.engine.BlockTester
For a block of type DEPENDENT, given a block instance configuration for this block, return the block instance's transformed parent configuration.
getTuple() - Method in class com.streambase.liveview.client.AbstractTupleEvent
Get the tuple
getTuple(int) - Method in class com.streambase.sb.Tuple
Return a reference (not a copy) to the specified nested tuple field.
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.
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.
getTupleLogging(Optional<String>) - Method in class com.tibco.ep.tcs.runtime.engine.FlowTester
Display tuple logging info as a map of logging status (enabled or disabled), indexed by port path
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
getTupleSchema() - Method in class com.tibco.ep.tcs.runtime.config.DataInputPortConfig
This port's tuple schema, null if unknown.
getTupleSchema(Config, TupleSchemaFactory, FlowValidationProblemList) - Method in interface com.tibco.ep.tcs.runtime.config.ICustomTupleSchemaProducer
Produce a tuple schema, null with problems added if unknown
getTuplesDequeuedDelta() - Method in class com.streambase.sb.monitor.ModuleInfo.QueueInfo
Returns the number of tuples dequeued from this queue since the previous Snapshot.
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.HOCONConfigurationChooserPropertyDescriptor
Gets the configuration type that would show up in a corresponding HOCON file.
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
getType() - Method in class com.tibco.ep.sb.ads.Artifact
 
getType() - Method in class com.tibco.ep.sb.ads.ArtifactDescriptor
 
getType() - Method in class com.tibco.ep.sb.ads.ArtifactMessage
 
getType() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblem
Return this problem's type
getType() - Method in class com.tibco.ep.testing.framework.Configuration
Get the currently loaded configuration type
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
getUniqueID() - Method in class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Return the identification object's unique identifier.
getUniqueID() - Method in interface com.tibco.ep.tcs.runtime.config.IIdentification
Return the identification object's unique ID.
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 may not be supported by the current client.
getUpdateAssignments() - Method in class com.streambase.liveview.client.dynamictables.RuleCase
Gets the list of all update Assignment.
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 (Sanitized since 11.0)
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 StreamBase Engine
getURL() - Method in interface com.streambase.liveview.client.alert.InvokeHTTPAction
Gets the value of the URL property.
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
Deprecated.
Use get/setAuthentication instead. Deprecated in 11.0
getUsername() - Method in class com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuth
 
getUsername() - Method in class com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuthImpl
 
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
Get now value
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
getVersion() - Method in class com.streambase.sb.operator.Operator.ArtifactProperties
Get version
getVersion() - Method in class com.tibco.ep.sb.ads.Artifact
 
getVersion() - Method in class com.tibco.ep.sb.ads.ArtifactDescriptor
 
getVersion() - Method in class com.tibco.ep.sb.ads.ArtifactMessage
 
getVersion() - Method in class com.tibco.ep.sb.ads.DefaultArtifact
 
getVersion() - Method in class com.tibco.ep.testing.framework.Configuration
Get the currently loaded configuration version
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
getWarning(int) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return the Nth warning.
getWarningCount() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return this problem list's warning count.
getWarnings() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return a copy of this problem list's warnings.
getWarningsAsString() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return this list's warnings as a comma-separated list.
getWarningsAsString(String, String, String) - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return this list's warnings as a list with specified prefix, separator, and suffix sequences.
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
GraphError - com.tibco.ep.tcs.runtime.FlowValidationProblem.ProblemType
 
GROUP_BY_EXPRESSIONS - com.streambase.liveview.client.LiveViewTableCapability
Whether or not this table supports Group by expressions.
GROUP_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
GUID_BASED_ALERTS - com.streambase.liveview.client.LiveViewClientCapability
 
GUID_BASED_ALERTS_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 

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
 
has(LiveViewQueryType) - Method in enum com.streambase.liveview.client.LiveViewQueryType
Does the current type have the given type inside of it? Ex: SNAP_AND_CONT has a SNAP part
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
 
hasErrors() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return true if this problem list contains errors, false otherwise.
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.
hashCode() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Returns the hash code value for this collection.
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.
hasWarnings() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return true if this problem list contains warnings, false otherwise.
HAVING_QUERIES - com.streambase.liveview.client.LiveViewTableCapability
Whether or not this table supports HAVING queries (i.e.
HEAP - com.streambase.sb.operator.StorageMethod
Heap memory
HOCONConfigurationChooserPropertyDescriptor - Class in com.streambase.sb.operator.parameter
Property descriptor subclass which allows adapter BeanInfo classes to access generic HOCON configuration data (for example, JDBC data sources - com.tibco.ep.streambase.configuration.jdbcdatasource).
HOCONConfigurationChooserPropertyDescriptor(String, Class<?>, HOCONConfigurationChooserPropertyDescriptor.ConfigurationType) - Constructor for class com.streambase.sb.operator.parameter.HOCONConfigurationChooserPropertyDescriptor
Construct a JDBCConfigurationPropertyDescriptor with the given property name (unique), the class containing the operator, and the HOCONConfigurationChooserPropertyDescriptor.ConfigurationType that describes which HOCON config type this operator/adapter should use.
HOCONConfigurationChooserPropertyDescriptor.ConfigurationType - Enum in com.streambase.sb.operator.parameter
Type of HOCON configuration to use.

I

IAdditionalTransformation - Interface in com.tibco.ep.tcs.runtime.config
An interface describing a single additional transformation belonging to a flow edge, applied after all input transformations.
IAdditionalTransformation.OperationType - Enum in com.tibco.ep.tcs.runtime.config
The type of transformation operation, one of ADD, DECLARE, REMOVE, or REPLACE.
IBasePort - Interface in com.tibco.ep.tcs.runtime.config
A base interface describing common port configuration as shared by module, data input, and data output blocks.
IBlockInstance - Interface in com.tibco.ep.tcs.runtime.config
An interface describing a block instance in a flow.
IBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
A marker interface for all TCS block metadata.
IBlockMetaDataWithSchema - Interface in com.tibco.ep.tcs.runtime.config
Base class for all blocks whose instances are configurable.
ICallFlowBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata for a TCS call-flow block.
ICustomAdapterConfigProducer - Interface in com.tibco.ep.tcs.runtime.config
An interface describing conversion of a HOCON block configuration to the information required to instantiate an EventFlow custom operator or adapter.
ICustomOperatorProducer - Interface in com.tibco.ep.tcs.runtime.config
An interface describing conversion of a HOCON block configuration to the information required to instantiate an EventFlow operator.
ICustomTupleSchemaProducer - Interface in com.tibco.ep.tcs.runtime.config
An interface describing production of a tuple schema from block instance configuration.
ID - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Identifier
IDataInputBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata required for a data input block.
IDataInputOutputBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata for a TCS data input or data output block.
IDataOutputBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata required for a data output block.
IdentificationConfig - Class in com.tibco.ep.tcs.runtime.config
A class containing identification metadata for a flow or block.
IdentificationConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Create a new empty identification object.
IdentificationConfig(IIdentification) - Constructor for class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Create a new identification object from the specified interface source.
IdentificationConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.IdentificationConfig
Create a new identification object from HOCON configuration.
IdentifiedBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Identified block metaData, consisting of block metaData plus identification information.
IdentifiedBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.IdentifiedBlockMetaDataConfig
Create a new empty metaData object.
IdentityHelper(StatsUtil.IdentityHelper.IdentityUpdater) - Constructor for class com.streambase.sb.monitor.StatsUtil.IdentityHelper
 
IdentityManager() - Constructor for class com.streambase.sb.monitor.StatsUtil.IdentityManager
 
IDependentBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata for a TCS dependent block.
IEdge - Interface in com.tibco.ep.tcs.runtime.config
An interface describing an edge between two block instances in a flow.
IErrorInputBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata for a TCS error input block.
IErrorOutputBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata for a TCS error output block.
IExecJavaAction - Interface in com.streambase.liveview.client.alert
Deprecated. 
IExportedEndpoints - Interface in com.tibco.ep.tcs.runtime.config
An interface describing a set of exported input and output endpoints belonging to a flow.
IFlow - Interface in com.tibco.ep.tcs.runtime.config
An interface describing a TCS flow as a graph of TCS block instances.
IGNORE_METADATA_FIELDS_FOR_CAPTURE - com.streambase.sb.SchemaUtil.CoercionOptions
 
IGNORE_TIMESTAMP_COMPARATOR - Static variable in class com.streambase.sb.unittest.FieldBasedTupleComparator
 
IgnoreTimestampCompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.IgnoreTimestampCompareFunctor
 
IgnoreTimestampFields - com.streambase.sb.TupleCopier.Options
TupleCopier.Options.IgnoreTimestampFields (off by default)Used by tupleEquals and will cause the comparison to ignore any field with DataType.TIMESTAMP.
IIdentification - Interface in com.tibco.ep.tcs.runtime.config
An interface describing identification metadata for a flow or block.
IInputAdapter - Interface in com.streambase.sb.adapter
Interface for input adapters.
IInputTransformation - Interface in com.tibco.ep.tcs.runtime.config
An interface describing a single input transformation for a flow edge, applied to a field of the input tuple.
IInputTransformation.OperationType - Enum in com.tibco.ep.tcs.runtime.config
The type of transformation operation, one of DECLARE, INCLUDE, REMOVE, or REPLACE.
IInputTransformations - Interface in com.tibco.ep.tcs.runtime.config
An interface describing an edge's input transformations, applied to fields of an input tuple.
IInputTransformations.StartFieldSetType - Enum in com.tibco.ep.tcs.runtime.config
The set of input fields to start with, either ALL or NONE.
ILLEGAL_QUERYTYPE__QUERYLISTENER_COMBINATION - com.streambase.liveview.client.LiveViewExceptionType
 
IllegalFunctionInProjectionException - Exception in com.streambase.sb
Illegal function in projection exception
IllegalFunctionInProjectionException(String) - Constructor for exception com.streambase.sb.IllegalFunctionInProjectionException
Constructor
IModuleBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata for a TCS module block.
IModuleBlockPort - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes a module block's input or output port.
IMPL_SYSTEM - com.streambase.sb.NowImplementation
call System.currentTimeMillis() directly
IMPL_THREAD - com.streambase.sb.NowImplementation
use a background thread that only checks every few milliseconds
IMPL_TIME_SERVICE - com.streambase.sb.NowImplementation
use the current time service from the module runtime context
IMPORT - com.streambase.liveview.client.LiveViewPermission.Action
 
IMPORT_DATA_FAILURE - com.streambase.liveview.client.LiveViewExceptionType
 
IMPORT_DATA_FAILURE_ABORT_POLICY - com.streambase.liveview.client.LiveViewExceptionType
 
importMetadata(File, ServerUtilityDataProvider.DATA_POLICY, String...) - Method in interface com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider
Utility to import LiveView metadata.
importMetadata(InputStream, ServerUtilityDataProvider.DATA_POLICY, String...) - Method in interface com.streambase.liveview.client.serverdatautility.ServerUtilityDataProvider
Utility to import LiveView metadata.
INACTIVE - com.streambase.liveview.client.LiveViewConnectionControl.ConnectionState
Connection has been explicitly shut off via a LiveViewConnectionControl.setActive call
INCLUDE - com.tibco.ep.tcs.runtime.config.IInputTransformation.OperationType
Include an input field in the output tuple.
INCLUDE_DESCRIPTION - com.streambase.sb.SchemaUtil.CopyOptions
Include schema description
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)
INCLUDE_NAME - com.streambase.sb.SchemaUtil.CopyOptions
Include schema name
INCLUDE_NULL_FIELDS - com.streambase.sb.TupleJSONUtil.Options
Include null fields in JSON maps.
INCLUDE_PARENTAGE - com.streambase.sb.SchemaUtil.CopyOptions
Include parent schemas
INCLUDE_UUID - com.streambase.sb.SchemaUtil.CopyOptions
Include UUID
INCOMPLETE_ELEMENT - com.streambase.liveview.client.LiveViewExceptionType
 
INDEX_FIELD_NAME - Static variable in class com.streambase.sb.monitor.StatTuple
Index field name - "index"
INDICES_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
INFO - com.streambase.liveview.client.LiveViewPermission.Action
 
INFO - com.streambase.sb.operator.Operator.LogLevel
Informational logging
INFO - com.tibco.ep.sb.ads.ArtifactMessage.Severity
Information message
init() - Method in class com.streambase.sb.operator.BaseAggregateWindow
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.
init() - Method in class com.tibco.ep.tcs.runtime.engine.FlowTester
Initialize a flow tester.
INITIAL - com.streambase.sb.operator.Operator.SharedObject.State
Initial state
initialize() - Method in class com.tibco.ep.testing.framework.UnitTest
Initialize test settings - must be called once before tests are run.
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 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.
INITIALIZED - com.streambase.liveview.server.table.plugin.TableProviderStatus
 
INITIALIZED - Static variable in class com.streambase.sb.operator.Operator.OperatorStates
The initial state of an Operator.
initTuple(Tuple) - Method in interface com.tibco.ep.tcs.runtime.engine.FlowTester.ITupleInitializer
Initialize a tuple prior to its being enqueued on a flow input block.
initTupleDequeue(String, long) - Method in class com.tibco.ep.tcs.runtime.engine.FlowTester
Initialize tuple dequeueing from the specified block instance ID.
INPUT_STREAMS - Static variable in class com.streambase.sb.EntityType
Represents input streams only.
InputAdapter - Class in com.streambase.sb.adapter
Convenience abstract base class for input adapters.
InputAdapter() - Constructor for class com.streambase.sb.adapter.InputAdapter
 
inputs - Variable in class com.streambase.sb.operator.PortCounts
 
InputTransformationConfig - Class in com.tibco.ep.tcs.runtime.config
A single input transformation for a flow edge, applied to a field of the input tuple.
InputTransformationConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.InputTransformationConfig
Create a new empty transformation.
InputTransformationConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.InputTransformationConfig
Create a new transformation from HOCON configuration.
InputTransformationsConfig - Class in com.tibco.ep.tcs.runtime.config
An edge's input transformations, applied to fields of an input tuple.
InputTransformationsConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Create a new empty input transformation set.
InputTransformationsConfig(IInputTransformations) - Constructor for class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Create a new input transformation set from the specified interface source.
InputTransformationsConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.InputTransformationsConfig
Create a new input transformation set from HOCON configuration.
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.
INT - com.streambase.sb.DataType
Integer type, four bytes.
INT - com.streambase.sb.monitor.StatsUtil.StatEncoder.KeyType
 
INT_ARRAY - com.streambase.sb.monitor.StatsUtil.StatEncoder.KeyType
 
INTERFACES - com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor.TypeChoice
 
INTERNAL_CLIENT_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
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
Format of a timestamp interval
INVALID_CONNECT_URI - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_GUID - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_PROJECTION_EXPR - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_PUBLISHER - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_PUBLISHER_CONFIG - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_PUBLISHER_NAME - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_QUERY - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_QUERY_HANDLE - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_REQUEST - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_SAVED_QUERY_ID - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_SESSION - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_STREAMBASE_IDENTIFIER - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_TABLE_NAME - com.streambase.liveview.client.LiveViewExceptionType
 
INVALID_USERNAME_IN_URI - com.streambase.liveview.client.LiveViewExceptionType
 
invert(Collection<SchemaUtil.CoercionOptions>) - Static method in enum com.streambase.sb.SchemaUtil.CoercionOptions
Invert coercion options
INVOKE_HTTP - com.streambase.liveview.client.alert.AlertRuleAction.ActionType
 
INVOKE_HTTP_ACTION_ENABLED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
 
InvokeHTTPAction - Interface in com.streambase.liveview.client.alert
Causes a rest request to be sent when this alert is triggered.
IO_EXCEPTION - com.streambase.liveview.client.LiveViewExceptionType
 
IOperatorBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes the metadata for a TCS operator block.
IOutputAdapter - Interface in com.streambase.sb.adapter
Interface for output adapters.
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
 
isActive() - Method in class com.tibco.ep.testing.framework.Configuration
Check if this configuration is activated
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
If function cacheable?
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() - Method in class com.streambase.liveview.client.dynamictables.Variable
 
isComplete(boolean) - Method in class com.streambase.liveview.client.dynamictables.RuleCase
Method is used to check completeness of the RuleCase.
isCompress() - Method in class com.streambase.liveview.client.ConnectionConfig
Get the compression state of this connection
isConcurrentByDefault() - Method in class com.streambase.sb.operator.Operator
Indicate whether an operator should be in a concurrent region by default
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.
isDroppingTuples() - Method in class com.streambase.sb.operator.Operator
Returns true if the Operator will drop any tuples it receives when it is suspended.
ISearchMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface describing search metadata for a flow or block.
isEmpty() - Method in class com.streambase.liveview.client.LiveResult
Is the result empty
isEmpty() - Method in exception com.streambase.liveview.client.ValidationErrorsException
 
isEmpty() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return true if this collection contains no elements.
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
Check if name if a legacy name
isLexicallyComparable() - Method in enum com.streambase.sb.DataType
Returns true if we guarantee lexical comparisons between values of this type work.
isLoadAtStartup() - Method in class com.streambase.sb.operator.Operator.ArtifactProperties
Load artifact at start-up?
isLoaded() - Method in class com.tibco.ep.testing.framework.Configuration
Check if this configuration is loaded
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.
isNull(String) - Method in class com.streambase.sb.Tuple
Determines whether a field in the 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.
isPotentialBlockMetaDataConfigurationDocument(String) - Static method in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory
Return true if the specified string is a block metadata configuration document, false otherwise.
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.
isRequired() - Method in class com.tibco.ep.tcs.runtime.config.BasePortConfig
Return true if the port is required, false otherwise.
isRequired() - Method in interface com.tibco.ep.tcs.runtime.config.IBasePort
Return true if this port is required, false otherwise.
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.
ISSUE_DELETE_QUERY - com.streambase.liveview.client.alert.AlertRuleAction.ActionType
 
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
isTimeoutEnabled() - Method in class com.tibco.ep.testing.framework.UnitTest
Determine if timeout is enabled
isTransactionAbortModeEnabled() - Method in class com.tibco.ep.testing.framework.UnitTest
Determine if abort mode is enabled
isTransactionalMemoryLeakDetectionEnabled() - Method in class com.tibco.ep.testing.framework.UnitTest
Determine if leak detection is enabled
isTransactionDeadlockDetectionEnabled() - Method in class com.tibco.ep.testing.framework.UnitTest
Determine if deadlock detection is enabled
IStreamInputBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes a TCS stream input block.
IStreamOutputBlockMetaData - Interface in com.tibco.ep.tcs.runtime.config
An interface that describes a TCS stream output block.
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
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
 
iterator() - Method in class com.tibco.ep.tcs.runtime.FlowValidationProblemList
Return an iterator over this list.
ITransformation - Interface in com.tibco.ep.tcs.runtime.config
An interface describing a generic transformation.

J

JavaEnumPropertyDescriptor<T extends 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(JavaTypePropertyDescriptor.TypeChoice, PropertyDescriptor, Class<?>) - Constructor for class com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor
Copy a property descriptor.
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.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
JDBC - com.streambase.sb.operator.parameter.HOCONConfigurationChooserPropertyDescriptor.ConfigurationType
JDBC data source group
JDBC_CONFIG_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_CONFIGURED_TABLE_LENGTH_OVER_LIMIT - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_CONNECTION_CLOSE - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_CONNECTION_GET_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_CONTENT_FIELD_READING_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_CONTENT_FIELD_SETTING_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_DATA_SOURCE_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_LIVEVIEW_ENTITY_CREATION_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_METADATA_INSUFFICIENT_CHAR_FOR_ENTITY - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_METADATA_PREFIX_ABOVE_LIMIT - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_METADATA_TABLE_NAME_ALTERATION - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_RESULT_SET_READING_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_SERIALIZATION_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_STATEMENT_CLOSE - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_SYSTEM_FIELDS_READING_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JDBC_SYSTEM_FIELDS_SETTING_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JSON_DATA_IMPORT_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
JSON_KEY_ARGUMENT_SCHEMA - Static variable in interface com.streambase.sb.JsonUtils
JSON key argumentSchema
JSON_KEY_BODY - Static variable in interface com.streambase.sb.JsonUtils
JSON key body
JSON_KEY_CAPTURED_SCHEMA - Static variable in interface com.streambase.sb.JsonUtils
JSON key capturedSchemas
JSON_KEY_ELEMENT_TYPE - Static variable in interface com.streambase.sb.JsonUtils
JSON key elementType
JSON_KEY_ENVIRONMENT - Static variable in interface com.streambase.sb.JsonUtils
JSON key environment
JSON_KEY_ENVIRONMENT_SCHEMA - Static variable in interface com.streambase.sb.JsonUtils
JSON key environmentSchema
JSON_KEY_FIELDS - Static variable in interface com.streambase.sb.JsonUtils
JSON key fields
JSON_KEY_FUNCTION_DEFINITION - Static variable in interface com.streambase.sb.JsonUtils
JSON key function_definition
JSON_KEY_IN_TRANSFORMER - Static variable in interface com.streambase.sb.JsonUtils
JSON key inTransformer
JSON_KEY_INNER - Static variable in interface com.streambase.sb.JsonUtils
JSON key inner
JSON_KEY_INNER_TYPE - Static variable in interface com.streambase.sb.JsonUtils
JSON key innerType
JSON_KEY_INPUT - Static variable in interface com.streambase.sb.JsonUtils
JSON key input
JSON_KEY_NAME - Static variable in interface com.streambase.sb.JsonUtils
JSON key name
JSON_KEY_OPTIONS - Static variable in interface com.streambase.sb.JsonUtils
JSON key options
JSON_KEY_OUT_TRANSFORMER - Static variable in interface com.streambase.sb.JsonUtils
JSON key outTransformer
JSON_KEY_OUTPUT - Static variable in interface com.streambase.sb.JsonUtils
JSON key output
JSON_KEY_RETURN_TYPE - Static variable in interface com.streambase.sb.JsonUtils
JSON key returnType
JSON_KEY_SCHEMA - Static variable in interface com.streambase.sb.JsonUtils
JSON key schema
JSON_KEY_TYPE - Static variable in interface com.streambase.sb.JsonUtils
JSON key type
JSON_KEY_TYPE_NAME - Static variable in interface com.streambase.sb.JsonUtils
JSON key typeName
JSON_KEY_VALUE - Static variable in interface com.streambase.sb.JsonUtils
JSON key value
JSON_SCHEMA - com.streambase.liveview.client.LiveViewClientCapability
 
JSON_TO_FUNCTION_FORMAT_ERROR - Static variable in class com.streambase.sb.TupleJSONUtil
Error message: The format for functions is not a Json object
JSON_TO_FUNCTION_MISSING_BODY_OR_DEFINITION_ERROR - Static variable in class com.streambase.sb.TupleJSONUtil
Error message: JSON functions must have a body or definition
JSON_TO_FUNCTION_UNKNOWN_ATTRIBUTES_ERROR - Static variable in class com.streambase.sb.TupleJSONUtil
Error message: Unknown JSON attributes
JSON_TO_TUPLE_FIELD_CONVERT_ERROR - Static variable in class com.streambase.sb.TupleJSONUtil
Error message: json to tuple field convert error
JSON_TO_TUPLE_SCHEMA_MISMATCH_ERROR - Static variable in class com.streambase.sb.TupleJSONUtil
Error message: json and tuple field number mismatch
JSON_TO_TUPLE_TIMESTAMP_PARSE_ERROR - Static variable in class com.streambase.sb.TupleJSONUtil
Error message: timestamp parse error
JSON_TO_TUPLE_UNRECOGNIZED_FIELD_ERROR - Static variable in class com.streambase.sb.TupleJSONUtil
Error message: json to tuple convert error, unknown JSON attributes
JSON_TO_TUPLE_UNRECOGNIZED_FIELD_VALUE_ERROR - Static variable in class com.streambase.sb.TupleJSONUtil
Error message: Unrecognized json value error
JSON_VALUE_INFINITY - Static variable in interface com.streambase.sb.JsonUtils
JSON value Infinity
JSON_VALUE_MINUS_INFINITY - Static variable in interface com.streambase.sb.JsonUtils
JSON value Infinity
JSON_VALUE_NAN - Static variable in interface com.streambase.sb.JsonUtils
JSON value NaN
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
 
JsonUtils - Interface in com.streambase.sb
Json string key constants

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).
KEY_PASSWORD_MASK - Static variable in class com.streambase.sb.client.StreamBaseURI
default keypass mask
keyData - Variable in class com.streambase.liveview.client.AbstractTupleEvent
 
KEYFIELDS_IN_BEGINSNAPSHOT - com.streambase.liveview.client.LiveViewClientCapability
 
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.
KILL - com.streambase.liveview.client.LiveViewPermission.Action
 
KILL_PUBLISHER_ADMINISTRATIVE_KILL_ - com.streambase.liveview.client.LiveViewExceptionType
 
KILL_QUERY_ADMINISTRATIVE_KILL - com.streambase.liveview.client.LiveViewExceptionType
 
KILL_QUERY_SESSION_CLOSED_KILL - com.streambase.liveview.client.LiveViewExceptionType
 
KILL_QUERY_TABLE_DROPPED_KILL - com.streambase.liveview.client.LiveViewExceptionType
 
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

LAST - com.streambase.liveview.client.LiveViewExceptionType
 
LATEST_VERSION - Static variable in class com.tibco.ep.sb.ads.ArtifactDescriptor
Version string representing the latest version of an artifact
LATITUDE - com.streambase.liveview.client.SemanticInterpretation.WellKnownSemantics
 
length() - Method in class com.streambase.sb.ByteArrayView
return the length of this view NB: no data is copied when doing this
LIST - com.streambase.liveview.client.LiveViewPermission.Action
 
LIST - com.streambase.sb.DataType
List type, variable length
LIST_SELF - com.streambase.liveview.client.LiveViewPermission.Action
 
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(EntityType) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity type.
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(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, CaptureTransformStrategy) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity type.
listEntities(String, int) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Return an array of entity names for the given entity type
listEntities(String, int) - Method in class com.streambase.sb.client.StreamBaseClient
Return an array of entity names for the given entity path.
listEntities(String, int, CaptureTransformStrategy) - 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>.
LISTS_AND_HIERARCHICAL - com.streambase.liveview.client.LiveViewClientCapability
 
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
Constructor
LiveResult - Class in com.streambase.liveview.client
A live result is a QueryListener the receives and maintains a local copy of tuples.
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.
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.
LIVEVIEW - com.streambase.liveview.client.LiveViewQueryLanguage
The default LiveView query language, using the StreamBase expression language and some LiveView specific operators.
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
 
LIVEVIEW_SECURITY_EXCEPTION - com.streambase.liveview.client.LiveViewExceptionType
 
LIVEVIEW_TABLE_CONFIGURATIONS_NOT_FOUND - com.streambase.liveview.client.LiveViewExceptionType
 
LiveViewAlertType - Enum in com.streambase.liveview.client.alert
 
LiveViewAuth - Interface in com.streambase.liveview.client
Auth methods for LiveViewConnections.
LiveViewAuth.AppliableLiveViewAuth - Interface in com.streambase.liveview.client
Private interface.
LiveViewAuth.LiveViewBasicAuth - Class in com.streambase.liveview.client
Base class for basic authentication.
LiveViewAuth.LiveViewBasicAuthImpl - Class in com.streambase.liveview.client
Private API
LiveViewAuth.LiveViewBearerAuth - Class in com.streambase.liveview.client
Base class for bearer token authentication.
LiveViewAuth.LiveViewBearerAuthImpl - Class in com.streambase.liveview.client
Private API
LiveViewBasicAuth() - Constructor for class com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuth
 
LiveViewBearerAuth() - Constructor for class com.streambase.liveview.client.LiveViewAuth.LiveViewBearerAuth
 
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.
LiveViewConnectionCanceledException - Exception in com.streambase.liveview.client
Exception throws when the LiveView connection call is cancelled by the client
LiveViewConnectionCanceledException(int, String) - Constructor for exception com.streambase.liveview.client.LiveViewConnectionCanceledException
 
LiveViewConnectionCanceledException(LiveViewExceptionType, Object...) - Constructor for exception com.streambase.liveview.client.LiveViewConnectionCanceledException
 
LiveViewConnectionCanceledException(LiveViewExceptionType, Throwable, Object...) - 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(int, String) - Constructor for exception com.streambase.liveview.client.LiveViewException
 
LiveViewException(LiveViewExceptionType, Object[]) - Constructor for exception com.streambase.liveview.client.LiveViewException
 
LiveViewException(LiveViewExceptionType, Throwable, Object...) - 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_MULTISERVER.
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(int, String) - Constructor for exception com.streambase.liveview.client.LiveViewQuerySyntaxException
 
LiveViewQuerySyntaxException(LiveViewExceptionType, Object[]) - Constructor for exception com.streambase.liveview.client.LiveViewQuerySyntaxException
 
LiveViewQuerySyntaxException(LiveViewExceptionType, Throwable, Object...) - 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
Server supports special punctuation that allows for guaranteed synchronicity between aggregate queries.
LiveViewServerCapability.AlertRules - Class in com.streambase.liveview.client
 
LiveViewServerCapability.AlertWithClusterGroup - Class in com.streambase.liveview.client
 
LiveViewServerCapability.AlertWithGUID - 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.ClosablePublisher - 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.ReliablePublisher - Class in com.streambase.liveview.client
 
LiveViewServerCapability.SavedWorkspaces - Class in com.streambase.liveview.client
 
LiveViewServerCapability.SeparatelyTransmittedExtendedKeys - Class in com.streambase.liveview.client
 
LiveViewServerCapability.WorkspacesWithGUID - Class in com.streambase.liveview.client
 
LiveViewTableCapability - Enum in com.streambase.liveview.client
Enumerates certain capabilities that may be supported by a table.
load() - Method in class com.tibco.ep.testing.framework.Configuration
Load this configuration
loadApp(String) - Method in interface com.streambase.sb.unittest.SBServerManager
Load a module into the default container.
loadApp(String, String) - Method in interface com.streambase.sb.unittest.SBServerManager
Load a module 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.
LOADING - com.streambase.liveview.client.Table.TableStatus
 
LOCAL - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Local
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
 
LONG - com.streambase.sb.DataType
Long type, eight bytes.
LONG - com.streambase.sb.monitor.StatsUtil.StatEncoder.KeyType
 
LONG - com.streambase.sb.operator.parameter.UIHints.TextWidthHint
A width longer than the default
LONG_ARRAY - com.streambase.sb.monitor.StatsUtil.StatEncoder.KeyType
 
LONGITUDE - com.streambase.liveview.client.SemanticInterpretation.WellKnownSemantics
 
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_PUBLISH_ALERT - com.streambase.liveview.client.alert.AlertRuleAction.ActionType
 
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

makeBlockMetaDataConfig(IBlockMetaData) - Static method in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory
Create the appropriate block metadata subclass from the specified interface source.
makeBlockMetaDataConfig(Config) - Static method in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory
Create the appropriate block metadata configuration subclass from HOCON configuration.
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
makeIdentifiedBlockMetaDataConfig(BlockMetaDataConfigFactory.BlockType) - Static method in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory
Create a new identified block metadata configuration.
makeIdentifiedBlockMetaDataConfig(Config, String, FlowValidationProblemList, Validator) - Static method in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory
Create an identified block metadata configuration object from HOCON configuration.
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
makeShort(LiveViewPermission.Type, LiveViewPermission.Action) - Static method in class com.streambase.liveview.client.LiveViewPermission
 
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.
MANAGE - com.streambase.liveview.client.LiveViewPermission.Action
 
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
MASKED_PARAMS - Static variable in class com.streambase.sb.client.StreamBaseURI
default set of parameter containing sensitive data
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.
MAX_INVOKE_HTTP_ACTION_RUNTIME - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The maximum number of milliseconds a invoke HTTP action can run before the action is killed.
MAX_INVOKE_HTTP_REDIRECTIONS_FOLLOWED - Static variable in class com.streambase.liveview.client.LiveViewProperties.AlertActions
The maximum number of redirections followed during invoke HTTP action.
MAX_QUERIES_PER_SESSION_EXCEEDED - com.streambase.liveview.client.LiveViewExceptionType
 
MAX_SB_CONNECTIONS_EXCEEDED - com.streambase.liveview.client.LiveViewExceptionType
 
MAX_SESSIONS_EXCEEDED - com.streambase.liveview.client.LiveViewExceptionType
 
MEDIUM - com.streambase.sb.operator.parameter.UIHints.TextWidthHint
A width that is also the default width when unspecified
MEMORY - Static variable in interface com.streambase.sb.client.XmlRpcAdmin.ListConnectionTags
Memory
message(ArtifactMessage) - Method in interface com.tibco.ep.sb.ads.ArtifactNotifier
Called when a message is received for an artifact that the operator has registered for.
Message - Class in com.tibco.ep.testing.framework
A single error or status message
META_DATA_TYPE_PROP - Static variable in class com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory
Metadata type config property.
METADATA - com.streambase.liveview.client.LiveViewPermission.Type
 
MISSING_JSON_DATA_ERROR - com.streambase.liveview.client.LiveViewExceptionType
 
MODEL_CLONING_EXCEPTION - com.streambase.liveview.client.LiveViewExceptionType
 
modifyContainer(String, List<String>) - Method in class com.streambase.sb.client.StreamBaseAdminClient
Modifies the given container.
MODULE - com.streambase.sb.monitor.StatsUtil.What
 
MODULE - com.tibco.ep.tcs.runtime.config.BlockMetaDataConfigFactory.BlockType
 
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.
ModuleBlockMetaDataConfig - Class in com.tibco.ep.tcs.runtime.config
Configuration that describes the metadata for a TCS module block.
ModuleBlockMetaDataConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.ModuleBlockMetaDataConfig
Create a new empty module block metadata object.
ModuleBlockPortConfig - Class in com.tibco.ep.tcs.runtime.config
A class describing a module block input or output port.
ModuleBlockPortConfig() - Constructor for class com.tibco.ep.tcs.runtime.config.ModuleBlockPortConfig
Create a new module block port.
ModuleBlockPortConfig(IModuleBlockPort) - Constructor for class com.tibco.ep.tcs.runtime.config.ModuleBlockPortConfig
Create a new port from the specified interface source.
ModuleBlockPortConfig(Config) - Constructor for class com.tibco.ep.tcs.runtime.config.ModuleBlockPortConfig
Create a new port from HOCON configuration.
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, double) - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the following type and # of milliseconds
msecs(long, long) - 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
MultiNodeCoordinator - Class in com.tibco.ep.testing.framework
Tools to allow tests to run in-step on multiple nodes
MultiNodeCoordinator() - Constructor for class com.tibco.ep.testing.framework.MultiNodeCoordinator
Create an instance of node coordinator with a default name
MultiNodeCoordinator(String) - Constructor for class com.tibco.ep.testing.framework.MultiNodeCoordinator
Create an instance of node coordinator with a custom source name
MultiNodeException - Exception in com.tibco.ep.testing.framework
Multi node exception
MultiNodeException(String) - Constructor for exception com.tibco.ep.testing.framework.MultiNodeException
Constructor
MultiNodeException(String, Throwable) - Constructor for exception com.tibco.ep.testing.framework.MultiNodeException
Constructor
MultiNodeException(Throwable) - Constructor for exception com.tibco.ep.testing.framework.MultiNodeException
Constructor

N

NaiveObjectCompareFunctor() - Constructor for class com.streambase.sb.unittest.FieldBasedTupleComparator.NaiveObjectCompareFunctor
 
NAME_FIELD - Static variable in interface com.streambase.liveview.client.Table
 
NAME_FIELD_NAME - Static variable in class com.streambase.sb.monitor.StatTuple
Name field name - "name"
NEEDS_RESTART - com.streambase.liveview.server.table.plugin.TableProviderStatus
 
NEST - com.streambase.sb.CaptureTransformStrategy
Encode all capture fields as tuples.
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
newInvokeHTTPAction() - Method in interface com.streambase.liveview.client.alert.AlertRule
Creates a new InvokeHTTPAction 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
newObjectMapper() - Static method in class com.streambase.sb.TupleJSONUtil
 
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() - Method in class com.streambase.sb.monitor.StatsUtil.StatEncoder
Get a tuple from cache.
newStatTuple(int, long) - Method in class com.streambase.sb.monitor.StatsUtil.StatEncoder
 
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.
newTuple(int, String, String, String) - Static method in class com.streambase.sb.ClusterNotificationTupleFields
Return a new ClusterNotification tuple.
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.
NEXT_AVAILABLE_ERROR_CODE - com.streambase.liveview.client.LiveViewExceptionType
 
NO_CONNECTION - com.streambase.liveview.client.LiveViewExceptionType
No connection to server
NO_CONTAINER - Static variable in class com.streambase.sb.client.StreamBaseURI
No container specified ("")
NO_DATASOURCES_DEFINED_IN_SBD_SBCONF - com.streambase.liveview.client.LiveViewExceptionType
No JDBC data-sources defined in sbd.sbconf.
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
node - Variable in class com.streambase.liveview.server.alert.clustering.OrderedObject
 
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
 
NON_AGG_MUST_BE_IN_GROUP_BY - com.streambase.liveview.client.LiveViewExceptionType
 
NONE - com.tibco.ep.tcs.runtime.config.IInputTransformations.StartFieldSetType
Start with NONE of an input tuple's fields before applying any transformations.
NONE - Static variable in class com.streambase.liveview.client.OrderDefinition
 
NONE - Static variable in class com.streambase.sb.operator.Operator.OperatorStates
Invalid operator state
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_A_VALID_CONFIGURATION_FILE - com.streambase.liveview.client.LiveViewExceptionType
 
NOT_A_VALID_QUERY_ID - com.streambase.liveview.client.LiveViewExceptionType
 
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_AUTHORIZED - com.streambase.liveview.client.LiveViewExceptionType
Principal not authorized for operation
NOT_SUPPORTED_IN_MULTISERVER - com.streambase.liveview.client.LiveViewExceptionType
 
NOTHING - com.streambase.sb.SchemaUtil.CoercionOptions
 
NotImplementedException - Exception in com.streambase.sb
Signals that some feature has not yet been implemented.
NotImplementedException(String) - Constructor for exception com.streambase.sb.NotImplementedException
Constructor
NotImplementedException(String, Throwable) - Constructor for exception com.streambase.sb.NotImplementedException
Constructor
NotImplementedException(Throwable) - Constructor for exception com.streambase.sb.NotImplementedException
Constructor
NotSupportedException - Exception in com.streambase.sb
Signals that some feature is not supported
NotSupportedException(String) - Constructor for exception com.streambase.sb.NotSupportedException
Constructor
NotSupportedException(String, Throwable) - Constructor for exception com.streambase.sb.NotSupportedException
Constructor
NotSupportedException(Throwable) - Constructor for exception com.streambase.sb.NotSupportedException
Constructor
now() - Static method in class com.streambase.sb.Timestamp
Create a timestamp using the current time
NowImplementation - Enum in com.streambase.sb
See com.streambase.sb.expr.op.CNowOp in the server code 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
Null to type coercion value
NullProgressMonitor - Class in com.streambase.liveview.client