Serialized Form
-
Package com.streambase.liveview.client
-
Class com.streambase.liveview.client.AbstractConnectionEvent extends EventObject implements Serializable
- serialVersionUID:
- 5972733020926941261L
-
Class com.streambase.liveview.client.AbstractPublisherEvent extends EventObject implements Serializable
- serialVersionUID:
- 4837765301637352491L
-
Class com.streambase.liveview.client.AbstractQueryEvent extends EventObject implements Serializable
- serialVersionUID:
- 2221595065114128377L
-
Class com.streambase.liveview.client.AbstractTupleEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- 3817787651336059435L
-
Serialized Fields
-
fieldComparators
List<TupleFieldComparator> fieldComparators
-
hashableTuple
HashableTuple hashableTuple
-
key
Long key
-
keyData
Tuple keyData
-
tuple
Tuple tuple
-
-
Class com.streambase.liveview.client.BeginAggMarkEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- 8931009839126105487L
-
Class com.streambase.liveview.client.BeginDeleteEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- 463298799954316898L
-
Serialized Fields
-
fields
List<Schema.Field> fields
-
-
Class com.streambase.liveview.client.BeginSnapshotEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- 463298709054316832L
-
Serialized Fields
-
fields
List<Schema.Field> fields
-
-
Class com.streambase.liveview.client.ConnectionClosedEvent extends AbstractConnectionEvent implements Serializable
- serialVersionUID:
- -5281303913262960699L
-
Serialized Fields
-
connection
LiveViewConnection connection
-
-
Class com.streambase.liveview.client.EndAggMarkEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- 8931009839126105487L
-
Serialized Fields
-
generation
Long generation
-
-
Class com.streambase.liveview.client.EndDeleteEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- 8931009839126105487L
-
Class com.streambase.liveview.client.EndSnapshotEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- 8931989839126105451L
-
Class com.streambase.liveview.client.LiveViewConnectionCanceledException extends LiveViewException implements Serializable
- serialVersionUID:
- 6206488481259137344L
-
Class com.streambase.liveview.client.LiveViewException extends StreamBaseException implements Serializable
- serialVersionUID:
- 4140552102803148876L
-
Serialized Fields
-
code
int code
-
-
Class com.streambase.liveview.client.LiveViewQuerySyntaxException extends LiveViewException implements Serializable
- serialVersionUID:
- 3112942250569923454L
-
Class com.streambase.liveview.client.NoIdException extends Exception implements Serializable
- serialVersionUID:
- 2984831231842530242L
-
Class com.streambase.liveview.client.NoSuchCapabilityException extends Exception implements Serializable
- serialVersionUID:
- -9171171900457838163L
-
Class com.streambase.liveview.client.PublisherExceptionEvent extends AbstractPublisherEvent implements Serializable
- serialVersionUID:
- 2378673628484520442L
-
Serialized Fields
-
exception
LiveViewException exception
-
-
Class com.streambase.liveview.client.PublisherStatusEvent extends AbstractPublisherEvent implements Serializable
- serialVersionUID:
- 4822614172287576L
-
Class com.streambase.liveview.client.QueryClosedEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- -1743553347583335571L
-
Serialized Fields
-
query
Query query
-
-
Class com.streambase.liveview.client.QueryExceptionEvent extends AbstractQueryEvent implements Serializable
- serialVersionUID:
- 4040544159393340863L
-
Serialized Fields
-
exception
LiveViewException exception
-
-
Class com.streambase.liveview.client.TupleAddedEvent extends AbstractTupleEvent implements Serializable
- serialVersionUID:
- 5741765240843359443L
-
Class com.streambase.liveview.client.TupleRemovedEvent extends AbstractTupleEvent implements Serializable
- serialVersionUID:
- -1021793239903295324L
-
Class com.streambase.liveview.client.TupleUpdatedEvent extends AbstractTupleEvent implements Serializable
- serialVersionUID:
- 5940459230939597225L
-
Serialized Fields
-
changedFields
List<Schema.Field> changedFields
-
oldTuple
Tuple oldTuple
-
-
Class com.streambase.liveview.client.ValidationErrorsException extends Exception implements Serializable
- serialVersionUID:
- 3669128052072274229L
-
-
Package com.streambase.sb
-
Class com.streambase.sb.ApplicationValidationException extends TypecheckException implements Serializable
-
Class com.streambase.sb.BufferTooSmallException extends StreamBaseRuntimeException implements Serializable
-
Class com.streambase.sb.ByteArrayView extends Object implements Serializable
-
Class com.streambase.sb.CompiledTuple extends Tuple implements Serializable
-
Class com.streambase.sb.CompleteDataType extends Object implements Serializable
-
Serialized Fields
-
type
DataType type
Wrapped data type
-
-
-
Class com.streambase.sb.CompleteDataType.CaptureType extends CompleteDataType implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class com.streambase.sb.CompleteDataType.FunctionType extends CompleteDataType implements Serializable
-
Serialized Fields
-
arguments
Schema arguments
-
returnType
CompleteDataType returnType
-
-
-
Class com.streambase.sb.CompleteDataType.ListType extends CompleteDataType implements Serializable
-
Serialized Fields
-
elementType
CompleteDataType elementType
-
-
-
Class com.streambase.sb.CompleteDataType.TupleType extends CompleteDataType implements Serializable
-
Serialized Fields
-
schema
Schema schema
-
-
-
Class com.streambase.sb.IllegalFunctionInProjectionException extends StreamBaseRuntimeException implements Serializable
- serialVersionUID:
- -6180004311004971880L
-
Class com.streambase.sb.MultipleTypecheckException extends TypecheckException implements Serializable
-
Serialized Fields
-
exceptions
Collection<TypecheckException> exceptions
-
-
-
Class com.streambase.sb.NotImplementedException extends StreamBaseException implements Serializable
-
Class com.streambase.sb.NotSupportedException extends StreamBaseException implements Serializable
-
Class com.streambase.sb.NullValueException extends TupleException implements Serializable
-
Class com.streambase.sb.ParsingException extends ApplicationValidationException implements Serializable
-
Class com.streambase.sb.ReadOnlyCompositeTuple extends ReadOnlyTuple implements Serializable
-
Serialized Fields
-
baseSchemas
Schema[] baseSchemas
-
baseTuples
Tuple[] baseTuples
-
fieldIndex
Schema.Field[] fieldIndex
-
tupleIndex
int[] tupleIndex
-
-
-
Class com.streambase.sb.ReadOnlyTuple extends Tuple implements Serializable
-
Class com.streambase.sb.ReadOnlyTupleByIndexWrapper extends ReadOnlyTuple implements Serializable
-
Class com.streambase.sb.ReadOnlyTupleRep extends ReadOnlyTuple implements Serializable
-
Serialized Fields
-
bau
ByteArrayUtils bau
-
data
byte[] data
-
functions
Function[] functions
-
length
int length
-
nestedLists
List<?>[] nestedLists
-
nestedTuples
ReadOnlyTupleRep[] nestedTuples
-
offset
int offset
-
valueOffsets
int[] valueOffsets
-
-
-
Class com.streambase.sb.ReadWriteTupleWrapper extends Tuple implements Serializable
-
Serialized Fields
-
baseTuple
Tuple baseTuple
-
-
-
Class com.streambase.sb.Schema extends Object implements Serializable
- serialVersionUID:
- 6926417164709389192L
-
Serialized Fields
-
approxSize
int approxSize
-
byteOrder
int byteOrder
-
description
String description
-
fieldMap
ConcurrentMap<String,Schema.Field> fieldMap
-
fields
Schema.Field[] fields
-
fieldsDefinedHere
Schema fieldsDefinedHere
-
fieldTypeHash
byte[] fieldTypeHash
-
hash
byte[] hash
-
hashString
String hashString
-
intHash
int intHash
-
name
String name
-
parentSchemas
List<Schema> parentSchemas
-
tupleClassInfo
Map<Class<?>,com.streambase.sb.Schema.TupleClassInfo> tupleClassInfo
A map from class names to information that each class wants to store about this schema.
-
-
Class com.streambase.sb.Schema.Field extends Object implements Serializable
- serialVersionUID:
- 8706284023113280128L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
completeType
CompleteDataType completeType
-
containingSchema
Schema containingSchema
"Optional". If non-null, the particular schema of which this Field is a direct member. When used to obtain the value of field in a Tuple, the Field's containingSchema must be identical (==) to the Tuple's Schema. -
description
String description
-
index
int index
"Optional". If not -1, the position of this field within the particular schema is a part (and containingSchema must not be null). -
loc
Location loc
-
name
Path name
-
pathlessField
Schema.Field pathlessField
-
-
Class com.streambase.sb.SchemaMismatchException extends TypecheckException implements Serializable
-
Class com.streambase.sb.SchemaUtil.FieldConflictException extends SemanticValidationException implements Serializable
- serialVersionUID:
- 5685153301460939559L
-
Serialized Fields
-
originIndex
int originIndex
-
-
Class com.streambase.sb.SchemaValidationException extends StreamBaseException implements Serializable
- serialVersionUID:
- -2224091815878318650L
-
Serialized Fields
-
field
String field
-
-
Class com.streambase.sb.SemanticValidationException extends ApplicationValidationException implements Serializable
-
Class com.streambase.sb.StreamBaseException extends Exception implements Serializable
- serialVersionUID:
- 5224629224454760586L
-
Serialized Fields
-
_code
String _code
-
_file
String _file
-
_function
String _function
-
_line
String _line
-
_location
Location _location
-
_params
Map<String,String> _params
-
_summary
String _summary
-
_type
String _type
-
_xmlNodeLocation
String _xmlNodeLocation
Set when the cause is aSAXParseException
, and used later by serializers/to-string methods
-
-
Class com.streambase.sb.StreamBaseIllegalArgumentException extends IllegalArgumentException implements Serializable
-
Serialized Fields
-
hasCause
boolean hasCause
-
-
-
Class com.streambase.sb.StreamBaseListException extends StreamBaseException implements Serializable
-
Class com.streambase.sb.StreamBaseRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- -4840268035056949153L
-
Class com.streambase.sb.StreamProperties extends Object implements Serializable
-
Serialized Fields
-
_containerName
String _containerName
-
_hash
ByteString _hash
-
_intHash
int _intHash
-
_isInputStream
boolean _isInputStream
-
_isOutputStream
boolean _isOutputStream
-
_name
String _name
-
_path
Path _path
-
_schema
Schema _schema
-
_strategy
CaptureTransformStrategy _strategy
-
-
-
Class com.streambase.sb.Timestamp extends Object implements Serializable
- serialVersionUID:
- 960966929989244191L
-
Serialized Fields
-
_ms
long _ms
-
-
Class com.streambase.sb.Tuple extends Object implements Serializable
-
Serialized Fields
-
mapView
com.streambase.sb.TupleMapView mapView
the single instance of the MapView for this Tuple -
schema
Schema schema
-
-
-
Class com.streambase.sb.TupleException extends StreamBaseException implements Serializable
- serialVersionUID:
- -4822993381815987348L
-
Class com.streambase.sb.TupleRep extends Tuple implements Serializable
-
Serialized Fields
-
bau
ByteArrayUtils bau
-
data
byte[] data
-
nullMask
byte[] nullMask
-
tupleId
int tupleId
-
tupleLayout
com.streambase.sb.TupleRep.TupleLayout tupleLayout
-
varData
Object[] varData
One element per variable sized field, containing an object representation of the field. Entries must be Cloneable.
-
-
-
Class com.streambase.sb.XmlInterpretationException extends SemanticValidationException implements Serializable
-
Class com.streambase.sb.XmlParsingException extends ParsingException implements Serializable
-
-
Package com.streambase.sb.adapter
-
Class com.streambase.sb.adapter.InputAdapter extends Operator implements Serializable
-
Class com.streambase.sb.adapter.OutputAdapter extends Operator implements Serializable
-
-
Package com.streambase.sb.client
-
Class com.streambase.sb.client.ClientConnectException extends NetworkException implements Serializable
-
Class com.streambase.sb.client.HAServerIOException extends StreamBaseException implements Serializable
-
Class com.streambase.sb.client.NetworkException extends StreamBaseException implements Serializable
-
Class com.streambase.sb.client.ProtocolException extends NetworkException implements Serializable
-
Class com.streambase.sb.client.URIException extends StreamBaseException implements Serializable
-
-
Package com.streambase.sb.operator
-
Class com.streambase.sb.operator.AggregateWindow extends BaseAggregateWindow implements Serializable
- serialVersionUID:
- 212271597109166877L
-
Serialized Fields
-
env
Object env
-
-
Class com.streambase.sb.operator.AlreadyRegisteredException extends StreamBaseException implements Serializable
-
Class com.streambase.sb.operator.BaseAggregateWindow extends Object implements Serializable
-
Class com.streambase.sb.operator.DbConnectTypecheckException extends TypecheckException implements Serializable
-
Class com.streambase.sb.operator.EmbeddedJavaTypecheckException extends SemanticValidationException implements Serializable
-
Serialized Fields
-
detailLocation
String detailLocation
this is for studio to point the user to where the error detail lives
-
-
-
Class com.streambase.sb.operator.Operator extends Object implements Serializable
-
Serialized Fields
-
caretaker
OperatorCaretaker caretaker
-
cts
CaptureTransformStrategy cts
-
displayDescription
String displayDescription
The String Studio uses to display a description in its chooser dialog -
displayName
String displayName
The String Studio uses to display this operator name -
haveThreadsStarted
boolean haveThreadsStarted
-
inputPortCount
int inputPortCount
If there is no caretaker, we keep track of our input port count -
loc
Location loc
-
logger
org.slf4j.Logger logger
Instance of aLogger
for this Operator. Access it viaOperator.getLogger()
. Initialized with a category ID that's the class name; subsequently enhanced when a path is available to be the concatenation of the class name and the path. See SB-45709. -
outputPortCount
int outputPortCount
If there is no caretaker, we keep track of our output port count -
params
Parameterizable params
The Object which holds the Java Beans properties for this Operator. null if parameters are unset, i.e., "this" should be used. -
path
Path path
The Path of this operator viaOperator.setPath(Path)
. -
reuseTuple
boolean reuseTuple
-
runnableNumber
int runnableNumber
-
runnables
Set<Operator.OperatorThread> runnables
The set of operator threads.Only the main thread is allowed to read or write this variable.
-
shortDisplayName
String shortDisplayName
The String Studio uses to display this operator name in the palette -
startWithApp
boolean startWithApp
Whether or not this Operator should start with the app as a whole. If false, the Operator will be left in the NOT YET STARTED (NONE) state. -
state
int state
The state of the overall state machine. Can be any of the above states.Only the main thread is allowed to read or write this variable.
-
stateChangeTimeout
int stateChangeTimeout
Timeout value when waiting for a state change to be accepted, in milliseconds. -
stateMutex
Object stateMutex
The mutex for @see _state. -
suspendBehavior
int suspendBehavior
There are a number of possible suspend behaviors, this holds the current suspend behavior.
-
-
-
Class com.streambase.sb.operator.Operator.PropertyTypecheckException extends TypecheckException implements Serializable
-
Class com.streambase.sb.operator.ParameterInterpretationException extends ExprException implements Serializable
-
Class com.streambase.sb.operator.PortMismatchException extends TypecheckException implements Serializable
-
Serialized Fields
-
_desiredPortCount
int _desiredPortCount
-
_type
byte _type
-
-
-
Class com.streambase.sb.operator.ResourceNotFoundException extends StreamBaseException implements Serializable
-
Class com.streambase.sb.operator.SqlTypecheckException extends TypecheckException implements Serializable
-
Class com.streambase.sb.operator.TransactionalMemoryAggregateWindow extends BaseAggregateWindow implements Serializable
- serialVersionUID:
- 8184621477012762560L
-
Serialized Fields
-
env
Object env
-
-
Class com.streambase.sb.operator.TypecheckException extends StreamBaseException implements Serializable
-
-
Package com.tibco.ep.sb.ads
-
Class com.tibco.ep.sb.ads.ArtifactException extends StreamBaseException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.tibco.ep.testing.framework
-
Class com.tibco.ep.testing.framework.ConfigurationException extends Exception implements Serializable
- serialVersionUID:
- 2997496029567060686L
-
Class com.tibco.ep.testing.framework.MultiNodeException extends Exception implements Serializable
- serialVersionUID:
- -1622384740069682069L
-
Class com.tibco.ep.testing.framework.TransactionalDeadlockDetectedException extends Exception implements Serializable
- serialVersionUID:
- -2727103559551079966L
-
Class com.tibco.ep.testing.framework.TransactionalMemoryLeakException extends Exception implements Serializable
- serialVersionUID:
- 4066541070855695284L
-