Uses of Interface
com.pervasive.datarush.ports.PortMetadata
Packages that use PortMetadata
Package
Description
Provides shared and base classes for PMML model representation of Analytics algorithms.
Provides classes and interfaces for developing dataflow operators.
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
Provides implementations of port objects dealing with the flow of single objects
between operators.
Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of PortMetadata in com.pervasive.datarush.analytics.pmml
Classes in com.pervasive.datarush.analytics.pmml that implement PortMetadataModifier and TypeClassDescriptionstatic final classThe port metadata associated with PMMLPorts.Methods in com.pervasive.datarush.analytics.pmml that return types with arguments of type PortMetadata -
Uses of PortMetadata in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return PortMetadataModifier and TypeMethodDescriptionMetadataContext.getCombinedMetadata(LogicalPort logicalPort) Returns the source metadata combined with the required metadata to determine the actual metadata that the operator will receive.MetadataContext.getRequiredMetadata(LogicalPort logicalPort) Gets the required metadata for the given input.MetadataContext.getSourceMetadata(LogicalPort logicalPort) Returns the source metadata associated with the given port.Methods in com.pervasive.datarush.operators with parameters of type PortMetadataModifier and TypeMethodDescriptionvoidMetadataCalculationContext.setOutputMetadata(LogicalPort logicalPort, PortMetadata metadata) Sets the metadata associated with the given output portvoidMetadataCalculationContext.setRequiredMetadata(LogicalPort logicalPort, PortMetadata metadata) Sets the required metadata for the given input. -
Uses of PortMetadata in com.pervasive.datarush.ports
Methods in com.pervasive.datarush.ports that return types with arguments of type PortMetadataModifier and TypeMethodDescriptionabstract Class<? extends PortMetadata>LogicalPort.getMetadataType()Returns the class of metadata that this port uses -
Uses of PortMetadata in com.pervasive.datarush.ports.model
Classes in com.pervasive.datarush.ports.model that implement PortMetadataMethods in com.pervasive.datarush.ports.model that return types with arguments of type PortMetadata -
Uses of PortMetadata in com.pervasive.datarush.ports.record
Classes in com.pervasive.datarush.ports.record that implement PortMetadataModifier and TypeClassDescriptionfinal classThe metadata associated with record ports.Methods in com.pervasive.datarush.ports.record that return PortMetadataModifier and TypeMethodDescriptionRecordMetadataTest.GenericInputDefinition.getMetadata()RecordMetadataTest.InputDefinition.getMetadata()Methods in com.pervasive.datarush.ports.record with parameters of type PortMetadata