Uses of Class
com.redwood.agent.api.rtx.RTXWriterException
-
Packages that use RTXWriterException Package Description com.redwood.agent.api.rtx Redwood Table XML API. -
-
Uses of RTXWriterException in com.redwood.agent.api.rtx
Methods in com.redwood.agent.api.rtx that throw RTXWriterException Modifier and Type Method Description void
RTXConsumer. addRow(RTXRow row)
Adds arow
default void
RTXConsumer. addRow(Object[] data)
Adds arow
with the supplied data, where the row will not have a key.default void
RTXConsumer. addRow(Object[] data, String key)
Adds arow
with the supplied data and key.void
RTXWriter. addRow(RTXRow row)
void
RTXWriter. addRow(Object[] data)
void
RTXWriter. addRow(Object[] data, String key)
default void
RTXConsumer. copyColumns(RTXMetadata templateMetadata)
Add all columns that are defined in the metadata passed in to the output writer.Constructors in com.redwood.agent.api.rtx that throw RTXWriterException Constructor Description RTXWriter(OutputStream newOutputStream)
RTXWriter(Writer newWriter)
RTXWriter(String filename)
-