Uses of Interface
com.streambase.sb.Tuple.TupleFormatter
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of Tuple.TupleFormatter in com.streambase.sb
Modifier and TypeClassDescriptionstatic class
A default formatter that converts each type to String using Java default String conversions.Modifier and TypeMethodDescriptionstatic 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.(package private) static Tuple.TupleFormatter
TupleCSVOutputWriter.makeTupleFormatter
(com.streambase.sb.TupleCSVOutputWriter.FormatInfo csvFormat) Create a tuple formatterModifier and TypeMethodDescriptionfinal 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