Uses of Interface
com.pervasive.datarush.operators.ExecutionContext
-
Packages that use ExecutionContext Package Description com.pervasive.datarush.analytics.arm Provides common classes for Association Rule Mining (ARM).com.pervasive.datarush.analytics.decisiontree.pruner Provides the decision tree pruner operator and associated classes.com.pervasive.datarush.analytics.pmml Provides shared and base classes for PMML model representation of Analytics algorithms.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.svm.learner Provides an implementation of an SVM learner.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.matching.block Provides operators for generating possible candidate pairs.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.graph 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.join Provides operators for joining together two data sets into a single one.com.pervasive.datarush.operators.model Provides operators for handling models.com.pervasive.datarush.operators.record Provides operators for manipulating record structure.com.pervasive.datarush.operators.scripting Provides theRunScriptoperator 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 theLogRowsoperator for writing debugging information about a flow to the logging API.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.ports.model Provides implementations of port objects dealing with the flow of single objects between operators.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 -
-
Uses of ExecutionContext in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm with parameters of type ExecutionContext Modifier and Type Method Description protected voidConvertARMModel. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.analytics.decisiontree.pruner
Methods in com.pervasive.datarush.analytics.decisiontree.pruner with parameters of type ExecutionContext Modifier and Type Method Description protected 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 Modifier and Type Method Description protected voidWritePMML. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with parameters of type ExecutionContext Modifier and Type Method Description protected 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 Modifier and Type Method Description protected voidRank. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.analytics.svm.learner
Methods in com.pervasive.datarush.analytics.svm.learner with parameters of type ExecutionContext Modifier and Type Method Description protected voidSVMLearner. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text with parameters of type ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected RecordInputSortedGroupHandler. current(ExecutionContext ctx)Returns the current copy of the input portprotected voidSortedGroupHandler. execute(ExecutionContext ctx)Final execute method, subclasses should override the various abstract methods of this class to receive events.protected 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 Modifier and Type Method Description protected voidWriteSink. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc with parameters of type ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Constructor Description AbstractWriteHelper(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 Modifier and Type Method Description protected voidParseTextFields. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join with parameters of type ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected voidGetModel. execute(ExecutionContext ctx)protected voidPutModel. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.record
Methods in com.pervasive.datarush.operators.record with parameters of type ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected 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 Modifier and Type Method Description protected voidFilterRows. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.operators.sink
Methods in com.pervasive.datarush.operators.sink with parameters of type ExecutionContext Modifier and Type Method Description protected 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 ExecutionContext Modifier and Type Method Description protected 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 Modifier and Type Method Description protected voidSplitField. execute(ExecutionContext ctx) -
Uses of ExecutionContext in com.pervasive.datarush.ports.model
Methods in com.pervasive.datarush.ports.model with parameters of type ExecutionContext Modifier and Type Method Description TAbstractModelPort. getModel(ExecutionContext ctx)Reads the model from this model input port.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 ExecutionContext Modifier and Type Method Description protected voidExternalRecordSink. execute(ExecutionContext ctx)protected voidExternalRecordSource. execute(ExecutionContext ctx)RecordInputRecordPort. getInput(ExecutionContext ctx)Returns the physical input port associated with this logical input port.RecordInputRecordPort. getInput(ExecutionContext ctx, int copyNumber)Returns the physical input port associated with the specified copy number of this logical input port.RecordOutputRecordPort. 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 Modifier and Type Method Description protected voidProcessByGroup. execute(ExecutionContext ctx)
-