Uses of Package
com.pervasive.datarush.ports.record
-
Packages that use com.pervasive.datarush.ports.record Package Description com.pervasive.datarush.analytics.arm Provides common classes for Association Rule Mining (ARM).com.pervasive.datarush.analytics.arm.fpgrowth Provides the operator to perform the FP-growth ARM algorithm.com.pervasive.datarush.analytics.cleansing Provides operators related to data cleansing.com.pervasive.datarush.analytics.cluster Provides base PMML for clustering models.com.pervasive.datarush.analytics.cluster.kmeans Provides the KMeans algorithm.com.pervasive.datarush.analytics.decisiontree.learner Provides the PMML learner operator and associated classes.com.pervasive.datarush.analytics.decisiontree.predictor Provides the decision tree predictor operator and associated classes.com.pervasive.datarush.analytics.knn Provides an implementation of the KNN algorithm using DataRush's sparse data API.com.pervasive.datarush.analytics.naivebayes.learner Provides an implementation of the Naive Bayes learner.com.pervasive.datarush.analytics.naivebayes.predictor Provides an implementation of a Naive Bayes predictor.com.pervasive.datarush.analytics.r com.pervasive.datarush.analytics.regression Provides utility, PMML and other classes for shared use by regression related entities.com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer.com.pervasive.datarush.analytics.text Provides various unstructured text processing operators.com.pervasive.datarush.analytics.util Provides some (internal) utility classes for Analytics.com.pervasive.datarush.analytics.viz Provides operators for classifier performance visualization.com.pervasive.datarush.hbase com.pervasive.datarush.matching Provides operators for performing discovering duplicates or links between records.com.pervasive.datarush.matching.block Provides operators for generating possible candidate pairs.com.pervasive.datarush.matching.cluster Provides operators for clustering the results of duplicate or linkage discovery.com.pervasive.datarush.matching.tune Provides operators for analyzing data for approximate matching.com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators.com.pervasive.datarush.operators.assertion Provides operators for making assertions on flows and files.com.pervasive.datarush.operators.group Provides data aggregation components.com.pervasive.datarush.operators.io Provides base file I/O components including encoders and decoders.com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets.com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data.com.pervasive.datarush.operators.io.vectorwise com.pervasive.datarush.operators.io.vectorwise.dl com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one.com.pervasive.datarush.operators.partition Provides operators for partitioning and unpartitioning flows of data.com.pervasive.datarush.operators.record Provides operators for manipulating record structure.com.pervasive.datarush.operators.scripting Provides theRunScript
operator for running user-defined scripts on the rows of an input record flow.com.pervasive.datarush.operators.select Provides operators for selecting a subset of the data set.com.pervasive.datarush.operators.sink Provides theLogRows
operator for writing debugging information about a flow to the logging API.com.pervasive.datarush.operators.sort Provides operators for sorting and manipulating sorted flows.com.pervasive.datarush.operators.source Provides operators for generating data tokens in various ways.com.pervasive.datarush.operators.string Provides operators for operating on string values in records.com.pervasive.datarush.operators.testutils com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators.com.pervasive.datarush.script.operators.group -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.arm Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.arm.fpgrowth Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.cleansing Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.cluster Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.cluster.kmeans Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.decisiontree.learner Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.decisiontree.predictor Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.knn Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.naivebayes.learner Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.naivebayes.predictor Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.r Class Description DataDistribution DataDistribution is the component ofRecordMetadata
that describes how the data is distributed.RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.regression Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.stats Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.text Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.util Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.analytics.viz Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.hbase Class Description PartitioningFunction Represents a pluggable partitioning function; for use by operators that require custom partitioningPartitioningFunction.Evaluator Computes partition assignments for each row if inputPartitioningFunctionContext Contextual information forPartitioningFunction
's.RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.matching Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.matching.block Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.matching.cluster Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.matching.tune Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.assertion Class Description DataDistribution DataDistribution is the component ofRecordMetadata
that describes how the data is distributed.DataOrdering DataOrdering is the component ofRecordMetadata
that describes how the data is ordered.RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.group Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.io Class Description DataDistribution DataDistribution is the component ofRecordMetadata
that describes how the data is distributed.DataOrdering DataOrdering is the component ofRecordMetadata
that describes how the data is ordered.RecordMetadata The metadata associated with record ports.RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.io.jdbc Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.io.textfile Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.io.vectorwise Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.io.vectorwise.dl Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.join Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.partition Class Description DataDistribution DataDistribution is the component ofRecordMetadata
that describes how the data is distributed.DataOrdering DataOrdering is the component ofRecordMetadata
that describes how the data is ordered. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.record Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.scripting Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.select Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.sink Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.sort Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.source Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.string Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.operators.testutils Class Description RecordPort Defines a logical record port. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.ports.record Class Description AliasSet An alias set consists of a set of name aliases and optionally a token order.BalancedDistribution Used to redistribute the data in a roughly balanced fashion.DataDistribution DataDistribution is the component ofRecordMetadata
that describes how the data is distributed.DataOrdering DataOrdering is the component ofRecordMetadata
that describes how the data is ordered.DatasetOptions Can be used to provide tuning parameters that control how iterative operators stage their data.FullDataDistribution An operator may set this as theirrequiredDataDistribution
in order to indicate that the data needs to be sent to all nodes in the cluster (or all threads in the case of pseudo-distributed operation).HashPartitioningFunction A default hash partitioning functionKeyDrivenDataDistribution DataDistribution based on a set of keys from the input data.PartialDataDistribution Base class for all distributions that represent a partitioning of the data.PartialDynamicDataDistribution Base class for all distributions whose partitioning parameters are based on the data.PartialStaticDataDistribution Base class for all distributions whose partitioning parameters are specified statically.PartitioningFunction Represents a pluggable partitioning function; for use by operators that require custom partitioningPartitioningFunction.Evaluator Computes partition assignments for each row if inputPartitioningFunctionContext Contextual information forPartitioningFunction
's.RangePartitioningFunction A partitioning function that partitions records of data based on specified ranges.RecordMetadata The metadata associated with record ports.RecordMetadataTest RecordMetadataTest.Expectation RecordMetadataTest.GenericInputDefinition RecordMetadataTest.InputDefinition RecordMetadataTest.OutputExpectation RecordMetadataTest.RecordInputDefinition RecordMetadataTest.RequiredExpectation RecordPort Defines a logical record port.RecordPortOptions Provides a way for iterative operators to select a filtered view of one of their input ports.UnspecifiedPartialDistribution The default data distribution; if unspecified an operator will receive data in the same distribution as the upstream operator. -
Classes in com.pervasive.datarush.ports.record used by com.pervasive.datarush.script.operators.group Class Description RecordPort Defines a logical record port.