Uses of Interface
com.pervasive.datarush.namespace.Namespace
Packages that use Namespace
Package
Description
Provides utilities for creating and managing collections of named
objects.
Provides classes and interfaces for developing dataflow operators.
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides classes and interfaces for the description of token data types.
-
Uses of Namespace in com.pervasive.datarush.namespace
Methods in com.pervasive.datarush.namespace that return NamespaceModifier and TypeMethodDescriptionstatic <T> Namespace<T>Merges the specified namespaces into a new namespace, handling name collisions by renaming.static <T> Namespace<T>Merges the specified namespaces into a new namespace, handling name collisions with a last-one-wins mechanism.static <T> Namespace<T>Creates a new namespace from an existing one, removing any fields matching the provided set of names.static <T> Namespace<T>NamespaceUtil.remove(Namespace<T> namespace, Collection<String> excludeFields) Creates a new namespace from an existing one, removing any fields matching the provided set of names.static <T> Namespace<T>Creates a new namespace from an existing one, copying any fields matching the provided set of names.static <T> Namespace<T>NamespaceUtil.retain(Namespace<T> namespace, Collection<String> retainFields) Creates a new namespace from an existing one, copying any fields contained the provided set of names.static <T> Namespace<T>Creates a new namespace from an existing one, copying the specified fields.static <T> Namespace<T>Creates a new namespace from an existing one, copying the specified fields.NamespaceBuilder.toNamespace()Constructs the currently defined namespace.static <T> Namespace<T>Creates a new namespace with the specified flows.static <T> Namespace<T>Creates a new namespace with specified flow as the named field.static <T> Namespace<T>Creates a new namespace with the specified flows.Methods in com.pervasive.datarush.namespace with parameters of type NamespaceModifier and TypeMethodDescriptionvoidAdd all entries from a namespace into this namespace.static <T> Namespace<T>Merges the specified namespaces into a new namespace, handling name collisions by renaming.static <T> Namespace<T>Merges the specified namespaces into a new namespace, handling name collisions with a last-one-wins mechanism.static <T> Namespace<T>Creates a new namespace from an existing one, removing any fields matching the provided set of names.static <T> Namespace<T>NamespaceUtil.remove(Namespace<T> namespace, Collection<String> excludeFields) Creates a new namespace from an existing one, removing any fields matching the provided set of names.static <T> Namespace<T>Creates a new namespace from an existing one, copying any fields matching the provided set of names.static <T> Namespace<T>NamespaceUtil.retain(Namespace<T> namespace, Collection<String> retainFields) Creates a new namespace from an existing one, copying any fields contained the provided set of names.static <T> Namespace<T>Creates a new namespace from an existing one, copying the specified fields.static <T> Namespace<T>Creates a new namespace from an existing one, copying the specified fields. -
Uses of Namespace in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return NamespaceModifier and TypeMethodDescriptionfinal Namespace<LogicalPort>AbstractLogicalOperator.getInputPorts()LogicalOperator.getInputPorts()Returns the list of input ports.final Namespace<LogicalPort>AbstractLogicalOperator.getOutputPorts()LogicalOperator.getOutputPorts()Returns the list of output ports. -
Uses of Namespace in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc that return NamespaceModifier and TypeMethodDescriptionConnectionHelper.extractFields(ResultSetMetaData rsmd) ConnectionHelper.getMetadata(JDBCConnector connector, String statement) Acquires the metadata associated with a given SQL statement. -
Uses of Namespace in com.pervasive.datarush.types
Subinterfaces of Namespace in com.pervasive.datarush.typesModifier and TypeInterfaceDescriptioninterfaceA description of a record data type.Methods in com.pervasive.datarush.types with parameters of type NamespaceModifier and TypeMethodDescriptionstatic final RecordTokenTypeTypeUtil.toType(DataRepresentation representation, Namespace<ScalarTokenType> namespace) Converts from a list of fields to a record token type.