Package | Description |
---|---|
com.streambase.sb |
Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Tuple.DefaultTupleFormatter
A default formatter that converts each type to String using Java
default String conversions.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Tuple.getFieldAsString(Schema.Field field,
Tuple.TupleFormatter formatter)
Get the current field as a human readable string, using the
Tuple.TupleFormatter provided. |