Uses of Interface
com.pervasive.datarush.operators.MetadataContext
Packages that use MetadataContext
Package
Description
Provides the KMeans algorithm.
Provides the PMML learner operator and associated classes.
Provides shared and base classes for PMML model representation of Analytics algorithms.
Provides utility, PMML and other classes for shared use by regression related entities.
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces for developing dataflow operators.
Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of MetadataContext in com.pervasive.datarush.analytics.cluster.kmeans
Methods in com.pervasive.datarush.analytics.cluster.kmeans with parameters of type MetadataContextModifier and TypeMethodDescriptionprotected CompositionIteratorKMeans.createIterator(MetadataContext ctx) -
Uses of MetadataContext in com.pervasive.datarush.analytics.decisiontree.learner
Methods in com.pervasive.datarush.analytics.decisiontree.learner with parameters of type MetadataContextModifier and TypeMethodDescriptionprotected CompositionIteratorDecisionTreeLearner.createIterator(MetadataContext ctx) -
Uses of MetadataContext in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml with parameters of type MetadataContextModifier and TypeMethodDescriptionPMMLPort.getPMMLModelSpec(MetadataContext ctx) Getter to be used to set the PMMLModelSpec for a PMMLPort -
Uses of MetadataContext in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with parameters of type MetadataContextModifier and TypeMethodDescriptionprotected CompositionIteratorLinearRegressionLearner.createIterator(MetadataContext context) -
Uses of MetadataContext in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs with parameters of type MetadataContextModifier and TypeMethodDescriptionvoidGraphCompilationListener.preCompile(MetadataContext ctx, GraphPath path, LogicalOperator operator) Invoked just prior to compiling an operator. -
Uses of MetadataContext in com.pervasive.datarush.hbase
Methods in com.pervasive.datarush.hbase with parameters of type MetadataContextModifier and TypeMethodDescriptionprotected com.pervasive.datarush.hadoop.shims.hbase.TableSchemaKeyValueOperator.mapFromHCatalog(MetadataContext ctx) Load a mapping from an existing HCatalog table.protected voidKeyValueOperator.mapToHCatalog(MetadataContext ctx, RecordPort input) Write a mapping to a new HCatalog table.protected booleanKeyValueOperator.schemaSupportedByHCatalog(MetadataContext ctx) Determines if the current schema can be written to HCatalog.protected booleanKeyValueOperator.tableExistsInHCatalog(MetadataContext ctx) Determines if the currently selected HCatalog table already exists. -
Uses of MetadataContext in com.pervasive.datarush.operators
Subinterfaces of MetadataContext in com.pervasive.datarush.operatorsModifier and TypeInterfaceDescriptioninterfaceComposition context used byCompositeOperator's.interfaceComposition context passed toDeferredCompositeOperator.compose(DeferredCompositionContext).interfaceExecution context passed toExecutableOperator.execute(ExecutionContext).interfaceContext passed toCompositionIterator.execute(IterativeExecutionContext).interfaceContext used byIterativeOperator.computeMetadata(IterativeMetadataContext).interfaceBase interface for all contexts in which metadata is being computed.interfaceContext used when computing metadata viaStreamingOperator.computeMetadata(StreamingMetadataContext).Methods in com.pervasive.datarush.operators with parameters of type MetadataContextModifier and TypeMethodDescriptionprotected abstract CompositionIteratorIterativeOperator.createIterator(MetadataContext ctx) Invoked at the start of execution.OperatorProxies.IterativeOperatorProxy.createIterator(MetadataContext ctx) Public only as a matter of implementation; not intended for external use -
Uses of MetadataContext in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record with parameters of type MetadataContextModifier and TypeMethodDescriptionRecordPort.getCombinedDataDistribution(MetadataContext ctx) Gets the required data distribution of this portRecordPort.getCombinedDataOrdering(MetadataContext ctx) Gets the required data ordering of this portRecordPort.getCombinedMetadata(MetadataContext ctx) Returns the actual metadata that the operator will see given its current requirements and parallelism setting.RecordPort.getRequiredDataDistribution(MetadataContext ctx) Gets the required data distribution of this portRecordPort.getRequiredDataOrdering(MetadataContext ctx) Gets the required data ordering of this portRecordPort.getRequiredMetadata(MetadataContext ctx) Returns the required metadata associated with this portRecordPort.getSourceDataDistribution(MetadataContext ctx) Returns source data distribution associated with this input port.RecordPort.getSourceDataOrdering(MetadataContext ctx) Returns source data ordering associated with this input port.RecordPort.getSourceMetadata(MetadataContext ctx) Returns the metadata associated with this portRecordPort.getType(MetadataContext ctx) Returns the record type of this port.