Uses of Interface
com.pervasive.datarush.operators.ExecutionContext
Packages that use ExecutionContext
Package
Description
Provides common classes for Association Rule Mining (ARM).
Provides the decision tree pruner 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 various statistics, Data Summarizer, and Data Quality Analyzer.
Provides an implementation of an SVM learner.
Provides various unstructured text processing operators.
Provides some (internal) utility classes for Analytics.
Provides operators for generating possible candidate pairs.
Provides classes and interfaces for developing dataflow operators.
Provides operators for making assertions on flows and files.
Provides data aggregation components.
Provides base file I/O components including encoders and decoders.
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides operators for reading and writing text data.
Provides operators for joining together two data sets into a single one.
Provides operators for handling models.
Provides operators for manipulating record structure.
Provides the
RunScript
operator for running user-defined scripts on the rows of an input record flow.Provides operators for selecting a subset of the data set.
Provides the
LogRows operator
for writing debugging information about a flow to the logging API.Provides operators for generating data tokens in various ways.
Provides operators for operating on string values in records.
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 ExecutionContext in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm with parameters of type ExecutionContext -
Uses of ExecutionContext in com.pervasive.datarush.analytics.decisiontree.pruner
Methods in com.pervasive.datarush.analytics.decisiontree.pruner with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidDecisionTreePruner.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml with parameters of type ExecutionContext -
Uses of ExecutionContext in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidSumOfSquares.execute(ExecutionContext ctx) Compute the inner product for each distributed dataflow. -
Uses of ExecutionContext in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats with parameters of type ExecutionContext -
Uses of ExecutionContext in com.pervasive.datarush.analytics.svm.learner
Methods in com.pervasive.datarush.analytics.svm.learner with parameters of type ExecutionContext -
Uses of ExecutionContext in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidCalculateNGramFrequency.execute(ExecutionContext ctx) protected voidCalculateWordFrequency.execute(ExecutionContext ctx) protected voidConvertTextCase.execute(ExecutionContext ctx) protected voidCountTokens.execute(ExecutionContext ctx) protected voidDictionaryFilter.execute(ExecutionContext ctx) protected voidExpandTextFrequency.execute(ExecutionContext ctx) protected voidExpandTextTokens.execute(ExecutionContext ctx) protected voidFilterText.execute(ExecutionContext ctx) protected voidGenerateBagOfWords.execute(ExecutionContext ctx) protected voidTextFrequencyFilter.execute(ExecutionContext ctx) protected voidTextStemmer.execute(ExecutionContext ctx) protected voidTextTokenizer.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.analytics.util
Methods in com.pervasive.datarush.analytics.util with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected final voidAbstractPredictor.execute(ExecutionContext ctx) InvokesAbstractPredictor.execute(PMMLModel, RecordValued, ScalarSettable[])and performs anoutput.pushEndOfData() -
Uses of ExecutionContext in com.pervasive.datarush.matching.block
Methods in com.pervasive.datarush.matching.block with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidGroupPairsSortedRows.execute(ExecutionContext ctx) protected voidLargeGroupDetector.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected abstract voidExecutableOperator.execute(ExecutionContext ctx) Executes the operator.voidOperatorProxies.ExecutableOperatorProxy.execute(ExecutionContext ctx) Public only as a matter of implementation; not intended for external use -
Uses of ExecutionContext in com.pervasive.datarush.operators.assertion
Methods in com.pervasive.datarush.operators.assertion with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidAssertEqual.execute(ExecutionContext context) protected voidAssertMetadata.execute(ExecutionContext ctx) protected voidAssertPredicate.execute(ExecutionContext context) protected voidAssertSorted.execute(ExecutionContext context) -
Uses of ExecutionContext in com.pervasive.datarush.operators.graph
Methods in com.pervasive.datarush.operators.graph with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidMockableExternalRecordSink.execute(ExecutionContext ctx) protected voidMockableExternalRecordSource.execute(ExecutionContext ctx) protected voidSubJobExecutor.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.group
Methods in com.pervasive.datarush.operators.group with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected final RecordInputSortedGroupHandler.current(ExecutionContext ctx) Returns the current copy of the input portprotected final voidSortedGroupHandler.execute(ExecutionContext ctx) Final execute method, subclasses should override the various abstract methods of this class to receive events.protected final RecordInputSortedGroupHandler.lookahead(ExecutionContext ctx) Returns the lookahead copy of the input port -
Uses of ExecutionContext in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io with parameters of type ExecutionContext -
Uses of ExecutionContext in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected abstract AbstractWriteToJDBC.AbstractWriteHelperAbstractWriteToJDBC.AbstractWriteToJDBCWorker.createWriteHelper(JDBCConnector connector, RecordPort input, RecordPort output, ExecutionContext ctx, String onEveryRecordStatement, AbstractWriteToJDBC.SqlWriteProperties sqlWriteProperties) voidAbstractWriteToJDBC.AbstractWriteToJDBCWorker.execute(ExecutionContext ctx) voidFinalizeSQLWorker.execute(ExecutionContext ctx) voidInitializeSQLWorker.execute(ExecutionContext ctx) Constructors in com.pervasive.datarush.operators.io.jdbc with parameters of type ExecutionContextModifierConstructorDescriptionAbstractWriteHelper(JDBCConnector connector, RecordPort input, ExecutionContext ctx, String onEveryRecordStatement, AbstractWriteToJDBC.SqlWriteProperties properties) -
Uses of ExecutionContext in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile with parameters of type ExecutionContext -
Uses of ExecutionContext in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidCrossJoin.execute(ExecutionContext ctx) The controller handles chunking the LHS data into reasonable chunks that can be loaded into memory.protected voidFilterExistJoinProcess.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.model
Methods in com.pervasive.datarush.operators.model with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected final voidGetModel.execute(ExecutionContext ctx) protected final voidPutModel.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.record
Methods in com.pervasive.datarush.operators.record with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidColumnsToRows.execute(ExecutionContext ctx) protected voidDeriveFields.execute(ExecutionContext ctx) protected voidFilterFields.execute(ExecutionContext ctx) protected voidMergeFields.execute(ExecutionContext ctx) protected voidRemapFields.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.scripting
Methods in com.pervasive.datarush.operators.scripting with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidRunJavaScript.execute(ExecutionContext ctx) protected voidRunScript.execute(ExecutionContext context) -
Uses of ExecutionContext in com.pervasive.datarush.operators.select
Methods in com.pervasive.datarush.operators.select with parameters of type ExecutionContext -
Uses of ExecutionContext in com.pervasive.datarush.operators.sink
Methods in com.pervasive.datarush.operators.sink with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidCollectRecords.execute(ExecutionContext ctx) protected voidLogRows.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.source
Methods in com.pervasive.datarush.operators.source with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidEmitRecords.execute(ExecutionContext ctx) protected voidGenerateArithmeticSequence.execute(ExecutionContext ctx) protected voidGenerateConstant.execute(ExecutionContext ctx) protected voidGenerateRandom.execute(ExecutionContext ctx) protected voidGenerateRepeatingCycle.execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.string
Methods in com.pervasive.datarush.operators.string with parameters of type ExecutionContext -
Uses of ExecutionContext in com.pervasive.datarush.ports.model
Methods in com.pervasive.datarush.ports.model with parameters of type ExecutionContextModifier and TypeMethodDescriptionfinal TAbstractModelPort.getModel(ExecutionContext ctx) Reads the model from this model input port.final voidAbstractModelPort.setModel(ExecutionContext ctx, T model) Outputs the model on this model output port.voidDoneSignalPort.signalDone(ExecutionContext ctx) Signals downstream operators that we are donevoidDoneSignalPort.waitDone(ExecutionContext ctx) Waits until upstream operator has sent the done signal -
Uses of ExecutionContext in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record with parameters of type ExecutionContextModifier and TypeMethodDescriptionprotected voidExternalRecordSink.execute(ExecutionContext ctx) protected voidExternalRecordSource.execute(ExecutionContext ctx) RecordPort.getInput(ExecutionContext ctx) Returns the physical input port associated with this logical input port.RecordPort.getInput(ExecutionContext ctx, int copyNumber) Returns the physical input port associated with the specified copy number of this logical input port.RecordPort.getOutput(ExecutionContext ctx) Returns the physical output port associated with this logical output port. -
Uses of ExecutionContext in com.pervasive.datarush.script.operators.group
Methods in com.pervasive.datarush.script.operators.group with parameters of type ExecutionContext