Uses of Interface
com.streambase.sb.Tuple.TupleFormatter
Packages that use Tuple.TupleFormatter
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of Tuple.TupleFormatter in com.streambase.sb
Classes in com.streambase.sb that implement Tuple.TupleFormatterModifier and TypeClassDescriptionstatic class
A default formatter that converts each type to String using Java default String conversions.Methods in com.streambase.sb that return Tuple.TupleFormatterModifier 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.Methods in com.streambase.sb with parameters of type Tuple.TupleFormatterModifier 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