Uses of Class
com.redwood.agent.api.rtx.RTXSource
-
Packages that use RTXSource Package Description com.redwood.agent.api.rtx Redwood Table XML API. -
-
Uses of RTXSource in com.redwood.agent.api.rtx
Methods in com.redwood.agent.api.rtx that return RTXSource Modifier and Type Method Description RTXSource
RTXSource. copy()
Methods in com.redwood.agent.api.rtx that return types with arguments of type RTXSource Modifier and Type Method Description Map<String,RTXSource>
RTXMetadata. getSources()
Get a map of all sources.Methods in com.redwood.agent.api.rtx with parameters of type RTXSource Modifier and Type Method Description void
RTXConsumer. addSource(RTXSource source)
Add a source to theRTXMetadata
, which is set previously withRTXConsumer.setMetadata(RTXMetadata)
void
RTXMetadata. addSource(RTXSource source)
Add a source.void
RTXMetadata. addSource(RTXSource source, String prefix)
Add a source.void
RTXWriter. addSource(RTXSource source)
Method parameters in com.redwood.agent.api.rtx with type arguments of type RTXSource Modifier and Type Method Description default void
RTXConsumer. addSources(Collection<RTXSource> sources)
Add multiple sources to theRTXMetadata
, which is set previously withRTXConsumer.setMetadata(RTXMetadata)
void
RTXConsumer. addSources(Collection<RTXSource> sources, String prefix)
Convenience method to add multiple sources, with a prefix, to theRTXMetadata
, which is set previously withRTXConsumer.setMetadata(RTXMetadata)
default void
RTXConsumer. addSources(Map<?,RTXSource> sources)
Convenience method to add multiple sources to theRTXMetadata
, which is set previously withRTXConsumer.setMetadata(RTXMetadata)
default void
RTXConsumer. addSources(Map<?,RTXSource> sources, String prefix)
Convenience method to add multiple sources, with a prefix, to theRTXMetadata
, which is set previously withRTXConsumer.setMetadata(RTXMetadata)
void
RTXMetadata. addSources(Collection<RTXSource> newSources)
Add multiple sourcesvoid
RTXMetadata. addSources(Collection<RTXSource> newSources, String prefix)
Add multiple sources with a prefix.void
RTXWriter. addSources(Collection<RTXSource> sources, String prefix)
-