Uses of Enum Class
com.streambase.sb.TupleCSVOutputWriter.TimestampStyle
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of com.streambase.sb.TupleCSVOutputWriter.TimestampStyle in com.streambase.sb
Modifier and TypeMethodDescriptionstatic com.streambase.sb.TupleCSVOutputWriter.TimestampStyle
TupleCSVOutputWriter.TimestampStyle.valueOf
(String name) static com.streambase.sb.TupleCSVOutputWriter.TimestampStyle[]
TupleCSVOutputWriter.TimestampStyle.values()
Modifier and TypeMethodDescriptionvoid
TupleCSVCharWriter.write
(Tuple tuple, com.streambase.sb.TupleCSVOutputWriter.StringQuoteStyle stringQuoteStyle, com.streambase.sb.TupleCSVOutputWriter.TimestampStyle timestampStyle) Writes the contents of a tuple in a CSV format with user specified field quoting behavior.void
TupleCSVOutputWriter.write
(Tuple tuple, com.streambase.sb.TupleCSVOutputWriter.StringQuoteStyle stringQuoteStyle, com.streambase.sb.TupleCSVOutputWriter.TimestampStyle timestampStyle) Writes the contents of a tuple in a CSV format with user specified field quoting behavior.