Uses of Interface
com.streambase.sb.TupleCaptureTransformer
-
Packages that use TupleCaptureTransformer Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. -
-
Uses of TupleCaptureTransformer in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return TupleCaptureTransformer Modifier and Type Method Description TupleCaptureTransformer
Operator. getTupleCaptureTransformer(Schema s)
Get a TupleCaptureTransformer capable of translating tuples with the given schema to the equivalent schema with all the capture fields expanded out, and translating expanded tuples back into tuples with the given schema This method may only be called at runtime; the exact schemas of any capture fields are not fully determined at typecheck time.
-