Uses of Package
com.redwood.scheduler.api.rtx
-
Packages that use com.redwood.scheduler.api.rtx Package Description com.redwood.scheduler.api.job Scheduler API - Interfaces for user defined jobs.com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces.com.redwood.scheduler.api.rtx Redwood Table XML API. -
Classes in com.redwood.scheduler.api.rtx used by com.redwood.scheduler.api.job Class Description RTXProducer An producer of RTXRows, i.e.RTXReader Reader for RTX format.RTXRow A row of data with typed values defined by metadata (RTXMetadata). -
Classes in com.redwood.scheduler.api.rtx used by com.redwood.scheduler.api.model Class Description RTXReader Reader for RTX format. -
Classes in com.redwood.scheduler.api.rtx used by com.redwood.scheduler.api.model.interfaces Class Description RTXException RTX Exception base class.RTXReader Reader for RTX format.RTXWriter Writer for RTX format. -
Classes in com.redwood.scheduler.api.rtx used by com.redwood.scheduler.api.rtx Class Description RTXColumn Definition of a column, you should create columns throughRTXWriter
orRTXMetadata
rather than doing so through theRTXColumn(String, RTXType)
constructor.RTXColumnRuntimeException Runtime Exception related to an RTXColumn.RTXConsumer A consumer ofRTXRows
, i.e.RTXDocumentKey Definition of the key of this table.RTXDocumentPair Name value pair.RTXException RTX Exception base class.RTXIncompatibleColumnException Columns not compatible.RTXInRowDataRuntimeException Attempt to modify metadata (for example columns) when row data has started.RTXMetadata RTX Metadata: column definitions and sources.RTXMetadataReadOnlyRuntimeException Attempt was made to modify read only metadata.RTXMetadataRuntimeException Error manipulating metadata.RTXParseException RTXProblem All RTX Exceptions implement this interface.RTXProducer An producer of RTXRows, i.e.RTXReader.StrictMode Control over how strictly the specification is interpreted.RTXReaderException General problem reading RTX data.RTXRow A row of data with typed values defined by metadata (RTXMetadata).RTXRowRELScript Compiled REL script for execution on an RTX Row.RTXRuntimeException RTX Runtime Exception base class.RTXSource Metadata about the source of this document.RTXType Data type of an RTX Column.RTXWriterException General problem writing RTX data.