| Package | Description |
|---|---|
| com.streambase.sb.operator |
Provides classes and interfaces to add custom operators to StreamBase applications.
|
| com.streambase.sb.unittest |
Provides classes and interfaces used to author StreamBase Unit tests.
|
| Modifier and Type | Method and Description |
|---|---|
TableAccessor |
Operator.getTableAccessor(java.lang.String name)
Get a TableAccessor for a table in the local module by name of that table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreparedQuery.execute(CompiledTuple args,
TableAccessor table,
RowConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
TableAccessor |
SBServerManager.getTableAccessor(java.lang.String tablePath)
Return a TableAccessor suitable for manipulating this table.
|
TableAccessor |
SBServerManager.getTableAccessor(java.lang.String tablePath,
CaptureTransformStrategy captureStrategy)
Return a TableAccessor suitable for manipulating this table.
|