Uses of Class
com.redwood.scheduler.api.rtx.RTXMetadata
-
Packages that use RTXMetadata Package Description com.redwood.scheduler.api.rtx Redwood Table XML API. -
-
Uses of RTXMetadata in com.redwood.scheduler.api.rtx
Fields in com.redwood.scheduler.api.rtx declared as RTXMetadata Modifier and Type Field Description protected RTXMetadata
RTXMetadataComponent. metadata
protected RTXMetadata
RTXMetadataComponent. metadata
Methods in com.redwood.scheduler.api.rtx that return RTXMetadata Modifier and Type Method Description RTXMetadata
RTXColumn. getMetadata()
RTXMetadata
RTXConsumer. getMetadata()
RTXMetadata
RTXProducer. getMetadata()
RTXMetadata
RTXReader. getMetadata()
RTXMetadata
RTXRow. getMetadata()
Get the metadata.RTXMetadata
RTXWriter. getMetadata()
Methods in com.redwood.scheduler.api.rtx with parameters of type RTXMetadata Modifier and Type Method Description void
RTXMetadata. assertAssignableFrom(RTXMetadata another)
Deprecated.void
RTXMetadata. assertColumnsCompatible(RTXMetadata another)
Deprecated.RTXRow
RTXRow. copy(RTXMetadata newMetadata)
default void
RTXConsumer. copyColumns(RTXMetadata templateMetadata)
Add all columns that are defined in the metadata passed in to the output writer.void
RTXConsumer. setMetadata(RTXMetadata newMetadata)
Sets theRTXMetadata
.void
RTXWriter. setMetadata(RTXMetadata newMetadata)
Constructors in com.redwood.scheduler.api.rtx with parameters of type RTXMetadata Constructor Description RTXRow(RTXMetadata newMetadata)
Create a row with the specified metadata.
-