Uses of Interface
com.pervasive.datarush.encoding.TokenFormatter
Packages that use TokenFormatter
Package
Description
Provides some (internal) utility classes for Analytics.
Implementations of encoders of tokens
into text formats.
Provides an object model for capturing schema information used primarily by the
textfile package.-
Uses of TokenFormatter in com.pervasive.datarush.analytics.util
Methods in com.pervasive.datarush.analytics.util that return TokenFormatter -
Uses of TokenFormatter in com.pervasive.datarush.encoding.text
Classes in com.pervasive.datarush.encoding.text that implement TokenFormatterModifier and TypeClassDescriptionclassA formatter representing boolean token values as user-specified text values.classA formatter representing character token values as single-character strings.classA formatter representing date token values with a user-defined text format.classA formatter representing double token values with the default Java text format.classclassA formatter representing float token values with the default Java text format.classA formatter representing int token values with the default Java text format.classA formatter representing long token values with the default Java text format.classA formatter representing money token values with the default text format.classA formatter representing numeric token values with the default Java text format.classclassA formatter representing double token values with a user-defined text format.classclassA formatter representing float token values with a user-defined text format.classA formatter representing object token values as text values.classA formatter representing binary token values as hexadecimal strings.classA formatter representing int token values with a user-defined text format.classA formatter representing date token values as ISO 8601 date strings.classA formatter representing time token values using only the time portion, using ISO 8601 conventions.classA formatter representing timestamp token values as ISO 8601 timestamp strings.classA formatter representing long token values with a user-defined text format.classclassA formatter representing numeric token values with a user-defined text format.classclassConverts a string token value to a string.classA formatter representing ip4address token values as text IPv4 strings.classA formatter representing ip6address token values as text IPv6 strings.classA formatter representing time token values with a user-defined text format.class -
Uses of TokenFormatter in com.pervasive.datarush.schema
Methods in com.pervasive.datarush.schema that return TokenFormatterModifier and TypeMethodDescriptionRecordTextSchema.createFieldFormatter(String fieldName) Creates a new formatter for values of the specified field.PaddedTextType.getFormatter(TextConversionContext ctx) TextDataType.getFormatter(TextConversionContext ctx) Creates a new formatter for converting token values into text