Uses of Interface
com.streambase.sb.Tuple.TupleFormatter
-
Packages that use Tuple.TupleFormatter Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of Tuple.TupleFormatter in com.streambase.sb
Classes in com.streambase.sb that implement Tuple.TupleFormatter Modifier and Type Class Description static class
Tuple.DefaultTupleFormatter
A default formatter that converts each type to String using Java default String conversions.Methods in com.streambase.sb that return Tuple.TupleFormatter Modifier and Type Method Description static Tuple.TupleFormatter
Tuple. getTupleFormatter()
Returns a shared instance of the default tuple field formatter that converts each type to String using Java default String conversions.Methods in com.streambase.sb with parameters of type Tuple.TupleFormatter Modifier and Type Method Description String
Tuple. getFieldAsString(Schema.Field field, Tuple.TupleFormatter formatter)
Get the current field as a human readable string, using theTuple.TupleFormatter
provided.void
TupleCSVOutputWriter. setBlobFormatter(Tuple.TupleFormatter blobFormatter)
Deprecated.Seems to always have been a no-op
-