- a - Variable in class com.pervasive.datarush.datastruct.Pair
-
- a - Variable in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase.Pair
-
- abort() - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstance
-
Cancels any executing processes.
- abs(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the absolute value of the given field.
- abs(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the absolute value of the given expression.
- AbsoluteErrorBound - Class in com.pervasive.datarush.operators.assertion
-
Checks equivalence based on the absolute error between two floating point
numbers.
- AbsoluteErrorBound(double) - Constructor for class com.pervasive.datarush.operators.assertion.AbsoluteErrorBound
-
Define a fixed bound on the absolute error of two floating point
numbers.
- absolutePosition - Variable in class com.pervasive.datarush.io.BinaryReader
-
The total number of bytes read
- ABSTRACT_ENUM - Static variable in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
- AbstractContinuousStatistics<T extends Number & Comparable<? super T>> - Class in com.pervasive.datarush.analytics.stats
-
- AbstractContinuousStatistics() - Constructor for class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
- AbstractContinuousStatistics.IntervalCounts<T extends Number & Comparable<? super T>> - Class in com.pervasive.datarush.analytics.stats
-
- AbstractDataRushTestCase - Class in com.pervasive.datarush.test
-
Base class for DataRush operator and application unit tests.
- AbstractDataRushTestCase() - Constructor for class com.pervasive.datarush.test.AbstractDataRushTestCase
-
- AbstractDeferredRecordOperator - Class in com.pervasive.datarush.operators
-
- AbstractDeferredRecordOperator() - Constructor for class com.pervasive.datarush.operators.AbstractDeferredRecordOperator
-
Default constructor
- AbstractExecutableRecordPipeline - Class in com.pervasive.datarush.operators
-
A base class for simple record-to-record operators, providing
common functions.
- AbstractExecutableRecordPipeline() - Constructor for class com.pervasive.datarush.operators.AbstractExecutableRecordPipeline
-
Default constructor
- AbstractIntervalTimerSupplier - Class in com.pervasive.datarush.monitoring
-
- AbstractIntervalTimerSupplier() - Constructor for class com.pervasive.datarush.monitoring.AbstractIntervalTimerSupplier
-
- AbstractLogicalOperator - Class in com.pervasive.datarush.operators
-
Base class for all LogicalOperators.
- AbstractModelPort<T> - Class in com.pervasive.datarush.ports.model
-
Common base class for all types of model ports.
- AbstractModelPort(LogicalOperator, String, LogicalPort.Direction, boolean, ModelStorageHandler<T>) - Constructor for class com.pervasive.datarush.ports.model.AbstractModelPort
-
Subclasses must invoke this constructor
- AbstractModelPortFactory<T,P extends AbstractModelPort<T>> - Class in com.pervasive.datarush.ports.model
-
Base class for model port factories.
- AbstractModelPortFactory() - Constructor for class com.pervasive.datarush.ports.model.AbstractModelPortFactory
-
Default constructor.
- AbstractModelPortMetadata - Class in com.pervasive.datarush.ports.model
-
Base class for model metadata.
- AbstractModelPortMetadata(ModelStorageHandler<?>, ModelMergeHandler<?>) - Constructor for class com.pervasive.datarush.ports.model.AbstractModelPortMetadata
-
Creates a model port metadata
- AbstractNumericInfo<T extends Number & Comparable<? super T>> - Class in com.pervasive.datarush.analytics.stats
-
- AbstractNumericInfo() - Constructor for class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- AbstractObjectEncoderFactory - Class in com.pervasive.datarush.encoding.binary
-
- AbstractObjectEncoderFactory() - Constructor for class com.pervasive.datarush.encoding.binary.AbstractObjectEncoderFactory
-
- AbstractPMMLRegressionModel - Class in com.pervasive.datarush.analytics.regression
-
A representation of features found in PMML regressionModel elements that do not
depend on its attributes.
- AbstractPMMLRegressionModel(PMMLModelSpec) - Constructor for class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel
-
- AbstractPMMLRegressionModel() - Constructor for class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel
-
- AbstractPMMLRegressionModel.CategoricalPredictor - Class in com.pervasive.datarush.analytics.regression
-
- AbstractPMMLRegressionModel.ModelType - Enum in com.pervasive.datarush.analytics.regression
-
The possible values of the ModelType attribute of a PMML regressionModel.
- AbstractPMMLRegressionModel.NormalizationMethod - Enum in com.pervasive.datarush.analytics.regression
-
The normalization methods used.
- AbstractPMMLRegressionModel.NumericPredictor - Class in com.pervasive.datarush.analytics.regression
-
Capture information about numeric predictor values.
- AbstractPMMLRegressionModel.RegressionTable - Class in com.pervasive.datarush.analytics.regression
-
- AbstractPredictor - Class in com.pervasive.datarush.analytics.util
-
Common base class for "predictor" processes.
- AbstractPredictor() - Constructor for class com.pervasive.datarush.analytics.util.AbstractPredictor
-
- AbstractReader - Class in com.pervasive.datarush.operators.io
-
A generic reader of byte data representing a stream of records.
- AbstractReader() - Constructor for class com.pervasive.datarush.operators.io.AbstractReader
-
Reads an empty source with default settings.
- AbstractReader(String) - Constructor for class com.pervasive.datarush.operators.io.AbstractReader
-
Reads all paths matching the specified pattern
using default options.
- AbstractReader(Path) - Constructor for class com.pervasive.datarush.operators.io.AbstractReader
-
Reads the file specified by the path.
- AbstractReader(ByteSource) - Constructor for class com.pervasive.datarush.operators.io.AbstractReader
-
Reads the specified data source using default
options.
- AbstractRecordCompositeOperator - Class in com.pervasive.datarush.operators
-
- AbstractRecordCompositeOperator() - Constructor for class com.pervasive.datarush.operators.AbstractRecordCompositeOperator
-
Default constructor
- AbstractRecordFormatter - Class in com.pervasive.datarush.operators.io
-
Skeleton implementation of a formatter for writing records to a sink.
- AbstractRecordFormatter() - Constructor for class com.pervasive.datarush.operators.io.AbstractRecordFormatter
-
- AbstractRecordValued<F extends ScalarValued> - Class in com.pervasive.datarush.tokens.record
-
For internal use only.
- AbstractRecordValued(F[], ModificationCountProvider) - Constructor for class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
Constructs a value using the given elements as the
field elements.
- AbstractRecordValued(RecordTokenType, F[], ModificationCountProvider) - Constructor for class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
Constructs a value using the given elements as the
field elements, using the specified type.
- AbstractRecordValued(RecordTokenType, F[], boolean, ModificationCountProvider) - Constructor for class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
Constructs a value using the given elements as the
field elements, using the specified type.
- AbstractRegexLogFormat - Class in com.pervasive.datarush.operators.io.textfile
-
Skeleton implementation of a regular expression based LogFormat class.
- AbstractRegexLogFormat() - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat
-
- AbstractRegexLogFormat.RegexParser - Class in com.pervasive.datarush.operators.io.textfile
-
- AbstractRelationalJoin - Class in com.pervasive.datarush.operators.join
-
Common base class for the various types of join that we support.
- AbstractRelationalJoin() - Constructor for class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
- AbstractScalarEncoder - Class in com.pervasive.datarush.encoding.binary
-
Base class for scalar encoders.
- AbstractScalarEncoder() - Constructor for class com.pervasive.datarush.encoding.binary.AbstractScalarEncoder
-
Initializes a new encoder.
- AbstractScalarTokenSequence - Class in com.pervasive.datarush.sequences.scalar
-
- AbstractScalarTokenSequence(boolean[], int, int) - Constructor for class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
Create a ScalarTokenSequence backed with the specified data.
- AbstractTextFilter - Class in com.pervasive.datarush.analytics.text.filter
-
- AbstractTextFilter() - Constructor for class com.pervasive.datarush.analytics.text.filter.AbstractTextFilter
-
- AbstractTextReader - Class in com.pervasive.datarush.operators.io.textfile
-
A generic reader of text data representing a stream of records.
- AbstractTextReader() - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Reads an empty source with default settings.
- AbstractTextReader(String) - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Reads all paths matching the specified pattern
using default options.
- AbstractTextReader(Path) - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Reads the file specified by the path using default options.
- AbstractTextReader(ByteSource) - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Reads the specified data source using default
options.
- AbstractTextWriter - Class in com.pervasive.datarush.operators.io.textfile
-
A generic writer of text data representing a stream of records.
- AbstractTextWriter() - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Writes text to an empty target with default settings.
- AbstractTextWriter(boolean) - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Writes text to an empty target with default settings,
optionally providing a port for signaling
completion of the write.
- AbstractTextWriter(String, WriteMode) - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Writes text to the specified path in the given mode,
using default settings.
- AbstractTextWriter(Path, WriteMode) - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Writes text to the specified path in the given mode,
using default settings.
- AbstractTextWriter(ByteSink, WriteMode) - Constructor for class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Writes text to the specified target sink in the
given mode.
- AbstractTokenDecoder - Class in com.pervasive.datarush.encoding.binary
-
Base class for TokenEncoders
- AbstractTokenDecoder() - Constructor for class com.pervasive.datarush.encoding.binary.AbstractTokenDecoder
-
Initializes a new decoder.
- AbstractTokenEncoder - Class in com.pervasive.datarush.encoding.binary
-
Base class for TokenEncoders.
- AbstractTokenEncoder() - Constructor for class com.pervasive.datarush.encoding.binary.AbstractTokenEncoder
-
Initializes a new encoder.
- AbstractWriteHelper(JDBCConnector, RecordPort, ExecutionContext, String, AbstractWriteToJDBC.SqlWriteProperties) - Constructor for class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteHelper
-
- AbstractWriter - Class in com.pervasive.datarush.operators.io
-
A generic writer of byte data representing a stream of records.
- AbstractWriter() - Constructor for class com.pervasive.datarush.operators.io.AbstractWriter
-
Writes an empty target with default settings.
- AbstractWriter(boolean) - Constructor for class com.pervasive.datarush.operators.io.AbstractWriter
-
Writes an empty target with default settings,
optionally providing a port for signaling
completion of the write.
- AbstractWriter(String, WriteMode) - Constructor for class com.pervasive.datarush.operators.io.AbstractWriter
-
Writes to the specified path in the given mode.
- AbstractWriter(Path, WriteMode) - Constructor for class com.pervasive.datarush.operators.io.AbstractWriter
-
Writes to the specified path in the given mode.
- AbstractWriter(ByteSink, WriteMode) - Constructor for class com.pervasive.datarush.operators.io.AbstractWriter
-
Writes to the specified target sink in the given
mode.
- AbstractWriteToJDBC - Class in com.pervasive.datarush.operators.io.jdbc
-
Abstract implementation of a JDBC writer.
- AbstractWriteToJDBC() - Constructor for class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
- AbstractWriteToJDBC(JDBCOperator) - Constructor for class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
- AbstractWriteToJDBC.AbstractWriteHelper - Class in com.pervasive.datarush.operators.io.jdbc
-
- AbstractWriteToJDBC.AbstractWriteToJDBCWorker - Class in com.pervasive.datarush.operators.io.jdbc
-
- AbstractWriteToJDBC.SqlWriteProperties - Class in com.pervasive.datarush.operators.io.jdbc
-
- AbstractWriteToJDBCWorker(JDBCConnector, String, AbstractWriteToJDBC.SqlWriteProperties) - Constructor for class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- accept(PathDetails, FileSystem) - Method in interface com.pervasive.datarush.io.DirectoryFilter
-
Indicates whether the filter selects the given path.
- ACCEPT_SOURCE - Static variable in class com.pervasive.datarush.operators.ParallelismStrategy
-
Uses the maximum of the input ports' parallelism as this operator's max parallelism.
- accquireCredentials(ModuleConfiguration, ProcessAuthenticationSettings) - Method in class com.pervasive.datarush.authentication.KerberosSubjectProvider
-
- accquireCredentials(ModuleConfiguration, ProcessAuthenticationSettings) - Method in interface com.pervasive.datarush.authentication.ProcessSubjectProvider
-
Creates a subject based on the authentication settings provided.
- accumulate() - Method in interface com.pervasive.datarush.operators.group.Aggregator
-
Adds the current row to the internal counters.
- AccumulatedTimer - Class in com.pervasive.datarush.monitoring
-
- AccumulatedTimer() - Constructor for class com.pervasive.datarush.monitoring.AccumulatedTimer
-
- AccumulatedTimerDefinition - Class in com.pervasive.datarush.monitoring
-
- AccumulatedTimerDefinition(String, String) - Constructor for class com.pervasive.datarush.monitoring.AccumulatedTimerDefinition
-
Defines a timer statistic
- AccumulatedTimerSnapshot - Class in com.pervasive.datarush.monitoring
-
- AccumulatedTimerSnapshot(AccumulatedTimerSupplier) - Constructor for class com.pervasive.datarush.monitoring.AccumulatedTimerSnapshot
-
Create a snapshot of the given timer.
- AccumulatedTimerSnapshot(StatisticState, long) - Constructor for class com.pervasive.datarush.monitoring.AccumulatedTimerSnapshot
-
Create a snapshot with the specified values
- AccumulatedTimerSupplier - Interface in com.pervasive.datarush.monitoring
-
Abstract statistic that represents "wall-clock" time of
some runtime activity.
- acos(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the arc cosine of the given field using radians.
- acos(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the arc cosine of the given expression using radians.
- Actions - Class in com.pervasive.datarush.functions
-
Provides implementations of action functions.
- Actions() - Constructor for class com.pervasive.datarush.functions.Actions
-
- add(String) - Method in class com.pervasive.datarush.analytics.util.DynamicEnum.Builder
-
- add(ResourceAllocation) - Method in class com.pervasive.datarush.cal.ResourceAllocation
-
- add(String, String) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression adding the values of the two specified fields.
- add(String, double) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression adding a constant to the value of the specified field.
- add(double, String) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression adding a constant to the value of the specified field.
- add(String, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression adding a the value of the specified field and
subexpression.
- add(ScalarValuedFunction, String) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression adding a the value of the specified field and
subexpression.
- add(double, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression adding a constant to the value of the specified
subexpression.
- add(ScalarValuedFunction, double) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression adding a constant to the value of the specified
subexpression.
- add(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression adding the values of the two specified subexpressions.
- add(String, Throwable) - Method in exception com.pervasive.datarush.graphs.DROperatorException
-
Add a cause exception from the specified instance.
- add(T) - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Add an entry to the namespace.
- add(String, T) - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Adds an entry to the name space, associated with the given name.
- add(O) - Method in interface com.pervasive.datarush.operators.OperatorComposable
-
Add a LogicalOperator to this graph, using the short class name as the name
of the operator.
- add(O, String) - Method in interface com.pervasive.datarush.operators.OperatorComposable
-
Add a LogicalOperator to this graph, specifying a name of the operator.
- add(O, OperatorSettings) - Method in interface com.pervasive.datarush.operators.OperatorComposable
-
Add a LogicalOperator to this graph, specifying advanced operator settings.
- addAll(Namespace<T>) - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Add all entries from a namespace into this namespace.
- addAssociationRule(AssociationRule) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Add an association rule to the model.
- addBatch() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteHelper
-
- addCategoricalPredictor(AbstractPMMLRegressionModel.CategoricalPredictor) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Add a term to the model in the form of a CategoricalPredictor element.
- addCategoricalPredictor(String, AbstractPMMLRegressionModel.CategoricalPredictor) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionClassificationModel
-
Adds a categorical predictor to the sub-model that predicts membership in a given category.
- addCategoricalPredictor(AbstractPMMLRegressionModel.CategoricalPredictor) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Adds a categorical predictor to the PMML model.
- addCategory(String) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionClassificationModel
-
Extend the classifier to predict membership in another class.
- addChildArrayElement(Element, double[]) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLArrays
-
Adds a child Array
element to the given element.
- addChildArrayElement(Element, BigDecimal[]) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLArrays
-
Adds a child Array
element to the given element.
- addChildArrayElement(Element, int[]) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLArrays
-
Adds a child Array
element to the given element.
- addChildArrayElement(Element, long[]) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLArrays
-
Adds a child Array
element to the given element.
- addChildArrayElement(Element, Object[], PMMLArrays.ArrayType) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLArrays
-
Adds a child Array
element to the given element.
- addChildElement(Element, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Creates a new child element and adds it to the given element.
- addChildTextElement(Element, String, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Adds a child element consisting of purely text.
- addClassifier(ClassifierType, String[]) - Method in class com.pervasive.datarush.matching.Phase
-
Add a classifier to this phase using the default output field name.
- addClassifier(ClassifierType, String[], String) - Method in class com.pervasive.datarush.matching.Phase
-
Add a classifier to this phase.
- addClassifier(ClassifierType, String[], String, Object) - Method in class com.pervasive.datarush.matching.Phase
-
Add a classifier to this phase.
- addClassifier(ClassifierType, String[], Map<String, Object>) - Method in class com.pervasive.datarush.matching.Phase
-
Add a classifier to this phase.
- addClassifier(ClassifierType, String[], String, String, Object) - Method in class com.pervasive.datarush.matching.Phase
-
Add a classifier to this phase.
- addClassifier(ClassifierType, String[], String, Map<String, Object>) - Method in class com.pervasive.datarush.matching.Phase
-
Add a classifier to this phase.
- addClassifiers(Classifier...) - Method in class com.pervasive.datarush.matching.Phase
-
Add a classifier to this phase.
- addComment(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Add a comment line that will be written to the ARFF meta-data section
of the file.
- addComparison(Comparison) - Method in class com.pervasive.datarush.matching.Phase
-
Add a comparison to this phase.
- addComparison(String, String, ComparisonType, String) - Method in class com.pervasive.datarush.matching.Phase
-
Add a comparison to this phase.
- addComparison(String, String, ComparisonType, String, String, Object) - Method in class com.pervasive.datarush.matching.Phase
-
Add a comparison to this phase.
- addComparison(String, String, ComparisonType, String, Map<String, Object>) - Method in class com.pervasive.datarush.matching.Phase
-
Add a comparison to this phase.
- addCompilationListener(GraphCompilationListener) - Method in interface com.pervasive.datarush.graphs.LogicalGraph
-
Adds a listener to listen for compilation events.
- addExcludes(String...) - Method in class com.pervasive.datarush.util.ColumnSelector
-
Adds columns to exclude.
- addExcludes(Collection<String>) - Method in class com.pervasive.datarush.util.ColumnSelector
-
Adds columns to exclude.
- addExtensionElement(Element, String, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Adds a PMML Extension element to the specified element.
- addFamily(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Add family.
- addField(String, ScalarTokenType) - Method in class com.pervasive.datarush.types.RecordTokenTypeBuilder
-
Adds a field with the specified name and type to this
collection.
- addField(String, Field) - Method in class com.pervasive.datarush.types.RecordTokenTypeBuilder
-
Adds a new field with the same type, domain, and properties
as the original field but with a new name
- addField(String, ScalarTokenType, FieldDomain) - Method in class com.pervasive.datarush.types.RecordTokenTypeBuilder
-
Adds a field with the specified name and type to this
collection.
- addField(String, ScalarTokenType, Map<String, String>, FieldDomain, boolean) - Method in class com.pervasive.datarush.types.RecordTokenTypeBuilder
-
Adds a field with the specified name and type to this
collection.
- addField(Field) - Method in class com.pervasive.datarush.types.RecordTokenTypeBuilder
-
Adds the specified field to this collection.
- addFieldStats(UnivariateStats) - Method in class com.pervasive.datarush.analytics.stats.PMMLSummaryStatisticsModel
-
- addIncludes(String...) - Method in class com.pervasive.datarush.util.ColumnSelector
-
Adds columns to include.
- addIncludes(Collection<String>) - Method in class com.pervasive.datarush.util.ColumnSelector
-
Adds columns to include.
- addItem(Item) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Add an item to the model.
- addItemSet(ItemSet) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Add an item set to the model.
- addItemSet(ItemSet) - Method in class com.pervasive.datarush.analytics.arm.RulesGenerator
-
Add an item set to the model used by the rules generator.
- addListener(OutputEventListener) - Method in interface com.pervasive.datarush.ports.PhysicalOutputPort
-
Registers a listener for output events.
- addListener(WebApplicationServerListener) - Method in interface com.pervasive.datarush.webapp.WebApplicationServer
-
Adds a listener to various events
- addListMap(Map<K, List<V>>, K, V) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Adds an element to a map of lists.
- addNumericPredictor(AbstractPMMLRegressionModel.NumericPredictor) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Add a term to the model in the form of a NumericPredictor element.
- addNumericPredictor(String, AbstractPMMLRegressionModel.NumericPredictor) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionClassificationModel
-
Adds a numeric predictor to the sub-model that predicts membership in a given category.
- addNumericPredictor(AbstractPMMLRegressionModel.NumericPredictor) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Add a numeric predictor to the PMML model.
- addOperand(ScalarValuedFunction, ScalarTokenType) - Method in exception com.pervasive.datarush.functions.InvalidOperandTypeException
-
Adds an additional subexpression and its type to the error.
- addProperty(String, Object) - Method in class com.pervasive.datarush.matching.Index
-
Sets an individual index property.
- addRegex(String) - Method in class com.pervasive.datarush.analytics.text.RegexWordBreakIterator
-
- addRegex(RegexWordBreakIterator.WordPattern) - Method in class com.pervasive.datarush.analytics.text.RegexWordBreakIterator
-
- addSourceInfoFields(RecordTokenType) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Constructs the output type used when tagging with source information fields.
- addSparseChildArrayElement(Element, DoubleTokenSequence) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLArrays
-
Adds a child REAL-SparseArray
element to the given element.
- addSparseChildArrayElement(Element, NumericTokenSequence) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLArrays
-
Adds a child REAL-SparseArray
element to the given element.
- addSparseChildArrayElement(Element, IntTokenSequence) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLArrays
-
Adds a child INT-SparseArray
element to the given element.
- addTime(String, String, DateTime.Granularity) - Static method in class com.pervasive.datarush.functions.DateTime
-
Adds a time period to the specified date/time value.
- addTime(String, String, DateTime.Granularity, TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Adds a time period to the specified date/time value.
- addTime(ScalarValuedFunction, ScalarValuedFunction, DateTime.Granularity) - Static method in class com.pervasive.datarush.functions.DateTime
-
Adds a time period to the specified date/time value.
- addTime(ScalarValuedFunction, ScalarValuedFunction, DateTime.Granularity, TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Adds a time period to the specified date/time value.
- addTotalStat(String, Long) - Method in class com.pervasive.datarush.analytics.stats.PMMLSummaryStatisticsModel
-
- addValue(ClassificationScheme.Distance, double) - Method in interface com.pervasive.datarush.analytics.knn.ClassificationScheme.Classifier
-
Specifies a new neighbor value and the distance
to that neighbor.
- addWordPattern(String) - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Add a pattern that should be recognized as a single word.
- advancePosition(int) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- aggregate() - Method in class com.pervasive.datarush.cal.monitoring.JobStatistics
-
- aggregate(List<LogicalStatistic>) - Static method in class com.pervasive.datarush.graphs.LogicalStatistics
-
Performs aggregation across logical statistic by the standard
aggregation defined for each
StatisticDefinition
.
- aggregate(LogicalGraphInstanceView) - Static method in class com.pervasive.datarush.graphs.LogicalStatistics
-
Performs aggregation across all statistics within a graph
- aggregate(List<? extends StatisticSupplier>) - Method in class com.pervasive.datarush.monitoring.AccumulatedTimerDefinition
-
- aggregate(List<? extends StatisticSupplier>) - Method in class com.pervasive.datarush.monitoring.CounterDefinition
-
- aggregate(List<? extends StatisticSupplier>) - Method in class com.pervasive.datarush.monitoring.GaugeDefinition
-
- aggregate(List<? extends StatisticSupplier>) - Method in class com.pervasive.datarush.monitoring.IntervalTimerDefinition
-
- aggregate(List<? extends StatisticSupplier>) - Method in class com.pervasive.datarush.monitoring.StatisticDefinition
-
Performs aggregation across statistics.
- aggregate(List<RuntimeStatistic<?>>) - Static method in class com.pervasive.datarush.monitoring.StatisticSuppliers
-
Performs aggregation across statistic details by the standard
aggregation defined for each
StatisticDefinition
.
- aggregateMinOfSumsOfCounts(List<LogicalStatistic>) - Static method in class com.pervasive.datarush.graphs.LogicalStatistics
-
Performs aggregation across the given list of statistics for
the special case monitoring counter progress for a composite
port.
- Aggregation - Class in com.pervasive.datarush.operators.group
-
A representation of an aggregation on a specific field in a record.
- Aggregation(AggregatorFactory, String) - Constructor for class com.pervasive.datarush.operators.group.Aggregation
-
Constructs an Aggregation
for a specified record field using specified arguments.
- Aggregation(AggregatorFactory, ScalarValuedFunction) - Constructor for class com.pervasive.datarush.operators.group.Aggregation
-
Constructs an Aggregation
for a specified record field using specified arguments.
- Aggregation(AggregatorFactory, List<ScalarValuedFunction>) - Constructor for class com.pervasive.datarush.operators.group.Aggregation
-
Constructs an Aggregation
for a specified record field using specified arguments.
- AggregationFunction - Interface in com.pervasive.datarush.analytics.cluster
-
Interface for aggregation functions computing
distance/similarity of two vectors according to
the PMML specification.
- AggregationFunctionConstants - Enum in com.pervasive.datarush.analytics.cluster
-
This enumeration contains implementations of
AggregationFunction
s
that correspond to the aggregation functions for clustering models in
the PMML specification.
- AggregationFunctionEvaluator - Interface in com.pervasive.datarush.analytics.cluster
-
- AggregationFunctionEvaluatorFactory - Interface in com.pervasive.datarush.analytics.cluster
-
- AggregationProvider - Interface in com.pervasive.datarush.aggregations
-
- AggregationRegistry - Class in com.pervasive.datarush.aggregations
-
Stores a list of aggregations registered by the AggregationProvider, and
provides a method for calling those aggregations.
- aggregator() - Method in class com.pervasive.datarush.monitoring.CounterDefinition
-
Returns the aggregator to use for counter aggregation.
- aggregator(CounterAggregator) - Method in class com.pervasive.datarush.monitoring.CounterDefinition
-
Sets the aggregator to use for aggregation
- aggregator() - Method in class com.pervasive.datarush.monitoring.GaugeDefinition
-
Returns the aggregator to use for aggregating the gauge.
- aggregator(GaugeAggregator) - Method in class com.pervasive.datarush.monitoring.GaugeDefinition
-
Sets the aggregator to use for aggregating the gauge.
- Aggregator - Interface in com.pervasive.datarush.operators.group
-
Interface to be implemented by implementations of aggregations; consumers of the API
should generally not need to implement this interface.
- AggregatorFactory - Interface in com.pervasive.datarush.operators.group
-
Class responsible for creating aggregators.
- algorithmName(String) - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel.Builder
-
Returns a builder that builds
PMMLClusteringModel
instances with the provided algorithm name and other parameters
set to the previously provided values.
- AliasSet - Class in com.pervasive.datarush.ports.record
-
An alias set consists of a set of name aliases and optionally a token order.
- allCombinations(List<?>...) - Static method in class com.pervasive.datarush.testutils.ParameterGenerator
-
- allCombinations(List<Object[]>, List<?>) - Static method in class com.pervasive.datarush.testutils.ParameterGenerator
-
- allGroups() - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- allGroups() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- allocateBucket() - Method in class com.pervasive.datarush.cal.StoragePlanner
-
Allocates a bucket of storage.
- allocateDecoder(TokenType, TokenOrder...) - Method in class com.pervasive.datarush.encoding.binary.TokenEncodings
-
Creates a default decoder appropriate for the given type.
- allocateEncoder(TokenType, TokenOrder...) - Method in class com.pervasive.datarush.encoding.binary.TokenEncodings
-
Creates a default encoder appropriate for the given type.
- allocateList(TokenType, int) - Static method in class com.pervasive.datarush.sequences.TokenSequences
-
- allocateList(ScalarTokenType, int) - Static method in class com.pervasive.datarush.sequences.TokenSequences
-
- allocateList(TokenType, int, DataRepresentation) - Static method in class com.pervasive.datarush.sequences.TokenSequences
-
- allocateList(ScalarTokenType, int, DataRepresentation) - Static method in class com.pervasive.datarush.sequences.TokenSequences
-
- allocateRecordDecoder(RecordTokenType, ComparableTokenDecoder[], TokenDecoder[]) - Method in class com.pervasive.datarush.encoding.binary.TokenEncodings
-
Creates a record decoder from a list of field decoders for the fields in the
record.
- allocateRecordEncoder(RecordTokenType, ComparableTokenEncoder[], TokenEncoder[]) - Method in class com.pervasive.datarush.encoding.binary.TokenEncodings
-
Creates a record encoder from a list of field encoders for the fields in the
record.
- allocateTemporaryStorage() - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Allocates space for storing a temporary file or files.
- allTypedCombinations(Class<T>, List<? extends T>...) - Static method in class com.pervasive.datarush.testutils.ParameterGenerator
-
- Analysis() - Constructor for class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer.Analysis
-
- AnalyticsFunctionProvider - Class in com.pervasive.datarush.analytics.functions
-
- AnalyticsFunctionProvider() - Constructor for class com.pervasive.datarush.analytics.functions.AnalyticsFunctionProvider
-
- AnalyticsTypeResolutionProvider - Class in com.pervasive.datarush.analytics
-
Type registry of analytics.
- AnalyticsTypeResolutionProvider() - Constructor for class com.pervasive.datarush.analytics.AnalyticsTypeResolutionProvider
-
Public only as a matter of implementation; clients should not reference directly.
- analyze(String, CharsetEncoding) - Method in class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer
-
Analyze the specified ARFF file expecting the described character set encoding.
- analyze(Path, CharsetEncoding) - Method in class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer
-
Analyze the specified ARFF file expecting the described character set encoding.
- analyze(Path, CharsetEncoding, FileClient) - Method in class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer
-
Analyze the specified ARFF file expecting the described character set encoding.
- analyze(Reader) - Method in class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer
-
Analyze the given character stream as ARFF data.
- analyze(String, CharsetEncoding) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer
-
Analyzes the specified file based on current configuration.
- analyze(Path, CharsetEncoding) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer
-
Analyzes the specified file based on current configuration.
- analyze(Path, CharsetEncoding, FileClient) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer
-
Analyzes the specified file based on current configuration.
- analyze(Reader) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer
-
Analyzes the specified text stream based on current configuration.
- analyze(Reader) - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer
-
- analyze(String, CharsetEncoding) - Method in class com.pervasive.datarush.operators.io.textfile.FormatAnalyzer
-
Analyze the specified file expecting the described character set encoding.
- analyze(Path, CharsetEncoding) - Method in class com.pervasive.datarush.operators.io.textfile.FormatAnalyzer
-
Analyze the specified file expecting the described character set encoding.
- analyze(Path, CharsetEncoding, FileClient) - Method in class com.pervasive.datarush.operators.io.textfile.FormatAnalyzer
-
Analyze the specified file expecting the described character set encoding.
- analyze(Reader) - Method in class com.pervasive.datarush.operators.io.textfile.FormatAnalyzer
-
Analyze the given character stream as log data.
- AnalyzeDuplicateKeys - Class in com.pervasive.datarush.matching.tune
-
Provides an analysis of the quality of a set of blocking keys
over data to be deduplicated.
- AnalyzeDuplicateKeys() - Constructor for class com.pervasive.datarush.matching.tune.AnalyzeDuplicateKeys
-
Analyzes the data without blocking keys.
- analyzeFormat(Reader) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat
-
- analyzeFormat(Reader) - Method in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
- analyzeFormat(Reader) - Method in class com.pervasive.datarush.operators.io.textfile.GlassfishLogFormat
-
- analyzeFormat(Reader) - Method in interface com.pervasive.datarush.operators.io.textfile.LogFormat
-
Creates the analysis object based on the provided input.
- AnalyzeLinkKeys - Class in com.pervasive.datarush.matching.tune
-
Provides an analysis of the quality of a set of blocking keys
over two data sets to be linked.
- AnalyzeLinkKeys() - Constructor for class com.pervasive.datarush.matching.tune.AnalyzeLinkKeys
-
Analyzes the data without blocking keys.
- and(ScalarValuedFunction...) - Static method in class com.pervasive.datarush.functions.Predicates
-
Builds a record predicate which is a logical and of the
specified predicates.
- and(List<ScalarValuedFunction>) - Static method in class com.pervasive.datarush.functions.Predicates
-
Builds a record predicate which is a logical and of the
specified predicates.
- annotate(Field, String, String) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Returns a new field object with the same type and name as the original, but
with the given property set to the given value.
- annotate(RecordTokenType, String, String) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Returns a new RecordTokenType with the given annotation applied to all
of its fields.
- AnnotationEncoderFactory - Class in com.pervasive.datarush.encoding.binary
-
An encoder factory that works with annotations placed on class methods that
mark the methods for getting an encoder and decoder for the class.
- AnnotationEncoderFactory() - Constructor for class com.pervasive.datarush.encoding.binary.AnnotationEncoderFactory
-
- append(String) - Method in interface com.pervasive.datarush.graphs.GraphPath
-
Create a new path equivalent to this one with an additional name
appended.
- append(byte) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a byte to the buffer.
- append(byte[]) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a sequence of bytes to the buffer.
- append(byte[], int, int) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a subsequence of bytes to the buffer.
- append(char) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a character value to the buffer.
- append(CharSequence) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a sequence of character values to the buffer.
- append(int) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends an int value to the buffer.
- append(long) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a long value to the buffer.
- append(float) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a float value to the buffer.
- append(double) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a a double value to the buffer.
- append(TokenValued) - Method in class com.pervasive.datarush.operators.io.staging.DatasetBuilder
-
- append(TokenValued, long) - Method in class com.pervasive.datarush.operators.io.staging.DatasetBuilder
-
- append(TokenSequence) - Method in class com.pervasive.datarush.operators.io.staging.DatasetBuilder
-
- append(TokenSequence, int, int) - Method in class com.pervasive.datarush.operators.io.staging.DatasetBuilder
-
- append(TokenValued) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
Appends the specified token value to this sequence.
- append(TokenValued, long) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
Appends the specified token value to this sequence
multiple times.
- append(TokenSequence) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
Appends all tokens in the specified sequence to this
sequence.
- append(TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
Appends a subsequence of tokens in the specified sequence
to this sequence.
- append(TokenValued) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- append(TokenValued, long) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- append(TokenSequence) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- append(TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- append(TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- append(TokenValued, long) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- append(TokenSequence) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- append(TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- append(byte[]) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- append(byte[], int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- append(boolean) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- append(boolean, int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- append(char) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- append(char, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- append(Date) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- append(Date, int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- append(CalendarDate) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- append(CalendarDate, int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- append(double) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- append(double, int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- append(float) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- append(float, int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- append(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- append(int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- append(long) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- append(long, int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- append(byte[]) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBinaryTokenSequence
-
Appends the specified binary value to this sequence.
- append(byte[], int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBinaryTokenSequence
-
Appends the specified binary value to this sequence
multiple times.
- append(boolean) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBooleanTokenSequence
-
Appends the specified boolean to this sequence.
- append(boolean, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBooleanTokenSequence
-
Appends the specified boolean to this sequence
multiple times.
- append(char) - Method in interface com.pervasive.datarush.sequences.scalar.MutableCharTokenSequence
-
Appends the specified character to this sequence.
- append(char, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableCharTokenSequence
-
Appends the specified character to this sequence
multiple times.
- append(Date) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
- append(CalendarDate) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
Appends the specified calendar date to this sequence.
- append(Date, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
- append(CalendarDate, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
Appends the specified calendar date to this sequence.
- append(double) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDoubleTokenSequence
-
Appends the specified double to this sequence.
- append(double, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDoubleTokenSequence
-
Appends the specified double to this sequence
multiple times.
- append(float) - Method in interface com.pervasive.datarush.sequences.scalar.MutableFloatTokenSequence
-
Appends the specified double to this sequence.
- append(float, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableFloatTokenSequence
-
Appends the specified float to this sequence
multiple times.
- append(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableIntTokenSequence
-
Appends the specified integer to this sequence.
- append(int, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableIntTokenSequence
-
Appends the specified integer to this sequence
multiple times.
- append(long) - Method in interface com.pervasive.datarush.sequences.scalar.MutableLongTokenSequence
-
Appends the specified long to this sequence.
- append(long, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableLongTokenSequence
-
Appends the specified long to this sequence
multiple times.
- append(BigDecimal) - Method in interface com.pervasive.datarush.sequences.scalar.MutableNumericTokenSequence
-
Appends the specified BigDecimal to this sequence.
- append(BigDecimal, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableNumericTokenSequence
-
Appends the specified BigDecimal to this sequence
multiple times.
- append(O) - Method in interface com.pervasive.datarush.sequences.scalar.MutableObjectTokenSequence
-
Appends the specified object to this sequence.
- append(O, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableObjectTokenSequence
-
Appends the specified object to this sequence
multiple times.
- append(String) - Method in interface com.pervasive.datarush.sequences.scalar.MutableStringTokenSequence
-
Appends the specified string to this sequence.
- append(String, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableStringTokenSequence
-
Appends the specified string to this sequence
multiple times.
- append(Timestamp) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimestampTokenSequence
-
Appends the specified timestamp to this sequence.
- append(Timestamp, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimestampTokenSequence
-
Appends the specified timestamp to this sequence
multiple times.
- append(TimeOfDay) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimeTokenSequence
-
Appends the specified time of day to this sequence.
- append(TimeOfDay, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimeTokenSequence
-
Appends the specified time of day to this sequence.
- append(BigDecimal) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- append(BigDecimal, int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- append(O) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- append(O, int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- append(byte[]) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- append(byte[], int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- append(boolean) - Method in class com.pervasive.datarush.sequences.scalar.SparseBooleanTokenList
-
- append(boolean, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBooleanTokenList
-
- append(char) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- append(char, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- append(Date) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- append(Date, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- append(CalendarDate) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- append(CalendarDate, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- append(double) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- append(double, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- append(float) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- append(float, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- append(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- append(int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- append(long) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- append(long, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- append(BigDecimal) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- append(BigDecimal, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- append(T) - Method in class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
- append(T, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
- append(String) - Method in class com.pervasive.datarush.sequences.scalar.SparseStringTokenList
-
- append(String, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseStringTokenList
-
- append(Timestamp) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- append(Timestamp, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- append(TimeOfDay) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- append(TimeOfDay, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- append(String) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- append(String, int) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- append(Timestamp) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- append(Timestamp, int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- append(TimeOfDay) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- append(TimeOfDay, int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- append(TokenValued) - Method in interface com.pervasive.datarush.sequences.TokenAppendable
-
Appends the specified token value to this sequence.
- append(TokenValued, long) - Method in interface com.pervasive.datarush.sequences.TokenAppendable
-
Appends the specified token value to this sequence
multiple times.
- append(TokenSequence) - Method in interface com.pervasive.datarush.sequences.TokenAppendable
-
Appends all tokens in the specified sequence to this
sequence.
- append(TokenSequence, int, int) - Method in interface com.pervasive.datarush.sequences.TokenAppendable
-
Appends a subsequence of tokens in the specified sequence
to this sequence.
- append(TokenValued) - Method in class com.pervasive.datarush.tokens.record.RecordMap.Builder
-
- append(TokenValued, long) - Method in class com.pervasive.datarush.tokens.record.RecordMap.Builder
-
- append(TokenSequence) - Method in class com.pervasive.datarush.tokens.record.RecordMap.Builder
-
- append(TokenSequence, int, int) - Method in class com.pervasive.datarush.tokens.record.RecordMap.Builder
-
- appendBase128(int) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends an int value to the buffer, using
variable length base-128 encoding.
- appendBase128(long) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a long value to the buffer, using
variable length base-128 encoding.
- appendChars(CharSequence) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- appendChars(CharSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- appendChars(CharSequence) - Method in interface com.pervasive.datarush.sequences.scalar.MutableCharTokenSequence
-
Appends the specified character sequence to this sequence.
- appendChars(CharSequence, int, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableCharTokenSequence
-
Appends a subsequence of the specified character sequence
to this sequence.
- appendChars(CharSequence) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- appendChars(CharSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- appendDayMillis(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimeTokenSequence
-
Appends the time value specified as the number of milliseconds
elapsed since midnight to this sequence.
- appendDayMillis(int, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimeTokenSequence
-
Appends the time value specified as the number of milliseconds
elapsed since midnight to this sequence multiple times.
- appendDayMillis(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- appendDayMillis(int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- appendDayMillis(int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- appendDayMillis(int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- appendDefault(int) - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- appendDefault(int) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- appendDelimited(StringBuilder, String, List<String>, String) - Static method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
- appendDouble(double) - Method in interface com.pervasive.datarush.sequences.scalar.MutableNumericTokenSequence
-
Appends the specified double to this sequence.
- appendDouble(double) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- appendDouble(double) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- appendEpochDays(long) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- appendEpochDays(long, int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- appendEpochDays(long) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
Appends the date specified as days elapsed since
January 1, 1970 00:00:00 GMT to this sequence.
- appendEpochDays(long, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
Appends the date specified as days elapsed since
January 1, 1970 00:00:00 GMT to this sequence
multiple times.
- appendEpochDays(long) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- appendEpochDays(long, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- appendEpochTime(long, int, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimestampTokenSequence
-
Appends the timestamp specified in epoch time to this sequence.
- appendEpochTime(long, int, int, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimestampTokenSequence
-
Appends the timestamp specified in epoch time to this sequence
multiple times.
- appendEpochTime(long, int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- appendEpochTime(long, int, int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- appendEpochTime(long, int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- appendEpochTime(long, int, int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- appendLong(long) - Method in interface com.pervasive.datarush.sequences.scalar.MutableNumericTokenSequence
-
Appends the specified long to this sequence.
- appendLong(long) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- appendLong(long) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- appendNull() - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Appends a null value to this sequence.
- appendNull(int) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Appends the specified number of null values to this sequence.
- appendNull() - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
Appends a null value to all sequences comprising
this composite sequence.
- appendNull(int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
Appends the specified number of null values to all
sequences comprising this composite sequence.
- appendNull() - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- appendNull(int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- appendNull() - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
Append a null value to this sequence.
- appendNull(int) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
Append a null value to this sequence.
- appendNull(int) - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- appendNull(int) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- appendReference(byte[]) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- appendReference(byte[], int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- appendReference(byte[]) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBinaryTokenSequence
-
Appends the specified binary value to this sequence.
- appendReference(byte[], int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBinaryTokenSequence
-
Appends the specified binary value to this sequence
multiple times.
- appendReference(byte[]) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- appendReference(byte[], int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- appendsExisting(WriteMode) - Method in class com.pervasive.datarush.operators.io.BasicByteSink
-
- appendsExisting(WriteMode) - Method in interface com.pervasive.datarush.operators.io.ByteSink
-
Indicates whether a write in the given mode
represents an append to an existing sink.
- appendSingleByte(CharSequence) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a sequence of character values to the buffer using
only a single byte per character.
- appendUnsignedBase128(int) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends an int value to the buffer, using
variable length base-128 encoding with
bias towards non-negative values.
- appendUnsignedBase128(long) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Appends a long value to the buffer, using
variable length base-128 encoding with
bias towards non-negative values.
- appendZero() - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Appends a zero value to this sequence.
- appendZero(int) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Appends the specified number of zero values to this sequence.
- appendZero() - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- appendZero(int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- appendZero() - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- appendZero(int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- appendZero() - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- appendZero(int) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- appendZero(int) - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- appendZero(int) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- ApplicationResource - Class in com.actian.dataflow.cal.yarn.client
-
An application specific resource that is required at run-time on the target execution cluster.
- ApplicationResource(String, ApplicationResource.ResourceType, ApplicationResource.ResourceVisibility, boolean, String...) - Constructor for class com.actian.dataflow.cal.yarn.client.ApplicationResource
-
Construct a new application resource.
- ApplicationResource(String) - Constructor for class com.actian.dataflow.cal.yarn.client.ApplicationResource
-
Construct an application resource using the given path to the resource in the shared repository.
- ApplicationResource.ResourceType - Enum in com.actian.dataflow.cal.yarn.client
-
The resource type.
- ApplicationResource.ResourceVisibility - Enum in com.actian.dataflow.cal.yarn.client
-
Visibility of the resource.
- apply(CompareFunction[], double[], double[], double[], double[], double[], double) - Method in interface com.pervasive.datarush.analytics.cluster.AggregationFunction
-
- apply(CompareFunction[], double[], double[], double[], double[], double[], double) - Method in enum com.pervasive.datarush.analytics.cluster.AggregationFunctionConstants
-
- apply(double, double, double) - Method in enum com.pervasive.datarush.analytics.cluster.CompareFunction
-
Applies the function to the provided values.
- apply(P) - Method in interface com.pervasive.datarush.datastruct.Function1
-
- apply(A, B) - Method in interface com.pervasive.datarush.datastruct.Function2
-
- apply(P) - Method in interface com.pervasive.datarush.datastruct.UnsafeFunction1
-
- apply(ScalarTokenType, ScalarValuedFunction, String) - Static method in class com.pervasive.datarush.operators.record.FieldDerivation
-
Applies a function to each input field matching the specified
type criteria.
- apply(ScalarTokenType, String, String) - Static method in class com.pervasive.datarush.operators.record.FieldDerivation
-
Applies an expression to each input field matching the specified
type criteria.
- apply(EngineConfig) - Method in class com.pervasive.datarush.ports.PortSetting
-
Creates a new EngineConfig
, overriding
those settings defined by the port setting.
- apply(EngineConfig, PortSetting...) - Static method in class com.pervasive.datarush.ports.PortSettings
-
Specifies the default properties for ports in the graph.
- apply(RecordTokenType, Map<String, String>) - Method in interface com.pervasive.datarush.types.FieldRemapping
-
Computes the result of applying the transformation to a record type.
- applyConfig(EngineConfig) - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Constructs a new configuration by merging the properties of
another config with this one.
- applyDefaultNullMarker(String) - Method in class com.pervasive.datarush.schema.TextConversionContext
-
Merges the given null indicator with the default.
- applyDefaultNullMarker(String) - Method in class com.pervasive.datarush.schema.TextConversionDefaults
-
Merges the given null indicator with the default.
- applyDefaultStringHandling(TextTypes.StringConversion) - Method in class com.pervasive.datarush.schema.TextConversionContext
-
Merges the given string conversion behavior with the default.
- applyDefaultStringHandling(TextTypes.StringConversion) - Method in class com.pervasive.datarush.schema.TextConversionDefaults
-
Merges the given string conversion behavior with the default.
- ARFFAnalyzer - Class in com.pervasive.datarush.operators.io.textfile
-
An analyzer for ARFF files.
- ARFFAnalyzer() - Constructor for class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer
-
- ARFFAnalyzer.Analysis - Class in com.pervasive.datarush.operators.io.textfile
-
Contains the results of analyzing an ARFF file.
- ARFFDataFormat - Class in com.pervasive.datarush.operators.io.textfile
-
Describes an instance of ARFF data.
- ARFFDataFormat(ARFFMode, TextRecord, CharsetEncoding, String, char, String, List<String>) - Constructor for class com.pervasive.datarush.operators.io.textfile.ARFFDataFormat
-
Create an ARFF data format for writing to an ARFF file.
- ARFFDataFormat(ARFFMode, TextRecord, CharsetEncoding, char) - Constructor for class com.pervasive.datarush.operators.io.textfile.ARFFDataFormat
-
Create an ARFF data format for reading an ARFF file.
- ARFFMode - Enum in com.pervasive.datarush.operators.io.textfile
-
Defines valid representation types for ARFF instance data.
- arg(ScalarValuedFunction, ScalarTokenType) - Static method in class com.pervasive.datarush.functions.ScalarFunctionDescriptor
-
Declares the given subexpression has the specified type bound.
- ArgumentConverter - Interface in com.pervasive.datarush.functions
-
An ArgumentConverter is used by the
DefaultFunctionInvoker
to convert
ScalarValuedFunction arguments to the correct type.
- argumentNotNull(String, Object) - Static method in class com.pervasive.datarush.util.Preconditions
-
Checks that the given argument is not null
- Arithmetic - Class in com.pervasive.datarush.functions
-
Provides implementations of common arithmetic functions.
- Arithmetic() - Constructor for class com.pervasive.datarush.functions.Arithmetic
-
- arraycast(Class<F>, Object[]) - Static method in class com.pervasive.datarush.util.ReflectionUtil
-
Casts the given array to an array of the specified component type.
- ARTIFACTS - Static variable in class com.pervasive.datarush.modules.ModuleConstants
-
- as(String) - Method in class com.pervasive.datarush.operators.group.Aggregation
-
Creates an identical aggregation whose output field name
will be the specified label.
- asBigDecimal() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asBigDecimal() - Method in interface com.pervasive.datarush.tokens.scalar.NumericValued
-
Gets the contained numeric value.
- asBinary() - Method in interface com.pervasive.datarush.tokens.scalar.BinaryValued
-
Gets the contained binary value.
- asBinary() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asBinaryRef() - Method in interface com.pervasive.datarush.tokens.scalar.BinaryValued
-
Gets a reference to the contained binary value.
- asBinaryRef() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asBoolean(String) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert an int typed field into a boolean type.
- asBoolean(String, int, int) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert an int typed field into a boolean type.
- asBoolean(ScalarValuedFunction, int, int) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert an int typed field into a boolean type.
- asBoolean() - Method in interface com.pervasive.datarush.tokens.scalar.BooleanValued
-
Gets the contained boolean value.
- asBoolean() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asc(String) - Static method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Create an ascending key.
- asc(String...) - Static method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Create multiple ascending keys.
- asc(JoinKey...) - Static method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Create multiple ascending keys.
- asc(String) - Static method in class com.pervasive.datarush.tokens.record.SortKey
-
Create an ascending key.
- asc(String...) - Static method in class com.pervasive.datarush.tokens.record.SortKey
-
Create multiple ascending keys.
- asCalendarDate() - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
- asCalendarDate() - Method in interface com.pervasive.datarush.tokens.scalar.DateValued
-
Gets the contained date value.
- asCalendarDate() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asChar() - Method in interface com.pervasive.datarush.tokens.scalar.CharValued
-
Gets the contained character value.
- asChar() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asDate(String) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a timestamp typed field into a date field.
- asDate(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a timestamp expression result into a date field.
- asDate() - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
- asDate(TimeZone) - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
- asDate() - Method in interface com.pervasive.datarush.tokens.scalar.DateValued
-
- asDate(TimeZone) - Method in interface com.pervasive.datarush.tokens.scalar.DateValued
-
- asDate() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asDate(TimeZone) - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asDayMillis() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asDayMillis() - Method in interface com.pervasive.datarush.tokens.scalar.TimeValued
-
Gets the contained time value as the number of milliseconds
elapsed since midnight.
- asDouble(String) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed field into a double type.
- asDouble(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed expression into a double type.
- asDouble() - Method in interface com.pervasive.datarush.tokens.scalar.DoubleValued
-
Gets the contained double value.
- asDouble() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asEpochDays() - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
- asEpochDays() - Method in interface com.pervasive.datarush.tokens.scalar.DateValued
-
Gets the contained date value as the number of days since
Java epoch (January 1, 1970).
- asEpochDays() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asEpochSecs() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asEpochSecs() - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
- asEpochSecs() - Method in interface com.pervasive.datarush.tokens.scalar.TimestampValued
-
Gets the contained timestamp value as the number of seconds since
Java epoch (January 1, 1970 00:00:00 GMT).
- asFloat(String) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed field into a float type.
- asFloat(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed expression into a float type.
- asFloat() - Method in interface com.pervasive.datarush.tokens.scalar.FloatValued
-
Gets the contained float value.
- asFloat() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asHashCode() - Method in interface com.pervasive.datarush.tokens.TokenConverter
-
Computes a hash code for the source token value.
- asin(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the arc sine of the given field using radians.
- asin(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the arc sine of the given expression using radians.
- asInt(String) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed field into an integer type.
- asInt(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed expression into an integer type.
- asInt() - Method in interface com.pervasive.datarush.tokens.scalar.IntValued
-
Gets the contained integer value.
- asInt() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asLong(String) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed field into a long type.
- asLong(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed expression into a long type.
- asLong() - Method in interface com.pervasive.datarush.tokens.scalar.LongValued
-
Gets the contained long value.
- asLong() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asNumeric(String) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed field into a numeric type.
- asNumeric(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a numeric typed expression into a numeric type.
- asObject() - Method in class com.pervasive.datarush.tokens.scalar.BooleanToken
-
Gets the value of the token as an object.
- asObject() - Method in class com.pervasive.datarush.tokens.scalar.CharToken
-
Gets the value of the token as an object.
- asObject() - Method in class com.pervasive.datarush.tokens.scalar.DoubleToken
-
Gets the value of the token as an object.
- asObject() - Method in class com.pervasive.datarush.tokens.scalar.FloatToken
-
Gets the value of the token as an object.
- asObject() - Method in class com.pervasive.datarush.tokens.scalar.IntToken
-
Gets the value of the token as an object.
- asObject() - Method in interface com.pervasive.datarush.tokens.scalar.ObjectValued
-
Gets the contained Java object.
- asObject() - Method in interface com.pervasive.datarush.tokens.TokenConverter
-
Creates an Object
representation of the source value.
- asPath(String) - Static method in class com.pervasive.datarush.io.Paths
-
Parses a string representing a path into a Path
object.
- asPath(File) - Static method in class com.pervasive.datarush.io.Paths
-
Converts a File
into a Path
object.
- asPaths(List<String>) - Static method in class com.pervasive.datarush.io.Paths
-
Parses a string list representing a path into a list of Path
's.
- asPaths(File[]) - Static method in class com.pervasive.datarush.io.Paths
-
Converts an array of files into an array of paths.
- asPortion(ResourceAllocation) - Method in class com.pervasive.datarush.cal.ResourceAllocation
-
- assertDirectoriesEqual(String, String) - Static method in class com.pervasive.datarush.test.Assertions
-
- assertDirectoriesEqual(File, File) - Static method in class com.pervasive.datarush.test.Assertions
-
- assertDirectoriesEqual(File, File, Assertions.MismatchFilter) - Static method in class com.pervasive.datarush.test.Assertions
-
- AssertEqual - Class in com.pervasive.datarush.operators.assertion
-
Verifies that actual rows are equal to expected rows.
- AssertEqual() - Constructor for class com.pervasive.datarush.operators.assertion.AssertEqual
-
Construct the operator with default property values.
- AssertEqual(FloatingPointTolerance, int) - Constructor for class com.pervasive.datarush.operators.assertion.AssertEqual
-
Construct the operator with the given property values.
- assertEqualDelimitedFiles(String, String) - Static method in class com.pervasive.datarush.test.DataRushAssert
-
Verifies that two delimited text files are identical.
- AssertEqualHash - Class in com.pervasive.datarush.operators.assertion
-
Verifies that actual rows are equal to expected rows without regard to order.
- AssertEqualHash() - Constructor for class com.pervasive.datarush.operators.assertion.AssertEqualHash
-
Constructs an equal hash assertion.
- assertEqualTextFiles(String, String) - Static method in class com.pervasive.datarush.test.DataRushAssert
-
Verifies that two character sequences are identical.
- AssertEqualTypes - Class in com.pervasive.datarush.operators.assertion
-
Asserts that two input flows have identical types.
- AssertEqualTypes() - Constructor for class com.pervasive.datarush.operators.assertion.AssertEqualTypes
-
Default constructor
- AssertEqualTypes(RecordTokenType) - Constructor for class com.pervasive.datarush.operators.assertion.AssertEqualTypes
-
Construct with an expected type for the actual data input port.
- Assertions - Class in com.pervasive.datarush.test
-
A collection of methods providing assertions useful in tests.
- Assertions.MismatchFilter - Interface in com.pervasive.datarush.test
-
A filter used to determine whether line mismatches are significant.
- assertLinesEqual(String, String) - Static method in class com.pervasive.datarush.test.Assertions
-
Compares two files, line-by-line.
- assertLinesEqual(String, String, Assertions.MismatchFilter) - Static method in class com.pervasive.datarush.test.Assertions
-
Compares two files, line-by-line.
- assertLinesEqual(String, String, FloatingPointTolerance, String) - Static method in class com.pervasive.datarush.test.DataRushAssert
-
Compares two files, line-by-line, ignoring floating point mismatches.
- AssertMetadata - Class in com.pervasive.datarush.operators.assertion
-
Assert that the metadata on the input port is set correctly.
- AssertMetadata() - Constructor for class com.pervasive.datarush.operators.assertion.AssertMetadata
-
Default Constructor
- AssertPredicate - Class in com.pervasive.datarush.operators.assertion
-
Assert that the given predicate is true for all input values.
- AssertPredicate() - Constructor for class com.pervasive.datarush.operators.assertion.AssertPredicate
-
Create the assertion operator.
- AssertPredicate(ScalarValuedFunction) - Constructor for class com.pervasive.datarush.operators.assertion.AssertPredicate
-
Create the assertion operator with the given predicate.
- AssertRowCount - Class in com.pervasive.datarush.operators.assertion
-
Verifies that the input flow contains the specified row count.
- AssertRowCount() - Constructor for class com.pervasive.datarush.operators.assertion.AssertRowCount
-
Default constructor
- AssertRowCount(long) - Constructor for class com.pervasive.datarush.operators.assertion.AssertRowCount
-
Create an AssertRowCountPlan
with all the
required parameters.
- AssertSorted - Class in com.pervasive.datarush.operators.assertion
-
Verifies that the input data is sorted by the given set of keys.
- AssertSorted() - Constructor for class com.pervasive.datarush.operators.assertion.AssertSorted
-
Construct the operator with default settings.
- AssertSorted(SortKey...) - Constructor for class com.pervasive.datarush.operators.assertion.AssertSorted
-
Construct the assertion operator with the given key ordering.
- assign(VirtualNodeID) - Method in class com.pervasive.datarush.cal.NodeAllocationState.AssignmentState
-
Create a new assignment, re-assigned to the new node
- assignment(NodeAllocationState.AssignmentState) - Method in class com.pervasive.datarush.graphs.LogicalStatistic.Builder
-
- asSnapshots(Collection<? extends PortStatistics>) - Static method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
Converts a list of statistics into snapshots.
- AssociationRule - Class in com.pervasive.datarush.analytics.arm
-
An association rule defining the strength of a relationship between two item sets.
- AssociationRule(int[], int[], double, double, double) - Constructor for class com.pervasive.datarush.analytics.arm.AssociationRule
-
Construct a new association rule.
- asString() - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
Gets a string representation of the current date value.
- asString() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asString() - Method in interface com.pervasive.datarush.tokens.scalar.StringValued
-
Gets the contained string value.
- asString() - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
Gets a string representation of the current timestamp value.
- asString() - Method in interface com.pervasive.datarush.tokens.TokenConverter
-
Creates a string representation of the source value,
suitable for displaying to users.
- asString(TokenValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a token value as a string suitable for output.
- asString(BinaryValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a binary value as a string suitable for output.
- asString(BooleanValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a boolean value as a string suitable for output.
- asString(CharValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a character value as a string suitable for output.
- asString(DateValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a date value as a string suitable for output.
- asString(DoubleValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a double value as a string suitable for output.
- asString(FloatValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a float value as a string suitable for output.
- asString(IntValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats an integer value as a string suitable for output.
- asString(LongValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a long value as a string suitable for output.
- asString(NumericValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a numeric value as a string suitable for output.
- asString(ObjectValued<?>) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats an object value as a string suitable for output.
- asString(StringValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a string value as a string suitable for output.
- asString(TimeValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a time value as a string suitable for output.
- asString(TimestampValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Formats a timestamp value as a string suitable for output.
- asTime(String) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a timestamp typed field into a time field.
- asTime(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conversions
-
Convert a timestamp expression result into a time field.
- asTimeOfDay() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asTimeOfDay() - Method in interface com.pervasive.datarush.tokens.scalar.TimeValued
-
Gets the contained time value.
- asTimestamp() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- asTimestamp() - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
- asTimestamp() - Method in interface com.pervasive.datarush.tokens.scalar.TimestampValued
-
Gets the contained timestamp value as a java.sql.Timestamp
relative to the default time zone.
- asToken() - Method in interface com.pervasive.datarush.tokens.TokenConverter
-
Creates an immutable copy of the source value.
- asToken(TokenValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Creates an immutable copy of the given token value.
- atan(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the arc tangent of the given field using radians.
- atan(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the arc tangent of the given expression using radians.
- atan2(String, String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the angle theta from the conversion of rectangular coordinates (x,y) to polar coordinates (r, theta).
- atan2(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the angle theta from the conversion of rectangular coordinates (x
, y
) to polar coordinates (r, theta).
- ATT_DATA_NAME - Static variable in class com.pervasive.datarush.analytics.pmml.ModelQuality
-
The name of the "dataName" PMML attribute corresponding to getDataName()
- ATT_EXTENSION_NAME - Static variable in class com.pervasive.datarush.analytics.pmml.PMML
-
Constant for the name
attribute of the extension element.
- ATT_EXTENSION_VALUE - Static variable in class com.pervasive.datarush.analytics.pmml.PMML
-
Constant for the value
attribute of the extension element.
- ATT_MEAN - Static variable in class com.pervasive.datarush.analytics.naivebayes.TargetStatistics
-
- ATT_VARIANCE - Static variable in class com.pervasive.datarush.analytics.naivebayes.TargetStatistics
-
- ATTR_IQR - Static variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- ATTR_MAX - Static variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- ATTR_MEAN - Static variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- ATTR_MEDIAN - Static variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- ATTR_MIN - Static variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- ATTR_STANDARD_DEVIATION - Static variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- ATTR_SUM - Static variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- ATTR_TOTAL_SQUARES_SUM - Static variable in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
- ATTR_TOTAL_VALUES_SUM - Static variable in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
- ATTR_VARIANCE - Static variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- AttributeScope - Class in com.pervasive.datarush.cal
-
A session qualifier to provide uniqueness of session attributes.
- AUSTIN_TIMEZONE - Static variable in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
A
TimeZone
object indicating the time zone for Austin, Texas, USA.
- authorize(FileClient) - Method in class com.pervasive.datarush.io.CompressedFileSplit
-
- authorize(FileClient) - Method in interface com.pervasive.datarush.io.DataSplit
-
Creates an identical split which will use the specified authorization
context for access.
- authorize(FileClient) - Method in class com.pervasive.datarush.io.FileSplit
-
- authorize(FileClient) - Method in class com.pervasive.datarush.io.SplittableCompressedFileSplit
-
- authorize(FileClient) - Method in class com.pervasive.datarush.operators.io.BasicByteSink
-
- authorize(FileClient) - Method in class com.pervasive.datarush.operators.io.BasicByteSource
-
- authorize(FileClient) - Method in interface com.pervasive.datarush.operators.io.ByteSink
-
Creates a new sink with the same properties, but using the
specified authorization.
- authorize(FileClient) - Method in interface com.pervasive.datarush.operators.io.ByteSource
-
Creates a new source with the same properties, but using the
specified authorization.
- authorize(FileClient) - Method in class com.pervasive.datarush.operators.io.ConcatenatedByteSource
-
- authorize(FileClient) - Method in class com.pervasive.datarush.operators.io.GlobbingByteSource
-
- AUTO_SORTED_DATA_SETS - Static variable in class com.pervasive.datarush.graphs.LogicalStatistics
-
This is a planning statistic that indicates the number of datasets that were automatically sorted.
- autoConfigure(FileClient) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Performs any configured discovery on the operator using the current source
and applies the result to configuration.
- autoImport(Class<?>) - Static method in class com.pervasive.datarush.coercion.LiveConnectAdvice
-
Create a new LiveConnectAdvice to automatically import the given class.
- autoParallelize() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Specifies that the engine should automatically determine the default
degree of parallelism for graphs.
- available() - Method in class com.pervasive.datarush.io.BinaryReader
-
- availableInSplit() - Method in interface com.pervasive.datarush.io.SplitInputStream
-
Gets the number of bytes remaining in the split.
- availableInSplit() - Method in class com.pervasive.datarush.io.SplitInputStreamImpl
-
Gets the number of bytes remaining in the split.
- avg() - Static method in class com.pervasive.datarush.analytics.knn.ClassificationScheme
-
Resolves the class of the query record by doing a straight
average of all neighbors.
- avg(String...) - Static method in class com.pervasive.datarush.functions.Statistics
-
Builds an expression computing the average of the values of the specified fields.
- avg(List<ScalarValuedFunction>) - Static method in class com.pervasive.datarush.functions.Statistics
-
Builds an expression computing the average of the specified expressions.
- avg(String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create an average value aggregation for the given input.
- avg(ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create an average value aggregation for the given input.
- AvroFormat - Class in com.pervasive.datarush.operators.io.avro
-
Describes the format of a file using
Apache Avro format.
- AvroFormat(Schema) - Constructor for class com.pervasive.datarush.operators.io.avro.AvroFormat
-
- AvroFormat(Schema, Compression) - Constructor for class com.pervasive.datarush.operators.io.avro.AvroFormat
-
- AvroFormat(Schema, Compression, FileMetadata) - Constructor for class com.pervasive.datarush.operators.io.avro.AvroFormat
-
- AvroMetadata - Class in com.pervasive.datarush.operators.io.avro
-
Represents metadata associated with an Avro formatted file.
- AvroSchemaUtils - Class in com.pervasive.datarush.operators.io.avro
-
Utilities for working with Avro schemas.
- AvroTypeResolutionProvider - Class in com.pervasive.datarush.operators.io.avro
-
Public only as a matter of implementation; for internal use only.
- AvroTypeResolutionProvider() - Constructor for class com.pervasive.datarush.operators.io.avro.AvroTypeResolutionProvider
-
Public only as a matter of implementation; for internal use only.
- awaitShutdown() - Method in class com.actian.dataflow.cal.yarn.server.MasterServer
-
- awaitShutdown(long, TimeUnit) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Waits for pending requests to finish.
- C45 - Static variable in class com.pervasive.datarush.analytics.decisiontree.pruner.PruneConfiguration
-
The default C4.5 pruning configuration.
- C45(double) - Constructor for class com.pervasive.datarush.analytics.decisiontree.pruner.PruneConfiguration.C45
-
Creates a C4.5 prune configuration.
- cacheScope() - Method in class com.pervasive.datarush.cal.ClasspathSpecifier.Element
-
Returns the cacheScope of this element.
- cacheScope(CacheScopeSpecifier) - Method in class com.pervasive.datarush.cal.ClasspathSpecifier.Element
-
Returns a new ClasspathElement, overriding the cacheScope.
- CacheScopeSpecifier - Enum in com.pervasive.datarush.cal
-
Enumeration of possible caches for Element
's.
- calcNGramFreq(TextContainer, int) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Creates an n-gram frequency model based on the contents of the TextContainer.
- calcNGramFreq(TextContainer, int, Set<NGram>) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Creates an n-gram frequency model containing the specified set of terms based
on the contents of the TextContainer.
- calcOrigTextSize() - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Calculates the total number of elements in the original text based on the current
contents of the map.
- calculate(String) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
Given a value of the independent variable, calculate it's value
to add to the resultant dependent value.
- calculate(double) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
Given a value of the independent variable, calculate its value
to add to the resultant dependent value.
- calculateDominantUsage(ResourceAllocation) - Method in class com.pervasive.datarush.cal.ResourceAllocation
-
Computes the dominant share of resources for the specified usage
relative to this allocation.
- CalculateNGramFrequency - Class in com.pervasive.datarush.analytics.text
-
Calculates the n-gram frequencies for a tokenized text field.
- CalculateNGramFrequency() - Constructor for class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Default constructor.
- CalculateNGramFrequency(String) - Constructor for class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Constructor specifying the tokenized text field to determine the
n-gram frequencies for.
- CalculateNGramFrequency(String, int) - Constructor for class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Constructor specifying the tokenized text field to determine the
n-gram frequencies for and the n to use.
- calculatePartitions(ResourceAllocation) - Method in class com.pervasive.datarush.cal.ResourceAllocation
-
Computes the number of partitions of the specified usage within the
allocation.
- calculateSupportPct(long) - Method in class com.pervasive.datarush.analytics.arm.ItemSet
-
Given the number of transactions in a DB compute the
support percent for this item set.
- CalculateWordFrequency - Class in com.pervasive.datarush.analytics.text
-
Calculates the word frequencies for a tokenized text field.
- CalculateWordFrequency() - Constructor for class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
Default constructor.
- CalculateWordFrequency(String) - Constructor for class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
Constructor specifying the tokenized text field to determine the
word frequencies for.
- calcWordFreq(TextContainer) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Creates a term frequency model based on the contents of the TextContainer.
- calcWordFreq(TextContainer, Set<String>) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Creates a term frequency model containing the specified set of terms based
on the contents of the TextContainer.
- CalendarDate - Class in com.pervasive.datarush.tokens.scalar
-
A specific date on the Gregorian calendar.
- CalendarDate() - Constructor for class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Constructs an instance representing the current day in the default time zone.
- CalendarDate(TimeZone) - Constructor for class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Constructs an instance representing the current day in the specified time zone.
- CalendarDate(long) - Constructor for class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Constructs an instance representing the date occurring the specified number
of days after epoch.
- CalendarDate(int, int, int) - Constructor for class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Constructs an instance representing the specified date.
- CalendarDate(Date, TimeZone) - Constructor for class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Constructs an instance representing the specified time in the given time zone.
- cancel(List<? extends Future<?>>, boolean) - Static method in class com.pervasive.datarush.cal.ExecutionUtil
-
Cancels all of the provided futures
- cancel(ExecState) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- cancel(Void) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- cancelQuery(int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrixDataWorker
-
- cancelQuery(int) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkDataWorker
-
- capacity() - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
Gets the maximum capacity of the sequence.
- captureThisJVM(String, String, JobServerInformation, List<RuntimeStatistic<?>>) - Static method in class com.pervasive.datarush.cal.monitoring.NodeStatisticsSnapshot
-
- caseWhen(ScalarValuedFunction, List<ScalarValuedFunction>, List<ScalarValuedFunction>) - Static method in class com.pervasive.datarush.functions.Conditionals
-
Builds a conditional expression which evaluates similarly to a switch statement.
- caseWhen(ScalarValuedFunction, List<ScalarValuedFunction>, List<ScalarValuedFunction>, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conditionals
-
Builds a conditional expression which evaluates similarly to a switch statement.
- caseWhen(List<ScalarValuedFunction>, List<ScalarValuedFunction>) - Static method in class com.pervasive.datarush.functions.Conditionals
-
Builds a conditional expression which evaluates similarly to a chain of if..else statement.
- caseWhen(List<ScalarValuedFunction>, List<ScalarValuedFunction>, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Conditionals
-
Builds a conditional expression which evaluates similarly to a chain of if..else statement.
- cast(Path) - Static method in class com.pervasive.datarush.io.HadoopFilePath
-
- cast(StatisticSupplier) - Method in class com.pervasive.datarush.monitoring.AccumulatedTimerDefinition
-
- cast(StatisticSupplier) - Method in class com.pervasive.datarush.monitoring.CounterDefinition
-
- cast(StatisticSupplier) - Method in class com.pervasive.datarush.monitoring.GaugeDefinition
-
- cast(StatisticSupplier) - Method in class com.pervasive.datarush.monitoring.IntervalTimerDefinition
-
- cast(StatisticSupplier) - Method in class com.pervasive.datarush.monitoring.StatisticDefinition
-
Casts the
StatisticSupplier
to this definition, substituting
a default value for null.
- castFields(RecordValued, Class<T>, String[]) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Extracts the given list of field names, casting them to
the specified type.
- castFields(RecordSettable, Class<T>, String[]) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Extracts the given list of field names, casting them to
the specified type.
- castFields(ScalarSettable[], Class<T>, Integer[]) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Extracts the given list of field indices, casting them to
the specified type.
- castFields(ScalarValued[], Class<T>) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Casts an array of fields to the specified type
- castFields(ScalarSettable[], Class<T>) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Casts an array of fields to the specified type
- catalogTableName - Static variable in class com.pervasive.datarush.hbase.KeyOperator
-
The name of the HBase table containing DataRush schema for all tables.
- CategoricalPredictor(String, String, double) - Constructor for class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
Create a CategoricalPredictor for a given possible value of a given discrete independent variable.
- CategoricalPredictor(String, String, double, int, double, double, double) - Constructor for class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
- CATEGORY - Static variable in class com.pervasive.datarush.modules.ModuleConstants
-
- category(String) - Method in class com.pervasive.datarush.monitoring.AccumulatedTimerDefinition
-
- category(String) - Method in class com.pervasive.datarush.monitoring.CounterDefinition
-
- category(String) - Method in class com.pervasive.datarush.monitoring.GaugeDefinition
-
- category(String) - Method in class com.pervasive.datarush.monitoring.IntervalTimerDefinition
-
- category() - Method in class com.pervasive.datarush.monitoring.StatisticDefinition
-
Returns a category for this statistic type.
- category(String) - Method in class com.pervasive.datarush.monitoring.StatisticDefinition
-
Sets the category
- CATEGORY_GENERAL - Static variable in class com.pervasive.datarush.monitoring.StatisticDefinition
-
The name of the default category
- CATEGORY_IO - Static variable in class com.pervasive.datarush.monitoring.StatisticDefinition
-
The name of the category for I/O related statistics
- CATEGORY_JVM - Static variable in interface com.pervasive.datarush.cal.monitoring.NodeStatistics
-
- CATEGORY_PLAN - Static variable in class com.pervasive.datarush.graphs.LogicalStatistics
-
The name of the category for static planning statistics
- CATEGORY_ROW_COUNT - Static variable in class com.pervasive.datarush.graphs.LogicalStatistics
-
The name of the category for row count statistics
- caverphone(String) - Static method in class com.pervasive.datarush.matching.functions.StringEncodings
-
Builds a function phonetically encoding the string
value in the specified field using the
Caverphone algorithm.
- caverphone(ScalarValuedFunction) - Static method in class com.pervasive.datarush.matching.functions.StringEncodings
-
Builds a function phonetically encoding the string
value to which the specified expression evaluates using the
Caverphone algorithm.
- cbrt(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the cube root of the given field.
- cbrt(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the cube root of the given expression.
- ceil(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the ceiling of the given field.
- ceil(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the ceiling of the given expression.
- cellSchemaFamilyName - Static variable in class com.pervasive.datarush.hbase.KeyOperator
-
The name of the family containing cell/family mapped schemas for all tables.
- CHAR - Static variable in class com.pervasive.datarush.coercion.ScalarTypes
-
- CHAR(String) - Static method in class com.pervasive.datarush.schema.SchemaBuilder
-
Create a default char field.
- CHAR - Static variable in class com.pervasive.datarush.types.TokenTypeConstant
-
A description of the character token type.
- CHAR(String) - Static method in class com.pervasive.datarush.types.TokenTypeConstant
-
Constructs a character typed field with the given name.
- CHAR_TYPE - Static variable in class com.pervasive.datarush.schema.ExternalDataType
-
Text data type
- charAt(int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- charAt(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- CharFormatter - Class in com.pervasive.datarush.encoding.text
-
A formatter representing character token values as single-character strings.
- CharFormatter() - Constructor for class com.pervasive.datarush.encoding.text.CharFormatter
-
Creates a new formatter.
- CharFormatter(String) - Constructor for class com.pervasive.datarush.encoding.text.CharFormatter
-
Creates a new formatter.
- charGroup() - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- charGroup() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- charHashCode(char) - Static method in class com.pervasive.datarush.util.HashUtil
-
- CharInputField - Interface in com.pervasive.datarush.ports.physical
-
A character valued field of a record input port.
- charList(int, DataRepresentation) - Static method in class com.pervasive.datarush.sequences.TokenSequences
-
- CharOutputField - Interface in com.pervasive.datarush.ports.physical
-
A character valued field of a record output port.
- CharParser - Class in com.pervasive.datarush.encoding.text
-
A parser producing character token values from single-character strings.
- CharParser() - Constructor for class com.pervasive.datarush.encoding.text.CharParser
-
Creates a new parser.
- CharParser(String) - Constructor for class com.pervasive.datarush.encoding.text.CharParser
-
Creates a new parser.
- CharRegister - Class in com.pervasive.datarush.tokens.scalar
-
- CharRegister() - Constructor for class com.pervasive.datarush.tokens.scalar.CharRegister
-
Creates a new null-valued register.
- charset - Variable in class com.pervasive.datarush.coercion.JavaScriptRunner
-
- CHARSET_NAME - Static variable in class com.pervasive.datarush.io.CharsetEncoding
-
Default character set name.
- CharsetEncoding - Class in com.pervasive.datarush.io
-
Describes the encoding format of character data.
- CharsetEncoding() - Constructor for class com.pervasive.datarush.io.CharsetEncoding
-
Creates a container with default settings.
- CharsetEncoding(String) - Constructor for class com.pervasive.datarush.io.CharsetEncoding
-
Creates a container initialized the named character set and
the default error policy.
- CharsetEncoding(String, CodingErrorAction) - Constructor for class com.pervasive.datarush.io.CharsetEncoding
-
Creates a container initialized with the named character set, using the
specified error policy.
- CharsetEncoding(String, String) - Constructor for class com.pervasive.datarush.io.CharsetEncoding
-
Creates a container initialized with the named character set, using a
replacement error policy with the specified string.
- CharsetEncoding(CharsetEncoding) - Constructor for class com.pervasive.datarush.io.CharsetEncoding
-
Creates a container initialized using the given character set specification.
- CharSettable - Interface in com.pervasive.datarush.tokens.scalar
-
A TokenSettable
object containing a character value.
- charsRead() - Method in class com.pervasive.datarush.io.SplitReader
-
Gets the character offset into the underlying split.
- CharToken - Class in com.pervasive.datarush.tokens.scalar
-
- CharToken(CharValued) - Constructor for class com.pervasive.datarush.tokens.scalar.CharToken
-
Constructs a new token with the character
value in the given container.
- CharToken(char) - Constructor for class com.pervasive.datarush.tokens.scalar.CharToken
-
Constructs a new token with the given non-null
character value.
- CharTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- CharTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.CharTokenList
-
Create an empty array
- CharTokenSequence - Interface in com.pervasive.datarush.sequences.scalar
-
A TokenSequence
containing character valued data.
- ChartType - Enum in com.pervasive.datarush.analytics.viz
-
- CharValued - Interface in com.pervasive.datarush.tokens.scalar
-
A TokenValued
object containing a character value.
- CharValuedIterator - Interface in com.pervasive.datarush.sequences.scalar
-
- checkComparable(TokenType) - Method in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
- checkComparable(TokenType) - Method in class com.pervasive.datarush.types.ObjectTokenType
-
- checkComparable(TokenType) - Method in interface com.pervasive.datarush.types.RecordTokenType
-
Tests whether tokens of the specified type can be
compared to tokens of this type.
- checkComparable(TokenType) - Method in interface com.pervasive.datarush.types.TokenType
-
Tests whether tokens of the specified type can be
compared to tokens of this type.
- checkDistinct(String...) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a set of properties don't share any values.
- checkFieldExists(RecordTokenType, String, String...) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that the given field name(s) are valid field names in the given record type.
- checkFieldExists(RecordTokenType, String, List<String>) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that the given field name(s) are valid field names in the given record type.
- checkFieldTypeConstraint(TokenType) - Method in interface com.pervasive.datarush.types.RecordTokenType
-
Checks that all fields of this type are compatible
with the specified constraining type.
- checkNoDuplicates(String, String[]) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property's array of values contains no duplicates and collects the tested values into a
Set
.
- checkNotEmpty(String, String) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property's string value is not null or zero-length.
- checkNotEmpty(String, Object[]) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property's array of values is not null or zero-length.
- checkNotEmpty(String, Collection<?>) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property's collection of values is not null or empty.
- checkNotNull(String, Object) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is not null.
- checkNumericMaxValuesByType(String, ScalarTokenType, BigDecimal) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a numeric property value is not greater than the allowed maximum value for
the given numeric type, which includes, TokenTypeConstant.INT, DOUBLE, FLOAT, NUMERIC, LONG.
- checkPropertyGE(String, long, long) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is greater than or equal to a minimum.
- checkPropertyGE(String, double, double) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is greater than or equal to a minimum.
- checkPropertyGELE(String, long, long, long) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is greater than or equal to a minimum and less than or equal to a maximum.
- checkPropertyGELE(String, double, double, double) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is greater than or equal to a minimum and less than or equal to a maximum.
- checkPropertyGT(String, long, long) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is greater than a minimum.
- checkPropertyGT(String, double, double) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is greater than a minimum.
- checkPropertyLE(String, long, long) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is less than or equal to a maximum.
- checkPropertyLE(String, double, double) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is less than or equal to a maximum.
- checkPropertyLT(String, long, long) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is less than a maximum.
- checkPropertyLT(String, double, double) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a property value is less than a maximum.
- checkRetryState(ExecState) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- checkRetryState(Void) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- checkSameSize(String, Collection<?>, String, Collection<?>) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that two collection properties have the same size.
- checkSameSize(String, Object, String, Object) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that two array properties have the same size.
- checkSameSize(String, Collection<?>, String, Object) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that a collection and an array property both have the same size.
- checkSameSize(String, Object, String, Collection<?>) - Static method in class com.pervasive.datarush.util.PropertyUtil
-
Checks that an array and a collection property both have the same size.
- checkType(String, ScalarTokenType) - Method in class com.pervasive.datarush.types.FieldDomain
-
Checks that the type of the domain matches the type of the field
- children - Variable in class com.pervasive.datarush.analytics.text.TextContainer
-
- CLASS - Static variable in class com.pervasive.datarush.operators.io.textfile.Log4jPatternParser
-
- classForName(String, boolean, ClassLoader) - Static method in class com.pervasive.datarush.util.ReflectionUtil
-
Equivalent to Class.forName(name,initialize,loader)
, but
handles primitive types as well.
- ClassificationScheme - Class in com.pervasive.datarush.analytics.knn
-
Determines how to classify a query record based on
its nearest neighbors.
- ClassificationScheme() - Constructor for class com.pervasive.datarush.analytics.knn.ClassificationScheme
-
- ClassificationScheme.Classifier - Interface in com.pervasive.datarush.analytics.knn
-
Resolves the class of a query record from
a set of neighbors.
- ClassificationScheme.Distance - Class in com.pervasive.datarush.analytics.knn
-
Representation of the distance between two points.
- Classifier - Class in com.pervasive.datarush.matching
-
Describes which classification methodology to use.
- Classifier() - Constructor for class com.pervasive.datarush.matching.Classifier
-
Construct an empty classifier.
- Classifier(ClassifierType, String[], String) - Constructor for class com.pervasive.datarush.matching.Classifier
-
Construct a classifier without any specific properties.
- Classifier(ClassifierType, String[], String, Map<String, Object>) - Constructor for class com.pervasive.datarush.matching.Classifier
-
Construct a classifier with properties specific to the classifier type.
- ClassifierType - Enum in com.pervasive.datarush.matching
-
Defines the types of classifiers supported by matching.
- classpath() - Method in class com.pervasive.datarush.cal.ClasspathSpecifier
-
Returns the classpath consisting of elements on the client machine
- classpath() - Method in class com.pervasive.datarush.cal.JobSpecifier
-
Returns the classpath of the job
- classpath(ClasspathSpecifier) - Method in class com.pervasive.datarush.cal.JobSpecifier
-
Overrides the classpath
- ClassPath - Class in com.pervasive.datarush.hadoop
-
- ClassPath() - Constructor for class com.pervasive.datarush.hadoop.ClassPath
-
- CLASSPATH - Static variable in class com.pervasive.datarush.modules.ModuleConstants
-
- CLASSPATH_SPECIFIER - Static variable in class com.pervasive.datarush.graphs.EngineConfig
-
Property controlling classpath that is used for launching remote jobs
- ClasspathSpecifier - Class in com.pervasive.datarush.cal
-
The classpath specifies for a job.
- ClasspathSpecifier(boolean, List<ClasspathSpecifier.Element>) - Constructor for class com.pervasive.datarush.cal.ClasspathSpecifier
-
Create a new classpath specifier.
- classpathSpecifier(ClasspathSpecifier) - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Sets the classpath to be used in the case of a remote job.
- ClasspathSpecifier.Element - Class in com.pervasive.datarush.cal
-
An element of a classpath.
- ClassSerializer - Class in com.pervasive.datarush.json
-
Utility that should be used for all json-related class serialization.
- cleanForOverwrite(int) - Method in class com.pervasive.datarush.operators.io.BasicByteSink
-
- cleanForOverwrite(int) - Method in interface com.pervasive.datarush.operators.io.ByteSink
-
Erases contents of the sink which do not correspond to
expected partition fragments.
- cleanScratchDirectory() - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Deletes the scratch directory for the test.
- cleanseName(String) - Static method in class com.pervasive.datarush.operators.io.avro.AvroSchemaUtils
-
Cleanses the specified name so it is a valid field name
in Avro.
- cleanupConnection() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Close all resources opened during getConnection()
- clear() - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Removes all entries from the namespace.
- clear() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- clear() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- clear() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- clearCategoricalPredictors() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Removes all the CategoricalPredictor elements from the table
- clearCode() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- clearError() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- clearHostName() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- clearJobname() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- clearListMap(Map<?, List<T>>) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Clears all lists in a map of lists
- clearNodeId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- clearNumericPredictors() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Removes all the NumericPredictor elements from the table
- clearPartitionCount() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- clearPort() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- clearRegisterSliceRequest() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- clearRegisterSliceResponse() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- clearSliceId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- clearSystemSliceId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- ClearTextEncryptionProvider - Class in com.pervasive.datarush.encryption
-
An "non-encrypting" encryption provider.
- ClearTextEncryptionProvider() - Constructor for class com.pervasive.datarush.encryption.ClearTextEncryptionProvider
-
- clearType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- CLFLogFormat - Class in com.pervasive.datarush.operators.io.textfile
-
Describes the format of a web server log in
NCSA Common log format.
- CLFLogFormat() - Constructor for class com.pervasive.datarush.operators.io.textfile.CLFLogFormat
-
Create a log format for accessing common log format data.
- CLFLogFormat(String) - Constructor for class com.pervasive.datarush.operators.io.textfile.CLFLogFormat
-
Create a log format for accessing common log format data.
- clone() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- clone() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- clone() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- clone() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Creates a copy of the reader with identical settings.
- clone() - Method in class com.pervasive.datarush.operators.io.textfile.ReadFixedText
-
- clone() - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Creates a copy of the reader with identical settings.
- clone(T) - Static method in class com.pervasive.datarush.util.SerializationUtil
-
Performs a deep copy of the given object via serialization.
- cloneForExecution() - Method in class com.pervasive.datarush.operators.ExecutableOperator
-
Performs a deep copy of the operator for execution.
- cloneForExecution() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.io.jdbc.FinalizeSQLWorker
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.io.jdbc.InitializeSQLWorker
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.model.GetModel
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.model.PutModel
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.OperatorProxies.ExecutableOperatorProxy
-
Public only as a matter of implementation; not intended for external use
- cloneForExecution() - Method in class com.pervasive.datarush.operators.record.RemapFields
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.select.FilterRows
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.sink.CollectRecords
-
- cloneForExecution() - Method in class com.pervasive.datarush.operators.source.EmitRecords
-
- cloneForExecution() - Method in class com.pervasive.datarush.ports.record.ExternalRecordSink
-
- cloneForExecution() - Method in class com.pervasive.datarush.ports.record.ExternalRecordSource
-
- close() - Method in class com.pervasive.datarush.io.BinaryReader
-
Closes the wrapped port and releases any allocated resources.
- close() - Method in class com.pervasive.datarush.io.compression.bzip2.BZip2CompressorInputStream
-
- close() - Method in interface com.pervasive.datarush.io.IOChannelStatsCollector
-
Should be called upon close to avoid accumulation of statistics collectors
- close() - Method in interface com.pervasive.datarush.io.SplitInputStream
-
Close the underlying raw data stream.
- close() - Method in class com.pervasive.datarush.io.SplitReader
-
- close() - Method in class com.pervasive.datarush.operators.io.AbstractRecordFormatter
-
Called to signal that writing is complete.
- close() - Method in interface com.pervasive.datarush.operators.io.DataFormat.DataFormatter
-
Called to signal that writing is complete.
- close() - Method in class com.pervasive.datarush.operators.io.staging.DatasetBuilder
-
- close() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
Closes the iterator and releases any resources.
- close() - Method in interface com.pervasive.datarush.sequences.CloseableTokenAppendable
-
- close() - Method in interface com.pervasive.datarush.sequences.record.CloseableRecordValuedIterator
-
- close() - Method in class com.pervasive.datarush.util.CountingOutputStream
-
- close(T) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the given stream if not null
- close(Socket) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the given socket if not null
- close(T) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the given stream if not null
- close(T) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the given stream if not null
- close() - Method in class com.pervasive.datarush.util.NonCloseableOutputStream
-
- close() - Method in class com.pervasive.datarush.util.NullOutputStream
-
- CloseableRecordValuedIterator - Interface in com.pervasive.datarush.sequences.record
-
A record iterator which has resources which need
to be released when being disposed.
- CloseableTokenAppendable - Interface in com.pervasive.datarush.sequences
-
A TokenAppendable which has resources which need
to be released when being disposed.
- closedClosed(T, T) - Static method in class com.pervasive.datarush.analytics.stats.Interval
-
Creates an interval [left,right]
- closedOpen(T, T) - Static method in class com.pervasive.datarush.analytics.stats.Interval
-
Creates an interval [left,right)
- closeQuietly(InputStream) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the input stream if not null, suppressing any exception.
- closeQuietly(Socket) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the socket if not null, suppressing any exception.
- closeQuietly(Reader) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the input stream if not null, suppressing any exception.
- closeQuietly(Closeable) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the input stream if not null, suppressing any exception.
- closeQuietly(OutputStream) - Static method in class com.pervasive.datarush.util.FileUtil
-
Closes the output stream if not null, suppressing any exception.
- closeResultSetAndStatement(String, ResultSet) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Closes a result set object.
- closeStatement(String, PreparedStatement) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Closes a prepared statement object.
- closure(boolean, boolean) - Static method in enum com.pervasive.datarush.analytics.stats.Interval.Closure
-
Returns a closure for the given parameters
- Cluster - Class in com.pervasive.datarush.analytics.cluster
-
Corresponds to the Cluster PMML element.
- cluster() - Method in class com.pervasive.datarush.cal.JobSpecifier
-
Returns the cluster on which to run the job
- cluster(ClusterSpecifier) - Method in class com.pervasive.datarush.cal.JobSpecifier
-
Overrides the cluster
- CLUSTER - Static variable in class com.pervasive.datarush.graphs.EngineConfig
-
Property controls which cluster to run on
- cluster(ClusterSpecifier) - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Specifies the cluster on which we are to run
- cluster(String) - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Specifies the cluster that we are to run on.
- Cluster.Builder - Class in com.pervasive.datarush.analytics.cluster
-
- ClusterDuplicates - Class in com.pervasive.datarush.matching.cluster
-
Transform record pairs into clusters of like records, where the two sides of
the pair are from the same source.
- ClusterDuplicates() - Constructor for class com.pervasive.datarush.matching.cluster.ClusterDuplicates
-
Cluster record pairs using a default record id field
of "id".
- ClusterDuplicates(String) - Constructor for class com.pervasive.datarush.matching.cluster.ClusterDuplicates
-
Cluster record pairs using the specified record id field
- ClusteringField - Class in com.pervasive.datarush.analytics.cluster
-
Corresponds to the ClusteringField PMML element.
- ClusteringField.Builder - Class in com.pervasive.datarush.analytics.cluster
-
- clusteringFields(ClusteringField[]) - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel.Builder
-
Returns a builder that builds
PMMLClusteringModel
instances with the provided clustering fields and other parameters
set to the previously provided values.
- ClusterLinks - Class in com.pervasive.datarush.matching.cluster
-
Transform record pairs into clusters of like records.
- ClusterLinks() - Constructor for class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Cluster record pairs use default record id field names
of "id" and default left/right field patterns.
- ClusterLinks(String, String) - Constructor for class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Cluster record pairs using the specified record id field
names and default left/right field patterns.
- ClusterPredictor - Class in com.pervasive.datarush.analytics.cluster
-
Assigns input data to clusters based on the provided PMML Clustering Model.
- ClusterPredictor() - Constructor for class com.pervasive.datarush.analytics.cluster.ClusterPredictor
-
- ClusterProvider - Interface in com.pervasive.datarush.cal
-
Extension point to register cluster providers for new schemes.
- ClusterProviderManager - Class in com.pervasive.datarush.cal
-
Facade to lookup providers from META-INF/services.
- ClusterSpecifier - Class in com.pervasive.datarush.cal
-
A "URL-like" entity that identifies a cluster.
- CODE_FIELD_NUMBER - Static variable in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse
-
- coerce(Object, Class<T>, Class<?>...) - Static method in class com.pervasive.datarush.coercion.Coercer
-
- Coercer - Class in com.pervasive.datarush.coercion
-
- Coercer() - Constructor for class com.pervasive.datarush.coercion.Coercer
-
- CoercerRegistrationFactory - Interface in com.pervasive.datarush.coercion
-
- CoercerRegistrationFactoryImpl - Class in com.pervasive.datarush.coercion
-
Register coercers used by the DataRush library.
- CoercerRegistrationFactoryImpl() - Constructor for class com.pervasive.datarush.coercion.CoercerRegistrationFactoryImpl
-
- CoercionException - Exception in com.pervasive.datarush.coercion
-
- CoercionException(String) - Constructor for exception com.pervasive.datarush.coercion.CoercionException
-
- CollectionUtil - Class in com.pervasive.datarush.util
-
Miscellaneous collection utilities.
- collectMapping(RecordTokenType, Map<String, ScalarValuedFunction>) - Method in class com.pervasive.datarush.operators.record.FieldDerivation
-
Verifies derivation can be applied in the given input context and
records the field mapping.
- CollectRecords - Class in com.pervasive.datarush.operators.sink
-
Collects input data into an in-memory token list.
- CollectRecords() - Constructor for class com.pervasive.datarush.operators.sink.CollectRecords
-
Collects input data.
- CollisionPolicy<T> - Interface in com.pervasive.datarush.namespace
-
Handler for name collisions within a namespace.
- columnNames() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkSqlUtils.ColumnsSpec
-
- columns() - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
Gets the number of columns in a record.
- columns() - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- ColumnSelector - Class in com.pervasive.datarush.util
-
Utility class to select a number of column fields based on field name
and type criteria.
- ColumnSelector() - Constructor for class com.pervasive.datarush.util.ColumnSelector
-
Create a column selector.
- ColumnsSpec() - Constructor for class com.pervasive.datarush.operators.io.paraccel.MatrixSinkSqlUtils.ColumnsSpec
-
- ColumnsToRows - Class in com.pervasive.datarush.operators.record
-
Normalize records by transposing values from row columns into multiple rows.
- ColumnsToRows() - Constructor for class com.pervasive.datarush.operators.record.ColumnsToRows
-
- com.actian.dataflow.cal.yarn.client - package com.actian.dataflow.cal.yarn.client
-
- com.actian.dataflow.cal.yarn.server - package com.actian.dataflow.cal.yarn.server
-
- com.actian.dataflow.cal.yarn.shared - package com.actian.dataflow.cal.yarn.shared
-
- com.actian.dataflow.operators - package com.actian.dataflow.operators
-
- com.actian.dataflow.operators.io.orc - package com.actian.dataflow.operators.io.orc
-
- com.actian.dataflow.operators.io.parquet - package com.actian.dataflow.operators.io.parquet
-
- com.pervasive.datarush - package com.pervasive.datarush
-
Pervasive DataRush
- com.pervasive.datarush.aggregations - package com.pervasive.datarush.aggregations
-
- com.pervasive.datarush.analytics - package com.pervasive.datarush.analytics
-
Provides common classes for Analytics, such as operator registration.
- com.pervasive.datarush.analytics.arm - package com.pervasive.datarush.analytics.arm
-
Provides common classes for Association Rule Mining (ARM).
- com.pervasive.datarush.analytics.arm.fpgrowth - package com.pervasive.datarush.analytics.arm.fpgrowth
-
Provides the operator to perform the FP-growth ARM algorithm.
- com.pervasive.datarush.analytics.cleansing - package com.pervasive.datarush.analytics.cleansing
-
Provides operators related to data cleansing.
- com.pervasive.datarush.analytics.cluster - package com.pervasive.datarush.analytics.cluster
-
Provides base PMML for clustering models.
- com.pervasive.datarush.analytics.cluster.kmeans - package com.pervasive.datarush.analytics.cluster.kmeans
-
Provides the KMeans algorithm.
- com.pervasive.datarush.analytics.decisiontree - package com.pervasive.datarush.analytics.decisiontree
-
Provides PMML model classes for decision trees.
- com.pervasive.datarush.analytics.decisiontree.learner - package com.pervasive.datarush.analytics.decisiontree.learner
-
Provides the PMML learner operator and associated classes.
- com.pervasive.datarush.analytics.decisiontree.predictor - package com.pervasive.datarush.analytics.decisiontree.predictor
-
Provides the decision tree predictor operator and associated classes.
- com.pervasive.datarush.analytics.decisiontree.pruner - package com.pervasive.datarush.analytics.decisiontree.pruner
-
Provides the decision tree pruner operator and associated classes.
- com.pervasive.datarush.analytics.functions - package com.pervasive.datarush.analytics.functions
-
Provides various statistics functions.
- com.pervasive.datarush.analytics.knn - package com.pervasive.datarush.analytics.knn
-
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
- com.pervasive.datarush.analytics.naivebayes - package com.pervasive.datarush.analytics.naivebayes
-
Provides PMML model classes for Naive Bayes.
- com.pervasive.datarush.analytics.naivebayes.learner - package com.pervasive.datarush.analytics.naivebayes.learner
-
Provides an implementation of the Naive Bayes learner.
- com.pervasive.datarush.analytics.naivebayes.predictor - package com.pervasive.datarush.analytics.naivebayes.predictor
-
Provides an implementation of a Naive Bayes predictor.
- com.pervasive.datarush.analytics.pmml - package com.pervasive.datarush.analytics.pmml
-
Provides shared and base classes for PMML model representation of Analytics algorithms.
- com.pervasive.datarush.analytics.r - package com.pervasive.datarush.analytics.r
-
- com.pervasive.datarush.analytics.regression - package com.pervasive.datarush.analytics.regression
-
Provides utility, PMML and other classes for shared use by regression related entities.
- com.pervasive.datarush.analytics.stats - package com.pervasive.datarush.analytics.stats
-
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
- com.pervasive.datarush.analytics.svm - package com.pervasive.datarush.analytics.svm
-
Provides PMML model classes for SVM.
- com.pervasive.datarush.analytics.svm.learner - package com.pervasive.datarush.analytics.svm.learner
-
Provides an implementation of an SVM learner.
- com.pervasive.datarush.analytics.svm.predictor - package com.pervasive.datarush.analytics.svm.predictor
-
Provides an implementation of an SVM predictor.
- com.pervasive.datarush.analytics.text - package com.pervasive.datarush.analytics.text
-
Provides various unstructured text processing operators.
- com.pervasive.datarush.analytics.text.filter - package com.pervasive.datarush.analytics.text.filter
-
- com.pervasive.datarush.analytics.text.stemmer - package com.pervasive.datarush.analytics.text.stemmer
-
Provides various stemmer algorithms based on the snowball definitions.
- com.pervasive.datarush.analytics.util - package com.pervasive.datarush.analytics.util
-
Provides some (internal) utility classes for Analytics.
- com.pervasive.datarush.analytics.viz - package com.pervasive.datarush.analytics.viz
-
Provides operators for classifier performance visualization.
- com.pervasive.datarush.annotations - package com.pervasive.datarush.annotations
-
Provides annotations used to describe elements of a dataflow graph.
- com.pervasive.datarush.authentication - package com.pervasive.datarush.authentication
-
Provides classes and interfaces related to authentication.
- com.pervasive.datarush.aws.s3 - package com.pervasive.datarush.aws.s3
-
- com.pervasive.datarush.cal - package com.pervasive.datarush.cal
-
Provides interfaces the define the "cluster abstraction layer".
- com.pervasive.datarush.cal.monitoring - package com.pervasive.datarush.cal.monitoring
-
- com.pervasive.datarush.coercion - package com.pervasive.datarush.coercion
-
Provides classes for dynamic coercion of data structures (for example, arrays and maps) to complex Java objects.
- com.pervasive.datarush.datastruct - package com.pervasive.datarush.datastruct
-
- com.pervasive.datarush.encoding - package com.pervasive.datarush.encoding
-
Provides basic interfaces used when converting
tokens
into various formats.
- com.pervasive.datarush.encoding.binary - package com.pervasive.datarush.encoding.binary
-
Implementations of encoders of
tokens
into binary formats.
- com.pervasive.datarush.encoding.text - package com.pervasive.datarush.encoding.text
-
Implementations of encoders of
tokens
into text formats.
- com.pervasive.datarush.encryption - package com.pervasive.datarush.encryption
-
Provides classes and interfaces related to encryption
- com.pervasive.datarush.functions - package com.pervasive.datarush.functions
-
Provides classes and interfaces related to defining functions on records.
- com.pervasive.datarush.graphs - package com.pervasive.datarush.graphs
-
Provides classes and interfaces for the construction of executable
dataflow graphs.
- com.pervasive.datarush.hadoop - package com.pervasive.datarush.hadoop
-
- com.pervasive.datarush.hbase - package com.pervasive.datarush.hbase
-
- com.pervasive.datarush.io - package com.pervasive.datarush.io
-
Provides classes and interfaces performing file-like I/O operations.
- com.pervasive.datarush.io.compression - package com.pervasive.datarush.io.compression
-
Provides classes and interfaces for supporting data compression.
- com.pervasive.datarush.io.compression.bzip2 - package com.pervasive.datarush.io.compression.bzip2
-
- com.pervasive.datarush.io.configuration - package com.pervasive.datarush.io.configuration
-
Provides classes and interfaces associated with filesystem configuration
- com.pervasive.datarush.jdbc - package com.pervasive.datarush.jdbc
-
- com.pervasive.datarush.jetty - package com.pervasive.datarush.jetty
-
- com.pervasive.datarush.json - package com.pervasive.datarush.json
-
Provides common utilities and registry for JSON parsing
- com.pervasive.datarush.matching - package com.pervasive.datarush.matching
-
Provides operators for performing discovering duplicates or links between
records.
- com.pervasive.datarush.matching.block - package com.pervasive.datarush.matching.block
-
Provides operators for generating possible candidate pairs.
- com.pervasive.datarush.matching.cluster - package com.pervasive.datarush.matching.cluster
-
Provides operators for clustering the results of duplicate or
linkage discovery.
- com.pervasive.datarush.matching.functions - package com.pervasive.datarush.matching.functions
-
Provides functions related to approximate matching.
- com.pervasive.datarush.matching.tune - package com.pervasive.datarush.matching.tune
-
Provides operators for analyzing data for approximate matching.
- com.pervasive.datarush.modules - package com.pervasive.datarush.modules
-
- com.pervasive.datarush.monitoring - package com.pervasive.datarush.monitoring
-
Provides classes and interfaces for reporting on commonly monitored
resources such as memory, threads, and I/O.
- com.pervasive.datarush.namespace - package com.pervasive.datarush.namespace
-
Provides utilities for creating and managing collections of named
objects.
- com.pervasive.datarush.net - package com.pervasive.datarush.net
-
- com.pervasive.datarush.operators - package com.pervasive.datarush.operators
-
Provides classes and interfaces for developing dataflow operators.
- com.pervasive.datarush.operators.assertion - package com.pervasive.datarush.operators.assertion
-
Provides operators for making assertions on flows and files.
- com.pervasive.datarush.operators.group - package com.pervasive.datarush.operators.group
-
Provides data aggregation components.
- com.pervasive.datarush.operators.io - package com.pervasive.datarush.operators.io
-
Provides base file I/O components including encoders and decoders.
- com.pervasive.datarush.operators.io.avro - package com.pervasive.datarush.operators.io.avro
-
Provides operators for reading and writing files in Avro format.
- com.pervasive.datarush.operators.io.jdbc - package com.pervasive.datarush.operators.io.jdbc
-
Provides operators for reading from JDBC sources and writing to JDBC targets.
- com.pervasive.datarush.operators.io.paraccel - package com.pervasive.datarush.operators.io.paraccel
-
- com.pervasive.datarush.operators.io.staging - package com.pervasive.datarush.operators.io.staging
-
Provides operators for reading and writing DataRush staging datasets.
- com.pervasive.datarush.operators.io.textfile - package com.pervasive.datarush.operators.io.textfile
-
Provides operators for reading and writing text data.
- com.pervasive.datarush.operators.io.vectorwise - package com.pervasive.datarush.operators.io.vectorwise
-
- com.pervasive.datarush.operators.io.vectorwise.dl - package com.pervasive.datarush.operators.io.vectorwise.dl
-
- com.pervasive.datarush.operators.join - package com.pervasive.datarush.operators.join
-
Provides operators for joining together two data sets into a single one.
- com.pervasive.datarush.operators.model - package com.pervasive.datarush.operators.model
-
Provides operators for handling models.
- com.pervasive.datarush.operators.partition - package com.pervasive.datarush.operators.partition
-
Provides operators for partitioning and unpartitioning flows of data.
- com.pervasive.datarush.operators.record - package com.pervasive.datarush.operators.record
-
Provides operators for manipulating record structure.
- com.pervasive.datarush.operators.scripting - package com.pervasive.datarush.operators.scripting
-
Provides the
RunScript
operator for running user-defined scripts on the rows of an input record flow.
- com.pervasive.datarush.operators.scripting.engine - package com.pervasive.datarush.operators.scripting.engine
-
- com.pervasive.datarush.operators.select - package com.pervasive.datarush.operators.select
-
Provides operators for selecting a subset of the data set.
- com.pervasive.datarush.operators.sink - package com.pervasive.datarush.operators.sink
-
Provides the
LogRows
operator
for writing debugging information about a flow to the logging API.
- com.pervasive.datarush.operators.sort - package com.pervasive.datarush.operators.sort
-
Provides operators for sorting and manipulating sorted
flows.
- com.pervasive.datarush.operators.source - package com.pervasive.datarush.operators.source
-
Provides operators for generating data tokens in various ways.
- com.pervasive.datarush.operators.string - package com.pervasive.datarush.operators.string
-
Provides operators for operating on string values in records.
- com.pervasive.datarush.ports - package com.pervasive.datarush.ports
-
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
- com.pervasive.datarush.ports.model - package com.pervasive.datarush.ports.model
-
Provides implementations of port objects dealing with the flow of single objects
between operators.
- com.pervasive.datarush.ports.physical - package com.pervasive.datarush.ports.physical
-
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
- com.pervasive.datarush.ports.record - package com.pervasive.datarush.ports.record
-
Provides implementations of port objects related to the flow of record sets
between operators.
- com.pervasive.datarush.schema - package com.pervasive.datarush.schema
-
Provides an object model for capturing schema information used primarily by the textfile
package.
- com.pervasive.datarush.sequences - package com.pervasive.datarush.sequences
-
Provides classes and interfaces related to sequences of
tokens.
- com.pervasive.datarush.sequences.record - package com.pervasive.datarush.sequences.record
-
Provides implementations of sequences of record valued tokens.
- com.pervasive.datarush.sequences.scalar - package com.pervasive.datarush.sequences.scalar
-
Provides implementations of sequences of scalar token values.
- com.pervasive.datarush.test - package com.pervasive.datarush.test
-
Provides tools useful for testing DataRush applications.
- com.pervasive.datarush.testutils - package com.pervasive.datarush.testutils
-
- com.pervasive.datarush.tokens - package com.pervasive.datarush.tokens
-
Provides classes and utilities for working with data tokens.
- com.pervasive.datarush.tokens.record - package com.pervasive.datarush.tokens.record
-
Provides implementations of and utilities for record valued
tokens.
- com.pervasive.datarush.tokens.scalar - package com.pervasive.datarush.tokens.scalar
-
Provides implementations of and utilities for scalar valued
tokens.
- com.pervasive.datarush.types - package com.pervasive.datarush.types
-
Provides classes and interfaces for the description of token data types.
- com.pervasive.datarush.util - package com.pervasive.datarush.util
-
Provides common utilities
- com.pervasive.datarush.webapp - package com.pervasive.datarush.webapp
-
- combine(FileClient, List<Path>, boolean) - Static method in class com.pervasive.datarush.io.InputStreamSuppliers
-
Creates an InputStreamSupplier that will return an input stream consisting of the streams
of each of the sources, combined together.
- combine(StatisticDefinition<?>, List<? extends StatisticSupplier>) - Static method in class com.pervasive.datarush.monitoring.StatisticSuppliers
-
Creates a statistics supplier that combines the given set of suppliers.
- CombinedLogFormat - Class in com.pervasive.datarush.operators.io.textfile
-
Describes the format of a web server log in
NCSA Combined log format.
- CombinedLogFormat() - Constructor for class com.pervasive.datarush.operators.io.textfile.CombinedLogFormat
-
Create a log format for accessing combined log format data.
- CombinedLogFormat(String) - Constructor for class com.pervasive.datarush.operators.io.textfile.CombinedLogFormat
-
Create a log format for accessing combined log format data.
- combineInternals(ReadableStorage) - Method in interface com.pervasive.datarush.operators.group.Aggregator
-
Adds the internal counters of another aggregator this this
aggregator's internal counters.
- CommandRunner - Interface in com.pervasive.datarush.operators.io.vectorwise
-
Interface defining methods used to run an executable outside of the JVM.
- commit() - Method in class com.pervasive.datarush.tokens.record.RecordToIDMap.WriteAccessor
-
Commits the current value to the location returned by
getOrCreateID in the event of a cache flush.
- commitBatch() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteHelper
-
- commitInterval - Variable in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
- COMP_3 - Static variable in class com.pervasive.datarush.schema.ExternalDataType
-
Comp3 data type
- ComparableTokenDecoder - Interface in com.pervasive.datarush.encoding.binary
-
A decoder for byte-wise comparable binary encodings.
- ComparableTokenEncoder - Interface in com.pervasive.datarush.encoding.binary
-
Converts token values into a byte-wise comparable binary encoding.
- compare() - Method in interface com.pervasive.datarush.tokens.record.RecordTokenComparator
-
Indicates the relative ordering of two sets of values.
- compare(byte[], byte[]) - Static method in class com.pervasive.datarush.tokens.scalar.BinaryDataUtil
-
Compares two byte arrays.
- compare() - Method in interface com.pervasive.datarush.tokens.TokenComparator
-
Indicates the relative ordering of two token values.
- compare(BinaryValued, BinaryValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two binary values
in ascending order.
- compare(BinaryValued, byte[]) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of a binary value and a non-null
binary data array in ascending order.
- compare(BooleanValued, BooleanValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two boolean values
in ascending order.
- compare(CharValued, CharValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two character values
in ascending order.
- compare(DateValued, DateValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two date values
in ascending order.
- compare(DoubleValued, DoubleValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two double values
in ascending order.
- compare(FloatValued, FloatValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two float values
in ascending order.
- compare(IntValued, IntValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two integer values
in ascending order.
- compare(LongValued, LongValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two long values
in ascending order.
- compare(NumericValued, long) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of a number value and a non-null
long
in ascending order.
- compare(NumericValued, double) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of a number value and a non-null
double
in ascending order.
- compare(NumericValued, BigDecimal) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of a number value and a non-null
java.math.BigDecimal
in ascending order.
- compare(NumericValued, NumericValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two numeric values
in ascending order.
- compare(ObjectValued<O>, ObjectValued<O>) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two object values
in ascending order.
- compare(StringValued, StringValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two string values
in ascending order.
- compare(TimeValued, TimeValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two time values
in ascending order.
- compare(TimestampValued, TimestampValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two timestamp values
in ascending order.
- compare(ScalarValued, ScalarValued) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two scalar values
in ascending order.
- compareByCodepoint(String, String) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Indicates the relative ordering of two string values by code point
in ascending order.
- compareElement(int, TokenValued) - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
Compares the values of the specified row of tokens to the
tokens at which the given port is positioned.
- compareElement(int, TokenValued) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- compareElement(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- compareElement(int, TokenValued) - Method in interface com.pervasive.datarush.sequences.TokenSequence
-
Compares the value of the specified token to the token at which
the given port is positioned.
- compareElements(int, int) - Method in interface com.pervasive.datarush.sequences.ElementComparator
-
Compares two sequence elements, specified by index.
- compareElements(int, int) - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
- compareElements(int, int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- compareElements(int, int) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- compareElements(int, int) - Method in interface com.pervasive.datarush.sequences.TokenSequence
-
Compares the values of the tokens at the specified
positions.
- CompareFunction - Enum in com.pervasive.datarush.analytics.cluster
-
Values of this enumeration correspond to the compare functions for clustering
models in the PMML specification.
- compareFunction(CompareFunction) - Method in class com.pervasive.datarush.analytics.cluster.ComparisonMeasure.Builder
-
- compareTo(InputTargetPair) - Method in class com.pervasive.datarush.analytics.naivebayes.InputTargetPair
-
Compare this to another InputTargetPair.
- compareTo(Interval<T>) - Method in class com.pervasive.datarush.analytics.stats.Interval
-
First compares the left margins, then the right margins.
- compareTo(NGram) - Method in class com.pervasive.datarush.analytics.text.NGram
-
- compareTo(VirtualNodeID) - Method in class com.pervasive.datarush.cal.VirtualNodeID
-
- compareTo(FunctionDescription) - Method in class com.pervasive.datarush.functions.FunctionDescription
-
- compareTo(LogicalStatistic) - Method in class com.pervasive.datarush.graphs.LogicalStatistic
-
- compareTo(RecordToken) - Method in class com.pervasive.datarush.tokens.record.RecordToken
-
- compareTo(BinaryToken) - Method in class com.pervasive.datarush.tokens.scalar.BinaryToken
-
- compareTo(BooleanToken) - Method in class com.pervasive.datarush.tokens.scalar.BooleanToken
-
- compareTo(CharToken) - Method in class com.pervasive.datarush.tokens.scalar.CharToken
-
- compareTo(DateToken) - Method in class com.pervasive.datarush.tokens.scalar.DateToken
-
- compareTo(DoubleToken) - Method in class com.pervasive.datarush.tokens.scalar.DoubleToken
-
- compareTo(FloatToken) - Method in class com.pervasive.datarush.tokens.scalar.FloatToken
-
- compareTo(IntToken) - Method in class com.pervasive.datarush.tokens.scalar.IntToken
-
- compareTo(LongToken) - Method in class com.pervasive.datarush.tokens.scalar.LongToken
-
- compareTo(NullToken) - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- compareTo(NumericToken) - Method in class com.pervasive.datarush.tokens.scalar.NumericToken
-
- compareTo(ObjectToken<O>) - Method in class com.pervasive.datarush.tokens.scalar.ObjectToken
-
- compareTo(StringToken) - Method in class com.pervasive.datarush.tokens.scalar.StringToken
-
- compareTo(TimestampToken) - Method in class com.pervasive.datarush.tokens.scalar.TimestampToken
-
- compareTo(TimeToken) - Method in class com.pervasive.datarush.tokens.scalar.TimeToken
-
- Comparison - Class in com.pervasive.datarush.matching
-
A configuration of a field comparison for matching.
- Comparison() - Constructor for class com.pervasive.datarush.matching.Comparison
-
Construct an empty comparison object.
- Comparison(String, String, ComparisonType, String) - Constructor for class com.pervasive.datarush.matching.Comparison
-
Construct a Comparison
object used to configure a field comparison operator.
- Comparison(String, ComparisonType, String) - Constructor for class com.pervasive.datarush.matching.Comparison
-
Construct a Comparison
object used to configure a field comparison operator.
- Comparison(String, String, ComparisonType, String, Map<String, Object>) - Constructor for class com.pervasive.datarush.matching.Comparison
-
Construct a Comparison
object used to configure a field comparison operator.
- Comparison(String, ComparisonType, String, Map<String, Object>) - Constructor for class com.pervasive.datarush.matching.Comparison
-
Construct a Comparison
object used to configure a field comparison operator.
- ComparisonMeasure - Class in com.pervasive.datarush.analytics.cluster
-
Corresponds to the ComparisonMeasure PMML element.
- ComparisonMeasure.Builder - Class in com.pervasive.datarush.analytics.cluster
-
- ComparisonMeasure.Kind - Enum in com.pervasive.datarush.analytics.cluster
-
Values of this enumeration correspond to the comparison measure kinds for
ComparisonMeasure
s in clustering models in the PMML specification.
- ComparisonType - Enum in com.pervasive.datarush.matching
-
The type of field comparisons supported by the matching operators.
- CompilationLevel - Enum in com.pervasive.datarush.operators
-
Enumeration of compilation levels.
- compile() - Method in interface com.pervasive.datarush.graphs.LogicalGraph
-
Creates an executable instance of the logical graph.
- compile(EngineConfig) - Method in interface com.pervasive.datarush.graphs.LogicalGraph
-
Creates an executable instance of the logical graph.
- compile(String) - Static method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
Compile the given snippet of JavaScript and capture any warnings or errors.
- compile(Map<String, Object>, String...) - Static method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
Compile the given snippets of JavaScript code and capture any errors or
warnings that occur.
- CompleteType - Class in com.pervasive.datarush.coercion
-
- completionWorker - Variable in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase.Workers
-
- CompletionWorkerBase - Class in com.pervasive.datarush.operators.io.paraccel
-
- CompletionWorkerBase() - Constructor for class com.pervasive.datarush.operators.io.paraccel.CompletionWorkerBase
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceMissingValues
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.naivebayes.learner.NaiveBayesLearner
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.pmml.ReadPMML
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.stats.DistinctValues
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.hbase.DeleteHBase
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.hbase.ReadHBase
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.hbase.WriteHBase
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.matching.cluster.ClusterDuplicates
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.matching.tune.AnalyzeDuplicateKeys
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.matching.tune.AnalyzeLinkKeys
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.assertion.AssertEqualHash
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.assertion.AssertEqualTypes
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.assertion.AssertRowCount
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.CompositeOperator
-
Compose the body of this operator.
- compose(DeferredCompositionContext) - Method in class com.pervasive.datarush.operators.DeferredCompositeOperator
-
Compose the body of this operator.
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.group.Group
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.group.RemoveDuplicates
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Composes a reader for the source, using configured options
and a derived format.
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Composes a writer for the target, using configured options
and a derived format.
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.jdbc.DeleteFromJDBC
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.jdbc.UpdateInJDBC
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.jdbc.WriteToJDBC
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.ReadSource
-
- compose(DeferredCompositionContext) - Method in class com.pervasive.datarush.operators.io.staging.ForceStaging
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.join.FilterExistingRows
-
- compose(DeferredCompositionContext) - Method in class com.pervasive.datarush.operators.join.UnionAll
-
- compose(DeferredCompositionContext) - Method in class com.pervasive.datarush.operators.model.MergeModel
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.OperatorProxies.CompositeOperatorProxy
-
Public only as a matter of implementation; not intended for external use
- compose(DeferredCompositionContext) - Method in class com.pervasive.datarush.operators.OperatorProxies.DeferredCompositeOperatorProxy
-
Public only as a matter of implementation; not intended for external use
- compose(DeferredCompositionContext) - Method in class com.pervasive.datarush.operators.partition.GatherHint
-
- compose(DeferredCompositionContext) - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.partition.Randomize
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.record.DiscoverDomain
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.select.LimitRows
-
- compose(CompositionContext) - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
- compose(DeferredCompositionContext) - Method in class com.pervasive.datarush.operators.sort.Sort
-
- composeJoin(CompositionContext, RecordPort, RecordPort, JoinKey[]) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
- composeJoin(CompositionContext, RecordPort, RecordPort, JoinKey[]) - Method in class com.pervasive.datarush.operators.join.FilterExistingRows
-
- composeJoin(CompositionContext, RecordPort, RecordPort, JoinKey[]) - Method in class com.pervasive.datarush.operators.join.Join
-
- composeJoin(CompositionContext, RecordPort, RecordPort, JoinKey[]) - Method in class com.pervasive.datarush.operators.join.SemiJoin
-
Deprecated.
- CompositeOperator - Class in com.pervasive.datarush.operators
-
To be implemented by operators that can be defined by chaining together
other operations.
- CompositeOperator() - Constructor for class com.pervasive.datarush.operators.CompositeOperator
-
- CompositeTokenSequence - Class in com.pervasive.datarush.sequences.record
-
A record sequence comprised of scalar sequences for fields.
- CompositeTokenSequence(RecordTokenType, ScalarTokenSequence[]) - Constructor for class com.pervasive.datarush.sequences.record.CompositeTokenSequence
-
Create a new sequence backed with the specified scalar token
sequences containing the field values for each record element.
- CompositeValue - Class in com.pervasive.datarush.tokens.record
-
A composite value comprised of scalar valued fields.
- CompositeValue(ScalarValued[]) - Constructor for class com.pervasive.datarush.tokens.record.CompositeValue
-
Construct a composite from the supplied ScalarValued
objects.
- CompositeValue(ScalarValued[], ModificationCountProvider) - Constructor for class com.pervasive.datarush.tokens.record.CompositeValue
-
Construct a composite from the supplied ScalarValued
objects.
- CompositeValue(RecordTokenType, ScalarValued[]) - Constructor for class com.pervasive.datarush.tokens.record.CompositeValue
-
Construct a composite with the described schema using
the supplied ScalarValued
objects.
- CompositeValue(RecordTokenType, ScalarValued[], ModificationCountProvider) - Constructor for class com.pervasive.datarush.tokens.record.CompositeValue
-
Construct a composite with the described schema using
the supplied ScalarValued
objects.
- CompositionContext - Interface in com.pervasive.datarush.operators
-
- CompositionIterator - Interface in com.pervasive.datarush.operators
-
Interface to be implemented by iterative operators.
- CompoundPredicate - Class in com.pervasive.datarush.analytics.decisiontree
-
Corresponds to the CompoundPredicate
PMML element.
- CompoundPredicate() - Constructor for class com.pervasive.datarush.analytics.decisiontree.CompoundPredicate
-
Creates an empty CompoundPredicate element.
- CompoundPredicate.Operator - Enum in com.pervasive.datarush.analytics.decisiontree
-
Enumeration of allowed values for the "booleanOperator" attribute.
- CompressedFileSplit - Class in com.pervasive.datarush.io
-
Describes a range of bytes from a compressed file.
- CompressedFileSplit(Path, CompressionFormat) - Constructor for class com.pervasive.datarush.io.CompressedFileSplit
-
Creates a split encompassing the entire file named by the path.
- Compression - Enum in com.pervasive.datarush.operators.io.avro
-
Describes the compression scheme to use when writing data in
Apache Avro format.
- CompressionFormat - Interface in com.pervasive.datarush.io.compression
-
Provides support for a compression format.
- CompressionFormats - Class in com.pervasive.datarush.io.compression
-
A factory for locating registered compression formats.
- CompressionSplitIterator - Class in com.pervasive.datarush.io
-
- CompressionSplitIterator(SplitIterator, CompressionFormat) - Constructor for class com.pervasive.datarush.io.CompressionSplitIterator
-
- compressStream(OutputStream) - Method in class com.pervasive.datarush.io.compression.BZipCompression
-
- compressStream(OutputStream) - Method in interface com.pervasive.datarush.io.compression.CompressionFormat
-
Wraps the specified stream in a compressor for
the format.
- compressStream(OutputStream) - Method in class com.pervasive.datarush.io.compression.GZipCompression
-
- compressStream(OutputStream) - Method in class com.pervasive.datarush.io.compression.SnappyCompression
-
- compressStream(OutputStream) - Method in class com.pervasive.datarush.io.compression.UncompressedData
-
- compute(DoubleValuedIterator, DoubleValuedIterator) - Method in class com.pervasive.datarush.analytics.svm.KernelType
-
Computes the kernel function of the two vectors.
- compute(DoubleValuedIterator, DoubleValuedIterator) - Method in class com.pervasive.datarush.analytics.svm.LinearKernelType
-
- compute(DoubleValuedIterator, DoubleValuedIterator) - Method in class com.pervasive.datarush.analytics.svm.PolynomialKernelType
-
- compute(DoubleValuedIterator, DoubleValuedIterator) - Method in class com.pervasive.datarush.analytics.svm.RadialBasisKernelType
-
- compute(DoubleValuedIterator, DoubleValuedIterator) - Method in class com.pervasive.datarush.analytics.svm.SigmoidKernelType
-
- computeFormat(CompositionContext) - Method in class com.actian.dataflow.operators.io.orc.ReadORC
-
- computeFormat(CompositionContext) - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
- computeFormat(CompositionContext) - Method in class com.actian.dataflow.operators.io.parquet.ReadParquet
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Determines the data format for the source.
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Determines the data format for the target.
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.avro.ReadAvro
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.avro.WriteAvro
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.staging.ReadStagingDataset
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.staging.WriteStagingDataset
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.textfile.ReadARFF
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.textfile.ReadFixedText
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
- computeFormat(CompositionContext) - Method in class com.pervasive.datarush.operators.io.textfile.WriteFixedText
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.arm.ConvertARMModel
-
- computeMetadata(IterativeMetadataContext) - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
- computeMetadata(IterativeMetadataContext) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.decisiontree.pruner.DecisionTreePruner
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.pmml.WritePMML
-
- computeMetadata(IterativeMetadataContext) - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.regression.SumOfSquares
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.stats.Rank
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.svm.predictor.SVMPredictor
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.FilterText
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.analytics.util.AbstractPredictor
-
Default implementation of computeMetadata.
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.matching.block.GroupPairsSortedRows
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.assertion.AssertEqual
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.assertion.AssertMetadata
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.assertion.AssertPredicate
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.assertion.AssertSorted
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.DeferredCompositeOperator
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.io.jdbc.FinalizeSQLWorker
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.io.jdbc.InitializeSQLWorker
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.io.paraccel.CompletionWorkerBase
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.io.staging.ForceStaging
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.io.textfile.ParseTextFields
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.io.WriteSink
-
- computeMetadata(IterativeMetadataContext) - Method in class com.pervasive.datarush.operators.IterativeOperator
-
Implementations must adhere to the following contracts
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.join.CrossJoin
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.join.UnionAll
-
This operator can execute in parallel.
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.model.GetModel
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.model.MergeModel
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.model.PutModel
-
- computeMetadata(IterativeMetadataContext) - Method in class com.pervasive.datarush.operators.OperatorProxies.IterativeOperatorProxy
-
Public only as a matter of implementation; not intended for external use
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.OperatorProxies.StreamingOperatorProxy
-
Public only as a matter of implementation; not intended for external use
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.partition.GatherHint
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.record.FilterFields
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.record.MergeFields
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.record.RemapFields
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.select.FilterRows
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.sink.CollectRecords
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.sink.LogRows
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.sort.Sort
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.source.EmitRecords
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.source.GenerateConstant
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.source.GenerateRepeatingCycle
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.StreamingOperator
-
Implementations must adhere to the following contracts
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.string.SplitField
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.ports.record.ExternalRecordSink
-
- computeMetadata(StreamingMetadataContext) - Method in class com.pervasive.datarush.ports.record.ExternalRecordSource
-
- computeOutputTypes(StreamingMetadataContext) - Method in class com.pervasive.datarush.operators.DeferredCompositeOperator
-
Convenience method that implementations of
computeMetadata
may use in order to compute the output types.
- computeResultType(FunctionContext) - Method in class com.pervasive.datarush.functions.FixedType
-
- computeResultType(FunctionContext) - Method in interface com.pervasive.datarush.functions.FunctionTyper
-
Calculates the result type for the function given the
provided context.
- computeResultType(FunctionContext) - Method in class com.pervasive.datarush.functions.WidestInputTyper
-
- computeUpperBound(FunctionContext) - Method in class com.pervasive.datarush.functions.FixedType
-
- computeUpperBound(FunctionContext) - Method in interface com.pervasive.datarush.functions.FunctionTyper
-
Calculates the upper bound for the function given the
provided context.
- computeUpperBound(FunctionContext) - Method in class com.pervasive.datarush.functions.WidestInputTyper
-
- concat(ScalarValuedFunction...) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a concatenation of the string
representations of the evaluated expressions.
- concat(List<ScalarValuedFunction>) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a concatenation of the string
representations of the evaluated expressions.
- concat(Strings.NullConcatenation, ScalarValuedFunction...) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a concatenation of the string
representations of the evaluated expressions.
- concat(Strings.NullConcatenation, List<ScalarValuedFunction>) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a concatenation of the string
representations of the evaluated expressions.
- concat(List<Path>, boolean) - Method in interface com.pervasive.datarush.io.FileSystem
-
Returns an input stream consisting of the given list of paths concatenated together.
- concat(FileClient, List<Path>) - Static method in class com.pervasive.datarush.io.InputStreamSuppliers
-
Creates an InputStreamSupplier that will return an input stream consisting of the streams
of each of the paths, concatenated together.
- concat(FileClient, List<Path>, boolean) - Static method in class com.pervasive.datarush.io.InputStreamSuppliers
-
Creates an InputStreamSupplier that will return an input stream consisting of the streams
of each of the paths, concatenated together.
- concat(List<? extends InputStreamSupplier>) - Static method in class com.pervasive.datarush.io.InputStreamSuppliers
-
Creates an InputStreamSupplier that will return an input stream consisting of the streams
of each of the sources, concatenated together.
- concat(List<T>, List<T>) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Concatenates two lists into a single list.
- concat(T[], T[], Class<T>) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Concatenates two arrays into a single array.
- concat(byte[], byte[]) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Concatenates two byte arrays into a single array
- concatAsList(Collection<T>, Collection<T>) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Concatenates two collections and returns the result as a list.
- ConcatenatedByteSource - Class in com.pervasive.datarush.operators.io
-
A data source which concatenates multiple sources.
- ConcatenatedByteSource(List<? extends ByteSource>) - Constructor for class com.pervasive.datarush.operators.io.ConcatenatedByteSource
-
Creates a data source representing the concatenation of
the specified sources.
- Conditionals - Class in com.pervasive.datarush.functions
-
Provides implementations of common conditional evaluation functions.
- Conditionals() - Constructor for class com.pervasive.datarush.functions.Conditionals
-
- configColumnsSpec - Static variable in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkSqlUtils
-
- configTableDef(String) - Static method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkSqlUtils
-
- configuration(ConfigurationField...) - Static method in class com.pervasive.datarush.io.configuration.FileConfiguration
-
Creates a configuration object consisting of an ordered list of fields
- configuration(List<ConfigurationField>) - Static method in class com.pervasive.datarush.io.configuration.FileConfiguration
-
Creates a configuration object consisting of an ordered list of fields
- configuration(FileMetaConfiguration.Entry...) - Static method in class com.pervasive.datarush.io.configuration.FileMetaConfiguration
-
Creates a new meta-configuration consisting of the given entries.
- configuration(List<FileMetaConfiguration.Entry>) - Static method in class com.pervasive.datarush.io.configuration.FileMetaConfiguration
-
Creates a new meta-configuration consisting of the given entries.
- ConfigurationField - Class in com.pervasive.datarush.io.configuration
-
An element of credential information.
- CONFIGURED - Static variable in class com.pervasive.datarush.operators.ParallelismStrategy
-
- configuredClient(FileMetaConfiguration, ModuleConfiguration) - Static method in class com.pervasive.datarush.io.FileClient
-
Creates a new client, authorized according to the given configuration.
- configuredClient(FileMetaConfiguration, ModuleConfiguration, File, Path[]) - Static method in class com.pervasive.datarush.io.FileClient
-
Creates a new client, authorized according to the given configuration.
- configureOutputType() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Convenience method, equivalent to setOutputType(discoverType())
- connect() - Method in interface com.pervasive.datarush.net.SocketBuilder
-
- connect(P, P) - Method in interface com.pervasive.datarush.operators.OperatorComposable
-
Connect two ports together.
- connectInput(int, LogicalPort) - Method in class com.pervasive.datarush.operators.OpenComposite
-
- connectInput(AbstractModelPort<T>) - Method in class com.pervasive.datarush.operators.OpenModelSink
-
- connectInput(int, AbstractModelPort<T>) - Method in class com.pervasive.datarush.operators.OpenMultiModelSink
-
- connectInput(int, RecordPort) - Method in class com.pervasive.datarush.operators.OpenMultiRecordSink
-
- connectInput(RecordPort) - Method in class com.pervasive.datarush.operators.OpenRecordSink
-
- connection - Variable in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteHelper
-
- ConnectionFactory - Interface in com.pervasive.datarush.jdbc
-
Factory for creating connection objects.
- ConnectionHelper - Class in com.pervasive.datarush.operators.io.jdbc
-
- ConnectionHelper() - Constructor for class com.pervasive.datarush.operators.io.jdbc.ConnectionHelper
-
- ConnectionSettings - Interface in com.pervasive.datarush.jdbc
-
Basic JDBC Connection settings.
- connectionType() - Method in class com.pervasive.datarush.net.NetworkConfiguration
-
Returns the type of connection to use in order to connect
- connector - Variable in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteHelper
-
- connectOutput(LogicalPort, int) - Method in class com.pervasive.datarush.operators.OpenComposite
-
- connectOutput(AbstractModelPort<T>) - Method in class com.pervasive.datarush.operators.OpenModelSource
-
- connectOutput(AbstractModelPort<T>, int) - Method in class com.pervasive.datarush.operators.OpenMultiModelSource
-
- connectOutput(RecordPort, int) - Method in class com.pervasive.datarush.operators.OpenMultiRecordSource
-
- connectOutput(RecordPort) - Method in class com.pervasive.datarush.operators.OpenRecordSource
-
- constant(String, String) - Static method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
- constant(ScalarTokenType, String) - Static method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
- constant(byte[]) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified binary
constant.
- constant(boolean) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified boolean
constant.
- constant(char) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified char
constant.
- constant(int) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified int
constant.
- constant(long) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified long
constant.
- constant(float) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified float
constant.
- constant(double) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified double
constant.
- constant(BigDecimal) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified numeric
constant.
- constant(String) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified string
constant.
- constant(O) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified object
constant.
- constant(ScalarToken) - Static method in class com.pervasive.datarush.functions.ConstantReference
-
Creates a function evaluating to the specified value.
- ConstantArgumentConverter - Class in com.pervasive.datarush.functions
-
An abstract argument converter for converting String constants to the
correct object type.
Child classes should implement the convert(String) object to produce
an object.
- ConstantArgumentConverter() - Constructor for class com.pervasive.datarush.functions.ConstantArgumentConverter
-
- ConstantPredicate - Class in com.pervasive.datarush.analytics.decisiontree
-
Corresponds to the True
and False
PMML elements.
- ConstantPredicate(boolean) - Constructor for class com.pervasive.datarush.analytics.decisiontree.ConstantPredicate
-
Create a new constant predicate
- ConstantReference - Class in com.pervasive.datarush.functions
-
A reference to a known value.
- ConstantReference(ScalarValued) - Constructor for class com.pervasive.datarush.functions.ConstantReference
-
Defines a function evaluating to the specified value
- constructEvaluator(EvaluatorFactory, List<Object>, ScalarSettable) - Method in class com.pervasive.datarush.functions.EvaluationContext
-
Creates an evaluator for a top-level expression, binding its
output to the provided result buffer.
- constructForType(TokenType) - Method in class com.pervasive.datarush.types.TokenValueExtractor
-
- constructForType(TokenType) - Method in class com.pervasive.datarush.types.TypeDispatchedConstructor
-
Construct an object appropriate for the specified type.
- constructSubexpressionEvaluation(EvaluatorFactory, List<Object>, ScalarTokenType) - Method in class com.pervasive.datarush.functions.EvaluationContext
-
Creates an evaluation of a subexpression which can be used as input to the
evaluator of the expression containing it.
- ContainerContextBuilder - Class in com.actian.dataflow.cal.yarn.shared
-
Build a container context based on the contents of the classpath specifier.
- ContainerStatsService - Interface in com.actian.dataflow.cal.yarn.shared
-
Service to gather run time statistics for the application master and worker containers.
- ContainerStatsServiceImpl - Class in com.actian.dataflow.cal.yarn.server
-
Service implementation that collects run time stats of the application master
and all of the containers launched by the application master.
- contains(ResourceAllocation) - Method in class com.pervasive.datarush.cal.ResourceAllocation
-
- contains(int) - Method in class com.pervasive.datarush.io.PortRange
-
Returns true if this range contains the
specified element.
- contains(String, String) - Static method in class com.pervasive.datarush.matching.functions.Similarity
-
Builds a function testing whether either of the specified
fields has a string value containing the other.
- contains(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.matching.functions.Similarity
-
Builds a function testing whether either of the specified
string valued expressions contains the other.
- contains(String) - Method in class com.pervasive.datarush.ports.record.AliasSet
-
Returns whether this set contains the given alias
- containsAny(AliasSet) - Method in class com.pervasive.datarush.ports.record.AliasSet
-
Returns true if this set contains any of the member of the other set
- containsNull() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
- containsNull(int) - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
Determines if any column in the specified row is null valued.
- containsNull(int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- containsNull() - Method in class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
- containsNull() - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
- containsNull() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- containsNull() - Method in interface com.pervasive.datarush.tokens.record.RecordValued
-
Determines if any field in the record is null valued.
- containsNull() - Method in class com.pervasive.datarush.tokens.record.RecordValuedFilter
-
- containsNull() - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- ContinuousInputMappingModel - Class in com.pervasive.datarush.analytics.naivebayes
-
PMML Input Mapping for continuous ( numerical ) data.
- ContinuousInputMappingModel() - Constructor for class com.pervasive.datarush.analytics.naivebayes.ContinuousInputMappingModel
-
Create an empty ContinuousMappingModel.
- ContinuousStatistics - Class in com.pervasive.datarush.analytics.stats
-
Object representation of the PMML ContStats
element.
- ContinuousStatistics() - Constructor for class com.pervasive.datarush.analytics.stats.ContinuousStatistics
-
Creates an empty ContinuousStatistics
element
- contructEvaluator(ScalarSettable, Object[]) - Method in interface com.pervasive.datarush.functions.EvaluatorFactory
-
Construct a new evaluator for the associated function with the
given arguments, bound to the specified output buffer.
- contructEvaluator(ScalarSettable, Object[]) - Method in class com.pervasive.datarush.functions.MappedEvaluatorFactory
-
- contructEvaluator(ScalarSettable, Object[]) - Method in class com.pervasive.datarush.functions.ReflectiveFactory
-
- Conversions - Class in com.pervasive.datarush.functions
-
Provides implementations of common type conversion functions.
- ConversionType - Enum in com.pervasive.datarush.analytics.arm
-
Supported target conversion types (from PMML).
- convert(PMMLAssociationModel, File) - Method in interface com.pervasive.datarush.analytics.arm.ModelConverter
-
Convert the given PMML model into the target format and persist the
results at the given location.
- convert(ScalarValuedFunction, Class<?>) - Method in interface com.pervasive.datarush.functions.ArgumentConverter
-
- convert(ScalarValuedFunction, Class<?>) - Method in class com.pervasive.datarush.functions.ConstantArgumentConverter
-
- convert(String) - Method in class com.pervasive.datarush.functions.ConstantArgumentConverter
-
- convert(String) - Method in class com.pervasive.datarush.functions.DateFormatArgumentConverter
-
- convert(String) - Method in class com.pervasive.datarush.functions.DateTimeValueArgumentConverter
-
- convert(ScalarValuedFunction, Class<?>) - Method in class com.pervasive.datarush.functions.DefaultArgumentConverter
-
- convert(String) - Method in class com.pervasive.datarush.functions.GranularityArgumentConverter
-
- convert(String) - Method in class com.pervasive.datarush.functions.NumberFormatArgumentConverter
-
- convert(String) - Method in class com.pervasive.datarush.functions.TimeZoneArgumentConverter
-
- convert(RecordTokenType) - Static method in class com.pervasive.datarush.schema.TextRecord
-
Generates a text file schema from a token type.
- convert(RecordTokenType, TextTypes.StringConversion) - Static method in class com.pervasive.datarush.schema.TextRecord
-
Generates a text file schema from a token type, using the
specified string conversion default behavior.
- convert(RecordTokenType, TextConversionDefaults) - Static method in class com.pervasive.datarush.schema.TextRecord
-
Generates a text file schema from a token type, using the
specified schema-wide default behavior.
- convert(double) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Converts a double value to a BigDecimal
.
- convert(long) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Converts a long value to a BigDecimal
.
- ConvertARMModel - Class in com.pervasive.datarush.analytics.arm
-
An operator that converts an association model in PMML into a target format.
- ConvertARMModel() - Constructor for class com.pervasive.datarush.analytics.arm.ConvertARMModel
-
- converters - Variable in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteHelper
-
- convertFieldName(String) - Static method in class com.pervasive.datarush.operators.scripting.RunScript
-
Convert an input field name into a valid variable for the scripting
environment being used.
- ConvertTextCase - Class in com.pervasive.datarush.analytics.text
-
Converts the case on a TokenizedText field.
- ConvertTextCase() - Constructor for class com.pervasive.datarush.analytics.text.ConvertTextCase
-
DefaultConstructor.
- ConvertTextCase(String) - Constructor for class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Constructor specifying the tokenized text field to convert.
- ConvertTextCase(String, ConvertTextCase.Case) - Constructor for class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Constructor specifying the tokenized text field to convert
and the case to use.
- ConvertTextCase.Case - Enum in com.pervasive.datarush.analytics.text
-
- copy(byte[], int) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Extracts the current contents of the builder to the
specified array at the given offset.
- copy(Path, Path) - Method in class com.pervasive.datarush.io.FileClient
-
Copies a file or directory from one location to another.
- copy(byte[]) - Static method in class com.pervasive.datarush.tokens.scalar.BinaryDataUtil
-
Creates a copy of the specified byte array.
- copy(byte[], int, int) - Static method in class com.pervasive.datarush.tokens.scalar.BinaryDataUtil
-
Creates a copy of a subsequence of the specified byte array.
- copy(List<T>) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Creates a copy containing the elements of the given list.
- copy(InputStream, OutputStream) - Static method in class com.pervasive.datarush.util.FileUtil
-
Copies the contents of the given input stream to the given output stream.
- copyFile(File, File) - Static method in class com.pervasive.datarush.util.FileUtil
-
Copies the file to the given location.
- copyRecursively(File, File) - Static method in class com.pervasive.datarush.util.FileUtil
-
Recursively copies the file/directory to the given file/directory.
- copySign(String, String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns magnitude
with the sign of sign
.
- copySign(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns magnitude
with the sign of sign
.
- copyToOutput() - Method in class com.pervasive.datarush.ports.physical.FieldCopier
-
Sets the values of the bound outputs to the current value of their
associated source.
- CoreAggregationProvider - Class in com.pervasive.datarush.aggregations
-
Registers core classes containing Aggregation methods.
- CoreAggregationProvider() - Constructor for class com.pervasive.datarush.aggregations.CoreAggregationProvider
-
- CoreFunctionProvider - Class in com.pervasive.datarush.functions
-
Registers core classes containing ScalarValuedFunction methods.
- CoreFunctionProvider() - Constructor for class com.pervasive.datarush.functions.CoreFunctionProvider
-
- CoreTypeResolutionProvider - Class in com.pervasive.datarush.operators
-
Public only as a matter of implementation; for internal use only.
- CoreTypeResolutionProvider() - Constructor for class com.pervasive.datarush.operators.CoreTypeResolutionProvider
-
Public only as a matter of implementation; for internal use only.
- corr(String, String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a correlation aggregation for the given inputs.
- corr(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a correlation aggregation for the given inputs.
- cos(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the cosine of the given field using radians.
- cos(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the cosine of the given expression using radians.
- cosh(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the hyperbolic cosine of the given field using radians.
- cosh(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the hyperbolic cosine of the given expression using radians.
- cosine() - Static method in class com.pervasive.datarush.analytics.knn.NearnessMeasure
-
Measures nearness using cosine similarity.
- count - Variable in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics.IntervalCounts
-
- count() - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a count aggregation for all rows within a group.
- count(String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a value count aggregation for the given input.
- count(ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a value count aggregation for the given input.
- countElementType(TextContainer, TextElementType) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Counts the number of elements of a specific type in the TextContainer.
- CounterAggregator - Enum in com.pervasive.datarush.monitoring
-
The count aggregator to use
- CounterDefinition - Class in com.pervasive.datarush.monitoring
-
- CounterDefinition(String, String) - Constructor for class com.pervasive.datarush.monitoring.CounterDefinition
-
Creates a definition with default values.
- CounterSnapshot - Class in com.pervasive.datarush.monitoring
-
- CounterSnapshot(CounterSupplier) - Constructor for class com.pervasive.datarush.monitoring.CounterSnapshot
-
Create a snapshot of the given counter.
- CounterSnapshot(StatisticState, long) - Constructor for class com.pervasive.datarush.monitoring.CounterSnapshot
-
Create a snapshot with the specified values
- CounterSupplier - Interface in com.pervasive.datarush.monitoring
-
Abstract statistic that represents a count of
some runtime activity.
- CountingOutputStream - Class in com.pervasive.datarush.util
-
Keeps track of the number of bytes written to the underlying stream
- CountingOutputStream(OutputStream) - Constructor for class com.pervasive.datarush.util.CountingOutputStream
-
- CountTokens - Class in com.pervasive.datarush.analytics.text
-
Counts the number of tokens in a tokenized text field.
- CountTokens() - Constructor for class com.pervasive.datarush.analytics.text.CountTokens
-
Default constructor.
- CountTokens(String) - Constructor for class com.pervasive.datarush.analytics.text.CountTokens
-
Constructor specifying the tokenized text field with tokens to count.
- CountTokens(String, TextElementType) - Constructor for class com.pervasive.datarush.analytics.text.CountTokens
-
Constructor specifying the tokenized text field with tokens to count
and the type of token to count.
- covar(String, String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a covariance aggregation for the given inputs.
- covar(String, String, boolean) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a covariance aggregation for the given inputs.
- covar(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a covariance aggregation for the given inputs.
- covar(ScalarValuedFunction, ScalarValuedFunction, boolean) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a covariance aggregation for the given inputs.
- cpuTime() - Static method in class com.pervasive.datarush.monitoring.StatisticDefinition
-
A statistic that provides the cpu time in milliseconds.
- create() - Static method in class com.pervasive.datarush.cal.ClusterSpecifier
-
Returns a cluster specifier with default settings.
- create(String, ResourceAllocation, List<NodeAllocationPlan.AssignmentPlan>, ResourceAllocation, NodeInformationMapping) - Static method in class com.pervasive.datarush.cal.NodeAllocationPlan
-
Creates a new node allocation.
- createBuilder(NetworkConfiguration, SocketAddress) - Static method in class com.pervasive.datarush.net.SocketBuilderFactory
-
Creates a new socket builder for the given configuration.
- createClient(ClusterSpecifier, ModuleConfiguration) - Static method in class com.actian.dataflow.cal.yarn.client.YarnShimFactory
-
Get a client interface to the YARN Resource Manager.
- createClient(Class<T>, InetSocketAddress) - Static method in class com.pervasive.datarush.util.SimpleRMI
-
Creates a remote client proxy to the given address.
- createClient(Class<T>, InetSocketAddress, NetworkConfiguration) - Static method in class com.pervasive.datarush.util.SimpleRMI
-
Creates a remote client proxy to the given address.
- createConnection(ConnectionSettings) - Method in interface com.pervasive.datarush.jdbc.ConnectionFactory
-
Create a new JDBC connection.
- createConnection(ConnectionSettings) - Method in class com.pervasive.datarush.jdbc.DefaultConnectionFactory
-
- createContext(Platform, ClasspathSpecifier, String, Class<?>, Path, ClusterPreferences) - Static method in class com.actian.dataflow.cal.yarn.shared.ContainerContextBuilder
-
Create a container context.
- createDecimalFormat(String) - Static method in class com.pervasive.datarush.util.DecimalFormatUtil
-
- createDefault(int) - Static method in class com.pervasive.datarush.analytics.cluster.MissingValueWeights
-
Creates a
MissingValueWeights
instance with
a numArray of the requested size filled with 1.0s
(default value according to the PMML specification).
- createDirectories(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Creates the directory identified by the given path,
creating any necessary parent directories.
- createDirectories(Path) - Method in interface com.pervasive.datarush.io.FileSystem
-
Creates the directory identified by the given path,
creating any necessary parent directories.
- createDirectory(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Creates the directory identified by the given path.
- createDirectory(Path) - Method in interface com.pervasive.datarush.io.FileSystem
-
Creates the directory identified by the given path.
- createDropTableSQL() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
- createExecutor(FileClient, JobSpecifier) - Method in class com.actian.dataflow.cal.yarn.client.YarnClusterProvider
-
- createExecutor(FileClient, JobSpecifier) - Method in interface com.pervasive.datarush.cal.ClusterProvider
-
Create a new job executor service.
- createExecutor(FileClient, JobSpecifier) - Method in class com.pervasive.datarush.cal.ClusterProviderManager
-
Create a new job executor service.
- createFieldFormatter(String) - Method in interface com.pervasive.datarush.schema.RecordTextSchema
-
Creates a new formatter for values of the specified field.
- createFieldParser(String) - Method in interface com.pervasive.datarush.schema.RecordTextSchema
-
Creates a new parser for values of the specified field.
- createFuture(DistributedCallableBatch<R>, List<CommandHandleInfo>, ExecutionOptions) - Method in class com.actian.dataflow.cal.yarn.server.YarnClusterExecutor
-
- createInvoker(ExecutionContext, String) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- createInvoker(ExecutionContext, String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- createIterator(MetadataContext) - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
- createIterator(MetadataContext) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
- createIterator(MetadataContext) - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
- createIterator(MetadataContext) - Method in class com.pervasive.datarush.operators.IterativeOperator
-
Invoked at the start of execution.
- createIterator(MetadataContext) - Method in class com.pervasive.datarush.operators.OperatorProxies.IterativeOperatorProxy
-
Public only as a matter of implementation; not intended for external use
- createLocalClient(Class<T>, T) - Static method in class com.pervasive.datarush.util.SimpleRMI
-
Returns a local client proxy to the given service.
- createMemoizingEvaluator(FunctionEvaluator) - Method in class com.pervasive.datarush.functions.EvaluationContext
-
Creates an evaluator for the top-level expression
which memoizes subexpression values.
- createNewFile(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Creates the file identified by the given path.
- createNewFile(Path) - Method in interface com.pervasive.datarush.io.FileSystem
-
Creates the file identified by the given path, if
it doesn't already exist.
- createParser(ParsingOptions) - Method in class com.actian.dataflow.operators.io.orc.ORCFormat
-
- createParser(ParsingOptions) - Method in class com.actian.dataflow.operators.io.parquet.ParquetFormat
-
- createParser(TextConversionContext) - Method in class com.pervasive.datarush.analytics.util.DynamicEnumerationType
-
- createParser(ParsingOptions) - Method in class com.pervasive.datarush.operators.io.avro.AvroFormat
-
- createParser(ParsingOptions) - Method in interface com.pervasive.datarush.operators.io.DataFormat
-
Create a new parser for the format using the specified parsing options.
- createParser(ParsingOptions) - Method in class com.pervasive.datarush.operators.io.textfile.ARFFDataFormat
-
- createParser(ParsingOptions, CharsetEncoding, String) - Method in class com.pervasive.datarush.operators.io.textfile.CLFLogFormat
-
- createParser(ParsingOptions, CharsetEncoding, String) - Method in class com.pervasive.datarush.operators.io.textfile.CombinedLogFormat
-
- createParser(ParsingOptions) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextFormat
-
- createParser(ParsingOptions, CharsetEncoding, String) - Method in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
- createParser(ParsingOptions) - Method in class com.pervasive.datarush.operators.io.textfile.FixedTextFormat
-
- createParser(ParsingOptions, CharsetEncoding, String) - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
- createParser(ParsingOptions, CharsetEncoding, String) - Method in class com.pervasive.datarush.operators.io.textfile.GlassfishLogFormat
-
- createParser(ParsingOptions, CharsetEncoding, String) - Method in class com.pervasive.datarush.operators.io.textfile.Log4jLogFormat
-
- createParser(ParsingOptions) - Method in class com.pervasive.datarush.operators.io.textfile.LogDataFormat
-
- createParser(ParsingOptions, CharsetEncoding, String) - Method in interface com.pervasive.datarush.operators.io.textfile.LogFormat
-
- createParser(ParsingOptions, CharsetEncoding, String) - Method in class com.pervasive.datarush.operators.io.textfile.SyslogLogFormat
-
- createParser(TextConversionContext) - Method in class com.pervasive.datarush.schema.PaddedTextType
-
- createParser(TextConversionContext) - Method in interface com.pervasive.datarush.schema.TextDataType
-
Creates a new parser for converting text into token values
- createPMMLSpec(RecordTokenType, String, String) - Static method in class com.pervasive.datarush.analytics.arm.MetadataHelper
-
Build the PMML model specification for an ARM model given the transaction field and item field names.
- createPortRange(String) - Static method in class com.pervasive.datarush.io.PortRange
-
This method can be used to create sets containing all the
possible values in a multiple partial ranges.
- createRecordIdentifier() - Method in class com.pervasive.datarush.schema.FixedWidthMultiRecordTextSchema
-
Creates a new record identifier for this schema.
- createRecordIdentifier(FixedWidthMultiRecordTextSchema) - Method in interface com.pervasive.datarush.schema.RecordDiscriminator
-
Creates a new record identifier using the given context.
- createScratchDirectory(String) - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Creates a scratch directory with the given name
beneath the test's scratch directory.
- createScratchDirectory() - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Creates the scratch directory for the test.
- createServer(WebApplicationConfig) - Method in class com.pervasive.datarush.jetty.JettyProvider
-
- createServer(SimpleRMI.Registry) - Static method in class com.pervasive.datarush.util.SimpleRMI
-
Creates a server that can host the list of services listed in the given registry.
- createServer(WebApplicationConfig) - Method in interface com.pervasive.datarush.webapp.WebApplicationServerProvider
-
- createServer(WebApplicationConfig) - Static method in class com.pervasive.datarush.webapp.WebApplicationServers
-
- createServices(Class<T>) - Static method in class com.pervasive.datarush.util.ServiceLookup
-
Return a list of objects that implement the desired service.
- createSet(String) - Static method in class com.pervasive.datarush.ports.record.AliasSet
-
Creates a set consisting of a single key.
- createSet(String[]) - Static method in class com.pervasive.datarush.ports.record.AliasSet
-
Creates a set consisting of an array of keys.
- createSet(String[], TokenOrder) - Static method in class com.pervasive.datarush.ports.record.AliasSet
-
Creates a set consisting of an array of keys and specified order
- createSet(SortKey) - Static method in class com.pervasive.datarush.ports.record.AliasSet
-
Creates a set consisting of the given ordered key
- createSets(String[]) - Static method in class com.pervasive.datarush.ports.record.AliasSet
-
Creates multiple single-key sets.
- createSets(SortKey[]) - Static method in class com.pervasive.datarush.ports.record.AliasSet
-
Creates multiple single-key sets of specified order.
- createTemporaryStorage() - Method in class com.pervasive.datarush.io.FileClient
-
Creates a temporary storage location using default
configuration.
- createTemporaryStorage(File, Path[]) - Method in class com.pervasive.datarush.io.FileClient
-
Creates a temporary storage location using the specified
configuration.
- createTreeFromList(List<TextContainer>) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Creates a TextContainer from a list of TextContainer nodes.
- createTreeFromString(String) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
- createTruncateTableSQL() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
- createWorkers(CompositionContext, RecordTokenType, TableInfo, List<String>, Map<String, String>, int, int, int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
- createWorkers(CompositionContext, RecordTokenType, TableInfo, List<String>, Map<String, String>, int, int, int) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
- createWorkers(CompositionContext, RecordTokenType, TableInfo, List<String>, Map<String, String>, int, int, int) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
- createWriteHelper(JDBCConnector, RecordPort, RecordPort, ExecutionContext, String, AbstractWriteToJDBC.SqlWriteProperties) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- createWriter(FormattingOptions) - Method in class com.actian.dataflow.operators.io.orc.ORCFormat
-
- createWriter(FormattingOptions) - Method in class com.actian.dataflow.operators.io.parquet.ParquetFormat
-
- createWriter(FormattingOptions) - Method in class com.pervasive.datarush.operators.io.avro.AvroFormat
-
- createWriter(FormattingOptions) - Method in interface com.pervasive.datarush.operators.io.DataFormat
-
Create a new writer for the format using the specified formatting options.
- createWriter(FormattingOptions) - Method in class com.pervasive.datarush.operators.io.textfile.ARFFDataFormat
-
- createWriter(FormattingOptions) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextFormat
-
- createWriter(FormattingOptions) - Method in class com.pervasive.datarush.operators.io.textfile.FixedTextFormat
-
- createWriter(FormattingOptions) - Method in class com.pervasive.datarush.operators.io.textfile.LogDataFormat
-
- CrossJoin - Class in com.pervasive.datarush.operators.join
-
Produce the cartesian product of two sets of records.
- CrossJoin() - Constructor for class com.pervasive.datarush.operators.join.CrossJoin
-
Performs a cross join between two inputs
- CST_TIMEZONE - Static variable in class com.pervasive.datarush.tokens.scalar.DateTimeUtils
-
- current() - Method in class com.pervasive.datarush.analytics.text.RegexWordBreakIterator
-
- current(ExecutionContext) - Method in class com.pervasive.datarush.operators.group.SortedGroupHandler
-
Returns the current copy of the input port
- CURRENT_VERSION - Static variable in enum com.pervasive.datarush.operators.io.staging.DatasetFormatVersion
-
Most recent format version for staging data sets
- currentDate() - Static method in class com.pervasive.datarush.functions.DateTime
-
Returns the current date in the time zone of the local machine.
- currentDate(TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Returns the current date in the specified time zone.
- currentTime() - Static method in class com.pervasive.datarush.functions.DateTime
-
Returns the current time of day in the time zone of the local machine.
- currentTime(TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Returns the current time of day in the specified time zone.
- currentTimestamp() - Static method in class com.pervasive.datarush.functions.DateTime
-
Returns the current time stamp in the time zone of the local machine.
- currentTimestamp(TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Returns the current time stamp in the specified time zone.
- G_SIZE - Static variable in interface com.pervasive.datarush.io.compression.bzip2.BZip2Constants
-
- Gain - Class in com.pervasive.datarush.analytics.decisiontree.learner
-
QualityMeasure that uses information gain as the splitting criteria.
- Gain() - Constructor for class com.pervasive.datarush.analytics.decisiontree.learner.Gain
-
- GainRatio - Class in com.pervasive.datarush.analytics.decisiontree.learner
-
QualityMeasure that uses information gain ratio as the splitting criteria.
- GainRatio() - Constructor for class com.pervasive.datarush.analytics.decisiontree.learner.GainRatio
-
- GatherHint - Class in com.pervasive.datarush.operators.partition
-
Forces parallel streams of data to be gathered into a single
non-parallel stream.
- GatherHint() - Constructor for class com.pervasive.datarush.operators.partition.GatherHint
-
Forces a gather of parallel streams of data.
- GaugeAggregator - Enum in com.pervasive.datarush.monitoring
-
The gauge aggregator to use
- GaugeDefinition - Class in com.pervasive.datarush.monitoring
-
- GaugeDefinition(String, String) - Constructor for class com.pervasive.datarush.monitoring.GaugeDefinition
-
Creates a definition with default values.
- GaugeSnapshot - Class in com.pervasive.datarush.monitoring
-
- GaugeSnapshot(GaugeSupplier) - Constructor for class com.pervasive.datarush.monitoring.GaugeSnapshot
-
Create a snapshot of the given gauge.
- GaugeSnapshot(StatisticState, long, long, long) - Constructor for class com.pervasive.datarush.monitoring.GaugeSnapshot
-
Create a snapshot with the specified values
- GaugeSupplier - Interface in com.pervasive.datarush.monitoring
-
Abstract statistic that represents a measure
of some runtime activity whose value may fluctuate over time.
- genBagOfWords(TextContainer) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Creates a bag of words based on the contents of the TextContainer.
- GenerateArithmeticSequence - Class in com.pervasive.datarush.operators.source
-
Generates a sequence of numerical values, with a constant difference between
consecutive values.
- GenerateArithmeticSequence() - Constructor for class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Default constructor.
- GenerateArithmeticSequence(long) - Constructor for class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Generate an arithmetic sequence of the given number of rows.
- GenerateArithmeticSequence(long, RecordTokenType) - Constructor for class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Generate an arithmetic sequence of the given number of rows and type.
- GenerateBagOfWords - Class in com.pervasive.datarush.analytics.text
-
Calculates the bag of words for a tokenized text field.
- GenerateBagOfWords() - Constructor for class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
Default constructor.
- GenerateBagOfWords(String) - Constructor for class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
Constructor specifying the tokenized text field for which to generate the
bag of words.
- GenerateCombinations - Class in com.pervasive.datarush.analytics.arm
-
A combination generator capable of generating combinations
of a given array of integers.
- GenerateCombinations() - Constructor for class com.pervasive.datarush.analytics.arm.GenerateCombinations
-
- generateCombinations() - Method in class com.pervasive.datarush.analytics.arm.GenerateCombinations
-
Generate the wanted combinations according to the parameters set
in the init
method.
- GenerateConstant - Class in com.pervasive.datarush.operators.source
-
Generates copies of a constant value.
- GenerateConstant() - Constructor for class com.pervasive.datarush.operators.source.GenerateConstant
-
The default constructor.
- GenerateConstant(RecordToken, long) - Constructor for class com.pervasive.datarush.operators.source.GenerateConstant
-
Creates a new instance of
GenerateConstant
, specifying
the minimal set of required parameters.
- generateForWrite(RecordTokenType, TextConversionDefaults) - Method in class com.pervasive.datarush.schema.PatternBasedDiscovery
-
- generateForWrite(RecordTokenType, TextConversionDefaults) - Method in interface com.pervasive.datarush.schema.TextRecordDiscoverer
-
Constructs a schema for writing based on the given record type.
- generateName(T) - Method in interface com.pervasive.datarush.namespace.NamingPolicy
-
Create a name to use for the specified entry.
- generateNGramList(TextContainer, int) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Lists the unique n-grams contained in the TextContainer.
- GenerateRandom - Class in com.pervasive.datarush.operators.source
-
Generates rows of random data.
- GenerateRandom() - Constructor for class com.pervasive.datarush.operators.source.GenerateRandom
-
The default constructor.
- GenerateRandom(RecordTokenType, long) - Constructor for class com.pervasive.datarush.operators.source.GenerateRandom
-
Creates a new instance of
GenerateRandom
, specifying
the minimal set of required parameters.
- GenerateRepeatingCycle - Class in com.pervasive.datarush.operators.source
-
Generates a cycle of repeating values.
- GenerateRepeatingCycle() - Constructor for class com.pervasive.datarush.operators.source.GenerateRepeatingCycle
-
The default constructor.
- GenerateRepeatingCycle(long) - Constructor for class com.pervasive.datarush.operators.source.GenerateRepeatingCycle
-
- generateRules(long, long, double) - Method in class com.pervasive.datarush.analytics.arm.RulesGenerator
-
Generate the association rules given the minimum support and minimum confidence
constraints.
- generateSchema(RecordTokenType) - Static method in class com.pervasive.datarush.operators.io.avro.AvroSchemaUtils
-
Creates an Avro schema from the given DataRush record type.
- generateSchema(RecordTokenType, RecordTokenType, UnionAll.UnionMode, boolean) - Static method in class com.pervasive.datarush.operators.join.UnionAll
-
Generate a schema for the union of two records.
- generateSplits(SplitOptions) - Method in class com.pervasive.datarush.operators.io.BasicByteSource
-
- generateSplits(SplitOptions) - Method in interface com.pervasive.datarush.operators.io.ByteSource
-
Gets an iterator producing a set of DataSplit
objects
covering the source.
- generateSplits(SplitOptions) - Method in class com.pervasive.datarush.operators.io.ConcatenatedByteSource
-
- generateSplits(SplitOptions) - Method in class com.pervasive.datarush.operators.io.GlobbingByteSource
-
- generateWordList(TextContainer) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Lists the unique words contained in the TextContainer.
- GENERIC - Static variable in class com.pervasive.datarush.types.TokenTypeConstant
-
An abstract type representing any type.
- GENERIC_OBJECT(Class<?>) - Static method in class com.pervasive.datarush.schema.TextTypes
-
Object token values representing a generic object.
- GENERIC_OBJECT(Class<?>, String) - Static method in class com.pervasive.datarush.schema.TextTypes
-
Object token values representing a generic object.
- GenericLogFormat - Class in com.pervasive.datarush.operators.io.textfile
-
Describes the format of a generic log that can
be parsed using a regular expression.
- GenericLogFormat() - Constructor for class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
Create a generic log format to read data using a regular expression.
- GenericLogFormat(String) - Constructor for class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
Create a generic log format to read data using a regular expression
- GenericObjectFormatter - Class in com.pervasive.datarush.encoding.text
-
A formatter representing object token values as text values.
- GenericObjectFormatter(ObjectTokenType<?>) - Constructor for class com.pervasive.datarush.encoding.text.GenericObjectFormatter
-
Creates a ormatter using the specified object type.
- GenericObjectFormatter(ObjectTokenType<?>, String) - Constructor for class com.pervasive.datarush.encoding.text.GenericObjectFormatter
-
Creates a formatter using the specified object type.
- GenericPMMLModel - Class in com.pervasive.datarush.analytics.pmml
-
A pass-through PMML Model.
- GenericPMMLModel(Document) - Constructor for class com.pervasive.datarush.analytics.pmml.GenericPMMLModel
-
Create a PMMLModel object from a document
- GenericPushable - Interface in com.pervasive.datarush.ports.physical
-
An object publishing buffered data.
- GenericTCPServer - Class in com.pervasive.datarush.util
-
General purpose TCP server that provides thread pooling, start and stop code.
- GenericTCPServer(GenericTCPServer.ConnectionHandler) - Constructor for class com.pervasive.datarush.util.GenericTCPServer
-
Creates a new server
- GenericTCPServer.ConnectionHandler - Interface in com.pervasive.datarush.util
-
Handles incomming connections
- GenericTCPServer.ServerContext - Class in com.pervasive.datarush.util
-
Information passed to a server implementation to provide
execution context.
- GenericTokenType - Interface in com.pervasive.datarush.types
-
A description of the generic data type, the root of the type hierarchy.
- geoAvg(String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a geometric average value aggregation for the given input.
- geoAvg(ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a geometric average value aggregation for the given input.
- get(int, int) - Method in class com.pervasive.datarush.analytics.pmml.PMMLRealMatrix
-
Returns the value of the given matrix element
- get(EngineConfig) - Static method in enum com.pervasive.datarush.analytics.pmml.PMMLVersion
-
Returns the PMML version to use based on the given DR engine config
- get(StatisticDefinition<T>) - Method in class com.pervasive.datarush.monitoring.StatisticsMap
-
Returns the value corresponding to the given definition
- get(int) - Method in interface com.pervasive.datarush.namespace.Namespace
-
Gets the entry at the specified index.
- get(String) - Method in interface com.pervasive.datarush.namespace.Namespace
-
Gets the entry associated with the specified namefrom the namespace.
- get(int) - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Gets the entry at the specified index.
- get(String) - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Gets the entry associated with the specified namefrom the namespace.
- get(Class<T>) - Method in class com.pervasive.datarush.util.SimpleRMI.Registry
-
Returns the registered implementation of the given interface.
- getAbbreviation() - Method in enum com.pervasive.datarush.matching.ComparisonType
-
Gets the abbreviation used for the comparison type.
- getAbsoluteIndex() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
- getAbsoluteIndex() - Method in interface com.pervasive.datarush.sequences.TokenValuedIterator
-
Returns the dense value index for the current value.
- getAbsoluteIndex() - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
- getAbsolutePosition() - Method in class com.pervasive.datarush.io.BinaryReader
-
Gets the current position in the
underlying data.
- getAbsoluteValue() - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Returns the value of the absoluteValue
attribute of the
Coefficients
sub-element.
- getAccumulatedTimeMillis() - Method in class com.pervasive.datarush.monitoring.AccumulatedTimer
-
- getAccumulatedTimeMillis() - Method in class com.pervasive.datarush.monitoring.AccumulatedTimerSnapshot
-
- getAccumulatedTimeMillis() - Method in interface com.pervasive.datarush.monitoring.AccumulatedTimerSupplier
-
The accumulated time so far.
- getAction() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
Get the replacement action value.
- getActualInput() - Method in class com.pervasive.datarush.operators.assertion.AssertEqual
-
Get the actual input data port.
- getActualInput() - Method in class com.pervasive.datarush.operators.assertion.AssertEqualHash
-
Get the actual data input port.
- getActualInput() - Method in class com.pervasive.datarush.operators.assertion.AssertEqualTypes
-
Get the actual value input port.
- getAdvice() - Method in interface com.pervasive.datarush.coercion.LiveConnectAdvisor
-
Returns a list of advice objects
- getAdvice() - Method in class com.pervasive.datarush.coercion.LiveConnectAdvisorImpl
-
- getAdviceForClass(Class<?>) - Method in class com.pervasive.datarush.coercion.LiveConnectAdviceManager
-
Returns the advice associated with the given class.
- getAfterLastRecordScript() - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- getAfterLastRecordScript() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the source of the script run after all input records
have been processed.
- getAggregation(String, ScalarValuedFunction[]) - Method in class com.pervasive.datarush.aggregations.AggregationRegistry
-
Invoke an Aggregation by name, using the supplied arguments.
- getAggregationFunction() - Method in class com.pervasive.datarush.analytics.cluster.ComparisonMeasure
-
- getAggregations() - Method in class com.pervasive.datarush.operators.group.Group
-
Returns the aggregations to apply to the data.
- getAggregations() - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Get the aggregation(s) applied to each pivot group.
- getAggregatorFactory() - Method in class com.pervasive.datarush.operators.group.Aggregation
-
Returns the aggregator factory for this aggregation.
- getAIC() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the Akaike Information Criterion, a measure of the relative goodness of fit of a statistical model.
- getAlgorithmName() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Get the algorithm name.
- getAlgorithmName() - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel
-
Gets the name of the algorithm used to create this model
- getAliases() - Method in class com.pervasive.datarush.ports.record.BalancedDistribution
-
- getAliases() - Method in class com.pervasive.datarush.ports.record.DataDistribution
-
Returns the fields that are referenced by this distribution.
- getAliases() - Method in class com.pervasive.datarush.ports.record.DataOrdering
-
- getAliases() - Method in class com.pervasive.datarush.ports.record.DynamicRangeDataDistribution
-
- getAliases() - Method in class com.pervasive.datarush.ports.record.FullDataDistribution
-
- getAliases() - Method in class com.pervasive.datarush.ports.record.KeyDrivenDataDistribution
-
- getAliases() - Method in class com.pervasive.datarush.ports.record.UnspecifiedPartialDistribution
-
- getAlignment() - Method in class com.pervasive.datarush.schema.PaddedTextType
-
Gets the alignment for values.
- getAllAdvice() - Method in class com.pervasive.datarush.coercion.LiveConnectAdviceManager
-
Returns all registered advice.
- getAllLearningColumns() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getAllocatedResources() - Method in interface com.pervasive.datarush.cal.monitoring.NodeStatistics
-
- getAllocatedResources() - Method in class com.pervasive.datarush.cal.monitoring.NodeStatisticsSnapshot
-
- getAllocationProvider() - Method in class com.actian.dataflow.cal.yarn.server.YarnWorkerArgs
-
- getAlternateTargetCategory() - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Returns the value of the alternateTargetCategory
attribute.
- getAnalysisDepth() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the number of characters to read for
schema discovery and structural analysis
of the file.
- getAnnotationText() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the annotation text property.
- getAnnotationText() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModel
-
Returns the value of the Annotation
sub-element.
- getAntecedent() - Method in class com.pervasive.datarush.analytics.arm.AssociationRule
-
Return the antecedent item set of the rule.
- getAntioutput() - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- getAppResources() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getArgs(String, String...) - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Generates an array of arguments to be fed to a DataRush application's main method.
- getArgument(int) - Method in interface com.pervasive.datarush.functions.FunctionContext
-
Gets the specified argument.
- getArgumentCount() - Method in interface com.pervasive.datarush.functions.FunctionContext
-
Gets the number of arguments passed to the function.
- getArgumentDescriptions() - Method in class com.pervasive.datarush.functions.FunctionDescription
-
- getArguments() - Method in class com.pervasive.datarush.functions.FunctionDescription
-
- getArgumentType(int) - Method in interface com.pervasive.datarush.functions.FunctionContext
-
Gets the datatype of the specified argument.
- getAs(Class<T>, String, T) - Method in class com.pervasive.datarush.coercion.JavaScriptRunner
-
Gets the value to which the specified key is mapped, and coerces that value to the specified target type.
- getAssignment() - Method in class com.pervasive.datarush.cal.PartitionInstanceInfo
-
Returns the assignment
- getAssignment() - Method in interface com.pervasive.datarush.ports.record.PartitioningFunction.Evaluator
-
Returns the partition id to which we should assign the current value
- getAssignments() - Method in class com.pervasive.datarush.cal.NodeAllocationPlan
-
Returns a list of assignments in this node allocation.
- getAssignments() - Method in class com.pervasive.datarush.cal.NodeAllocationState
-
Returns a list of assignments in this node allocation.
- getAssignments() - Method in class com.pervasive.datarush.operators.StagedSourceOptions
-
Returns the assignment that contains partition information, host information, etc
- getAssignmentState() - Method in interface com.pervasive.datarush.cal.DistributedCallableContext
-
Returns the assignment state for this callable.
- getAttribute(Element, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element.
- getAttributeAsBigDecimal(Element, String, BigDecimal) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a BigDecimal.
- getAttributeAsBoolean(Element, String, boolean) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a boolean.
- getAttributeAsDouble(Element, String, double) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a double.
- getAttributeAsEnum(Element, String, Class<T>, T) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as an enum.
- getAttributeAsInt(Element, String, int) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a int.
- getAttributeAsLong(Element, String, long) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a long.
- getAttributeAsOptionalBigDecimal(Element, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a BigDecimal.
- getAttributeAsOptionalDouble(Element, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a double.
- getAttributeAsOptionalInt(Element, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a int.
- getAttributeAsOptionalLong(Element, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Gets the value of the given attribute from the given element as a long.
- getAutoDiscoverDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- getAutoDiscoverDelimiter() - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Indicates whether automated field delimiter discovery
is configured.
- getAutoDiscoverNewline() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Indicates whether the reader should attempt to discover
the newline style (UNIX or DOS) used in the source.
- getAutoDiscoverNewline() - Method in class com.pervasive.datarush.operators.io.textfile.RecordSeparatorSettings
-
- getAutoDiscoverNewline() - Method in interface com.pervasive.datarush.operators.io.textfile.RecordSeparatorSpecifier
-
Indicates whether automated newline discovery is configured.
- getAutoDiscoverSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- getAutoDiscoverSeparator() - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Indicates whether automated field separator discovery
is configured.
- getAvailableFields() - Method in exception com.pervasive.datarush.namespace.InvalidFieldException
-
Retrieves an array of valid field names which were available.
- getAvailableProcessors() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Retrieves the configured number of processors available for this
engine.
- getAvgItemsPerTxn() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Get the average items per transaction value.
- getBasePartitionFunction() - Method in class com.pervasive.datarush.ports.record.KeyDrivenDataDistribution
-
Returns the base partitioning function.
- getBaseScratchPath() - Static method in class com.pervasive.datarush.test.TestHelper
-
Return the base scratch path.
- getBatchCount() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
Gets the accumulated count of token batches processed by the port.
- getBatchCount() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the accumulated count of token batches processed by the port.
- getBatchSize() - Method in class com.pervasive.datarush.graphs.EngineConfig.Ports
-
Retrieves the configured batch size.
- getBeforeFirstRecordScript() - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- getBeforeFirstRecordScript() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the source of the script run before any input records
are processed.
- getBestClass() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.TargetCounts
-
Returns the most common target class
- getBIC() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the Bayesian Information Criterion, a measure of the relative goodness of fit of a statistical model which penalizes the number of parameters more strongly than AIC.
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- getBigDecimal(int) - Method in interface com.pervasive.datarush.sequences.scalar.NumericTokenSequence
-
Gets the value of the specified token as
a BigDecimal
.
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getBigDecimal(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- getBinary(int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- getBinary(int) - Method in interface com.pervasive.datarush.sequences.scalar.BinaryTokenSequence
-
Gets the value of the specified token as
a binary value.
- getBinary(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- getBinaryRef(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getBinaryRef(int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- getBinaryRef(int) - Method in interface com.pervasive.datarush.sequences.scalar.BinaryTokenSequence
-
Gets the value of the specified token as
a binary value.
- getBinaryRef(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- getBinding(int) - Method in interface com.pervasive.datarush.namespace.Namespace
-
Gets the name-entry association at the specified index.
- getBinding(int) - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Gets the name-entry association at the specified index.
- getBindings() - Method in interface com.pervasive.datarush.namespace.Namespace
-
Gets a collection of all the name-entry associations.
- getBindings() - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Gets a collection of all the name-entry associations.
- getBivariateStats() - Method in class com.pervasive.datarush.analytics.stats.PMMLSummaryStatisticsModel
-
Returns the bivariate statistics for this model
- getBlockingKeys() - Method in class com.pervasive.datarush.matching.tune.AnalyzeDuplicateKeys
-
Gets the fields to use for key blocking.
- getBlockPadding() - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
- getBlockSize() - Method in class com.pervasive.datarush.operators.io.staging.DatasetMetadata
-
Returns the block size of the data set.
- getBlockSize() - Method in class com.pervasive.datarush.operators.io.staging.WriteStagingDataset
-
Gets the block size, in rows, used for encoding data.
- getBlockSize() - Method in class com.pervasive.datarush.ports.record.DatasetOptions
-
Returns the
block size
to use
for writing the dataset.
- getBoolean(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getBoolean(int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- getBoolean(int) - Method in interface com.pervasive.datarush.sequences.scalar.BooleanTokenSequence
-
Gets the value of the specified token as
a boolean
.
- getBoolean(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBooleanTokenList
-
- getBoundaries() - Method in class com.pervasive.datarush.ports.record.RangePartitioningFunction
-
Returns the boundaries to partition on
- getBoundaryType() - Method in class com.pervasive.datarush.ports.record.RangePartitioningFunction
-
Returns the boundary type determined by the widest type of all boundaries
- getBucketId() - Method in class com.pervasive.datarush.cal.StorageBucket
-
- getBufferRows() - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Gets the size (in rows) of the memory buffer used to generate
output pairs.
- getBufferRows() - Method in class com.pervasive.datarush.operators.join.CrossJoin
-
Gets the size (in rows) of the memory buffer used to generate
output records.
- getBufferSize() - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
- getBufferSize() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Gets the data buffer size (in rows).
- getBytesWritten() - Method in class com.pervasive.datarush.util.CountingOutputStream
-
- getC() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMTypeCSvc
-
Return the cost parameter of the C-SVC
learner.
- getCacheLocation() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getCalendarDate(int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- getCalendarDate(int) - Method in interface com.pervasive.datarush.sequences.scalar.DateTokenSequence
-
Gets the value of the specified token as
a calendar date.
- getCalendarDate(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- getCardinality() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the value of the "cardinality" attribute of the Counts
sub-element.
- getCaseFormat() - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Get the case format for the conversions.
- getCaseSensitive() - Method in class com.pervasive.datarush.schema.Rule
-
Return case sensitive property.
- getCategoricalPredictor(String) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Get the categorical predictor for the given independent variable.
- getCategoricalPredictors() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Gets the table's predictors that take a categorical (i.e.
- getCategoricalPredictors() - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
- getCategories() - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionClassificationModel
-
- getCategory() - Method in class com.pervasive.datarush.functions.FunctionDescription
-
- getCategory() - Method in interface com.pervasive.datarush.modules.Module
-
- getCategoryPredictor(String, RecordValued, DoubleSettable) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionClassificationModel
-
Get the likelihood predictor for a particular category
- getCause() - Method in exception com.pervasive.datarush.types.FieldTypesNotComparableException
-
- getCauseMap() - Method in exception com.pervasive.datarush.graphs.DROperatorException
-
Get a java.util.Map
of cause exceptions, keyed by name.
- getCauses() - Method in exception com.pervasive.datarush.cal.DistributedExecutionException
-
Returns the cause exceptions
- getCausesMap() - Method in exception com.pervasive.datarush.graphs.DROperatorException
-
Get a java.util.Map
of cause exceptions, keyed by name.
- getCellFieldMap() - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Get the HBase cell to field mapping.
- getCellMarkerMap() - Method in class com.pervasive.datarush.hbase.DeleteHBase
-
- getChar(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getChar(int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- getChar(int) - Method in interface com.pervasive.datarush.sequences.scalar.CharTokenSequence
-
Gets the value of the specified token as
a char
.
- getChar(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- getCharset() - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Get character set value for input and output data.
- getCharset() - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Gets the character set.
- getCharset() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Gets the character set used by the data source.
- getCharset() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Gets the character set used by the data sink.
- getCharset() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the character set used when staging and loading for vwload method for Vectorwise operator.
- getCharset() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the character set used when staging and loading for vwload method for Vectorwise operator.
- getCharsetEncoded() - Method in class com.pervasive.datarush.schema.ExternalDataType
-
Return indicator of whether or not the data type is character set encoded.
- getCharsetName() - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Gets the character set name.
- getCharsetName() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Gets the name of the character set used by the
data source.
- getCharsetName() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Gets the name of the character set used by the
data sink.
- getChartNames() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the predictor names for each input port
to be displayed as the chart legend (null entries
for disconnected input ports).
- getChartType() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the desired chart type (ROC, Gains, Lift).
- getChildCount() - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getChildCount() - Method in interface com.pervasive.datarush.analytics.text.TextNode
-
Get the number of direct children of this node.
- getChildElements(Element, String...) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Returns all of the children elements of the given element.
- getChildOperators() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the children of this operator if this operator is a CompositeOperator
.
- getChildren() - Method in class com.pervasive.datarush.analytics.decisiontree.CompoundPredicate
-
Returns the child predicate elements.
- getChildren() - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Returns the list of child Node
elements associated with this node.
- getChildren() - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getChildren() - Method in interface com.pervasive.datarush.analytics.text.TextNode
-
Get the ordered list of direct children of this node.
- getChildren() - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstanceView
-
Gets the descriptions of the top-level operators
comprising the instance.
- getClassification() - Method in interface com.pervasive.datarush.analytics.knn.ClassificationScheme.Classifier
-
Gets the classification to assign based on the
specified neighbors.
- getClassificationScheme() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets how the classification of a record in the query data
is determined from the classifications of its nearest neighbors
in the example data.
- getClassifiers() - Method in class com.pervasive.datarush.matching.Phase
-
Get the list of classifiers configured for this phase.
- getClassLoader() - Method in interface com.pervasive.datarush.modules.Module
-
- getClassName() - Method in class com.pervasive.datarush.coercion.OperationResult
-
- getClasspathEntries() - Method in class com.actian.dataflow.cal.yarn.client.ApplicationResource
-
Get the list of relative classpath entries.
- getClasspathSpecifier() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getClasspathSpecifier() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the classpath to be used in the case of a remote job.
- getClean() - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer
-
Returns a port that will output the "clean" rows.
- getCleanupMode() - Method in class com.pervasive.datarush.matching.Phase
-
Gets the cleanup mode configured for phases.
- getClearText() - Method in class com.pervasive.datarush.io.configuration.Password
-
Returns the clear-text password
- getClosure() - Method in class com.pervasive.datarush.analytics.stats.Interval
-
Returns the closure of the interval
- getCluster() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the cluster specifier.
- getClusteringFields() - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel
-
- getClusterPreferences() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getClusters() - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel
-
- getCode() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- getCode() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse
-
- getCode() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponseOrBuilder
-
- getCodecName() - Method in enum com.pervasive.datarush.operators.io.avro.Compression
-
Gets the codec name used by Avro to identify the
compression scheme
- getCoef0() - Method in class com.pervasive.datarush.analytics.svm.PolynomialKernelType
-
Returns the value of the "coef0" attribute.
- getCoef0() - Method in class com.pervasive.datarush.analytics.svm.SigmoidKernelType
-
Returns the value of the "coef0" attribute.
- getCoefficient() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
Get the coefficient value.
- getCoefficient() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
Get the coefficient value.
- getCoefficients() - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Returns the coefficients of the SVM.
- getCoercers() - Method in interface com.pervasive.datarush.coercion.CoercerRegistrationFactory
-
- getCoercers() - Method in class com.pervasive.datarush.coercion.CoercerRegistrationFactoryImpl
-
- getColumn(int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- getColumn(int) - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
Gets the ScalarTokenSequence
containing the specified
column data.
- getColumn(int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- getCombinedDataDistribution(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Gets the required data distribution of this port
- getCombinedDataOrdering(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Gets the required data ordering of this port
- getCombinedMetadata(LogicalPort) - Method in interface com.pervasive.datarush.operators.MetadataContext
-
Returns the source metadata combined with the required metadata to determine the actual metadata
that the operator will receive.
- getCombinedMetadata(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns the actual metadata that the operator will see given its current
requirements and parallelism setting.
- getComments() - Method in class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer.Analysis
-
Gets the comments present in the source file.
- getComments() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets the comments present in the source file.
- getComments() - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Gets the comments lines current set to be written.
- getCommitInterval() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Retrieves the commit interval used by the JDBC driver.
- getCommitInterval() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.SqlWriteProperties
-
- getComparator(TokenType) - Static method in class com.pervasive.datarush.tokens.TokenComparators
-
Creates a comparator appropriate for the given type.
- getComparator(TokenValued, TokenValued) - Static method in class com.pervasive.datarush.tokens.TokenComparators
-
Creates a comparator, bound to the given left and right values.
- getComparator(TokenType, TokenOrder) - Static method in class com.pervasive.datarush.tokens.TokenComparators
-
Creates a comparator appropriate for the given type ordered in
the specified direction.
- getCompareFunction() - Method in class com.pervasive.datarush.analytics.cluster.ClusteringField
-
- getCompareFunction() - Method in class com.pervasive.datarush.analytics.cluster.ComparisonMeasure
-
- getComparisonMeasure() - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel
-
- getComparisons() - Method in class com.pervasive.datarush.matching.Phase
-
Get the list of comparisons configured for this phase.
- getCompilationLevel() - Method in interface com.pervasive.datarush.operators.CompositionContext
-
Returns the compilation level with which the graph is being compiled
- getCompilationLevel() - Method in interface com.pervasive.datarush.operators.MetadataCalculationContext
-
Returns the compilation level with which the graph is being compiled
- getCompositeComparator(ScalarTokenType[], TokenOrder) - Static method in class com.pervasive.datarush.tokens.TokenComparators
-
Creates a composite comparator appropriate for the given types
ordered in the specified direction.
- getCompositeComparator(ScalarValued[], ScalarValued[], TokenOrder) - Static method in class com.pervasive.datarush.tokens.TokenComparators
-
Creates a composite comparator, bound to the given sets of left and right values,
using the specified ordering for all pairings of values.
- getCompositeComparator(ScalarTokenType[], TokenOrder[]) - Static method in class com.pervasive.datarush.tokens.TokenComparators
-
Creates a composite comparator appropriate for the given types
ordered in the specified direction for each field.
- getCompositeComparator(ScalarValued[], ScalarValued[], TokenOrder[]) - Static method in class com.pervasive.datarush.tokens.TokenComparators
-
Creates a composite comparator, bound to the given sets of left and right values,
using the specified orderings for each pairing of values.
- getCompressedFilename(String) - Method in class com.pervasive.datarush.io.compression.BZipCompression
-
- getCompressedFilename(String) - Method in interface com.pervasive.datarush.io.compression.CompressionFormat
-
Adds the common file suffix associated with this format
to the given file name.
- getCompressedFilename(String) - Method in class com.pervasive.datarush.io.compression.GZipCompression
-
- getCompressedFilename(String) - Method in class com.pervasive.datarush.io.compression.SnappyCompression
-
- getCompressedFilename(String) - Method in class com.pervasive.datarush.io.compression.UncompressedData
-
- getCompression() - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
- getCompression() - Method in class com.pervasive.datarush.operators.io.avro.AvroMetadata
-
Gets the name of the compression method used
when writing the file.
- getCompression() - Method in class com.pervasive.datarush.operators.io.avro.WriteAvro
-
Gets the currently specified compression method for
writing data blocks.
- getCompression() - Method in class com.pervasive.datarush.operators.io.BasicByteSink
-
Gets the compression format used for writing.
- getCompression() - Method in class com.pervasive.datarush.operators.io.BasicByteSource
-
Gets the compression format expected for reading.
- getCompressionFormat() - Method in class com.pervasive.datarush.io.SplittableCompressedFileSplit
-
Get the compression format.
- getConcatenatedSource(List<Path>) - Static method in class com.pervasive.datarush.operators.io.ConcatenatedByteSource
-
Creates a source which is the concatenation of the specified paths,
in order.
- getConcatenatedSource(List<Path>, UnreadableSourceAction) - Static method in class com.pervasive.datarush.operators.io.ConcatenatedByteSource
-
Creates a source which is the concatenation of the specified paths,
in order.
- getConfidence() - Method in class com.pervasive.datarush.analytics.arm.AssociationRule
-
Return the confidence of the rule.
- getConfidence() - Method in class com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
-
Returns the value of the "confidence" attribute.
- getConfidenceFieldNames() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the confidence field names for each input port
(null entries for disconnected ports).
- getConfidencePrefix() - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Gets the field name prefix to use for confidence.
- getConfiguration() - Method in class com.pervasive.datarush.analytics.decisiontree.pruner.DecisionTreePruner
-
Returns the configuration that controls how pruning is performed.
- getConfiguration() - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- getConfiguration() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get the configuration.
- getConfiguration() - Method in class com.pervasive.datarush.io.configuration.FileMetaConfiguration.Entry
-
Returns the configuration to use for paths that start with the given prefix
- getConfiguration(Path) - Method in class com.pervasive.datarush.io.configuration.FileMetaConfiguration
-
- getConfiguration() - Method in class com.pervasive.datarush.io.FileClient
-
Returns the meta-configuration containing the configuration of this file client.
- getConfiguration() - Method in interface com.pervasive.datarush.webapp.WebApplicationServer
-
Returns the configuration for this web application server.
- getConfigurationTemplate() - Method in class com.pervasive.datarush.aws.s3.S3FileSystemProvider
-
- getConfigurationTemplate() - Method in class com.pervasive.datarush.io.BuiltinStreamProvider
-
- getConfigurationTemplate() - Method in interface com.pervasive.datarush.io.FileSystemProvider
-
Returns a non-populated configuration object to server as a template that the user
must fill-in.
- getConfigurationTemplate() - Method in class com.pervasive.datarush.io.FTPFileSystemProvider
-
- getConfigurationTemplate() - Method in class com.pervasive.datarush.io.HadoopFileSystemProvider
-
- getConfigurationTemplate() - Method in class com.pervasive.datarush.io.LocalFileSystemProvider
-
- getConfigurationTemplate() - Method in class com.pervasive.datarush.io.SFTPFileSystemProvider
-
- getConfigurationTemplate() - Method in class com.pervasive.datarush.io.URLFileSystemProvider
-
- getConnection() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Creates a JDBC connection as necessary and returns it.
- getConnectionFactory() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Returns the connection factory to be used for creating connections.
- getConnectionFactory() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Returns the connection factory to be used for creating connections.
- getConnectionHandler() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Returns the handler to use for processing connections
- getConnectionStatistics(LogicalGraphInstance, LogicalPort) - Static method in class com.pervasive.datarush.graphs.LogicalGraphInstances
-
Returns the connection statistics associated with the given input port.
- getConnector() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- getConnector() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrixDataWorker
-
- getConsequent() - Method in class com.pervasive.datarush.analytics.arm.AssociationRule
-
Return the consequent item set of the rule.
- getConstant() - Method in class com.pervasive.datarush.operators.source.GenerateConstant
-
Returns the value to generate
- getContainerStats() - Method in class com.actian.dataflow.cal.yarn.server.ContainerStatsServiceImpl
-
- getContainerStats() - Method in interface com.actian.dataflow.cal.yarn.shared.ContainerStatsService
-
Return a list of node statistics from each active container being managed by
an external application master.
- getContext(int) - Method in interface com.pervasive.datarush.cal.DistributedCallableContextBatch
-
Returns the context corresponding to the given partitionID
- getContextPath() - Method in class com.pervasive.datarush.webapp.WebApplicationConfig
-
The context path for the web application.
- getContexts() - Method in interface com.pervasive.datarush.cal.DistributedCallableContextBatch
-
- getContexts() - Method in interface com.pervasive.datarush.cal.PseudoDistributedExecutorService
-
Returns the contexts corresponding to all distributed contexts.
- getContinuousLearningColumns() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getContinuousStatistics() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the value of the ContStats
sub-element.
- getConversion(boolean, boolean) - Static method in enum com.pervasive.datarush.schema.TextTypes.StringConversion
-
Gets the conversion with the specified properties.
- getConversionType() - Method in class com.pervasive.datarush.analytics.arm.ConvertARMModel
-
Get the conversion type.
- getConverter() - Method in class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
Gets a memoized converter for this object.
- getConverter(TokenValued) - Static method in class com.pervasive.datarush.tokens.TokenConverters
-
Creates a converter, bound to the given value
- getConverter(TokenType) - Static method in class com.pervasive.datarush.tokens.TokenConverters
-
Creates a converter appropriate for the given type.
- getConverters(RecordTokenType) - Static method in class com.pervasive.datarush.tokens.TokenConverters
-
Creates an array of converters for each scalar type in the given record type.
- getConverters(RecordValued) - Static method in class com.pervasive.datarush.tokens.TokenConverters
-
Creates an array of converters for each scalar field in the given record value.
- getCoordHost() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- getCoordPort() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- getCorrelation() - Method in class com.pervasive.datarush.analytics.stats.BivariateNumericInfo
-
Returns the correlation matrix for the set of fields represented by this BivariateStats
.
- getCount() - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics.IntervalCounts
-
Returns the number of values within an interval
- getCount() - Method in class com.pervasive.datarush.monitoring.BasicCounter
-
- getCount() - Method in class com.pervasive.datarush.monitoring.CounterSnapshot
-
- getCount() - Method in interface com.pervasive.datarush.monitoring.CounterSupplier
-
This will return the value of the counter or an undefined value if never started.
- getCount() - Method in class com.pervasive.datarush.operators.select.LimitRows
-
Gets the maximum number of records
which will be output.
- getCovariance() - Method in class com.pervasive.datarush.analytics.stats.BivariateNumericInfo
-
Returns the covariance matrix for the set of fields represented by this BivariateStats
.
- getCPU() - Method in class com.pervasive.datarush.cal.ResourceAllocation
-
Gets the number of virtual cores allotted.
- getCurrent() - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Gets a string representation of the current row's keys at the point in
the input flow where the incorrect row ordering was discovered.
- getCurrentEncryptor() - Method in class com.pervasive.datarush.encryption.EncryptionManager
-
Returns the encryptor to use when encrypting.
- getCurrentEncryptorId() - Method in class com.pervasive.datarush.encryption.EncryptionManager
-
- getCurrentNodeID() - Method in class com.pervasive.datarush.cal.NodeAllocationState.AssignmentState
-
The node ID that this assignment is currently on.
- getCurrentTValue() - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Return the token value where the sort order discrepancy occurred.
- getCurrentValue() - Method in class com.pervasive.datarush.monitoring.GaugeSnapshot
-
- getCurrentValue() - Method in interface com.pervasive.datarush.monitoring.GaugeSupplier
-
Returns the current value of the gauge or an unspecified
value if the gauge is unavailable.
- getCustomLevelDefinitions() - Method in class com.pervasive.datarush.operators.io.textfile.Log4jLogFormat
-
Gets the custom level definitions.
- getDatabase() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the database name.
- getDatabase() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get the database name.
- getDatabase() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the database name.
- getDatabaseName() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the database name.
- getDataDistribution() - Method in class com.pervasive.datarush.operators.assertion.AssertMetadata
-
Get the DataDistribution to assert.
- getDataDistribution() - Method in class com.pervasive.datarush.operators.io.FileMetadata
-
Returns the data partitioning of the file.
- getDataDistribution() - Method in class com.pervasive.datarush.ports.record.RecordMetadata
-
Returns the data partitioning of the record port.
- getDataDuration() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
- getDataDuration() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the amount of time data has been flowing through the port,
in milliseconds.
- getDataIdField() - Method in class com.pervasive.datarush.matching.cluster.ClusterDuplicates
-
Gets the name of the field uniquely identifying records in the original source.
- getDataName() - Method in class com.pervasive.datarush.analytics.pmml.ModelQuality
-
- getDataOrdering() - Method in class com.pervasive.datarush.operators.assertion.AssertMetadata
-
Get the DataOrdering metadata to assert.
- getDataOrdering() - Method in class com.pervasive.datarush.operators.io.FileMetadata
-
Returns the data ordering of the file.
- getDataOrdering() - Method in class com.pervasive.datarush.operators.partition.GatherHint
-
Gets the data ordering of the output.
- getDataOrdering() - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
Gets the data ordering of the output.
- getDataOrdering() - Method in class com.pervasive.datarush.ports.record.RecordMetadata
-
Returns the data ordering of the record port.
- getDataQuery() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Gets the configured data query.
- getDataset() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
loads the next buffer
- getDataUsage() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the dataUsage, the relationship between the model and the dataset used to measure its quality.
- getDate() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets the date and time at which the log entry was added.
- getDate(int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- getDate(int, TimeZone) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- getDate(int) - Method in interface com.pervasive.datarush.sequences.scalar.DateTokenSequence
-
- getDate(int, TimeZone) - Method in interface com.pervasive.datarush.sequences.scalar.DateTokenSequence
-
- getDate(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- getDate(int, TimeZone) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- getDateEpochDays(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getDayMillis(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- getDayMillis(int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- getDayMillis(int) - Method in interface com.pervasive.datarush.sequences.scalar.TimeTokenSequence
-
Get the value of the specified token as the number
of milliseconds elapsed since midnight.
- getDayOfMonth() - Method in class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Get the day portion of the date.
- getDaysSinceEpoch() - Method in class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Get the number of days elapsed since epoch.
- getDecodeBuffer() - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Gets the size of the buffer, in bytes, used to decode
character data.
- getDecodeBuffer() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Gets the size of the buffer, in bytes, used to decode
character data.
- getDecoder() - Static method in class com.pervasive.datarush.analytics.text.NGramMap
-
- getDecoder() - Static method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getDecoder() - Static method in class com.pervasive.datarush.analytics.text.WordMap
-
- getDefault() - Static method in enum com.pervasive.datarush.analytics.pmml.PredictiveModelQuality.Usage
-
- getDefault() - Static method in class com.pervasive.datarush.coercion.LiveConnectAdviceManager
-
Returns the default instance.
- getDefaultChild() - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Returns the value of the "defaultChild" attribute.
- getDefaultChronology() - Static method in class com.pervasive.datarush.tokens.scalar.DateTimeUtils
-
- getDefaultConfiguration() - Method in class com.pervasive.datarush.aws.s3.S3FileSystemProvider
-
- getDefaultConfiguration() - Method in class com.pervasive.datarush.io.BuiltinStreamProvider
-
- getDefaultConfiguration() - Method in interface com.pervasive.datarush.io.FileSystemProvider
-
Gets default configuration for the schemes handled by the provider.
- getDefaultConfiguration() - Method in class com.pervasive.datarush.io.FTPFileSystemProvider
-
- getDefaultConfiguration() - Method in class com.pervasive.datarush.io.HadoopFileSystemProvider
-
- getDefaultConfiguration() - Method in class com.pervasive.datarush.io.LocalFileSystemProvider
-
- getDefaultConfiguration() - Static method in class com.pervasive.datarush.io.Paths
-
Collects the default configuration for all installed providers.
- getDefaultConfiguration() - Method in class com.pervasive.datarush.io.SFTPFileSystemProvider
-
- getDefaultConfiguration() - Method in class com.pervasive.datarush.io.URLFileSystemProvider
-
- getDefaultExternalType(ScalarTokenType) - Static method in class com.pervasive.datarush.schema.TextTypes
-
Gets the default external type for the given token type.
- getDefaultInstance() - Static method in class com.pervasive.datarush.encoding.binary.TokenEncodings
-
- getDefaultInstance() - Static method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage
-
- getDefaultInstance() - Static method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getDefaultInstance() - Static method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse
-
- getDefaultInstanceForType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- getDefaultInstanceForType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage
-
- getDefaultInstanceForType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getDefaultInstanceForType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse
-
- getDefaultLogFormat() - Method in enum com.pervasive.datarush.operators.io.textfile.SupportedLogType
-
- getDefaultOrdinal() - Method in class com.pervasive.datarush.types.EnumeratedValues
-
Deprecated.
Returns the default value that is assumed for unspecified sparse data values
- getDefaultOrdinal() - Method in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
- getDefaultPattern() - Method in enum com.pervasive.datarush.operators.io.textfile.SupportedLogType
-
- getDefaults() - Method in interface com.pervasive.datarush.schema.RecordTextSchema
-
Gets the default conversion behaviors for fields in the
schema which do not explicitly define any.
- getDefaults() - Method in class com.pervasive.datarush.schema.TextConversionContext
-
Returns the default conversion behavior to use, if the type does not specify one.
- getDefaultStorageManagementPath(ClusterSpecifier) - Method in class com.actian.dataflow.cal.yarn.client.YarnClusterProvider
-
- getDefaultStorageManagementPath(ClusterSpecifier) - Method in interface com.pervasive.datarush.cal.ClusterProvider
-
Returns the default root path for this cluster provider.
- getDefaultStorageManagementPath(ClusterSpecifier) - Method in class com.pervasive.datarush.cal.ClusterProviderManager
-
Returns the default root path for this cluster provider.
- getDefaultTimeZone() - Static method in class com.pervasive.datarush.tokens.scalar.DateTimeUtils
-
- getDefaultValue() - Method in class com.pervasive.datarush.coercion.CompleteType
-
- getDefaultValue() - Method in class com.pervasive.datarush.graphs.EngineProperty
-
Gets the default value for the property.
- getDefaultValue() - Method in class com.pervasive.datarush.matching.PropertyDefinition
-
Gets the default value for the property
- getDegree() - Method in class com.pervasive.datarush.analytics.svm.PolynomialKernelType
-
Returns the value of the "degree" attribute.
- getDegreesOfFreedom() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the Degrees of Freedom of the error of the model
- getDegreesOfFreedom() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
Get the degrees of freedom value.
- getDegreesOfFreedom() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
Get the degrees of freedom value.
- getDelimiter() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Get the delimiter character.
- getDelimiters() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the field delimiter settings used by the reader.
- getDelimiters() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Gets the field delimiter settings used by the writer.
- getDependentVariable() - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Get the field name of the dependent variable.
- getDerivedFields() - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
Get the list of derivations that will be applied.
- getDescription() - Method in class com.pervasive.datarush.analytics.svm.KernelType
-
Returns the "description" attribute for the PMML kernel type element.
- getDescription() - Method in class com.pervasive.datarush.functions.FunctionDescription
-
- getDescription() - Method in class com.pervasive.datarush.graphs.EngineProperty
-
Gets a description of the property.
- getDetailLevel() - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Returns the detail level that we use to compute statistics.
- getDetails(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Returns metadata associated with the specified path.
- getDetails(Path) - Method in interface com.pervasive.datarush.io.FileSystem
-
Returns metadata associated with the specified path.
- getDetectedCommentMarker() - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer.Analysis
-
Gets the comment marker used in the file based on
analysis.
- getDetectedDelimiters() - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer.Analysis
-
Gets the delimiters used to produce the parsed records.
- getDictionary() - Method in class com.pervasive.datarush.analytics.text.filter.WordFilter
-
- getDictionaryField() - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Get the dictionary field in the dictionary input.
- getDictionaryInput() - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Get the optional dictionary input port of this operator.
- getDirection() - Method in class com.pervasive.datarush.ports.LogicalPort
-
Returns whether this port is for input or output
- getDirection() - Method in interface com.pervasive.datarush.tokens.TokenComparator
-
Gets the direction of the comparator's ordering.
- getDirectives() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets the directives present in the source file.
- getDirty() - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer
-
Returns a port that will output the "dirty" rows.
- getDiscoverOutputAtRuntime() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Get whether the output type should be automatically discovered at runtime.
- getDiscoveryNullIndicator() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the text value used to represent null values by
default in discovered schemas.
- getDiscoveryStringHandling() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the default behavior for processing string-valued types
in discovered schemas.
- getDiscreteLearningColumns() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getDiscreteStatistics() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the value of the DiscrStats
sub-element.
- getDispatchType(ScalarSettable, Object[]) - Method in class com.pervasive.datarush.functions.InputMappedFactory
-
- getDispatchType(ScalarSettable, Object[]) - Method in class com.pervasive.datarush.functions.MappedEvaluatorFactory
-
Determines the type to use to select the evaluator.
- getDispatchType(ScalarSettable, Object[]) - Method in class com.pervasive.datarush.functions.ResultMappedFactory
-
- getDisplayName() - Method in enum com.pervasive.datarush.matching.ComparisonType
-
Gets a user-friendly name of the comparison type.
- getDisplayName() - Method in interface com.pervasive.datarush.modules.Module
-
- getDistance() - Method in class com.pervasive.datarush.analytics.knn.ClassificationScheme.Distance
-
Gets the actual distance.
- getDistanceMeasure() - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Returns the distance measure used to measure the distance between two points
when building the model.
- getDistributedCallableContext() - Method in interface com.pervasive.datarush.operators.DeferredCompositionContext
-
Public only as a matter if implementation; operator authors should not invoke this method.
- getDistributedCallableContext() - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Public only as a matter if implementation; operator authors should not invoke this method.
- getDistributedExecutor() - Method in interface com.pervasive.datarush.cal.JobContext
-
Returns an executor service for performing work within the job.
- getDocument(Element) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Return the Document associated with the given element.
- getDomain() - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
- getDomain() - Method in class com.pervasive.datarush.schema.TextConversionContext
-
Returns the domain that contains the allowed values for the field.
- getDomain() - Method in class com.pervasive.datarush.schema.TextField
-
Returns the domain of this field
- getDomain() - Method in interface com.pervasive.datarush.types.Field
-
Returns the domain of this field.
- getDomainValuesAsStrings(FieldDomain) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Returns the values of the domain as strings
- getDoneSignal() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- getDoneSignal() - Method in class com.pervasive.datarush.operators.io.jdbc.InitializeSQLWorker
-
- getDoneSignalPort() - Method in class com.pervasive.datarush.operators.io.paraccel.CompletionWorkerBase
-
- getDouble(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getDouble(int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- getDouble(int) - Method in interface com.pervasive.datarush.sequences.scalar.DoubleTokenSequence
-
Gets the value of the specified token as
a double
.
- getDouble(int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getDouble(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getDouble(int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getDouble(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- getDouble(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- getDouble(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getDouble(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getDRFSBaseInfo() - Method in class com.actian.dataflow.cal.yarn.server.MasterServer
-
- getDRFSBaseInfo() - Method in class com.actian.dataflow.cal.yarn.server.PartitionServer
-
- getDriver(String) - Method in interface com.pervasive.datarush.jdbc.DriverProvider
-
Returns the driver of the given name
- getDriverName() - Method in interface com.pervasive.datarush.jdbc.ConnectionSettings
-
Retrieves the class name of the JDBC driver to use.
- getDriverName() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Retrieves the class name of the JDBC driver to use.
- getDriverName() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Retrieves the class name of the JDBC driver to use.
- getDriverProvider() - Static method in class com.pervasive.datarush.jdbc.DefaultConnectionFactory
-
Gets the driver provider to use.
- getDropUnderivedFields() - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
Indicates whether input fields are dropped from the
output.
- getDumpfilePath() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the dump path where low-level statistics and plan dumps are placed.
- getDuration() - Method in class com.pervasive.datarush.util.Timer
-
Gets the accumulated time elapsed, in milliseconds.
- getElementByTagName(Element, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Returns the single child element of the given tag name
- getElementComparator(TokenOrder) - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
Gets an ElementComparator for the token array and given ordering.
- getElementComparator(TokenOrder...) - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
Gets an ElementComparator for the token array and given ordering.
- getElementComparator(SortKey...) - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
Gets an ElementComparator
for the token array for the
fields with the given names and the given token orders.
- getElementComparator(TokenOrder) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- getElementComparator(TokenOrder...) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- getElementComparator(SortKey...) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- getElementComparator(TokenOrder) - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- getElementComparator(TokenOrder) - Method in interface com.pervasive.datarush.sequences.TokenSequence
-
- getElementPatterns() - Method in class com.pervasive.datarush.io.UnixStyleGlobbing.GlobDefinition
-
Gets the globbing patterns for each element.
- getElementsByTagName(Element, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Returns the child elements of the given tag name.
- getElementText(Element) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Parses the text from an element
- getElementTextAsBigDecimal(Element, BigDecimal) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Parses the text of the given element as a BigDecimal value
- getElementTextAsDouble(Element, double) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Parses the text of the given element as a double value
- getEnabledModules() - Method in class com.pervasive.datarush.modules.ModuleConfiguration
-
- getEncodeBuffer() - Method in class com.pervasive.datarush.operators.io.FormattingOptions
-
Gets the size of the buffer, in bytes, used to encode
character data.
- getEncodeBuffer() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Gets the size of the buffer, in bytes, used to encode
character data.
- getEncodedByteSize() - Method in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
- getEncodedByteSize() - Method in class com.pervasive.datarush.types.ObjectTokenType
-
- getEncodedByteSize() - Method in interface com.pervasive.datarush.types.TokenType
-
Gets the expected size, in bytes, for tokens of this
type.
- getEncoder() - Static method in class com.pervasive.datarush.analytics.text.NGramMap
-
- getEncoder() - Static method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getEncoder() - Static method in class com.pervasive.datarush.analytics.text.WordMap
-
- getEncoding() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Get the character set encoding properties.
- getEncoding() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Get the character set encoding properties.
- getEncryptedPassword() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
- getEndDate() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets the date and time at which the log was finished.
- getEndOffset() - Method in class com.pervasive.datarush.io.FileSplit
-
Gets the end index of the byte range
represented by this split.
- getEndPort() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
End of the IP port range to be used for the slice registration server socket.
- getEndPortRange() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getEndPortRange() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the end of the IP port range.
- getEndTime() - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Get time range filter end time
- getEndTime() - Method in class com.pervasive.datarush.util.Timer
-
Gets the time at which the timer was stopped.
- getEndTimeMillis() - Method in class com.pervasive.datarush.monitoring.IntervalTimer
-
- getEndTimeMillis() - Method in class com.pervasive.datarush.monitoring.IntervalTimerSnapshot
-
- getEndTimeMillis() - Method in interface com.pervasive.datarush.monitoring.IntervalTimerSupplier
-
Returns the end time if finished, the current time if running, or an undefined value if never started.
- getEnforceType() - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- getEngineConfig() - Method in class com.pervasive.datarush.graphs.LogicalGraphWithConfig
-
- getEngineConfig() - Method in interface com.pervasive.datarush.operators.MetadataContext
-
Returns the engine settings that were passed to the graph being composed/executed.
- getEngineName() - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getEngineName() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the name of the scripting engine to use.
- getEngineVersion() - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getEngineVersion() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the version of the scripting engine to use.
- getEntries() - Method in class com.pervasive.datarush.io.configuration.FileMetaConfiguration
-
Returns the list of entries contained by this configuration
- getEODInstant() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
- getEODInstant() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the time at which EOD was written/read on the port.
- getEpochDays(int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- getEpochDays(int) - Method in interface com.pervasive.datarush.sequences.scalar.DateTokenSequence
-
Get the value of the specified token as the number
of days elapsed since January 1, 1970 00:00:00 GMT.
- getEpochDays(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- getEpochSeconds(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- getEpochSeconds(int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- getEpochSeconds(int) - Method in interface com.pervasive.datarush.sequences.scalar.TimestampTokenSequence
-
Gets the value of the specified token as the number of seconds
elapsed since January 1, 1970 00:00:00 GMT.
- getEpsilon() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Returns the tolerance for termination criteria.
- getEpsilon() - Method in class com.pervasive.datarush.operators.assertion.AbsoluteErrorBound
-
Gets the maximum absolute difference allowed between values.
- getEpsilon() - Method in class com.pervasive.datarush.operators.assertion.RelativeErrorBound
-
Gets the maximum percentage difference allowed between two values.
- getError() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- getError() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse
-
- getError() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponseOrBuilder
-
- getError() - Method in interface com.pervasive.datarush.schema.RecordIdentifier
-
Gets a description of the last record identification failure.
- getErrorAction() - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Gets the specified action for an encoding error.
- getErrorAction() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.SqlWriteProperties
-
- getErrorAction() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Retrieves the action to take if a SQL error occurs while reading data from the database.
- getErrorAction() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Get the configured encoding error action.
- getErrorAction() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Get the configured encoding error action.
- getErrorColumnPosition() - Method in exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Retrieves the column number where the exception was originally thrown in
the script.
- getErrorLineNumber() - Method in exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Retrieves the line number where the exception was originally thrown in
the script.
- getErrorTolerance() - Method in class com.pervasive.datarush.operators.assertion.AssertEqual
-
Get the error tolerance property for floating point values.
- getEstimatedErrors() - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Returns the "estimateErrors" extension associated with this node.
- getEvaluator(RecordValued, ScalarSettable) - Method in class com.pervasive.datarush.functions.ConstantReference
-
- getEvaluator(RecordValued, ScalarSettable) - Method in class com.pervasive.datarush.functions.FieldReference
-
- getEvaluator(RecordValued, ScalarSettable) - Method in interface com.pervasive.datarush.functions.ScalarValuedFunction
-
Constructs an instance of an evaluator for the function.
- getEvaluator(PartitioningFunctionContext) - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- getEvaluator(PartitioningFunctionContext) - Method in class com.pervasive.datarush.ports.record.HashPartitioningFunction
-
- getEvaluator(PartitioningFunctionContext) - Method in interface com.pervasive.datarush.ports.record.PartitioningFunction
-
Create an Evaluator bound to the specified context.
- getEvaluator(PartitioningFunctionContext) - Method in class com.pervasive.datarush.ports.record.RangePartitioningFunction
-
- getEventName() - Method in exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Retrieves the stage at which the exception occurred, e.g.
- getExceptions(LogicalGraphInstance, LogicalOperator) - Static method in class com.pervasive.datarush.graphs.LogicalGraphInstances
-
Returns the exceptions associated with the given operator.
- getExceptions() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns exceptions associated with the operator or empty if none.
- getExecutorService() - Method in interface com.pervasive.datarush.operators.IterativeExecutionContext
-
Public only as a matter of implementation; iterative operators should not
invoke this method.
- getExisingFieldNames() - Method in exception com.pervasive.datarush.namespace.FieldExistsException
-
Get the existing field names.
- getExpectedInput() - Method in class com.pervasive.datarush.operators.assertion.AssertEqual
-
Get the expected input data port.
- getExpectedInput() - Method in class com.pervasive.datarush.operators.assertion.AssertEqualHash
-
Get the expected data input port.
- getExpectedInput() - Method in class com.pervasive.datarush.operators.assertion.AssertEqualTypes
-
Get the optional expected value input port.
- getExpectedType() - Method in class com.pervasive.datarush.operators.assertion.AssertEqualTypes
-
Get the expected type value.
- getExponent() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
Get the exponent value.
- getExponent(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the unbiased exponent used in the representation of a double or float.
- getExponent(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the unbiased exponent used in the representation of a double or float.
- getExtendedType() - Method in class com.pervasive.datarush.types.ObjectTokenType
-
Returns the "extended type" of this object type.
- getExtensionPaths() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Return the list of extension paths.
- getExtensions() - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getExtensionStatistic(String) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Retrieve a statistic about the model that is not directly supported by PMML
- getExtensionStatisticNames() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
- getExternalStorageManager() - Method in class com.actian.dataflow.cal.yarn.client.YarnClusterJobExecutor
-
Has the side effect of starting the application master.
- getExternalStorageManager() - Method in interface com.pervasive.datarush.cal.JobExecutorService
-
Returns a storage manager that can be used for transfering files to/from the job.
- getExtraFieldAction() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets how fields found when parsing the record,
but not declared in the schema are handled.
- getExtraFieldAction() - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Gets how fields found when parsing the record,
but not declared in the schema are handled.
- getFactor() - Method in enum com.pervasive.datarush.functions.DateTime.Granularity
-
Gets the conversion factor from milliseconds.
- getFactory() - Method in class com.pervasive.datarush.analytics.pmml.PMMLPort
-
- getFactory() - Method in class com.pervasive.datarush.ports.LogicalPort
-
Returns the factory that knows how to create ports of this type
- getFactory() - Method in class com.pervasive.datarush.ports.model.AbstractModelPort
-
- getFactory() - Method in class com.pervasive.datarush.ports.model.DoneSignalPort
-
- getFactory() - Method in class com.pervasive.datarush.ports.model.SimpleModelPort
-
- getFactory() - Method in class com.pervasive.datarush.ports.record.RecordPort
-
- getFamilies() - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- getFamilies() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get families.
- getFamilyFieldMap() - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Get the column family to field mapping.
- getFamilyMarkerMap() - Method in class com.pervasive.datarush.hbase.DeleteHBase
-
- getFetchSize() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Retrieves the number of rows in each fetch from the database.
- getField() - Method in class com.pervasive.datarush.analytics.cluster.ClusteringField
-
- getField() - Method in class com.pervasive.datarush.analytics.decisiontree.SimplePredicate
-
Returns the value of the "field" attribute.
- getField() - Method in class com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate
-
Returns the value of the "field" attribute.
- getField() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the value of the "field" attribute
- getField() - Method in enum com.pervasive.datarush.functions.DateTime.Granularity
-
Gets the equivalent Joda-Time field type.
- getField(String) - Method in class com.pervasive.datarush.io.configuration.FileConfiguration
-
Returns the field corresponding to the given name
- getField() - Method in class com.pervasive.datarush.matching.Filter
-
Get the input field name to the filter.
- getField(String) - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
- getField(int) - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
- getField(String) - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Gets the input field with the given name.
- getField(int) - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Gets the input field at the given position.
- getField(String) - Method in interface com.pervasive.datarush.ports.physical.RecordOutput
-
Gets the output field with the given name.
- getField(int) - Method in interface com.pervasive.datarush.ports.physical.RecordOutput
-
Gets the output field at the given position.
- getField(int) - Method in interface com.pervasive.datarush.ports.physical.SteppableRecordValued
-
- getField(int) - Method in class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
- getField(String) - Method in class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
- getField(String) - Method in class com.pervasive.datarush.tokens.record.MutableComposite
-
- getField(int) - Method in class com.pervasive.datarush.tokens.record.MutableComposite
-
- getField(String) - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
- getField(int) - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
- getField(String) - Method in interface com.pervasive.datarush.tokens.record.RecordSettable
-
Gets the settable for the field with the given name.
- getField(int) - Method in interface com.pervasive.datarush.tokens.record.RecordSettable
-
Get the field at the given index within the list of fields.
- getField(String) - Method in class com.pervasive.datarush.tokens.record.RecordSettableFilter
-
- getField(int) - Method in class com.pervasive.datarush.tokens.record.RecordSettableFilter
-
- getField(String) - Method in interface com.pervasive.datarush.tokens.record.RecordValued
-
Gets the value of the field with the given name.
- getField(int) - Method in interface com.pervasive.datarush.tokens.record.RecordValued
-
Get the field at the given index within the list of fields.
- getField(String) - Method in class com.pervasive.datarush.tokens.record.RecordValuedFilter
-
- getField(int) - Method in class com.pervasive.datarush.tokens.record.RecordValuedFilter
-
- getField(int) - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- getField(String) - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- getField() - Method in exception com.pervasive.datarush.types.FieldTypeNotSupportedException
-
Gets the path of the field which caused the error.
- getFieldClass(Class<?>, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLRealMatrix
-
- getFieldCount() - Method in interface com.pervasive.datarush.schema.RecordTextSchema
-
Gets the number of fields defined in the record.
- getFieldDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.ReadARFF
-
Get the configured field delimiter property value.
- getFieldDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Get the configured field delimiter property value.
- getFieldDomain(String) - Method in interface com.pervasive.datarush.schema.RecordTextSchema
-
Gets the domain of the specified field in the record.
- getFieldEndDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- getFieldEndDelimiter() - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Returns the end of field delimiter.
- getFieldEndDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the end of field delimiter.
- getFieldEndDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Gets the end of field delimiter.
- getFieldErrorAction() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets how fields which cannot be parsed are handled.
- getFieldErrorAction() - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Gets how fields which cannot be parsed are handled.
- getFieldLengthThreshold() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets the maximum length allowed for a field
value before it is considered an error.
- getFieldLengthThreshold() - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Gets the maximum length allowed for a field
value before it is considered an error.
- getFieldList() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets an array containing the field names.
- getFieldName() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
Get the field name.
- getFieldName() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
Get the independent variable name.
- getFieldName() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
Get the independent variable name.
- getFieldName() - Method in class com.pervasive.datarush.io.configuration.ConfigurationField
-
Returns the unique identifier for this field
- getFieldName() - Method in exception com.pervasive.datarush.namespace.FieldExistsException
-
Get the field name.
- getFieldName() - Method in exception com.pervasive.datarush.operators.scripting.ScriptOutputTypeException
-
Retrieves the field to which a value of the wrong type was assigned.
- getFieldNames() - Method in class com.pervasive.datarush.analytics.regression.SumOfSquares
-
Get the list of field names to apply sum of squares.
- getFieldNames() - Method in class com.pervasive.datarush.operators.record.FilterFields
-
Gets the names of fields to which the filtering operation is
applied.
- getFieldNames() - Method in interface com.pervasive.datarush.schema.RecordTextSchema
-
Gets the names of the fields defined in the record.
- getFieldOffset(String) - Method in class com.pervasive.datarush.schema.FixedWidthTextRecord
-
Gets the offset the the specified field from the start of the
record.
- getFieldRemapping() - Method in class com.pervasive.datarush.operators.record.RemapFields
-
Gets how input fields are mapped to output fields,
- getFields() - Method in class com.pervasive.datarush.analytics.stats.BivariateNumericInfo
-
Returns the list of fields represented by this BivariateStats
.
- getFields() - Method in class com.pervasive.datarush.io.configuration.FileConfiguration
-
Returns the fields of this configuration object
- getFields() - Method in class com.pervasive.datarush.matching.Classifier
-
Get the input field names.
- getFields() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
- getFields() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets the field definition string used to generate the schema.
- getFields() - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Gets all input fields of this record port.
- getFields() - Method in interface com.pervasive.datarush.ports.physical.RecordOutput
-
Gets all output fields of the record port.
- getFields() - Method in class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
- getFields() - Method in class com.pervasive.datarush.tokens.record.MutableComposite
-
- getFields() - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
- getFields() - Method in interface com.pervasive.datarush.tokens.record.RecordSettable
-
Gets the settables for all fields in the record
- getFields() - Method in class com.pervasive.datarush.tokens.record.RecordSettableFilter
-
- getFields() - Method in interface com.pervasive.datarush.tokens.record.RecordValued
-
Gets the values of all fields in the record
- getFields() - Method in class com.pervasive.datarush.tokens.record.RecordValuedFilter
-
- getFields() - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- getFieldSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- getFieldSeparator() - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Returns the delimiter used to distinguish field boundaries.
- getFieldSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the delimiter used to distinguish field boundaries.
- getFieldSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Returns the delimiter used to distinguish field boundaries.
- getFieldSize(String) - Method in class com.pervasive.datarush.schema.FixedWidthTextRecord
-
Gets the size of the specified field.
- getFieldStartDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- getFieldStartDelimiter() - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Returns the start of field delimiter.
- getFieldStartDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the start of field delimiter.
- getFieldStartDelimiter() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Returns the start of field delimiter.
- getFieldStats(String) - Method in class com.pervasive.datarush.analytics.stats.PMMLSummaryStatisticsModel
-
Returns the UnivariateStats element for the given field
- getFieldStatsMap() - Method in class com.pervasive.datarush.analytics.stats.PMMLSummaryStatisticsModel
-
Returns the mapping of UnivariateStats elements.
- getFieldType() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
Get the field type.
- getFieldType() - Method in exception com.pervasive.datarush.operators.scripting.ScriptOutputTypeException
-
Retrieves the type of the field to which a value of the wrong type was
assigned.
- getFieldType(String) - Method in interface com.pervasive.datarush.schema.RecordTextSchema
-
Gets the type of the specified fields in the record.
- getFieldType() - Method in exception com.pervasive.datarush.types.FieldTypeNotSupportedException
-
Gets the type of the field which caused the error.
- getFieldValue() - Method in class com.pervasive.datarush.io.configuration.PasswordField
-
Returns the password.
- getFieldValue() - Method in class com.pervasive.datarush.io.configuration.TextField
-
Returns the value of the field
- getFieldWeight() - Method in class com.pervasive.datarush.analytics.cluster.ClusteringField
-
- getFileClient() - Method in interface com.pervasive.datarush.cal.DistributedCallableContext
-
Returns the file client to be used within this context
- getFileClient() - Method in interface com.pervasive.datarush.cal.DistributedCallableContextBatch
-
Returns the file client to be used within this context
- getFileClient() - Method in interface com.pervasive.datarush.cal.JobContext
-
Returns the file client to be used within this context
- getFileClient() - Method in interface com.pervasive.datarush.io.DataSplit
-
Return the file client associated with this split.
- getFileClient() - Method in class com.pervasive.datarush.io.FileSplit
-
Return the file client associated with this split.
- getFileClient() - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Returns the file client to be used within the graph
- getFileClient() - Method in interface com.pervasive.datarush.operators.MetadataContext
-
Returns the file client to be used within the graph
- getFileConfiguration() - Method in class com.actian.dataflow.cal.yarn.server.YarnWorkerArgs
-
- getFileConfiguration() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getFileConfiguration() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the file configuration to be used by operators in the graph.
- getFileName() - Method in exception com.pervasive.datarush.operators.io.textfile.RowTooLongException
-
Gets the file path which exceeded the limit.
- getFilePath() - Method in class com.pervasive.datarush.analytics.pmml.ReadPMML
-
Returns the file to read from
- getFileSystem(FileClient, FileConfiguration, Path) - Method in class com.pervasive.datarush.aws.s3.S3FileSystemProvider
-
- getFilesystem() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get default filesystem.
- getFileSystem(FileClient, FileConfiguration, Path) - Method in class com.pervasive.datarush.io.BuiltinStreamProvider
-
- getFileSystem(FileClient, FileConfiguration, Path) - Method in interface com.pervasive.datarush.io.FileSystemProvider
-
Gets the file system identified by the path.
- getFileSystem(FileClient, FileConfiguration, Path) - Method in class com.pervasive.datarush.io.FTPFileSystemProvider
-
- getFileSystem(FileClient, FileConfiguration, Path) - Method in class com.pervasive.datarush.io.HadoopFileSystemProvider
-
- getFileSystem(FileClient, FileConfiguration, Path) - Method in class com.pervasive.datarush.io.LocalFileSystemProvider
-
- getFileSystem(FileClient, FileConfiguration, Path) - Method in class com.pervasive.datarush.io.SFTPFileSystemProvider
-
- getFileSystem(FileClient, FileConfiguration, Path) - Method in class com.pervasive.datarush.io.URLFileSystemProvider
-
- getFileSystemImplementation(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Returns the underlying implementation object for the file system implementation
of the given path.
- getFileSystemPath(Path) - Method in class com.pervasive.datarush.aws.s3.S3FileSystemProvider
-
- getFileSystemPath(Path) - Method in class com.pervasive.datarush.io.BuiltinStreamProvider
-
- getFileSystemPath(Path) - Method in interface com.pervasive.datarush.io.FileSystemProvider
-
Returns the filesystem root path associated with the given path.
- getFileSystemPath(Path) - Method in class com.pervasive.datarush.io.FTPFileSystemProvider
-
- getFileSystemPath(Path) - Method in class com.pervasive.datarush.io.HadoopFileSystemProvider
-
- getFileSystemPath(Path) - Method in class com.pervasive.datarush.io.LocalFileSystemProvider
-
- getFileSystemPath(Path) - Method in class com.pervasive.datarush.io.SFTPFileSystemProvider
-
- getFileSystemPath(Path) - Method in class com.pervasive.datarush.io.URLFileSystemProvider
-
- getFileSystemProvider() - Method in class com.pervasive.datarush.io.FTPPath
-
- getFileSystemProvider() - Method in class com.pervasive.datarush.io.HadoopFilePath
-
- getFileSystemProvider() - Method in interface com.pervasive.datarush.io.Path
-
Gets the file system provider for this path.
- getFileSystemType(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Returns an identifier for the filesystem type.
- getFileSystemType(Path) - Method in interface com.pervasive.datarush.io.FileSystem
-
Returns an identifier for the filesystem type.
- getFilter() - Method in class com.pervasive.datarush.matching.Phase
-
Get the filter configured for this phase.
- getFinalizeTableSQL() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Retrieves the SQL statement to execute after processing all the records.
- getFinalizeTableSQL() - Method in class com.pervasive.datarush.operators.io.jdbc.FinalizeSQLWorker
-
- getFinalizeTableSQL() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Retrieves the SQL statement to execute after processing all the records.
- getFinalizeTableSQL() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Retrieves the SQL statement to execute after processing all the records.
- getFinalizeTableSQL() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Retrieves the SQL statement to execute after processing all the records.
- getFirstBatchInstant() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
- getFirstBatchInstant() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the time at which the first batch was written/read on the port.
- getFloat(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getFloat(int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getFloat(int) - Method in interface com.pervasive.datarush.sequences.scalar.FloatTokenSequence
-
Gets the value of the specified token as
a float
.
- getFloat(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getFloat(int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getFloat(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- getFloat(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getFloat(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getFormat() - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Gets the data format for the configured source.
- getFormat() - Method in class com.pervasive.datarush.operators.io.staging.WriteStagingDataset
-
Gets the data set format used to store data
- getFormat() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Gets the data format for the configured target.
- getFormat() - Method in class com.pervasive.datarush.operators.sink.LogRows
-
Get the configured row format.
- getFormat() - Method in class com.pervasive.datarush.ports.record.DatasetOptions
-
Returns the
format
to
use for writing the dataset.
- getFormat() - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Returns the format of the field
- getFormatMode() - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Get the value of the mode property.
- getFormatOptions() - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Gets the formatting options used by the writer.
- getFormatOptions() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Gets the formatting options used by the writer.
- getFormatPattern() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat
-
Get the value used for the log format pattern
- getFormatPattern() - Method in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
Get the value used for the log format pattern
- getFormatPattern() - Method in interface com.pervasive.datarush.operators.io.textfile.LogFormat
-
Get the value used for the log format pattern
- getFormatPrefix() - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
- getFormatter(TextConversionContext) - Method in class com.pervasive.datarush.analytics.util.DynamicEnumerationType
-
- getFormatter(TextConversionContext) - Method in class com.pervasive.datarush.schema.PaddedTextType
-
- getFormatter(TextConversionContext) - Method in interface com.pervasive.datarush.schema.TextDataType
-
Creates a new formatter for converting token values into text
- getFreqOutputField() - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Get the output field to expand the frequency list into.
- getFrequency(NGram) - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Get the absolute frequency of an NGram in the map.
- getFrequency(String) - Method in class com.pervasive.datarush.analytics.text.WordMap
-
Get the absolute frequency of a word in the map.
- getFrequencyList() - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Get an ordered list of the absolute frequencies contained in the map.
- getFunction(String, ScalarValuedFunction[]) - Method in class com.pervasive.datarush.functions.FunctionRegistry
-
Invoke a ScalarValuedFunction by name, using the supplied arguments.
- getFunction() - Method in exception com.pervasive.datarush.functions.InvalidFunctionArgumentException
-
- getFunction() - Method in class com.pervasive.datarush.operators.record.FieldDerivation
-
Gets the function for deriving the field value.
- getFunctionDescription(String, int) - Method in class com.pervasive.datarush.aggregations.AggregationRegistry
-
Create a FunctionDescription for a given aggregation.
- getFunctionDescription(String, int) - Method in class com.pervasive.datarush.functions.FunctionRegistry
-
Create a FunctionDescription for a given function.
- getFunctionDescriptions() - Method in class com.pervasive.datarush.aggregations.AggregationRegistry
-
Return a list of descriptions of all available aggregations.
- getFunctionDescriptions() - Method in class com.pervasive.datarush.functions.FunctionRegistry
-
Return a list of descriptions of all available functions.
- getFunctionDescriptionsByCategory() - Method in class com.pervasive.datarush.aggregations.AggregationRegistry
-
Returns a list of descriptions of all available aggregations, organized by category.
- getFunctionDescriptionsByCategory() - Method in class com.pervasive.datarush.functions.FunctionRegistry
-
Returns a list of descriptions of all available functions, organized by category.
- getGamma() - Method in class com.pervasive.datarush.analytics.svm.PolynomialKernelType
-
Returns the value of the "gamma" attribute.
- getGamma() - Method in class com.pervasive.datarush.analytics.svm.RadialBasisKernelType
-
Returns the value of the "gamma" attribute.
- getGamma() - Method in class com.pervasive.datarush.analytics.svm.SigmoidKernelType
-
Returns the value of the "gamma" attribute.
- getGatherScheme(int, SortKey[]) - Static method in class com.pervasive.datarush.ports.record.PartialDataDistribution
-
- getGeneratedRules() - Method in class com.pervasive.datarush.analytics.arm.RulesGenerator
-
Return the list of rules generated.
- getGraphInstanceGUID() - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstanceView
-
Uniquely identifies this graph instance, currently used for ui refresh on the client
- getGroupCount() - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
Gets the number of matching groups in the format pattern.
- getGroupedAssignments() - Method in class com.pervasive.datarush.cal.NodeAllocationState
-
returns assignments, grouped by current physical node id
- getGroupKeyFields() - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
- getGroupKeys() - Method in class com.pervasive.datarush.operators.group.RemoveDuplicates
-
Returns the keys by which to de-duplicate.
- getGroupKeys() - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Get the list of fields used to segment the input data into groups.
- getGroupNumber(int) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorage.RecordInfo
-
- getGuid() - Method in class com.pervasive.datarush.cal.StorageManagerSpecifier
-
Unique identifier, relative to the base path.
- getGuid() - Method in class com.pervasive.datarush.cal.StoragePlanner
-
Returns the globally unique identifier for this StoragePlanner.
- getHCatalogDatabase() - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Get the HCatalog database from which to retrieve a schema and mapping.
- getHCatalogFields() - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Get the HCatalog fields to read or write.
- getHCatalogTable() - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Get the HCatalog table from which to retrieve a schema and mapping.
- getHeader() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Indicates whether a header row is expected in the source data.
- getHeader() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Indicates whether a header row should be written in the target.
- getHeaderSkipCount() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the number of lines to skip at the beginning of the file.
- getHighValue() - Method in class com.pervasive.datarush.schema.Rule
-
Return the high end of the value range.
- getHistoricalStatistics() - Method in interface com.pervasive.datarush.graphs.InputPortInstance
-
Returns aggregations for subgraphs that have been flushed from the history.
- getHistoricalStatistics() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns aggregations for subgraphs that have been flushed from the history.
- getHiveMetastore() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get Hive metastore.
- getHost() - Method in interface com.pervasive.datarush.cal.monitoring.NodeStatistics
-
Get the name of the host running the master/worker container.
- getHost() - Method in class com.pervasive.datarush.cal.monitoring.NodeStatisticsSnapshot
-
- getHost() - Method in class com.pervasive.datarush.io.FTPPath
-
- getHost() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
Get the server host name property.
- getHost() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get the host name of the server where the leader node is running.
- getHost() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the server host name property.
- getHost() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the server host name property.
- getHost() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Returns the specific ip address/host to bind to
- getHost() - Method in class com.pervasive.datarush.webapp.WebApplicationConfig
-
Returns the host/ip to bind to or null if any ok
- getHostName(String) - Method in class com.pervasive.datarush.cal.NodeInformationMapping
-
Returns the host name for the given nodeID or null if the nodeID either doesn't exist or is not a node
used by this job.
- getHostName() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- getHostName() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getHostName() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequestOrBuilder
-
- getHostNames() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Get the list of configured database host names.
- getHostNames() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Get the list of configured database host names.
- getHourOfDay() - Method in class com.pervasive.datarush.tokens.scalar.TimeOfDay
-
Get the hour portion, in 24-hour format, of the time of day.
- getId() - Method in class com.pervasive.datarush.analytics.cluster.Cluster
-
- getId() - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Returns the value of the "id" attribute.
- getId() - Method in class com.pervasive.datarush.cal.AttributeScope
-
Returns the unique id
- getId() - Method in class com.pervasive.datarush.cal.JobInformation
-
Returns a unique identifier for the job
- getID() - Method in class com.pervasive.datarush.cal.VirtualNodeID
-
Returns the unique id.
- getID() - Method in class com.pervasive.datarush.tokens.record.RecordToIDMap.ReadAccessor
-
Looks up the current record in the map, returning its ID.
- getIdentifierRegex() - Static method in class com.pervasive.datarush.analytics.r.RunRScript
-
Function to return a Regular Expression string that can be used to identify a valid R identifier.
- getIdentifierRegex() - Static method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
Function to return a Regular Expression string that can be used to identify a valid JS identifier.
- getIdleTimeTimeout() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Gets the idle time, in seconds, for the worker thread pool.
- getImplementation() - Method in interface com.pervasive.datarush.io.FileSystem
-
- getImplementationVersion() - Method in class com.pervasive.datarush.Version
-
Gets build information about the installed DataRush.
- getImportAs() - Method in class com.pervasive.datarush.coercion.LiveConnectAdvice
-
Returns the alias to use if auto-importing.
- getIncludedColumns() - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Returns the list of columns to include for k-Means.
- getIncludedColumns() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Returns the list of columns to include for the purpose of building
the model.
- getIncludedColumns() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getIncludedFields() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the list of columns to include for learning.
- getIncludedFields() - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Gets the fields from the input dataset for which we are collecting statistics.
- getIncludedFields() - Method in class com.pervasive.datarush.operators.record.DiscoverDomain
-
Returns a list of fields to include in the discovery.
- getIncludeDoneSignal() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Gets the property value for the include done signal setting.
- getIncludeExtraFields() - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Will be true if the generated schema will include unmapped fields from either side.
- getIncludeInputFields() - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
Get the property that specifies whether or not to
include the input fields in the output data.
- getIncludeSourceInfo() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Indicates whether the parsed records should be tagged with
additional fields indicating their source.
- getIncludeSourceInfo() - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Indicates whether the parsed records should be tagged with
additional fields indicating their source.
- getIndependentVariables() - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Get the field names of the independent variables.
- getIndexFile(Path) - Static method in class com.pervasive.datarush.io.Paths
-
Returns the index file associated with a temporary file path.
- getIndirectWaitCount() - Method in class com.pervasive.datarush.ports.physical.InputSnapshot
-
Gets the number of times the port entered a wait state because the
writer was blocked by a different reader.
- getIndirectWaitCount() - Method in interface com.pervasive.datarush.ports.physical.InputStatistics
-
Gets the number of times the port entered a wait state because the
writer was blocked by a different reader.
- getIndirectWaitDuration() - Method in class com.pervasive.datarush.ports.physical.InputSnapshot
-
Gets the total amount of time the port has spent in a wait
state because the writer was blocked by a different
reader.
- getIndirectWaitDuration() - Method in interface com.pervasive.datarush.ports.physical.InputStatistics
-
Gets the total amount of time the port has spent in a wait
state because the writer was blocked by a different
reader.
- getInitialBufferSize() - Method in class com.pervasive.datarush.operators.sink.CollectRecords
-
Gets the initial size, in tokens, to use for the list
collecting input data.
- getInitialGroupCapacity() - Method in class com.pervasive.datarush.operators.group.Group
-
Returns a hint as to the number of groups that are expected to be processed.
- getInitializeTableSQL() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Retrieves the SQL statement to execute before processing any records.
- getInitializeTableSQL() - Method in class com.pervasive.datarush.operators.io.jdbc.InitializeSQLWorker
-
- getInitializeTableSQL() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Retrieves the SQL statement to execute before processing any records.
- getInitializeTableSQL() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Retrieves the SQL statement to execute before processing any records.
- getInitializeTableSQL() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Retrieves the SQL statement to execute before processing any records.
- getInput() - Method in class com.pervasive.datarush.analytics.arm.ConvertARMModel
-
Get the input port that will receive the PMML model.
- getInput() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the input port that should contain transactions.
- getInput() - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceMissingValues
-
Gets the record port providing the input data to the operation.
- getInput() - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Returns the input port.
- getInput() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the input port for the training data that is used to build the model.
- getInput() - Method in class com.pervasive.datarush.analytics.decisiontree.pruner.DecisionTreePruner
-
Returns the input port.
- getInput() - Method in class com.pervasive.datarush.analytics.naivebayes.learner.NaiveBayesLearner
-
The input data.
- getInput() - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
- getInput() - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- getInput() - Method in class com.pervasive.datarush.analytics.regression.SumOfSquares
-
Get the input port for this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer
-
Returns a port for the input dataset to be tested.
- getInput() - Method in class com.pervasive.datarush.analytics.stats.DistinctValues
-
- getInput() - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
- getInput() - Method in class com.pervasive.datarush.analytics.stats.Rank
-
- getInput() - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Returns an input port for the input dataset.
- getInput() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
The input data.
- getInput() - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.analytics.util.AbstractPredictor
-
The input data.
- getInput(int) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the input port for the given index.
- getInput() - Method in class com.pervasive.datarush.functions.EvaluationContext
-
Gets the input record used for the top-level expression.
- getInput() - Method in class com.pervasive.datarush.hbase.DeleteHBase
-
- getInput() - Method in class com.pervasive.datarush.hbase.WriteHBase
-
- getInput() - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
Gets the record port providing the input to the pair
generation.
- getInput() - Method in class com.pervasive.datarush.matching.cluster.ClusterDuplicates
-
Gets the record port providing the input to the clustering operation.
- getInput() - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Gets the record port providing the input to the clustering operation.
- getInput() - Method in class com.pervasive.datarush.matching.DiscoverDuplicates
-
Gets the record port providing input to the operation.
- getInput() - Method in class com.pervasive.datarush.matching.tune.AnalyzeDuplicateKeys
-
Gets the record port providing the input data to analyze.
- getInput() - Method in class com.pervasive.datarush.operators.AbstractDeferredRecordOperator
-
- getInput() - Method in class com.pervasive.datarush.operators.AbstractExecutableRecordPipeline
-
Gets the record port providing the input data to the operation.
- getInput() - Method in class com.pervasive.datarush.operators.AbstractRecordCompositeOperator
-
- getInput() - Method in class com.pervasive.datarush.operators.assertion.AssertMetadata
-
Get the input data port to assert the metadata on.
- getInput() - Method in class com.pervasive.datarush.operators.assertion.AssertPredicate
-
Get the input port of this operator.
- getInput() - Method in class com.pervasive.datarush.operators.assertion.AssertRowCount
-
- getInput() - Method in class com.pervasive.datarush.operators.assertion.AssertSorted
-
Get the input data port.
- getInput() - Method in class com.pervasive.datarush.operators.group.Group
-
- getInput() - Method in class com.pervasive.datarush.operators.group.RemoveDuplicates
-
Returns the data to be de-duplicated
- getInput() - Method in class com.pervasive.datarush.operators.group.SortedGroupHandler
-
- getInput() - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Gets the record port providing the records to write to the target sink.
- getInput() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- getInput() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Returns the input port.
- getInput() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Get the optional input port that contains parameter values to apply to
a parameterized data query.
- getInput() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
- getInput() - Method in class com.pervasive.datarush.operators.io.staging.ForceStaging
-
Gets the port for the data to be staged.
- getInput() - Method in class com.pervasive.datarush.operators.io.textfile.ParseTextFields
-
- getInput() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
- getInput() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
- getInput() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Gets the record port providing the records to write to the target sink.
- getInput() - Method in class com.pervasive.datarush.operators.model.GetModel
-
The input port
- getInput() - Method in class com.pervasive.datarush.operators.model.MergeModel
-
Returns the input port for the partial model
- getInput(int) - Method in class com.pervasive.datarush.operators.OpenComposite
-
Returns the input port of the given port index
- getInput() - Method in class com.pervasive.datarush.operators.OpenModelSink
-
- getInput() - Method in class com.pervasive.datarush.operators.OpenRecordSink
-
- getInput() - Method in interface com.pervasive.datarush.operators.PipelineOperator
-
Returns the input port
- getInput() - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
- getInput() - Method in class com.pervasive.datarush.operators.record.DiscoverDomain
-
Returns the input port containing the string fields to convert
- getInput() - Method in class com.pervasive.datarush.operators.record.RemapFields
-
- getInput() - Method in class com.pervasive.datarush.operators.record.RemoveFields
-
- getInput() - Method in class com.pervasive.datarush.operators.record.RetainFields
-
- getInput() - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
- getInput() - Method in class com.pervasive.datarush.operators.record.SelectFields
-
- getInput() - Method in interface com.pervasive.datarush.operators.RecordSinkOperator
-
Gets the record port providing the input data to the sink.
- getInput() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the input port to the run script operator.
- getInput() - Method in class com.pervasive.datarush.operators.select.FilterRows
-
- getInput() - Method in class com.pervasive.datarush.operators.select.LimitRows
-
- getInput() - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
- getInput() - Method in class com.pervasive.datarush.operators.sink.CollectRecords
-
- getInput() - Method in class com.pervasive.datarush.operators.sink.LogRows
-
- getInput() - Method in interface com.pervasive.datarush.operators.SinkOperator
-
Returns the input port
- getInput() - Method in class com.pervasive.datarush.operators.sort.Sort
-
- getInput() - Method in class com.pervasive.datarush.operators.source.EmitRecords
-
Gets the list of records which will be produced.
- getInput() - Method in class com.pervasive.datarush.operators.source.GenerateRepeatingCycle
-
The flow of data to be repeated cyclically.
- getInput() - Method in class com.pervasive.datarush.operators.string.SplitField
-
- getInput() - Method in class com.pervasive.datarush.ports.record.ExternalRecordSink
-
- getInput() - Method in class com.pervasive.datarush.ports.record.ExternalRecordSource
-
Returns the external port that an external application can use to send
data to this sink.
- getInput() - Method in interface com.pervasive.datarush.ports.record.PartitioningFunctionContext
-
Returns the data to be partitioned
- getInput(ExecutionContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns the physical input port associated with this logical input port.
- getInput(ExecutionContext, int) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns the physical input port associated with the specified copy number
of this logical input port.
- getInputField() - Method in class com.pervasive.datarush.analytics.stats.DistinctValues
-
Returns the input field for which we calculate distinct values
- getInputField() - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Get the field to calculate the n-gram frequencies for.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
Get the field to calculate the word frequencies for.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Get the field to convert to lower or upper case.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
Get the field with tokens to count.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Get the tokenized text field to filter.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Get the frequency map field to expand.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
Get the tokenized text field to expand.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Get the tokenized text field to filter.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
Get the field for which to generate the bag of words.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Get the frequency map field to filter.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
Get the tokenized text field to stem.
- getInputField() - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Get the string field to tokenize.
- getInputFieldName() - Method in class com.pervasive.datarush.analytics.stats.NormalizeDescriptor
-
Get the input field name of the descriptor.
- getInputMappings() - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
Gets the map of inputs for the PMML.
- getInputPort(LogicalPort) - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Returns the physical port for the given logical port.
- getInputPort(LogicalPort, int) - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Returns the physical port for the given logical port.
- getInputPort() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
- getInputPorts() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns a description of the input ports defined by this operator.
- getInputPorts() - Method in class com.pervasive.datarush.operators.AbstractLogicalOperator
-
- getInputPorts() - Method in interface com.pervasive.datarush.operators.LogicalOperator
-
Returns the list of input ports.
- getInputPortsOptional() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns whether the input ports with index > 0 are optional.
- getInputs() - Method in interface com.pervasive.datarush.operators.MultiSinkOperator
-
Returns the input port
- getInputs() - Method in class com.pervasive.datarush.operators.OpenMultiModelSink
-
- getInputs() - Method in class com.pervasive.datarush.operators.OpenMultiRecordSink
-
- getInputType() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModelSpec
-
Returns the input type for which we are constructing a model
- getInputType() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- getInputValue() - Method in class com.pervasive.datarush.analytics.naivebayes.InputTargetPair
-
Returns the input value of this pair.
- getInsertMode() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get insert mode ( DEFAULT/ROW/BULK).
- getInstance() - Static method in class com.pervasive.datarush.aggregations.AggregationRegistry
-
Get an instance of the AggregationRegistry.
- getInstance() - Static method in class com.pervasive.datarush.aws.s3.S3FileSystemProvider
-
- getInstance() - Static method in class com.pervasive.datarush.cal.ClusterProviderManager
-
Returns the single instance of this class
- getInstance() - Static method in class com.pervasive.datarush.encryption.EncryptionManager
-
Returns the single instance of this class.
- getInstance() - Static method in class com.pervasive.datarush.functions.FunctionRegistry
-
Get an instance of the FunctionRegistry.
- getInstance() - Static method in class com.pervasive.datarush.json.TypeResolutionManager
-
Returns the singleton instance of this class.
- getInstance() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get the Vector instance name.
- getInstance() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the Vectorwise instance name.
- getInstance() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the Vectorwise instance name.
- getInt(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getInt(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getInt(int) - Method in interface com.pervasive.datarush.sequences.scalar.IntTokenSequence
-
Gets the value of the specified token as
an int
.
- getInt(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getIntercept() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Gets the constant term (a.k.a the intercept or bias) of the equation specified by
the RegressionTable.
- getIntercept() - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Get the intercept value.
- getInterceptDegreesOfFreedom() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Gets the intercept's degrees of freedom
- getInterceptPValue() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Gets the intercept's t test
- getInterceptStandardError() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Gets the intercept's standard error
- getInterceptTTest() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Gets the intercept's t test
- getInternalTypes() - Method in interface com.pervasive.datarush.operators.group.Aggregator
-
Returns the types of the internal counters of this aggregator
- getInterQuartileRange() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Returns the inter-quartile-range of this field.
- getIntervalCounts() - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
Returns a mapping from interval to the counts for the given interval.
- getInvalidFields() - Method in exception com.pervasive.datarush.namespace.InvalidFieldException
-
Retrieves an array of invalid field names.
- getInvalidFrequency() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the value of the "invalidFreq" attribute of the Counts
sub-element.
- getInverted() - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Get whether the filter should be inverted
- getIOBufferSize() - Method in class com.pervasive.datarush.graphs.EngineConfig.Sort
-
- getIOBufferSize() - Method in class com.pervasive.datarush.operators.sort.Sort
-
Gets the buffer size, in bytes, used for I/O operations on run files.
- getIOMonitor() - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Returns a monitoring context to allow I/O operators to report statistics.
- getIsolationLevel() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Retrieves the isolation level to use for the transactions.
- getIsolationLevel() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.SqlWriteProperties
-
- getItemFieldName() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the item field name property.
- getItemFieldName() - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Get the item field name property.
- getItemID() - Method in class com.pervasive.datarush.analytics.arm.Item
-
Get the item identifier.
- getItemIDs() - Method in class com.pervasive.datarush.analytics.arm.ItemSet
-
Get the item identifiers contained in this item list.
- getItemLabelMap() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Create a mapping from item identifier to item label of the
items contained in this model.
- getItemNameMap() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Create a mapping from item identifier to item name of the
items contained in this model.
- getItems() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Return the list of items contained in the model.
- getItemSets() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the output port containing the frequent item sets.
- getItemSets() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Return the list of frequent item sets contained in the model.
- getIterator() - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getIterator(TextElementType) - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getIterator() - Method in interface com.pervasive.datarush.analytics.text.TextNode
-
Get an iterator over all descendants of this node including this node.
- getIterator(TextElementType) - Method in interface com.pervasive.datarush.analytics.text.TextNode
-
Get an iterator over the node and all descendants of this node of the specified type.
- getJavaClass() - Method in class com.pervasive.datarush.coercion.LiveConnectAdvice
-
Returns the java class that this advice describes
- getJDBCConnector() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
- getJDBCIndex() - Method in interface com.pervasive.datarush.operators.io.jdbc.JDBCField
-
- getJDBCType() - Method in interface com.pervasive.datarush.operators.io.jdbc.JDBCField
-
- getJDBCTypeName() - Method in interface com.pervasive.datarush.operators.io.jdbc.JDBCField
-
- getJobHistoryService(FileClient, ClusterSpecifier) - Method in class com.actian.dataflow.cal.yarn.client.YarnClusterProvider
-
- getJobHistoryService(FileClient, ClusterSpecifier) - Method in interface com.pervasive.datarush.cal.ClusterProvider
-
- getJobHistoryService(FileClient, ClusterSpecifier) - Method in class com.pervasive.datarush.cal.ClusterProviderManager
-
- getJobId() - Method in class com.pervasive.datarush.cal.JobLogInfo
-
- getJobID() - Method in class com.pervasive.datarush.cal.monitoring.JobStatistics
-
- getJobInfo() - Method in class com.pervasive.datarush.cal.monitoring.JobStatistics
-
- getJobInformation() - Method in interface com.pervasive.datarush.cal.JobExecutorService
-
Returns the job information associated with this service
- getJobInformation() - Method in class com.pervasive.datarush.cal.JobServerInformation
-
- getJobInformation() - Method in interface com.pervasive.datarush.cal.monitoring.NodeStatistics
-
Returns the job information for the job that running in this node
- getJobInformation() - Method in class com.pervasive.datarush.cal.monitoring.NodeStatisticsSnapshot
-
- getJobLogInfo() - Method in class com.pervasive.datarush.cal.JobLogInfo
-
- getJobLogs() - Method in class com.pervasive.datarush.cal.JobLogInfo
-
- getJobMasterNodeId() - Method in class com.pervasive.datarush.cal.NodeAllocationPlan
-
Returns the physical node id of the job master.
- getJobMasterNodeId() - Method in class com.pervasive.datarush.cal.NodeAllocationState
-
Returns the physical node id of the job master.
- getJobMasterResources() - Method in class com.pervasive.datarush.cal.NodeAllocationPlan
-
Gets the allocated resources for the job master.
- getJobName() - Method in class com.pervasive.datarush.cal.JobLogInfo
-
- getJobname() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- getJobname() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getJobname() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequestOrBuilder
-
- getJobPriority() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getJobSpecifier() - Method in class com.actian.dataflow.cal.yarn.server.YarnWorkerArgs
-
- getJobSpecifier() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getJoinCondition() - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
If non-null, the condition is evaluated for every possible matching row.
- getJoinCondition() - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- getJoinKeys() - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Returns the join keys to use when performing the join.
- getJoinKeys() - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- getJoinMode() - Method in class com.pervasive.datarush.operators.join.Join
-
Returns the join mode to use when performing a join.
- getJoinMode() - Method in class com.pervasive.datarush.operators.join.SemiJoin
-
Deprecated.
Returns the join mode to use when performing a join.
- getK() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the item-set cardinality property.
- getK() - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Returns the "k" value, where k is the number of centroids to compute.
- getK() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets the size of the nearest neighbor set.
- getKerberosKeytab() - Method in class com.pervasive.datarush.authentication.ProcessAuthenticationSettings
-
Gets the configured keytab file for authenticating
the Kerberos principal.
- getKerberosPrincipal() - Method in class com.pervasive.datarush.authentication.ProcessAuthenticationSettings
-
Gets the configured Kerberos principal name.
- getKernelType() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Returns the kernel and associated parameters to use.
- getKernelType() - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Returns the kernel type for the model.
- getKey() - Method in interface com.pervasive.datarush.operators.group.AggregatorFactory
-
Returns the key for the aggregator used by the output flow.
- getKey() - Method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Get the left field name associated with this key.
- getKeyFieldPrefix() - Method in class com.pervasive.datarush.operators.group.Group
-
Returns the prefix to add to key fields.
- getKeyMap() - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
- getKeyNameList(List<String>) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
- getKeyNames() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Retrieves the field names (JDBC column names) to use as keys.
- getKeys() - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- getKeys() - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
Get the fields being used for blocking
- getKeys() - Method in class com.pervasive.datarush.operators.group.Group
-
Returns the names of the key fields.
- getKeys() - Method in class com.pervasive.datarush.operators.group.SortedGroupHandler
-
Returns the keys to be used for detecting group boundaries
- getKeys() - Method in class com.pervasive.datarush.ports.record.AliasSet
-
Returns the aliases in this set
- getKeys() - Method in class com.pervasive.datarush.ports.record.DataOrdering
-
Returns the keys that the data is sorted by
- getKeys() - Method in class com.pervasive.datarush.ports.record.DynamicRangeDataDistribution
-
Returns the keys by which we are range-partitioned.
- getKeys() - Method in class com.pervasive.datarush.ports.record.KeyDrivenDataDistribution
-
Returns the keys by which we are partitioned.
- getKeys(SortedJoinKey...) - Static method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Extract the join keys from several keys.
- getKeyType() - Method in class com.pervasive.datarush.tokens.record.RecordMap
-
Returns the token type of the keys of the map.
- getKeyType() - Method in class com.pervasive.datarush.tokens.record.RecordToIDMap
-
Returns the type of keys contained within this map.
- getKind() - Method in class com.pervasive.datarush.analytics.cluster.ComparisonMeasure
-
- getLabel() - Method in class com.pervasive.datarush.analytics.arm.Item
-
Get the item label.
- getLabel() - Method in interface com.pervasive.datarush.functions.FunctionContext
-
Gets the name of the function being evaluated.
- getLabelFieldName() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the optional label field name property.
- getLabelFieldName() - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Get the optional label field name property.
- getLanguageName() - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getLanguageName() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the name of the script language to use.
- getLanguageVersion() - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getLanguageVersion() - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- getLanguageVersion() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the version of the script language to use.
- getLaplaceCorrector() - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Returns the Laplace corrector to be used.
- getLearningCols() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModelSpec
-
Returns the learning columns (i.e.
- getLearningColumns() - Method in class com.pervasive.datarush.analytics.naivebayes.learner.NaiveBayesLearner
-
Returns the list of columns to be used to predict the output value.
- getLearningColumns() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- getLearningRate() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Gets the learning rate, alpha.
- getLeft() - Method in class com.pervasive.datarush.matching.Comparison
-
Get the left field name value.
- getLeft() - Method in class com.pervasive.datarush.matching.DiscoverLinks
-
Gets the record port providing the left-hand input to the operation.
- getLeft() - Method in class com.pervasive.datarush.matching.tune.AnalyzeLinkKeys
-
Gets the record port providing the input data to analyze
for the left side.
- getLeft() - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Returns the left input port.
- getLeft() - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- getLeft() - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Returns the left input port.
- getLeftBlockingKeys() - Method in class com.pervasive.datarush.matching.tune.AnalyzeLinkKeys
-
Gets the fields to use for key blocking for data on the left.
- getLeftDataIdField() - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Gets the name of the field uniquely identifying records on the left hand side
of the pairs.
- getLeftField() - Method in exception com.pervasive.datarush.types.FieldTypesNotComparableException
-
Gets the path of the field on the left side of the comparison which
raised this exception.
- getLeftFieldPattern() - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Gets the output naming pattern for fields from the left hand input.
- getLeftFieldPattern() - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
Gets the output naming pattern for fields on the left hand side of
the pair.
- getLeftFieldPattern() - Method in class com.pervasive.datarush.matching.block.GroupPairsSortedRows
-
Gets the output naming pattern for fields on the left hand side of
the pair.
- getLeftFieldPattern() - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Gets the naming pattern used to determine the actual name of the
left hand id field.
- getLeftFieldPattern() - Method in class com.pervasive.datarush.matching.Index
-
Get the left field pattern value.
- getLeftFieldsPattern() - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Gets the output naming pattern for fields from the left hand input.
- getLeftInput() - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Gets the record port providing the left hand input to the pair
generation.
- getLeftInput() - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Gets the record port providing the left hand input to the pair
generation.
- getLeftInput() - Method in class com.pervasive.datarush.operators.join.CrossJoin
-
Returns the left input port
- getLeftInput() - Method in class com.pervasive.datarush.operators.record.MergeFields
-
Gets the record port providing the "left" input for the merge.
- getLeftKeys() - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Gets the fields used as keys for data on the left hand side.
- getLeftKeys(SortedJoinKey...) - Static method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Extract the left sort keys from several sorted join keys
- getLeftMargin() - Method in class com.pervasive.datarush.analytics.stats.Interval
-
Returns the lower bound of the interval
- getLeftName() - Method in class com.pervasive.datarush.tokens.record.JoinKey
-
Get the left field name associated with this key.
- getLeftNames(JoinKey...) - Static method in class com.pervasive.datarush.tokens.record.JoinKey
-
Extract the left field names from several keys.
- getLeftType() - Method in exception com.pervasive.datarush.types.FieldTypesNotComparableException
-
Gets the type of the field on the left side of the comparison which
raised this exception.
- getLeftType() - Method in exception com.pervasive.datarush.types.TypesNotComparableException
-
Gets the type of the object on the left side of the
comparison which raised this exception.
- getLength() - Method in class com.pervasive.datarush.analytics.text.filter.LengthFilter
-
- getLength() - Method in class com.pervasive.datarush.io.BasicPathDetails
-
- getLength() - Method in interface com.pervasive.datarush.io.DataSplit
-
Gets the length of the split, in bytes.
- getLength(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Returns the length of the file represented by the given path
- getLength() - Method in class com.pervasive.datarush.io.FileSplit
-
- getLength(Path) - Method in interface com.pervasive.datarush.io.FileSystem
-
Returns the length of the file represented by the given path.
- getLength() - Method in interface com.pervasive.datarush.io.PathDetails
-
Returns the length of the file represented by the associated path.
- getLibArchiveLocation() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getLift() - Method in class com.pervasive.datarush.analytics.arm.AssociationRule
-
Return the lift of the rule.
- getLineComment() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the character sequence indicating a line comment.
- getLineComment() - Method in class com.pervasive.datarush.operators.io.textfile.ReadFixedText
-
Get the value that indicates a line of data is a comment.
- getLineComment() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Gets the character sequence indicating a line comment.
- getListenAddress() - Method in class com.pervasive.datarush.util.GenericTCPServer.ServerContext
-
Returns the address on which the server is listening.
- getListMap(Map<K, List<V>>, K) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Returns a list from a map of lists or empty list if the element does not exist.
- getLocalClientTarget(Object) - Static method in class com.pervasive.datarush.util.SimpleRMI
-
Returns the underlying implementation of a local client proxy
- getLocalityInfo() - Method in class com.pervasive.datarush.io.CompressionSplitIterator
-
- getLocalityInfo() - Method in class com.pervasive.datarush.io.SingleSplitIterator
-
- getLocalityInfo() - Method in interface com.pervasive.datarush.io.SplitIterator
-
Get the list of machines for which access to the current
split is local.
- getLocalSessionAttribute(AttributeScope, SessionAttribute<T>) - Method in interface com.pervasive.datarush.cal.DistributedCallableContext
-
Looks up the value of a session attribute.
- getLocation() - Method in exception com.pervasive.datarush.graphs.PathParseException
-
Retrieve the index of the character at which the error occurred.
- getLogFormat() - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Gets the log format class which should be used when parsing
the logs.
- getLogFormat(String) - Method in enum com.pervasive.datarush.operators.io.textfile.SupportedLogType
-
- getLogFrequency() - Method in class com.pervasive.datarush.operators.assertion.AssertEqual
-
Get the log frequency property.
- getLogFrequency() - Method in class com.pervasive.datarush.operators.assertion.AssertRowCount
-
Returns the frequency with which to log row count.
- getLogFrequency() - Method in class com.pervasive.datarush.operators.assertion.AssertSorted
-
Get the log frequency.
- getLogFrequency() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the log frequency property.
- getLogFrequency() - Method in class com.pervasive.datarush.operators.sink.LogRows
-
Get the configured log frequency.
- getLogger() - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Gets the logger for this test.
- getLogicalGraph() - Method in class com.pervasive.datarush.graphs.LogicalGraphWithConfig
-
- getLogPattern() - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Gets the formatting pattern to use when parsing the log.
- getLogSize() - Method in class com.pervasive.datarush.cal.JobLogInfo.LogInfo
-
- getLogSizeMB() - Method in class com.pervasive.datarush.cal.JobLogInfo.LogInfo
-
- getLogType() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat
-
- getLogType() - Method in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
- getLogType() - Method in interface com.pervasive.datarush.operators.io.textfile.LogFormat
-
Get the SupportedLogType of this format.
- getLogType() - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Gets the type of log this operator will read.
- getLong(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getLong(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getLong(int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getLong(int) - Method in interface com.pervasive.datarush.sequences.scalar.LongTokenSequence
-
Get the value of the specified token as
a long
.
- getLong(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getLong(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getLowerBound() - Method in class com.pervasive.datarush.types.FieldDomain
-
Returns the lower bound of the field or null
if unknown
- getLowValue() - Method in class com.pervasive.datarush.schema.Rule
-
Return the low end of the value range.
- getManager() - Method in class com.pervasive.datarush.cal.StorageBucket
-
- getMap() - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Get a copy of the map that backs this object.
- getMapping() - Method in class com.pervasive.datarush.hadoop.HadoopConfiguration
-
- getMappings(String) - Method in interface com.pervasive.datarush.types.FieldRemapping
-
Gets the fields in the target to which the specified source
field is mapped.
- getMasterContext() - Method in interface com.pervasive.datarush.cal.DistributedExecutorService
-
Returns the job master context.
- getMasterResources() - Method in class com.actian.dataflow.cal.yarn.server.YarnClusterExecutor
-
- getMatrixPort() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
The server port on the Matrix instance listening for messages from this operator.
- getMax() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Return the maximum value for this field.
- getMaxAllowedValue() - Method in class com.pervasive.datarush.monitoring.GaugeSnapshot
-
- getMaxAllowedValue() - Method in interface com.pervasive.datarush.monitoring.GaugeSupplier
-
Returns the maximum allowed value for the gauge of
Long.MAX_VALUE
if there is no maximum
- getMaxBatchCount() - Method in class com.pervasive.datarush.ports.physical.OutputSnapshot
-
Gets the highest number of batches ever held in the
dataflow queue.
- getMaxBatchCount() - Method in interface com.pervasive.datarush.ports.physical.OutputStatistics
-
Gets the highest number of batches ever held in the
dataflow queue.
- getMaxConnections() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
Get the max connections property.
- getMaxDiscoveredValues() - Method in class com.pervasive.datarush.operators.record.DiscoverDomain
-
Returns the maximum number of values to discover.
- getMaxDistinctNominalValues() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the maximum number of distinct nominal values to allow.
- getMaxDistinctNominalValues() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Returns the maximum number of distinct nominal values to allow.
- getMaxDistinctNominalValues() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getMaxErrors() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get the maximum number of errors allowed.
- getMaxErrors() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the maximum number of errors allowed.
- getMaxErrors() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the maximum number of errors allowed.
- getMaxGroupCapacity() - Method in class com.pervasive.datarush.operators.group.Group
-
Returns the max number of groups to fit into internal memory buffers.
- getMaxItemsPerTxn() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Get the maximum items per transaction value.
- getMaxIterations() - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Returns the maximum number of iterations.
- getMaxIterations() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- getMaxMerge() - Method in class com.pervasive.datarush.graphs.EngineConfig.Sort
-
- getMaxMerge() - Method in class com.pervasive.datarush.operators.sort.Sort
-
Gets the maximum number of intermediate result files which should be
merged at one time.
- getMaxParallelism() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the max parallelism set for the operator.
- getMaxParallelism() - Method in interface com.pervasive.datarush.operators.MetadataContext
-
Returns the max parallelism of the current operator.
- getMaxParallelism() - Method in class com.pervasive.datarush.operators.OperatorSettings
-
Returns the maximum parallelism to allow for the operator.
- getMaxRetries() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Maximum number of retries.
- getMaxRowLength() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the limit, in characters, for the first row.
- getMaxRowLength() - Method in exception com.pervasive.datarush.operators.io.textfile.RowTooLongException
-
Gets the limit that was exceeded.
- getMaxThreshold() - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Get the maximum threshold for absolute frequencies when filtering.
- getMaxTokenCount() - Method in class com.pervasive.datarush.ports.physical.OutputSnapshot
-
Gets the highest number of tokens ever held in the
dataflow queue.
- getMaxTokenCount() - Method in interface com.pervasive.datarush.ports.physical.OutputStatistics
-
Gets the highest number of tokens ever held in the
dataflow queue.
- getMaxTreeNodes() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the maximum total nodes to allow in the tree.
- getMaxUlps() - Method in class com.pervasive.datarush.operators.assertion.UlpDistanceBound
-
Gets the maximum number of ULPs allowed between two values.
- getMaxValue() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Get the maximum value of the field.
- getMaxWorkers() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Returns the max worker threads to allow.
- getMean() - Method in class com.pervasive.datarush.analytics.naivebayes.TargetStatistics
-
Returns the mean of the data values.
- getMean() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Returns the mean value for this field.
- getMeanAbsoluteError() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the meanAbsoluteError, the mean of the absolute values of the predictive errors on that dataset.
- getMeanSquaredError() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the Mean Squared Error, the mean of the squares of the predictive errors on that dataset.
- getMedian() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Returns the median of values for this field.
- getMemory() - Method in class com.pervasive.datarush.cal.ResourceAllocation
-
Gets the memory, in MB, allotted.
- getMergeHandler() - Method in class com.pervasive.datarush.operators.model.GetModel
-
Returns the merge handler to be used to merge model fragments into a single model.
- getMergeHandler() - Method in class com.pervasive.datarush.ports.model.AbstractModelPortMetadata
-
Returns the merge handler used to merge model partitions.
- getMessage(Throwable) - Static method in exception com.pervasive.datarush.coercion.CoercionException
-
- getMessage() - Method in exception com.pervasive.datarush.functions.InvalidFunctionArgumentException
-
- getMessage() - Method in exception com.pervasive.datarush.functions.InvalidOperandTypeException
-
- getMessage() - Method in exception com.pervasive.datarush.namespace.FieldExistsException
-
- getMessage() - Method in exception com.pervasive.datarush.namespace.InvalidFieldException
-
Retrieves message of the super class with a list of the names of all
invalid fields in lexicographic order appended.
- getMessage() - Method in exception com.pervasive.datarush.operators.io.SplitParsingException
-
- getMessage() - Method in exception com.pervasive.datarush.operators.io.textfile.ParseException
-
- getMessage() - Method in exception com.pervasive.datarush.operators.io.textfile.RowTooLongException
-
- getMessage() - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Gets a message containing the prefix passed at construction time
and any additional information supplied by setter methods, such as
positional details on the specific field in a record (composite) type
- getMessage() - Method in exception com.pervasive.datarush.ParseExpressionException
-
- getMessage() - Method in exception com.pervasive.datarush.types.FieldTypeNotSupportedException
-
- getMessage() - Method in exception com.pervasive.datarush.types.FieldTypesNotComparableException
-
- getMessage() - Method in exception com.pervasive.datarush.types.TypeNotSupportedException
-
- getMessage() - Method in exception com.pervasive.datarush.types.TypesNotComparableException
-
- getMetadata() - Method in class com.actian.dataflow.operators.io.orc.ORCFormat
-
- getMetadata() - Method in class com.actian.dataflow.operators.io.parquet.ParquetFormat
-
- getMetadata(PMMLModel) - Method in class com.pervasive.datarush.analytics.pmml.PMMLPort
-
- getMetadata() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the metadata associated with this operator.
- getMetadata() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Gets the database metadata associated with this connection.
- getMetadata() - Method in class com.pervasive.datarush.operators.io.avro.AvroFormat
-
- getMetadata() - Method in interface com.pervasive.datarush.operators.io.DataFormat
-
Gets the metadata associated with the format.
- getMetadata(JDBCConnector, String) - Static method in class com.pervasive.datarush.operators.io.jdbc.ConnectionHelper
-
Acquires the metadata associated with a given SQL statement.
- getMetadata() - Method in class com.pervasive.datarush.operators.io.textfile.ARFFDataFormat
-
- getMetadata() - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextFormat
-
- getMetadata() - Method in class com.pervasive.datarush.operators.io.textfile.FixedTextFormat
-
- getMetadata() - Method in class com.pervasive.datarush.operators.io.textfile.LogDataFormat
-
- getMetadata() - Method in class com.pervasive.datarush.operators.OperatorSettings
-
Returns metadata associated with the operator.
- getMetadata(T) - Method in class com.pervasive.datarush.ports.model.AbstractModelPort
-
Returns the metadata associate with the model.
- getMetadata(Void) - Method in class com.pervasive.datarush.ports.model.DoneSignalPort
-
- getMetadata(T) - Method in class com.pervasive.datarush.ports.model.SimpleModelPort
-
- getMetadataType() - Method in class com.pervasive.datarush.analytics.pmml.PMMLPort
-
- getMetadataType() - Method in class com.pervasive.datarush.ports.LogicalPort
-
Returns the class of metadata that this port uses
- getMetadataType() - Method in class com.pervasive.datarush.ports.model.DoneSignalPort
-
- getMetadataType() - Method in class com.pervasive.datarush.ports.model.SimpleModelPort
-
- getMetadataType() - Method in class com.pervasive.datarush.ports.record.RecordPort
-
- getMethod() - Method in class com.pervasive.datarush.analytics.stats.NormalizeDescriptor
-
Get the normalization method of the descriptor.
- getMethod() - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
Get the normalization method configured.
- getMethod() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the load method in use.
- getMethodCallSyntax(String, String, String...) - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getMillisSinceMidnight() - Method in class com.pervasive.datarush.tokens.scalar.TimeOfDay
-
Get the number of milliseconds elapsed since midnight
- getMimeTypes() - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getMin() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Return the minimum value for this field.
- getMinAllowedValue() - Method in class com.pervasive.datarush.monitoring.GaugeSnapshot
-
- getMinAllowedValue() - Method in interface com.pervasive.datarush.monitoring.GaugeSupplier
-
Returns the minimum allowed value for the gauge or
Long.MIN_VALUE
if there is no minimum.
- getMinConfidence() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the minimum confidence property.
- getMinConfidence() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Get the minimum confidence setting.
- getMinParallelism() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the raw, un-interpreted value of the parallelism setting
- getMinRecordsPerNode() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the minimum number of records per-node to allow in the tree.
- getMinSupport() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the minimum support property.
- getMinSupport() - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Get the minimum support property.
- getMinSupport() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Get the minimum support setting.
- getMinThreshold() - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Get the minimum threshold for absolute frequencies when filtering.
- getMinuteOfHour() - Method in class com.pervasive.datarush.tokens.scalar.TimeOfDay
-
Get the minutes portion of the time of day.
- getMinValue() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Get the minimum value of the field.
- getMinWorkers() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Returns the min worker threads to allow.
- getMissingFieldAction() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets how fields declared in the schema, but
not found when parsing the record are handled.
- getMissingFieldAction() - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Gets how fields declared in the schema, but
not found when parsing the record are handled.
- getMissingFrequency() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the value of the "missingFreq" attribute of the Counts
sub-element.
- getMissingValuePenalty() - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Returns the "missingValuePenalty" attribute for the model.
- getMissingValueStrategy() - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Returns the "missingValueStrategy" attribute for the model.
- getMissingValueWeights() - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel
-
- getModalValue() - Method in class com.pervasive.datarush.analytics.stats.DiscreteStatistics
-
Returns the most frequent value of the field
- getMode() - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Get the mode used for ranking.
- getMode() - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Gets how existing files should be handled
by the writer.
- getMode() - Method in class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer.Analysis
-
Gets the data representation mode used in the source file.
- getMode() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Gets how existing files should be handled
by the writer.
- getMode() - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
Get the sample mode.
- getModel() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the output port containing the generated PMML-based association model.
- getModel() - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Get the output PMML model port of this plan operator.
- getModel() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceMissingValues
-
- getModel() - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Returns the model port.
- getModel() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the output port that will output the model that is built from the
training data.
- getModel() - Method in class com.pervasive.datarush.analytics.naivebayes.learner.NaiveBayesLearner
-
Returns the output PMML model port.
- getModel() - Method in class com.pervasive.datarush.analytics.pmml.WritePMML
-
The port containing the PMML model instance
- getModel() - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer
-
- getModel() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Returns a dataflow variable that will contain the PMML model.
- getModel() - Method in class com.pervasive.datarush.analytics.util.AbstractPredictor
-
The input for supplying the PMML model
- GetModel<T> - Class in com.pervasive.datarush.operators.model
-
Provides a way to update an in-memory reference to a model object.
- GetModel(LogicalPortFactory<? extends AbstractModelPort<T>>) - Constructor for class com.pervasive.datarush.operators.model.GetModel
-
Gets a model from a graph.
- getModel() - Method in class com.pervasive.datarush.operators.model.GetModel
-
Following graph execution, will return an in-memory model object.
- getModel() - Method in class com.pervasive.datarush.operators.model.PutModel
-
Returns the model to be injected
- getModel(ExecutionContext) - Method in class com.pervasive.datarush.ports.model.AbstractModelPort
-
Reads the model from this model input port.
- getModelClass() - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel
-
- getModelClass() - Method in class com.pervasive.datarush.operators.io.paraccel.SliceInfoPort.MergeHandler
-
- getModelClass() - Method in class com.pervasive.datarush.ports.model.AbstractModelPort
-
Returns the java class of the model
- getModelClass() - Method in class com.pervasive.datarush.ports.model.AbstractModelPortMetadata
-
Returns the model's java type.
- getModelClass() - Method in interface com.pervasive.datarush.ports.model.ModelMergeHandler
-
Returns the java type of the model
- getModelClass() - Method in interface com.pervasive.datarush.ports.model.ModelStorageHandler
-
Returns the model's java class
- getModelClass() - Method in class com.pervasive.datarush.ports.model.SerializableModelStorageHandler
-
- getModelClass() - Method in class com.pervasive.datarush.ports.model.SimpleModelPort.Factory
-
Returns the java class of the model
- getModelElementName() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
- getModelElementName() - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel
-
- getModelElementName() - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
- getModelElementName() - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
- getModelElementName() - Method in class com.pervasive.datarush.analytics.pmml.GenericPMMLModel
-
- getModelElementName() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModel
-
Return the element name of the primary model element associated with
this PMML
- getModelElementName() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel
-
- getModelElementName() - Method in class com.pervasive.datarush.analytics.stats.PMMLSummaryStatisticsModel
-
- getModelElementName() - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
- getModelExplanation() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModel
-
Returns the value of the ModelExplanation
sub-element.
- getModelInput() - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
Get the optional input port used to read the PMML model
containing field statistics needed by normalization methods.
- getModelName() - Method in class com.pervasive.datarush.analytics.cluster.PMMLClusteringModel
-
Gets the name of this model.
- getModelName() - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Returns the "modelName" attribute for the model.
- getModelName() - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
Returns the "modelName" attribute for the model.
- getModelName() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel
-
- getModelName() - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Returns the modelName
attribute for the model.
- getModelOutput() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- getModelQuality() - Method in class com.pervasive.datarush.analytics.pmml.ModelExplanation
-
- getModelReference() - Method in class com.pervasive.datarush.operators.model.GetModel
-
For advanced use only; returns the reference location where the model is to be set.
- getModelReference() - Method in class com.pervasive.datarush.operators.model.PutModel
-
For advanced use only; returns the reference location where the model is to be obtained.
- getModelSpec() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModel
-
Returns the meta-information associated with this PMML model
- getModificationCount() - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- getModificationCount() - Method in interface com.pervasive.datarush.sequences.scalar.MutableScalarTokenSequence
-
Returns the current modification count.
- getModificationCount() - Method in class com.pervasive.datarush.tokens.DefaultModificationCountProvider
-
- getModificationCount() - Method in class com.pervasive.datarush.tokens.InputModificationCountProvider
-
- getModificationCount() - Method in interface com.pervasive.datarush.tokens.ModificationCountProvider
-
Gets the current change number.
- getModificationCount() - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- getModificationCount() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- getModuleArtifacts() - Method in interface com.pervasive.datarush.modules.Module
-
- getModuleCategory(ClassLoader, String) - Method in interface com.pervasive.datarush.modules.ModuleManager
-
- getModuleClasspath() - Method in interface com.pervasive.datarush.modules.Module
-
- getModuleConfiguration() - Method in class com.actian.dataflow.cal.yarn.server.YarnWorkerArgs
-
- getModuleConfiguration() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getModuleConfiguration() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the module configuration to be used by operators in the graph.
- getModuleConfiguration() - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- getModuleConfiguration() - Method in class com.pervasive.datarush.io.FileClient
-
Returns the module configuration for this file client
- getModules() - Method in interface com.pervasive.datarush.modules.ModuleCategory
-
- getModules() - Method in class com.pervasive.datarush.modules.ModuleCategoryImpl
-
- getMonitoring() - Method in class com.pervasive.datarush.io.FileClient
-
Returns the monitoring used to instrument I/O operations by the client.
- getMonthOfYear() - Method in class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Get the month portion of the date.
- getMultiplier() - Method in enum com.pervasive.datarush.tokens.TokenOrder
-
Gets the multiplier associated with the ordering.
- getMyStorageLocation(NodeAllocationPlan.AssignmentPlan) - Method in class com.pervasive.datarush.cal.StorageBucket
-
- getMyStorageLocation(StorageBucketId, NodeAllocationPlan.AssignmentPlan) - Method in interface com.pervasive.datarush.cal.StorageManager
-
Returns "my" storage location
- getN() - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Get the N for the n-grams.
- getN() - Method in class com.pervasive.datarush.analytics.text.NGram
-
Gets the N used by this NGram.
- getN() - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Get the degree of the n-grams in this map.
- getName() - Method in class com.pervasive.datarush.analytics.arm.Item
-
Get the item name.
- getName() - Method in class com.pervasive.datarush.analytics.cluster.Cluster
-
- getName() - Method in class com.pervasive.datarush.cal.JobInformation
-
Returns a display name for the job.
- getName() - Method in class com.pervasive.datarush.functions.FieldReference
-
Gets the name of the referenced field
- getName() - Method in class com.pervasive.datarush.functions.FunctionDescription
-
- getName() - Method in class com.pervasive.datarush.functions.ScalarFunctionDescriptor
-
Gets the label associated with the function.
- getName() - Method in interface com.pervasive.datarush.graphs.GraphPath
-
Get the first name in this path.
- getName() - Method in interface com.pervasive.datarush.graphs.LogicalGraph
-
Returns the name of the graph.
- getName() - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstanceView
-
Returns the name of this graph instance.
- getName() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the short name of the operator.
- getName() - Method in interface com.pervasive.datarush.graphs.PortInstance
-
Returns the short name of the port.
- getName() - Method in class com.pervasive.datarush.io.compression.BZipCompression
-
- getName() - Method in interface com.pervasive.datarush.io.compression.CompressionFormat
-
Gets the name of the compression algorithm.
- getName() - Method in class com.pervasive.datarush.io.compression.GZipCompression
-
- getName() - Method in class com.pervasive.datarush.io.compression.SnappyCompression
-
- getName() - Method in class com.pervasive.datarush.io.compression.UncompressedData
-
- getName() - Method in class com.pervasive.datarush.io.FTPPath
-
- getName() - Method in class com.pervasive.datarush.io.HadoopFilePath
-
- getName() - Method in interface com.pervasive.datarush.io.Path
-
Gets the last element of the path.
- getName(String) - Static method in class com.pervasive.datarush.io.PathUtility
-
Get the last file segment of the given path.
- getName() - Method in class com.pervasive.datarush.matching.PropertyDefinition
-
Gets the property name
- getName() - Method in interface com.pervasive.datarush.modules.ModuleCategory
-
- getName() - Method in class com.pervasive.datarush.modules.ModuleCategoryImpl
-
- getName() - Method in interface com.pervasive.datarush.namespace.NameBinding
-
Gets the name in the associated pairing.
- getName() - Method in interface com.pervasive.datarush.namespace.Named
-
Gets the name of this object.
- getName(int) - Method in interface com.pervasive.datarush.namespace.Namespace
-
Gets the name associated with entry at the specified
index.
- getName(int) - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Gets the name associated with entry at the specified
index.
- getName() - Method in class com.pervasive.datarush.operators.OperatorSettings
-
Returns the name of the operator
- getName() - Method in class com.pervasive.datarush.operators.record.FieldDerivation
-
Gets the name of the target field to derive.
- getName() - Method in class com.pervasive.datarush.ports.LogicalPort
-
Returns the name of this port
- getName() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
Gets the user-provided label associated with port.
- getName() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the user-provided label associated with port.
- getName() - Method in class com.pervasive.datarush.schema.ExternalDataType
-
Return the external data type name.
- getName() - Method in class com.pervasive.datarush.schema.Rule
-
Get the rule name.
- getName() - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Returns the name of the field
- getName() - Method in class com.pervasive.datarush.schema.TextField
-
Returns the name of this field
- getName() - Method in class com.pervasive.datarush.tokens.record.SortKey
-
Get the field name associated with this key.
- getName() - Method in interface com.pervasive.datarush.types.Field
-
Gets the name of the field.
- getName() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Gets the name used for worker threads.
- getNames() - Method in interface com.pervasive.datarush.namespace.Namespace
-
Gets all names registered in the namespace.
- getNames() - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Gets all names registered in the namespace.
- getNames() - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getNames(SortKey...) - Static method in class com.pervasive.datarush.tokens.record.SortKey
-
Extract the field names from several keys.
- getNearnessMeasure() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets how the nearest neighbors of a record in the query data
are determined.
- getNetworkConfiguration() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the network configuration to be used for communication between the client and cluster manager.
- getNetworkConfiguration() - Method in class com.pervasive.datarush.io.FileClient
-
Returns the network configuration to use
- getNetworkConfiguration(Object) - Static method in class com.pervasive.datarush.util.SimpleRMI
-
Returns the network configuration for the given proxy.
- getNewline() - Method in class com.pervasive.datarush.operators.io.textfile.FormatAnalyzer.FormatAnalysis
-
Gets the newline characters discovered in the source file.
- getNewline() - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Gets the newline characters to use when parsing the log.
- getNextSibling() - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getNextSibling() - Method in interface com.pervasive.datarush.analytics.text.TextNode
-
Get the right sibling of this node or null if this node has no right sibling.
- getNgramFreqOutputField() - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Get the field that will contain the n-gram frequncy map.
- getNGramList() - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Get an ordered list of the n-grams contained in the map.
- getNodeAllocation() - Method in interface com.pervasive.datarush.operators.DeferredCompositionContext
-
Returns the node allocation for the graph to which this operator belongs.
- getNodeAllocation() - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Returns the initial node allocation for the graph to which this operator belongs.
- getNodeAllocation() - Method in interface com.pervasive.datarush.ports.record.PartitioningFunctionContext
-
Returns the node allocation.
- getNodeAllocationPlan() - Method in class com.pervasive.datarush.cal.StorageBucket
-
- getNodeAllocationPlan() - Method in interface com.pervasive.datarush.cal.StorageManager
-
Returns the node allocation plan associated with this storage manager
- getNodeAssignment() - Method in class com.pervasive.datarush.operators.io.jdbc.DatabaseSplit
-
Get the node assignment for this split.
- getNodeDescriptors() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getNodeHost() - Method in class com.pervasive.datarush.cal.NodeInformation
-
Returns the host name
- getNodeID() - Method in interface com.pervasive.datarush.cal.monitoring.NodeStatistics
-
Physical node id
- getNodeID() - Method in class com.pervasive.datarush.cal.monitoring.NodeStatisticsSnapshot
-
- getNodeID() - Method in class com.pervasive.datarush.cal.NodeAllocationPlan.AssignmentPlan
-
The node ID that this assignment was originally on.
- getNodeID() - Method in class com.pervasive.datarush.cal.NodeInformation
-
Returns the node id
- getNodeId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- getNodeId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getNodeId() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequestOrBuilder
-
- getNodeInformation() - Method in class com.pervasive.datarush.cal.NodeInformationMapping
-
Returns the list of node information in this map
- getNodeInformation(String) - Method in class com.pervasive.datarush.cal.NodeInformationMapping
-
Returns the node information for the given nodeID or null if the nodeID either doesn't exist or is not a node
used by this job.
- getNodeMapping() - Method in class com.pervasive.datarush.cal.NodeAllocationPlan
-
Returns the node information for all the nodes referenced by this plan.
- getNodeName() - Method in class com.pervasive.datarush.cal.JobLogInfo.LogInfo
-
- getNodeName() - Method in exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Retrieves the name of the DataflowNode
in which the
scripting exception occurred.
- getNodeRole() - Method in class com.pervasive.datarush.cal.JobLogInfo.LogInfo
-
- getNodeStatistics() - Method in class com.pervasive.datarush.cal.monitoring.JobStatistics
-
- getNonNullCount() - Method in class com.pervasive.datarush.analytics.naivebayes.TargetStatistics
-
Returns the number of non-null data values.
- getNoPartialSplits() - Method in class com.pervasive.datarush.io.SplitOptions
-
Indicates whether breaking files into
multiple splits is allowed.
- getNormalizationMethod() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel
-
- getNoTrueChildStrategy() - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Returns the "noTrueChildStrategy" attribute for the model.
- getNu() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMTypeOneClass
-
Returns the nu
parameter of the one-class
SVM.
- getNull(TokenType) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Returns an appropriate null value for the given type.
- getNullIndicator(TextConversionDefaults) - Method in class com.pervasive.datarush.analytics.util.DynamicEnumerationType
-
- getNullIndicator() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Gets the text value used to represent null values
by default in generated schemas.
- getNullIndicator(TextConversionDefaults) - Method in class com.pervasive.datarush.schema.PaddedTextType
-
- getNullIndicator() - Method in class com.pervasive.datarush.schema.TextConversionDefaults
-
Gets the text value used to represent null values.
- getNullIndicator(TextConversionDefaults) - Method in interface com.pervasive.datarush.schema.TextDataType
-
Gets the string used to indicate null values for the type.
- getNullProbability() - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
Gets the probability any given generated token will be null valued.
- getNumArray() - Method in class com.pervasive.datarush.analytics.cluster.Cluster
-
- getNumArray() - Method in class com.pervasive.datarush.analytics.cluster.MissingValueWeights
-
- getNumber() - Method in enum com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.MessageType
-
- getNumColumns() - Method in class com.pervasive.datarush.analytics.pmml.PMMLRealMatrix
-
Returns the number of columns in the matrix
- getNumeric(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getNumericInfo() - Method in class com.pervasive.datarush.analytics.stats.BivariateStats
-
Returns the value of the NumericInfo
sub-element.
- getNumericInfo() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the value of the NumericInfo
sub-element.
- getNumericPredictor(String) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Get the numeric predictor for the given independent variable.
- getNumericPredictors() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Gets the table's predictors that take a numeric value as input.
- getNumericPredictors() - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Return the list of numeric predictors for this model.
- getNumericType() - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
- getNumericType() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Gets the generic type of this class.
- getNumericType() - Method in class com.pervasive.datarush.analytics.stats.Interval
-
- getNumInputCopies(LogicalPort) - Method in class com.pervasive.datarush.operators.ExecutableOperator
-
May be overridden to specify that multiple input copies are needed for a given
input port.
- getNumInputCopies(LogicalPort) - Method in class com.pervasive.datarush.operators.group.SortedGroupHandler
-
Overridden to declare that we require 2 copies
of input
- getNumInputCopies(LogicalPort) - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- getNumInputCopies(LogicalPort) - Method in class com.pervasive.datarush.operators.OperatorProxies.ExecutableOperatorProxy
-
Public only as a matter of implementation; not intended for external use
- getNumInputs() - Method in class com.pervasive.datarush.operators.OpenMultiModelSink
-
Returns the number of input ports
- getNumInputs() - Method in class com.pervasive.datarush.operators.OpenMultiRecordSink
-
Returns the number of input ports
- getNumOutputs() - Method in class com.pervasive.datarush.operators.OpenMultiModelSource
-
Returns the number of input ports
- getNumOutputs() - Method in class com.pervasive.datarush.operators.OpenMultiRecordSource
-
Returns the number of input ports
- getNumRows() - Method in class com.pervasive.datarush.analytics.pmml.PMMLRealMatrix
-
Returns the number of rows in the matrix
- getNumWorkers(int) - Method in interface com.pervasive.datarush.cal.StorageManager
-
Returns the number of workers allocated or 0
if this is a master storage manager.
- getObject() - Method in class com.pervasive.datarush.json.SerializationBridge
-
Returns the underlying object
- getObject(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getObject(int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- getObject(int) - Method in interface com.pervasive.datarush.sequences.scalar.ObjectTokenSequence
-
Gets the value of the specified token as an object.
- getObject(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
- getOffset() - Method in class com.pervasive.datarush.cal.VirtualNodeID
-
Returns the offset within the physical node.
- getOffsetInSplit() - Method in exception com.pervasive.datarush.operators.io.SplitParsingException
-
Gets the byte offset into the data source at which the
error was found.
- getOffsetSeconds(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- getOffsetSeconds(int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- getOffsetSeconds(int) - Method in interface com.pervasive.datarush.sequences.scalar.TimestampTokenSequence
-
Gets the time zone plus daylight savings time offset (in seconds)
of the timestamp value of the specified token.
- getOmitHBaseScan() - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Get omit HBase Scan state
- getOmitHFileReader() - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Get omit HFile Reader state
- getOnEveryRecordScript() - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- getOnEveryRecordScript() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the source of the script to execute for every
input record.
- getOnEveryRecordStatement() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- getOp() - Method in class com.pervasive.datarush.matching.Comparison
-
Get the comparison operator type.
- getOperator() - Method in class com.pervasive.datarush.analytics.decisiontree.CompoundPredicate
-
Returns the value of the "booleanOperator" attribute.
- getOperator() - Method in class com.pervasive.datarush.analytics.decisiontree.SimplePredicate
-
Returns the value of the "operator" attribute.
- getOperator() - Method in class com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate
-
Returns the value of the "booleanOperator" attribute.
- getOperator() - Method in interface com.pervasive.datarush.operators.MetadataCalculationContext
-
Returns the operator bound to this context.
- getOperator() - Method in class com.pervasive.datarush.schema.Rule
-
Get the rule operator.
- getOperatorClassName() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the fully-qualified class name of this operator.
- getOperatorInstance(LogicalOperator) - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstance
-
- getOperatorState(LogicalGraphInstance, LogicalOperator) - Static method in class com.pervasive.datarush.graphs.LogicalGraphInstances
-
Returns the operator state associated with the given operator.
- getOperatorStatistics(LogicalGraphInstance, LogicalOperator) - Static method in class com.pervasive.datarush.graphs.LogicalGraphInstances
-
Returns the operator statistics associated with the given operator.
- getOperatorType() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the type of operator that this instance
represents.
- getOptimizationLevel() - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- getOptions() - Method in class com.actian.dataflow.cal.yarn.shared.YarnAppMasterArgs
-
- getOptions() - Method in class com.pervasive.datarush.operators.StagedSourceOptions
-
Returns various tuning settings.
- getOptions() - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Returns the options for the field
- getOrCreateID() - Method in class com.pervasive.datarush.tokens.record.RecordToIDMap.WriteAccessor
-
Returns the ID corresponding to the current record, allocating
a new ID if not found.
- getOrder() - Method in class com.pervasive.datarush.ports.record.AliasSet
-
Return the order associated with this set.
- getOrder() - Method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Get the ordering associated with this key.
- getOrder() - Method in class com.pervasive.datarush.tokens.record.SortKey
-
Get the ordering associated with this key.
- getOrdering() - Method in class com.pervasive.datarush.operators.assertion.AssertSorted
-
Get the expected sort ordering.
- getOrders(SortedJoinKey...) - Static method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Extract the orderings from several keys.
- getOrders(SortKey...) - Static method in class com.pervasive.datarush.tokens.record.SortKey
-
Extract the orderings from several keys.
- getOrdinal() - Method in class com.pervasive.datarush.schema.ExternalDataType
-
Return the ordinal value.
- getOrdinal(String) - Method in class com.pervasive.datarush.types.EnumeratedValues
-
Deprecated.
Gets the ordinal value of the given enumeration value.
- getOrdinal(String) - Method in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
Gets the ordinal value of the given value.
- getOriginalAssignment() - Method in class com.pervasive.datarush.cal.NodeAllocationState.AssignmentState
-
Returns the original assignment associated with this assignment
- getOriginalNodeID() - Method in class com.pervasive.datarush.cal.NodeAllocationState.AssignmentState
-
The node ID that this assignment was originally on.
- getOrigTextSize() - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Get the total number of elements in the original text.
- getOtherStorageLocations(StorageBucketId, int) - Method in interface com.pervasive.datarush.cal.StorageManager
-
Returns storage locations for all workers up to the specified maxParallelism
.
- getOutput() - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceMissingValues
-
Gets the record port providing the output from the operation.
- getOutput() - Method in class com.pervasive.datarush.analytics.cluster.ClusterPredictor
-
Returns a record port consisting of the input plus
the assigned cluster IDs.
- getOutput() - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Returns a record port consisting of the original input plus predicted values.
- getOutput() - Method in class com.pervasive.datarush.analytics.decisiontree.pruner.DecisionTreePruner
-
Returns the output port.
- getOutput() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets the record port providing the output from the operation.
- getOutput() - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Returns a record port consisting of the input plus predicted values appended.
- getOutput() - Method in class com.pervasive.datarush.analytics.pmml.ReadPMML
-
Returns the output port that will contain the PMML model that
is read from the file.
- getOutput() - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
- getOutput() - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.regression.SumOfSquares
-
Get the output model port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.stats.DistinctValues
-
- getOutput() - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
- getOutput() - Method in class com.pervasive.datarush.analytics.stats.Rank
-
- getOutput() - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
- getOutput() - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Get the output port of this operator.
- getOutput() - Method in class com.pervasive.datarush.analytics.util.AbstractPredictor
-
The original data with prediction appended
- getOutput() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the output port.
- getOutput() - Method in class com.pervasive.datarush.hbase.ReadHBase
-
- getOutput() - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Gets the record port providing the results of the pair generation.
- getOutput() - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Gets the record port providing the results of the pair generation.
- getOutput() - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
Gets the record port providing the results of the pair generation.
- getOutput() - Method in class com.pervasive.datarush.matching.block.GroupPairsSortedRows
-
Gets the record port providing the results of the pair generation.
- getOutput() - Method in class com.pervasive.datarush.matching.Classifier
-
Get the output field name.
- getOutput() - Method in class com.pervasive.datarush.matching.cluster.ClusterDuplicates
-
Gets the record port providing the results of the clustering operation.
- getOutput() - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Gets the record port providing the results of the clustering operation.
- getOutput() - Method in class com.pervasive.datarush.matching.Comparison
-
Get the output field name value.
- getOutput() - Method in class com.pervasive.datarush.operators.AbstractDeferredRecordOperator
-
- getOutput() - Method in class com.pervasive.datarush.operators.AbstractExecutableRecordPipeline
-
Gets the record port providing the output from the operation.
- getOutput() - Method in class com.pervasive.datarush.operators.AbstractRecordCompositeOperator
-
- getOutput() - Method in class com.pervasive.datarush.operators.assertion.AssertSorted
-
Output port containing the input data verified to be sorted correctly.
- getOutput() - Method in class com.pervasive.datarush.operators.group.Group
-
- getOutput() - Method in class com.pervasive.datarush.operators.group.RemoveDuplicates
-
Returns the de-duplicated data
- getOutput() - Method in class com.pervasive.datarush.operators.group.SortedGroupHandler
-
- getOutput() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets the record port providing the records read from the data source.
- getOutput() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- getOutput() - Method in class com.pervasive.datarush.operators.io.jdbc.DeleteFromJDBC
-
Get the output port containing the statues received from the database.
- getOutput() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Get the output port containing the data retrieved from the source database.
- getOutput() - Method in class com.pervasive.datarush.operators.io.jdbc.UpdateInJDBC
-
Get the output port containing the statuses received from the database.
- getOutput() - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Gets the record port providing the records read from the data source.
- getOutput() - Method in class com.pervasive.datarush.operators.io.staging.ForceStaging
-
Gets the port for the staged data.
- getOutput() - Method in class com.pervasive.datarush.operators.io.textfile.ParseTextFields
-
- getOutput() - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Returns the output port.
- getOutput() - Method in class com.pervasive.datarush.operators.join.CrossJoin
-
Returns the input port
- getOutput() - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- getOutput() - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Returns the output port.
- getOutput() - Method in class com.pervasive.datarush.operators.model.MergeModel
-
Returns the output port that will produce the final model
- getOutput() - Method in class com.pervasive.datarush.operators.model.PutModel
-
Returns the output port which will transmit the model during graph execution
- getOutput(int) - Method in class com.pervasive.datarush.operators.OpenComposite
-
Returns the output port of the given port index
- getOutput() - Method in class com.pervasive.datarush.operators.OpenModelSource
-
- getOutput() - Method in class com.pervasive.datarush.operators.OpenRecordSource
-
- getOutput() - Method in interface com.pervasive.datarush.operators.PipelineOperator
-
Returns the output port
- getOutput() - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
- getOutput() - Method in class com.pervasive.datarush.operators.record.MergeFields
-
Gets the record port providing the resulting merged records.
- getOutput() - Method in class com.pervasive.datarush.operators.record.RemapFields
-
- getOutput() - Method in class com.pervasive.datarush.operators.record.RemoveFields
-
- getOutput() - Method in class com.pervasive.datarush.operators.record.RetainFields
-
- getOutput() - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
- getOutput() - Method in class com.pervasive.datarush.operators.record.SelectFields
-
- getOutput() - Method in interface com.pervasive.datarush.operators.RecordSourceOperator
-
Gets the record port providing the output data from the source.
- getOutput() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the output port of the run script operator.
- getOutput() - Method in class com.pervasive.datarush.operators.select.FilterRows
-
- getOutput() - Method in class com.pervasive.datarush.operators.select.LimitRows
-
- getOutput() - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
- getOutput() - Method in class com.pervasive.datarush.operators.sink.CollectRecords
-
Gets the collected data.
- getOutput() - Method in interface com.pervasive.datarush.operators.sink.RecordCollector
-
- getOutput() - Method in class com.pervasive.datarush.operators.sort.Sort
-
- getOutput() - Method in class com.pervasive.datarush.operators.source.EmitRecords
-
- getOutput() - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Returns the output port whose values are equal to the sequence of
values.
- getOutput() - Method in class com.pervasive.datarush.operators.source.GenerateConstant
-
- getOutput() - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
- getOutput() - Method in class com.pervasive.datarush.operators.source.GenerateRepeatingCycle
-
Gets the flow of generated values.
- getOutput() - Method in interface com.pervasive.datarush.operators.SourceOperator
-
Returns the output port
- getOutput() - Method in class com.pervasive.datarush.operators.string.SplitField
-
- getOutput(LogicalOperator) - Static method in class com.pervasive.datarush.ports.model.DoneSignalPort
-
Returns the done signal port from the given operator if it defines one, throwing
an exception if none found
- getOutput() - Method in class com.pervasive.datarush.ports.record.ExternalRecordSink
-
Returns the external port that an external application can use to receive
data from this sink.
- getOutput() - Method in class com.pervasive.datarush.ports.record.ExternalRecordSource
-
- getOutput(ExecutionContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns the physical output port associated with this logical output port.
- getOutputField() - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Get the name of the output ranking field.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Get the converted output field
If unspecified will overwrite the original input field.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
Get the output field for the counts.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Get the name of the filtered output field.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
Get the string output field.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Get the filtered output field.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
Get the field that will contain the bag of words.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Get the output field that will contain the filtered frequency map.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
Get the stemmed output field.
- getOutputField() - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Get the tokenized output field.
- getOutputFieldName() - Method in class com.pervasive.datarush.analytics.stats.NormalizeDescriptor
-
Get the output field name of the descriptor.
- getOutputMapping() - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Get how the output type should be determined.
- getOutputName() - Method in class com.pervasive.datarush.operators.group.Aggregation
-
Returns the output name for this aggregation.
- getOutputPath() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the path of the .png output file (null
means no output file will be generated).
- getOutputPath() - Method in class com.pervasive.datarush.hbase.DeleteHBase
-
Get the output path.
- getOutputPath() - Method in class com.pervasive.datarush.hbase.WriteHBase
-
Get the output path.
- getOutputPort(LogicalPort) - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Returns the physical port for the given logical port.
- getOutputPorts() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns a description of the output ports defined by this operator.
- getOutputPorts() - Method in class com.pervasive.datarush.operators.AbstractLogicalOperator
-
- getOutputPorts() - Method in interface com.pervasive.datarush.operators.LogicalOperator
-
Returns the list of output ports.
- getOutputs() - Method in interface com.pervasive.datarush.operators.MultiSourceOperator
-
Returns the output ports
- getOutputs() - Method in class com.pervasive.datarush.operators.OpenMultiModelSource
-
- getOutputs() - Method in class com.pervasive.datarush.operators.OpenMultiRecordSource
-
- getOutputStatement(String) - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getOutputType() - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Get the configured output type.
- getOutputType() - Method in interface com.pervasive.datarush.operators.group.Aggregator
-
Returns the output type of this aggregator.
- getOutputType(RecordTokenType) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- getOutputType() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Get the configured output type.
- getOutputType() - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- getOutputType() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the defined output type.
- getOutputType() - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Returns the output type.
- getOutputType() - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
Returns the data type of the generated values
- getOutputType() - Method in class com.pervasive.datarush.ports.record.ExternalRecordSource
-
Returns the output record type of this sink
- getOwner() - Method in class com.pervasive.datarush.ports.LogicalPort
-
Returns a reference to the operator that declared this port
- getPad() - Method in class com.pervasive.datarush.schema.PaddedTextType
-
Gets the padding character for the type.
- getPairCounts() - Method in class com.pervasive.datarush.analytics.naivebayes.DiscreteInputMappingModel
-
Gets the map of pair counts.
- getParallelism() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the raw, un-interpreted value of the parallelism setting
- getParameter(String) - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getParameterQuery() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Get the query used to gather values for the parameterized data query.
- getParameters() - Method in class com.pervasive.datarush.operators.io.jdbc.DatabaseSplit
-
Get the parameter values.
- getParameters() - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Get the configured parameter values.
- getParameterTypes() - Method in class com.pervasive.datarush.operators.io.jdbc.DatabaseSplit
-
- getParent() - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getParent() - Method in interface com.pervasive.datarush.analytics.text.TextNode
-
Get the parent node of this node or null if this node is the root.
- getParent() - Method in class com.pervasive.datarush.io.FTPPath
-
- getParent() - Method in class com.pervasive.datarush.io.HadoopFilePath
-
- getParent() - Method in interface com.pervasive.datarush.io.Path
-
Gets the path referring to the location containing
the path.
- getParent(String) - Static method in class com.pervasive.datarush.io.PathUtility
-
Get the parent directory of the given path.
- getParsedRecords() - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer.Analysis
-
Gets the raw field values for all parsed records.
- getParseError() - Method in interface com.pervasive.datarush.encoding.TokenParser
-
When
parse
method returns false
this method can be used to retrieve the specific error
message detailing why the parsing failed.
- getParseOptions() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets the parsing options used by the reader.
- getParseOptions() - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Gets the parsing options used by the reader.
- getPartitionBy() - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Get the list of fields used to partition the input data.
- getPartitionCount() - Method in class com.pervasive.datarush.cal.PartitionInstanceInfo
-
Get the partition count.
- getPartitionCount() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- getPartitionCount() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse
-
- getPartitionCount() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponseOrBuilder
-
- getPartitionID() - Method in class com.pervasive.datarush.cal.NodeAllocationPlan.AssignmentPlan
-
The partition instance info for this assignment
- getPartitionID() - Method in class com.pervasive.datarush.cal.NodeAllocationState.AssignmentState
-
The partition instance info for this assignment
- getPartitionID() - Method in class com.pervasive.datarush.cal.PartitionInstanceInfo
-
Get the partition ID.
- getPartitionInfo() - Method in interface com.pervasive.datarush.operators.DeferredCompositionContext
-
Returns partition id information for the partition being composed.
- getPartitionInfo() - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Returns partition id information for the partition being executed.
- getPartitioning() - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
Gets the data distribution of the output.
- getPartitioningFunction() - Method in class com.pervasive.datarush.ports.record.BalancedDistribution
-
- getPartitioningFunction() - Method in class com.pervasive.datarush.ports.record.KeyDrivenDataDistribution
-
- getPartitioningFunction() - Method in class com.pervasive.datarush.ports.record.PartialStaticDataDistribution
-
Subclasses must override this method to provide the partitioning function to be used
- getPartitioningFunction() - Method in class com.pervasive.datarush.ports.record.UnspecifiedPartialDistribution
-
- getPartitionOperator(int) - Method in class com.pervasive.datarush.ports.record.UnspecifiedPartialDistribution
-
- getPassword() - Method in interface com.pervasive.datarush.jdbc.ConnectionSettings
-
Retrieves the password for connecting to the database.
- getPassword() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Retrieves the password for connecting to the database.
- getPassword() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Retrieves the password for connecting to the database.
- getPassword() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the password.
- getPassword() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get user's password.
- getPassword() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the password.
- getPassword() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the password.
- getPath(String) - Method in class com.pervasive.datarush.aws.s3.S3FileSystemProvider
-
- getPath() - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstanceView
-
Returns the base path of this graph instance.
- getPath() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the full path name of this operator.
- getPath() - Method in interface com.pervasive.datarush.graphs.PortInstance
-
Returns the path corresponding to this port.
- getPath() - Method in class com.pervasive.datarush.io.BasicPathDetails
-
- getPath(String) - Method in class com.pervasive.datarush.io.BuiltinStreamProvider
-
- getPath() - Method in interface com.pervasive.datarush.io.DataSplit
-
Gets the path to the file on which the
split is defined.
- getPath() - Method in class com.pervasive.datarush.io.FileSplit
-
- getPath(String) - Method in interface com.pervasive.datarush.io.FileSystemProvider
-
Gets the path identified by the given string.
- getPath(String) - Method in class com.pervasive.datarush.io.FTPFileSystemProvider
-
- getPath() - Method in class com.pervasive.datarush.io.FTPPath
-
- getPath() - Method in class com.pervasive.datarush.io.HadoopFilePath
-
Get the HDFS specific path object for this path.
- getPath(String) - Method in class com.pervasive.datarush.io.HadoopFileSystemProvider
-
- getPath(String) - Method in class com.pervasive.datarush.io.LocalFileSystemProvider
-
- getPath() - Method in interface com.pervasive.datarush.io.PathDetails
-
Gets the path associated with the metadata.
- getPath(String) - Method in class com.pervasive.datarush.io.SFTPFileSystemProvider
-
- getPath(String) - Method in class com.pervasive.datarush.io.URLFileSystemProvider
-
- getPath() - Method in class com.pervasive.datarush.operators.io.BasicByteSink
-
Gets the path identifying the byte sink.
- getPath() - Method in class com.pervasive.datarush.operators.io.BasicByteSource
-
Gets the path identifying the byte source.
- getPath() - Method in interface com.pervasive.datarush.operators.MetadataContext
-
Returns the path of the operator being composed.
- getPathList() - Method in exception com.pervasive.datarush.graphs.DROperatorException
-
Get a java.util.List
of the names where an exception
occurred, in the order in which the exceptions were added to this
composite exception.
- getPathString() - Method in exception com.pervasive.datarush.graphs.PathParseException
-
Retrieve the serialized path which could not be parsed.
- getPathToRScript() - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Get the path to the Rscript binary within the local R installation.
- getPattern() - Method in enum com.pervasive.datarush.analytics.text.RegexWordBreakIterator.WordPattern
-
- getPattern() - Method in class com.pervasive.datarush.encoding.text.DateTimeFormatting
-
Gets the format pattern used for parsing and formatting date/time values.
- getPattern() - Method in class com.pervasive.datarush.operators.io.GlobbingByteSource
-
Gets the globbing pattern used to match files.
- getPattern() - Method in class com.pervasive.datarush.schema.TypePattern
-
Gets the pattern used for the mapping.
- getPatternFlags() - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
- getPercent() - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
Get the percentage of input data to output.
- getPerPartitionResources() - Method in class com.pervasive.datarush.cal.NodeAllocationPlan
-
Gets the allocated allocated resources for each partition.
- getPerPartitionResources() - Method in class com.pervasive.datarush.cal.NodeAllocationState
-
Gets the per-partition resource allocation.
- getPessimisticSplitting() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Indicates whether pessimistic file splitting
is used.
- getPessimisticSplitting() - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Indicates whether pessimistic file splitting
is used.
- getPhysicalNodeID() - Method in class com.pervasive.datarush.cal.VirtualNodeID
-
Returns the physical node on which this virtual node resides.
- getPivotKey() - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Get the name of the field used as the pivot key.
- getPivotKeyValues() - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Get the list of distinct values of the pivot key field.
- getPivotYear() - Method in class com.pervasive.datarush.encoding.text.DateTimeFormatting
-
Gets the year defining the midpoint of the 100-year
period assumed for two-digit year values.
- GetPMML - Class in com.pervasive.datarush.analytics.pmml
-
- GetPMML() - Constructor for class com.pervasive.datarush.analytics.pmml.GetPMML
-
Gets a PMML model from a graph.
- getPMMLModelSpec(MetadataContext) - Method in class com.pervasive.datarush.analytics.pmml.PMMLPort
-
Getter to be used to set the PMMLModelSpec for a PMMLPort
- getPMMLModelSpec() - Method in class com.pervasive.datarush.analytics.pmml.PMMLPort.Metadata
-
Returns the underlying PMML model metadata
- getPmmlSpec() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getPort() - Method in class com.pervasive.datarush.graphs.EngineConfig.RemoteMonitoring
-
Returns the port to use for remote monitoring
- getPort() - Method in class com.pervasive.datarush.io.FTPPath
-
- getPort() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- getPort() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getPort() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequestOrBuilder
-
- getPort() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the Matrix lead node port number.
- getPort() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Returns the port to bind to.
- getPort() - Method in class com.pervasive.datarush.webapp.WebApplicationConfig
-
The port that the web application will listen on
- getPort() - Method in interface com.pervasive.datarush.webapp.WebApplicationServer
-
Get the local port the server is listening on for client connections.
- getPortCount() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the number of input ports.
- getPortFactory() - Method in class com.pervasive.datarush.analytics.pmml.PMMLPort.Metadata
-
- getPortFactory() - Method in interface com.pervasive.datarush.ports.PortMetadata
-
Public only as a matter of implementation; not intended for external use.
- getPortFactory() - Method in class com.pervasive.datarush.ports.record.RecordMetadata
-
- getPortInstance(LogicalPort) - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstance
-
Looks up an operator instance by the
input port of a
LogicalOperator
that was added to the graph.
- getPortSettings(LogicalPort) - Method in class com.pervasive.datarush.operators.ExecutableOperator
-
May be overridden to specify port settings for a given output port
- getPortSettings(LogicalPort) - Method in class com.pervasive.datarush.operators.OperatorProxies.ExecutableOperatorProxy
-
Public only as a matter of implementation; not intended for external use
- getPosition() - Method in class com.pervasive.datarush.io.compression.bzip2.BZip2CompressorInputStream
-
Get the current byte position with the raw input data stream.
- getPosition() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
Gets the current record number in the dataset.
- getPosition() - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
- getPosition() - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Retrieves the position of the port.
- getPosition() - Method in interface com.pervasive.datarush.ports.physical.ScalarInputField
-
Gets the current position of the input.
- getPosition() - Method in interface com.pervasive.datarush.ports.physical.SteppableRecordValued
-
- getPosition() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- getPostIterator() - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getPostIterator(TextElementType) - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getPParameter() - Method in class com.pervasive.datarush.analytics.cluster.ComparisonMeasure
-
- getPredicate() - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Returns the predicate element associate with this node.
- getPredicate() - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer.QualityTest
-
Returns a boolean predicate.
- getPredicate() - Method in class com.pervasive.datarush.operators.assertion.AssertPredicate
-
Get the predicate function.
- getPredicate() - Method in class com.pervasive.datarush.operators.select.FilterRows
-
Gets the predicate used by the filter operation.
- getPredicateClauses(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Predicates
-
Extracts the predicate clauses from an AND or OR predicate.
- getPredictedFieldSuffix() - Method in class com.pervasive.datarush.analytics.regression.RegressionPredictor
-
Get the suffix to add to the target field name.
- getPrefix() - Method in class com.pervasive.datarush.io.configuration.FileMetaConfiguration.Entry
-
Returns the path prefix to be matched by this entry
- getPrefixOrdering(String[]) - Method in class com.pervasive.datarush.ports.record.DataOrdering
-
Returns a prefix of the current ordering, merged with
sort direction information.
- getPreserveSortOrder() - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
If true, data order will be preserved ( provided that the data order is known ).
- getPrevious() - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Gets a string representation of the previous row's keys at the point in
the input flow where the incorrect row ordering was discovered.
- getPreviousTValue() - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Return the previous token value before the sort order discrepancy
occurred.
- getPrevSibling() - Method in class com.pervasive.datarush.analytics.text.TextContainer
-
- getPrevSibling() - Method in interface com.pervasive.datarush.analytics.text.TextNode
-
Get the left sibling of this node or null if this node has no left sibling.
- getPriority() - Method in interface com.pervasive.datarush.cal.StorageManagerProvider
-
Returns the priority of this storage manager.
- getProbability(NGram) - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Get the relative frequency of an n-gram in the map.
- getProbability(String) - Method in class com.pervasive.datarush.analytics.text.WordMap
-
Get the relative frequency of a word in the map.
- getProbabilityList() - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Get an ordered list of the relative frequencies contained in the map.
- getProbabilityPrefix() - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Gets the field name prefix to use for probabilities.
- getProgram(String...) - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getProperties() - Method in class com.pervasive.datarush.matching.Classifier
-
Get the classifier type specific properties.
- getProperties() - Method in class com.pervasive.datarush.matching.Comparison
-
Get the operator specific properties.
- getProperties() - Method in class com.pervasive.datarush.matching.Filter
-
Get the implementation specific properties of the filter.
- getProperties() - Method in class com.pervasive.datarush.matching.Index
-
Get the index implementation specific properties.
- getProperties() - Method in class com.pervasive.datarush.operators.io.jdbc.FinalizeSQLWorker
-
- getProperties() - Method in class com.pervasive.datarush.operators.io.jdbc.InitializeSQLWorker
-
- getProperties() - Method in interface com.pervasive.datarush.types.Field
-
Returns a map of key-value pairs associated with this field.
- getProperty(EngineProperty<T>) - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the value of an arbitrary property
- getProperty() - Method in class com.pervasive.datarush.graphs.EngineProperty
-
Gets the property key for use in properties files.
- getProperty(GraphPath) - Method in interface com.pervasive.datarush.graphs.PropertyValued
-
Returns a property of the given path.
- getProperty(String) - Method in interface com.pervasive.datarush.graphs.PropertyValued
-
Returns a property of the given path.
- getPropertyClass() - Method in class com.pervasive.datarush.graphs.EngineProperty
-
Returns the class of values of this property
- getPropertyDefinitions() - Method in enum com.pervasive.datarush.matching.ComparisonType
-
Gets the definitions for the comparison's
required properties.
- getProvider(ClusterSpecifier) - Method in class com.pervasive.datarush.cal.ClusterProviderManager
-
Returns a provider that matches the given spec
- getProvider(String) - Method in class com.pervasive.datarush.encryption.EncryptionManager
-
Returns the provider whose
providerID
matches
that given.
- getProvider() - Method in interface com.pervasive.datarush.io.FileSystem
-
Gets the provider for the path scheme associated
with the file system.
- getProvider(String) - Static method in class com.pervasive.datarush.io.Paths
-
Locates the provider identified by the scheme of
the specified path string.
- getProvider() - Method in class com.pervasive.datarush.ports.LogicalPortFactory
-
Public only as a matter of implementation; clients should not use this method
directly.
- getProvider() - Method in class com.pervasive.datarush.ports.model.AbstractModelPortFactory
-
- getProvider() - Method in class com.pervasive.datarush.ports.model.SimpleModelPort.Factory
-
- getProviderID() - Method in class com.pervasive.datarush.encryption.ClearTextEncryptionProvider
-
- getProviderID() - Method in class com.pervasive.datarush.encryption.DefaultEncryptionProvider
-
- getProviderID() - Method in interface com.pervasive.datarush.encryption.EncryptionProvider
-
Returns a unique identifier for this provider
- getPruningConfidenceLevel() - Method in class com.pervasive.datarush.analytics.decisiontree.pruner.PruneConfiguration.C45
-
Returns the pruning confidence level.
- getPValue() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
Get the p value.
- getPValue() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
Get the p value.
- getQualifierFieldMap() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
- getQualityMeasure() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the measure of quality to be used when determining the best split.
- getQuantilePercentage() - Method in class com.pervasive.datarush.analytics.stats.Quantile
-
Returns the percentage represented by this quantile.
- getQuantiles() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Returns the quantiles of this field.
- getQuantilesToCalculate() - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Gets the
quantiles
to calculate for each numeric field.
- getQuantileValue() - Method in class com.pervasive.datarush.analytics.stats.Quantile
-
Returns the value of the quantile.
- getQuery() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets the record port providing the query data to the operations.
- getR_squared() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the r-squared attribute, a measure of the amount of variance in the target variable explained by a model.
- getRandomElement() - Method in class com.pervasive.datarush.io.PortRange
-
Returns a random element contained by
the port range or null if the range is empty.
- getRangeCount() - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Returns the number of
intervalCounts
to
calculate for each numeric field.
- getRankBy() - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Get the list of fields used for ranking within each partition.
- getRawExtensionPaths() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the comma delimited list of user extension paths.
- getReadBuffer() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets the size of the I/O buffer, in bytes,
to use for reads.
- getReadBuffer() - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Gets the size of the I/O buffer, in bytes,
to use for reads.
- getReadOnClient() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Indicates whether the reader should execute
on the client.
- getReadOnClient() - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Indicates whether the reader should execute
on the client.
- getRecordCount() - Method in class com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
-
Returns the value of the "recordCount" attribute.
- getRecordCount() - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Returns the value of the "recordCount" attribute.
- getRecordCountPrefix() - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Gets the field name prefix to use for record counts.
- getRecordInfo() - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- getRecordInfo() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- getRecordInputSelector(List<RecordInput>) - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Creates a selector over the specified inputs.
- getRecordLength() - Method in class com.pervasive.datarush.schema.FixedWidthTextRecord
-
The defined length of the record.
- getRecordName() - Method in class com.pervasive.datarush.schema.Rule
-
Get the record name this rule matches.
- getRecordNumber() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- getRecordSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the value used as a record separator.
- getRecordSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.ReadFixedText
-
Get the record separator property.
- getRecordSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.RecordSeparatorSettings
-
- getRecordSeparator() - Method in interface com.pervasive.datarush.operators.io.textfile.RecordSeparatorSpecifier
-
Gets the value used as a record separator in structured text.
- getRecordSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Get the record separator.
- getRecordSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Gets the value used as a record separator.
- getRecordSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.WriteFixedText
-
Get the record separator.
- getRecordType(String) - Method in class com.pervasive.datarush.schema.FixedWidthMultiRecordTextSchema
-
Gets the definition of the specified record type.
- getRecordType(T...) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Computes the record type which a composite of the specified fields would have.
- getRecordWarningThreshold() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets the maximum number of records allowed to
have parse warnings.
- getRecordWarningThreshold() - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Gets the maximum number of records allowed to
have parse warnings.
- getReferenceValues() - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Get the reference values for the independent categorical variables as
they were set using the corresponding setter method.
- getRegex() - Method in class com.pervasive.datarush.analytics.text.filter.RegexFilter
-
- getRegister(TokenType) - Static method in class com.pervasive.datarush.tokens.TokenRegisters
-
Creates a DataRegister
appropriate for the given type.
- getRegisters(ScalarTokenType[]) - Static method in class com.pervasive.datarush.tokens.TokenRegisters
-
Creates an array of ScalarRegister
's for the given types.
- getRegisterSliceRequest() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- getRegisterSliceRequest() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage
-
- getRegisterSliceRequest() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessageOrBuilder
-
- getRegisterSliceResponse() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- getRegisterSliceResponse() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage
-
- getRegisterSliceResponse() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessageOrBuilder
-
- getRejects() - Method in class com.pervasive.datarush.operators.io.textfile.ParseTextFields
-
Gets the port providing records which failed parsing.
- getRejects() - Method in class com.pervasive.datarush.operators.join.FilterExistingRows
-
Returns the port providing the data from the left
which failed to match any record on the right.
- getRejects() - Method in class com.pervasive.datarush.operators.select.FilterRows
-
Gets the port providing records which failed the predicate test.
- getRejectsPath() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the rejects path.
- getRelationName() - Method in class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer.Analysis
-
Gets the name of the relation property of the source file.
- getRelationName() - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Get the value of the relation name property.
- getRelative() - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Get whether absolute or relative frequencies will be expanded.
- getRelativeIndex(ScalarValuedIterator) - Method in class com.pervasive.datarush.tokens.record.FieldIteratorHelper
-
Returns the index of the current field, relative to the selectedFields argument
passed to this object's constructor.
- getRelativePath() - Method in class com.pervasive.datarush.operators.OperatorSettings
-
Returns the relative path of the operator.
- getRemoteClientAddress(Object) - Static method in class com.pervasive.datarush.util.SimpleRMI
-
Returns the remote client address for the given proxy.
- getRenameMapping() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Returns the rename mapping.
- getRenameMapping() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the source to target field name mapping.
- getRenameMapping() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get the source to target field mapping.
- getRenameMapping() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the source to target field mapping.
- getRenameMapping() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the source to target field mapping.
- getReplacement() - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Gets the replacement value used when an error occurs.
- getReplacement() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Get the text used by the replacement error action.
- getReplacement() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Get the text used by the replacement error action.
- getReplacementValue() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
Get the constant replacement value.
- getReplaceSpecifications() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceMissingValues
-
Gets the specifications currently configured for the
operation.
- getRepresentation() - Method in interface com.pervasive.datarush.types.RecordTokenType
-
Returns the representation associated with this type.
- getRequiredDataDistribution() - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Get the value set for the required data distribution of the input port of this
operator.
- getRequiredDataDistribution(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Gets the required data distribution of this port
- getRequiredDataOrdering(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Gets the required data ordering of this port
- getRequiredFields() - Method in class com.pervasive.datarush.functions.ConstantReference
-
- getRequiredFields() - Method in class com.pervasive.datarush.functions.FieldReference
-
- getRequiredFields() - Method in interface com.pervasive.datarush.functions.ScalarValuedFunction
-
Get the input fields required in the function input.
- getRequiredMetadata(LogicalPort) - Method in interface com.pervasive.datarush.operators.MetadataContext
-
Gets the required metadata for the given input.
- getRequiredMetadata(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns the required metadata associated with this port
- getRequiredType() - Method in exception com.pervasive.datarush.functions.InvalidOperandTypeException
-
Gets the type requirement which failed to be satisfied.
- getResourcePath() - Method in class com.actian.dataflow.cal.yarn.client.ApplicationResource
-
Get the resource path
- getResourcePath(Class<?>) - Static method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Gets the path to the resource directory of the given class.
- getResourcePath(String) - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Gets the file path to a specified resource.
- getResourcePath(Class<?>, String) - Static method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Gets the file path to a specified resource for the given class.
- getResourcePath() - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Gets the path to the directory containing resources for this test.
- getResourcePath(String) - Method in class com.pervasive.datarush.test.TestHelper
-
Gets the file path to a specified resource.
- getResources() - Method in class com.pervasive.datarush.cal.JobServerInformation
-
- getResult() - Method in class com.pervasive.datarush.operators.record.DiscoverDomain
-
Returns the discovered result
- getResultMapping() - Method in class com.pervasive.datarush.operators.string.SplitField
-
Get the mapping of split indices to output field names.
- getResults() - Method in class com.pervasive.datarush.analytics.arm.GenerateCombinations
-
Retrieve the list of generated combinations.
- getResults(List<? extends Future<T>>) - Static method in class com.pervasive.datarush.cal.ExecutionUtil
-
Invokes
Future.get()
on each element in the provided
list of futures, returning a list of results or throwing an exception if there are any failures.
- getResults(List<? extends Future<T>>, long, TimeUnit) - Static method in class com.pervasive.datarush.cal.ExecutionUtil
-
- getResultSize() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the number of results.
- getRetryCount() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getRetryCount() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the retry count property.
- getRidge() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- getRight() - Method in class com.pervasive.datarush.matching.Comparison
-
Get the right field name value.
- getRight() - Method in class com.pervasive.datarush.matching.DiscoverLinks
-
Gets the record port providing the right-hand input to the operation.
- getRight() - Method in class com.pervasive.datarush.matching.tune.AnalyzeLinkKeys
-
Gets the record port providing the input data to analyze
for the right side.
- getRight() - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Returns the right input port.
- getRight() - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- getRight() - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Returns the right input port.
- getRightBlockingKeys() - Method in class com.pervasive.datarush.matching.tune.AnalyzeLinkKeys
-
Gets the fields to use for key blocking for data on the right.
- getRightDataIdField() - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Gets the name of the field uniquely identifying records on the right hand side
of the pairs.
- getRightField() - Method in exception com.pervasive.datarush.types.FieldTypesNotComparableException
-
Gets the path of the field on the right side of the comparison which
raised this exception.
- getRightFieldPattern() - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Gets the output naming pattern for fields from the right hand input.
- getRightFieldPattern() - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
Gets the output naming pattern for fields on the right hand side of
the pair.
- getRightFieldPattern() - Method in class com.pervasive.datarush.matching.block.GroupPairsSortedRows
-
Gets the output naming pattern for fields on the right hand side of
the pair.
- getRightFieldPattern() - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Gets the naming pattern used to determine the actual name of the
right hand id field.
- getRightFieldPattern() - Method in class com.pervasive.datarush.matching.Index
-
Get the right field pattern value.
- getRightFieldsPattern() - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Gets the output naming pattern for fields from the right hand input.
- getRightInput() - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Gets the record port providing the right hand input to the pair
generation.
- getRightInput() - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Gets the record port providing the right hand input to the pair
generation.
- getRightInput() - Method in class com.pervasive.datarush.operators.join.CrossJoin
-
Returns the right input port
- getRightInput() - Method in class com.pervasive.datarush.operators.record.MergeFields
-
Gets the record port providing the "right" input for the merge.
- getRightKeys() - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Gets the fields used as keys for data on the right hand side.
- getRightKeys(SortedJoinKey...) - Static method in class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Extract the right sort keys from several sorted join keys
- getRightMargin() - Method in class com.pervasive.datarush.analytics.stats.Interval
-
Returns the upper bound of the interval
- getRightName() - Method in class com.pervasive.datarush.tokens.record.JoinKey
-
Get the right field name associated with this key.
- getRightNames(JoinKey...) - Static method in class com.pervasive.datarush.tokens.record.JoinKey
-
Extract the right field names from several keys.
- getRightType() - Method in exception com.pervasive.datarush.types.FieldTypesNotComparableException
-
Gets the type of the field on the right side of the comparison which
raised this exception.
- getRightType() - Method in exception com.pervasive.datarush.types.TypesNotComparableException
-
Gets the type of the object on the right side of the
comparison which raised this exception.
- getRole() - Method in class com.pervasive.datarush.cal.JobServerInformation
-
- getRollback() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get whether rollback is enabled or disabled.
- getRollback() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get whether rollback is enabled or disabled.
- getRollback() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get whether rollback is enabled or disabled.
- getRoot() - Method in class com.pervasive.datarush.io.FTPPath
-
- getRootDirectory() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get HBase root directory.
- getRootMeanSquaredError() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the rootMeanSquaredError, the square root of the mean of the squares of the predictive errors on the dataset.
- getRootNode() - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Returns the root node element of the model
- getRootPath() - Method in class com.pervasive.datarush.io.UnixStyleGlobbing.GlobDefinition
-
Gets the initial path from which globbing starts.
- getRowCount() - Method in class com.pervasive.datarush.operators.assertion.AssertRowCount
-
Returns the expected number of rows
- getRowCount() - Method in class com.pervasive.datarush.operators.io.staging.DatasetMetadata
-
Returns the number of rows in the data set or -1 if unknown.
- getRowCount() - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Gets the number of rows to output
- getRowCount() - Method in class com.pervasive.datarush.operators.source.GenerateConstant
-
Returns the number of values to generate
- getRowCount() - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
Returns the number of values to generate
- getRowCount() - Method in class com.pervasive.datarush.operators.source.GenerateRepeatingCycle
-
Returns the number of values to generate
- getRowFieldMap() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
- getRowIndexStride() - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
- getRowNumber() - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Returns the row number where the exception occurred, or -1 if not available.
- getRules() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Return the list of association rules contained in the model.
- getRunningServer(int) - Static method in class com.pervasive.datarush.webapp.WebApplicationServers
-
Returns the server that is running on the given port (if one exists).
- getSampleSize() - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
Get the sample size (in rows) of data wanted.
- getSaveMetadata() - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
If set to true, the writer will attempt to save the metadata with the data
if the implementation supports it.
- getScalar(String) - Static method in class com.pervasive.datarush.types.TokenTypeConstant
-
Gets the constant scalar token type descriptor for the specified name.
- getScalarSettable(int) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Gets a mutable handle to the internal element at the given offset.
- getScalarValued(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getSchedulerQueue() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the scheduler queue used for scheduling jobs.
- getSchema() - Method in class com.pervasive.datarush.operators.io.avro.AvroMetadata
-
Gets the schema used to write the file.
- getSchema() - Method in class com.pervasive.datarush.operators.io.avro.WriteAvro
-
Gets the currently specified schema for encoding the output.
- getSchema() - Method in class com.pervasive.datarush.operators.io.staging.DatasetMetadata
-
Returns the schema of the data set.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat
-
Gets the record schema of the source.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer.Analysis
-
Gets the schema for parsing the source file.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.CLFLogFormat
-
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.CombinedLogFormat
-
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
Gets the record schema of the source.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.GlassfishLogFormat
-
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.Log4jLogFormat
-
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.ParseTextFields
-
Gets the record schema to use for parsing.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the record schema of the delimited text source.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.ReadFixedText
-
Get the input schema property.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.SyslogLogFormat
-
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Get the configured schema for this reader instance.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Gets the record schema for delimited text source.
- getSchema() - Method in class com.pervasive.datarush.operators.io.textfile.WriteFixedText
-
Get the configured schema.
- getSchema() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the target schema name.
- getSchema() - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Gets the target record schema defining the output type.
- getSchemaDiscovery() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets the schema discoverer to use on the delimited text source.
- getSchemaDiscovery() - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Gets the schema discoverer to use on for the delimited text.
- getSchemaResource() - Method in exception com.pervasive.datarush.operators.io.textfile.InvalidSchemaException
-
Return the schema resource value.
- getScheme() - Method in class com.pervasive.datarush.io.FTPPath
-
- getScore() - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Returns the value of the "score" attribute.
- getScoreDistributions() - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Returns the list of ScoreDistribution
elements associated with this node.
- getScoreFields() - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
Get the names of fields configured to be normalized.
- getScratchPath(String) - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Gets the file path to a specified scratch file.
- getScratchPath() - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Gets the path to the scratch directory for this test.
- getScratchPath(String) - Method in class com.pervasive.datarush.test.TestHelper
-
Gets the file path to a specified scratch file.
- getScriptArgs(String) - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Create arguments for drunner allowing a script to be run that has embedded $0
and $1
references.
- getScriptEngine() - Method in class com.pervasive.datarush.operators.scripting.engine.RhinoCompiledEngineFactory
-
- getScriptSnippet() - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Get the R script to execute.
- getSecondOfMinute() - Method in class com.pervasive.datarush.tokens.scalar.TimeOfDay
-
Get the seconds portion of the time of day.
- getSeed() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- getSeed() - Method in class com.pervasive.datarush.operators.partition.Randomize
-
Get the random seed used.
- getSeed() - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
Get the random number generator seed value.
- getSeed() - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
Gets the seed for the random number generator.
- getSeed() - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Generates a seed for the current test.
- getSeed(String) - Method in class com.pervasive.datarush.test.AbstractDataRushTestCase
-
Generates a seed for the current test and outputs that seed to the logger provided by AbstractDataRushTestCase#getLogger()
.
- getSelectedFeatures() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets the fields which will be used when determining the nearest
neighbors.
- getSelectedFields() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets the list of record fields to read.
- getSelectedFields() - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Gets the list of record fields to parse.
- getSelectedFields() - Method in class com.pervasive.datarush.ports.record.RecordPortOptions
-
Returns the selected fields.
- getSelectedFields() - Method in class com.pervasive.datarush.tokens.record.FieldIteratorProperties
-
Returns the list of selected fields.
- getSerializedSize() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage
-
- getSerializedSize() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getSerializedSize() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse
-
- getServer() - Method in class com.pervasive.datarush.webapp.WebApplicationServerEvent
-
Returns the server that triggered the event
- getServerListeners() - Method in class com.pervasive.datarush.util.SimpleRMI.Registry
-
- getService() - Method in class com.pervasive.datarush.cal.StorageManagerSpecifier
-
Returns the distributed executor service for the job.
- getShortName() - Method in enum com.pervasive.datarush.tokens.TokenOrder
-
Gets an abbreviated name for the ordering.
- getShowTopHowMany() - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Provides a cap on the number of
valueCounts
to calculate.
- getSimilarityScale() - Method in class com.pervasive.datarush.analytics.cluster.ClusteringField
-
- getSingleChildElement(Element) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Returns the single child element of the given element
- getSingularityThreshold() - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Get singularityThreshold value
- getSize() - Method in class com.pervasive.datarush.analytics.cluster.Cluster
-
- getSize() - Method in interface com.pervasive.datarush.schema.FixedSizeTextType
-
Gets the (constant) size of the text representation.
- getSize() - Method in class com.pervasive.datarush.schema.PaddedTextType
-
- getSkip() - Method in class com.pervasive.datarush.operators.select.LimitRows
-
Gets the number of input records to skip
before outputting records.
- getSliceId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- getSliceId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getSliceId() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequestOrBuilder
-
- getSliceIdentifiers() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getSliceInfo() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
A comma separated list of Matrix slice specs in the form : describing the
worker node connection points on the Matrix side.
- getSliceOutput() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getSnapshot() - Method in interface com.pervasive.datarush.graphs.InputPortInstance
-
- getSnapshot() - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstanceView
-
Returns a snapshot that reflects a point-in-time of this graph instance
- getSnapshot() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns a snapshot that reflects a point-in-time of this operator instance.
- getSnapshot() - Method in interface com.pervasive.datarush.graphs.OutputPortInstance
-
- getSnapshot() - Method in interface com.pervasive.datarush.graphs.PortInstance
-
Returns a snapshot that reflects a point-in-time of this port instance.
- getSnapshot() - Method in class com.pervasive.datarush.ports.physical.InputSnapshot
-
- getSnapshot() - Method in interface com.pervasive.datarush.ports.physical.InputStatistics
-
- getSnapshot() - Method in class com.pervasive.datarush.ports.physical.OutputSnapshot
-
- getSnapshot() - Method in interface com.pervasive.datarush.ports.physical.OutputStatistics
-
- getSnapshot() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets a snapshot of the current statistics.
- getSoftware() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets the name of the software which generated the log.
- getSortBufferSize() - Method in class com.pervasive.datarush.graphs.EngineConfig.Sort
-
- getSortBufferSize() - Method in class com.pervasive.datarush.operators.sort.Sort
-
Gets the size of the memory usage target, in bytes, for a sort.
- getSortKeys() - Method in class com.pervasive.datarush.operators.group.RemoveDuplicates
-
Returns the additional keys by which to sort the data to determine
which row to output in the event of a duplicate.
- getSortKeys() - Method in class com.pervasive.datarush.operators.sort.Sort
-
Returns the list of sort keys by which we are to sort.
- getSource() - Method in class com.pervasive.datarush.encoding.binary.AbstractTokenEncoder
-
Returns the current source held by this encoder.
- getSource() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets the source being read.
- getSource() - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Gets the data source for the reader.
- getSource() - Method in exception com.pervasive.datarush.operators.io.SplitParsingException
-
Gets a string describing the data source of the split.
- getSource(StagedSourceOptions) - Method in interface com.pervasive.datarush.operators.StagedSource
-
Returns a source operator that will produce the staged data.
- getSourceDataDistribution(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns source data distribution associated with this input port.
- getSourceDataOrdering(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns source data ordering associated with this input port.
- getSourceFunctions() - Method in class com.pervasive.datarush.operators.group.Aggregation
-
Returns the source functions of this aggregation.
- getSourceMaxParallelism(LogicalPort) - Method in interface com.pervasive.datarush.operators.MetadataContext
-
Returns whether the max parallelism of the source of this port.
- getSourceMetadata(LogicalPort) - Method in interface com.pervasive.datarush.operators.MetadataContext
-
Returns the source metadata associated with the given port.
- getSourceMetadata(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns the metadata associated with this port
- getSourceName() - Method in class com.pervasive.datarush.types.FieldRemappings.Directive
-
Get the name of the field in the source record.
- getSourcePath() - Method in interface com.pervasive.datarush.graphs.InputPortInstance
-
Returns the path to the source port.
- getSources() - Method in class com.pervasive.datarush.operators.io.ConcatenatedByteSource
-
Gets the sources which comprise the combined source.
- getSpecificationVersion() - Method in class com.pervasive.datarush.Version
-
Gets the version number of the installed DataRush.
- getSplit() - Method in class com.pervasive.datarush.io.CompressionSplitIterator
-
- getSplit() - Method in class com.pervasive.datarush.io.SingleSplitIterator
-
- getSplit() - Method in interface com.pervasive.datarush.io.SplitIterator
-
Get the current split in the iterated set.
- getSplit() - Method in interface com.pervasive.datarush.operators.io.SplitParsingContext
-
Gets the split being parsed.
- getSplitCharacteristic() - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Returns the "splitCharacteristic" attribute for the model.
- getSplitField() - Method in class com.pervasive.datarush.operators.string.SplitField
-
Get the string field to be split.
- getSplitIterator(FileClient, Path, SplitOptions) - Method in class com.pervasive.datarush.io.compression.BZipCompression
-
- getSplitIterator(FileClient, Path, SplitOptions) - Method in interface com.pervasive.datarush.io.compression.CompressionFormat
-
Create a SplitIterator
for the given file path and options.
- getSplitIterator(FileClient, Path, SplitOptions) - Method in class com.pervasive.datarush.io.compression.GZipCompression
-
- getSplitIterator(FileClient, Path, SplitOptions) - Method in class com.pervasive.datarush.io.compression.SnappyCompression
-
- getSplitIterator(FileClient, Path, SplitOptions) - Method in class com.pervasive.datarush.io.compression.UncompressedData
-
- getSplitIterator(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Computes data splits over the specified file.
- getSplitIterator(Path, SplitOptions) - Method in class com.pervasive.datarush.io.FileClient
-
Computes data splits over the specified file.
- getSplitOptions() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Gets the configuration used in determining how
to break the source into splits.
- getSplitOptions() - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Gets the parsing options used by the reader.
- getSplitPattern() - Method in class com.pervasive.datarush.operators.string.SplitField
-
Get the splitting pattern.
- getSplits(Path, SplitOptions) - Method in interface com.pervasive.datarush.io.FileSystem
-
Computes data splits over the specified file.
- getSplitStart() - Method in exception com.pervasive.datarush.operators.io.SplitParsingException
-
- getSpoolThreshold() - Method in class com.pervasive.datarush.graphs.EngineConfig.Ports
-
Retrieves the configured threshold at batches are stored to disk.
- getSqlWarningLimit() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.SqlWriteProperties
-
- getSqlWarningLimit() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Retrieves the maximum number of warnings regarding SQL errors that an operator can emit.
- getSqlWriteProperties() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- getSshPassword() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Password for SSH User id
- getSshUser() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
OS user id used to connect to NameNode of the Hadoop installation.
- getStagedSource(T) - Method in interface com.pervasive.datarush.operators.IterativeExecutionContext
-
Provides a handle by which one can access the staged data associated with
a given iterative port.
- getStagingBlockSize() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the
blockSize
that is used when staging
the original dataset prior to redistributing the data for training.
- getStagingOptions() - Method in class com.pervasive.datarush.ports.record.RecordMetadata
-
Returns the staging options of the record port.
- getStandardError() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
Get the standard error value.
- getStandardError() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
Get the standard error value.
- getStartDate() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets the date and time at which the log was started.
- getStartOffset() - Method in interface com.pervasive.datarush.io.DataSplit
-
Gets the byte offset of the beginning of
the split.
- getStartOffset() - Method in class com.pervasive.datarush.io.FileSplit
-
- getStartPort() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
Start of the IP port range to be used for the slice registration server socket.
- getStartPortRange() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getStartPortRange() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the start of the IP port range.
- getStartSignal() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.AbstractWriteToJDBCWorker
-
- getStartSignal() - Method in class com.pervasive.datarush.operators.io.jdbc.FinalizeSQLWorker
-
- getStartTime() - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Get time range filter start time
- getStartTime() - Method in class com.pervasive.datarush.util.Timer
-
Gets the time at which the timer was last started.
- getStartTimeMillis() - Method in class com.pervasive.datarush.monitoring.IntervalTimer
-
- getStartTimeMillis() - Method in class com.pervasive.datarush.monitoring.IntervalTimerSnapshot
-
- getStartTimeMillis() - Method in interface com.pervasive.datarush.monitoring.IntervalTimerSupplier
-
This will return the start time or an undefined value if never started.
- getStartValue() - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Gets the first value to generate.
- getState() - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstanceView
-
Gets the current execution state of the instance.
- getState() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the execution state of this operator indicating whether it is running,
failed, etc.
- getState() - Method in class com.pervasive.datarush.monitoring.AccumulatedTimer
-
- getState() - Method in class com.pervasive.datarush.monitoring.AccumulatedTimerSnapshot
-
- getState() - Method in class com.pervasive.datarush.monitoring.BasicCounter
-
- getState() - Method in class com.pervasive.datarush.monitoring.CounterSnapshot
-
- getState() - Method in class com.pervasive.datarush.monitoring.GaugeSnapshot
-
- getState() - Method in class com.pervasive.datarush.monitoring.IntervalTimer
-
- getState() - Method in class com.pervasive.datarush.monitoring.IntervalTimerSnapshot
-
- getState() - Method in interface com.pervasive.datarush.monitoring.StatisticSupplier
-
Returns the current state of the supplier.
- getState() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
Gets the current state of the port.
- getState() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the current state of the port.
- getStatistics() - Method in interface com.pervasive.datarush.cal.MonitoredCallable
-
Returns the statistics for this callable
- getStatistics() - Method in interface com.pervasive.datarush.cal.monitoring.NodeStatistics
-
- getStatistics() - Method in class com.pervasive.datarush.cal.monitoring.NodeStatisticsSnapshot
-
- getStatistics() - Method in interface com.pervasive.datarush.graphs.InputPortInstance
-
Returns statistics for this port.
- getStatistics() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns the operator statistics associated with the operator.
- getStatisticsInput() - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceMissingValues
-
Gets the optional model port providing statistics for
replace specifications based on column statistics.
- getStatisticsRegistry() - Method in interface com.pervasive.datarush.operators.DeferredCompositionContext
-
Public only as a matter of implementation; operator authors should not invoke this method.
- getStatisticsRegistry() - Method in interface com.pervasive.datarush.operators.ExecutionContext
-
Returns a statistics registry that can be used for registering custom statistics.
- getStats() - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Retrieves the run-time statistics gathered for this input.
- getStats() - Method in interface com.pervasive.datarush.ports.physical.RecordOutput
-
Retrieves the run-time statistics gathered for this input.
- getStats() - Method in interface com.pervasive.datarush.ports.PhysicalPort
-
Retrieves the run-time statistics gathered for this port.
- getStatus(List<? extends MonitoredFuture<S>>) - Static method in class com.pervasive.datarush.cal.ExecutionUtil
-
Invokes
MonitoredFuture.getStatus()
on each element in the provided
list of futures, returning a list of results or throwing an exception if there are any failures.
- getStatus() - Method in interface com.pervasive.datarush.cal.MonitoredCallable
-
Returns the partial status or the final result if already complete.
- getStatus() - Method in interface com.pervasive.datarush.cal.MonitoredFuture
-
Returns the partial status of the
MonitoredCallable
or
the final result if the command has completed successfully.
- getStatus() - Method in class com.pervasive.datarush.cal.monitoring.JobStatistics
-
- getStatus() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
- getStatusField() - Method in class com.pervasive.datarush.operators.io.jdbc.DeleteFromJDBC
-
Get the name of the field that will contain the update status.
- getStatusField() - Method in class com.pervasive.datarush.operators.io.jdbc.UpdateInJDBC
-
Get the name of the field that will contain the update status.
- getStddev() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Return the standard deviation of values for this field.
- getStderrFileName() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the name of the file to use for standard error output.
- getStdoutFileName() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the name of the file to use for standard output.
- getStemmer() - Method in enum com.pervasive.datarush.analytics.text.stemmer.StemmerType
-
- getStemmerType() - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
Get the stemmer that will be used.
- getStepSize() - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Gets the difference between consecutive generated values.
- getStorage() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- getStorageFormat() - Method in class com.pervasive.datarush.operators.io.staging.DatasetMetadata
-
Gets the storage format of the data-set.
- getStorageHandler() - Method in class com.pervasive.datarush.ports.model.AbstractModelPort
-
Returns the storage handler responsible for persisting the model
- getStorageHandler() - Method in class com.pervasive.datarush.ports.model.AbstractModelPortMetadata
-
Returns the storage handler for storing models of this type.
- getStorageHandler() - Method in class com.pervasive.datarush.ports.model.SimpleModelPort.Factory
-
Returns the storage handler for this model port.
- getStorageManagementPath() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the root scratch directory to use.
- getString(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getString(int, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- getString(int, int) - Method in interface com.pervasive.datarush.sequences.scalar.CharTokenSequence
-
Gets a subsequence of tokens as a string.
- getString(int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- getString(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseStringTokenList
-
- getString(int) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- getString(int) - Method in interface com.pervasive.datarush.sequences.scalar.StringTokenSequence
-
Gets the value of the specified element as
a string.
- getStringHandling() - Method in class com.pervasive.datarush.schema.TextConversionDefaults
-
Gets the behavior for processing string-valued types.
- getStringMap() - Method in class com.pervasive.datarush.analytics.text.WordMap
-
Get a copy of the map that backs this object.
- getStringTruncationError() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get whether errors on string truncation is enabled or disabled.
- getStripeSize() - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
- getSubexpressionEvaluation(EvaluationContext) - Method in class com.pervasive.datarush.functions.ConstantReference
-
- getSubexpressionEvaluation(EvaluationContext) - Method in class com.pervasive.datarush.functions.FieldReference
-
- getSubexpressionEvaluation(EvaluationContext) - Method in interface com.pervasive.datarush.functions.ScalarValuedFunction
-
Constructs an instance of an evaluation of the function in the context
of a larger expression.
- getSubgraphHistorySize() - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Returns the maximum number of subgraphs to retain
when tracking execution history.
- getSubgraphs() - Method in interface com.pervasive.datarush.graphs.InputPortInstance
-
Returns a list of subgraphs that were executed for this connection.
- getSubgraphs() - Method in interface com.pervasive.datarush.graphs.OperatorInstance
-
Returns a list of subgraphs that this operator has executed.
- getSubject(ModuleConfiguration, ProcessAuthenticationSettings) - Static method in class com.pervasive.datarush.authentication.ProcessAuthentication
-
Constructs a subject for process-level authentication.
- getSubsecondMillis() - Method in class com.pervasive.datarush.tokens.scalar.TimeOfDay
-
Get the millisecond portion of the time of day.
- getSubsecondNanos(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- getSubsecondNanos(int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- getSubsecondNanos(int) - Method in interface com.pervasive.datarush.sequences.scalar.TimestampTokenSequence
-
Gets the subsecond portion (in nanoseconds) of the timestamp
value of the specified token.
- getSuffix() - Method in enum com.pervasive.datarush.analytics.functions.StatsFunctions.NormalizeMethod
-
Return the suffix added to fields normalized by this method.
- getSum() - Method in class com.pervasive.datarush.analytics.naivebayes.TargetStatistics
-
Returns the sum of the data values.
- getSum() - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics.IntervalCounts
-
Returns the sum of values within an interval
- getSum() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Return the summation of values for this field.
- getSumSquaredError() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the Sum Of Squares (Error) statistic.
- getSumSquaredRegression() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the Sum Of Squares (Regression) statistic.
- getSumSquares() - Method in class com.pervasive.datarush.analytics.naivebayes.TargetStatistics
-
Returns the sum of the squares of the data values.
- getSumSquares() - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics.IntervalCounts
-
Returns the sum of the squares of the values within an interval
- getSumSquaresNumArray() - Method in class com.pervasive.datarush.analytics.cluster.Cluster
-
Gets the sum of squared values of the numArray of this
Cluster
.
- getSupport() - Method in class com.pervasive.datarush.analytics.arm.AssociationRule
-
Return the support of the rule.
- getSupport() - Method in class com.pervasive.datarush.analytics.arm.ItemSet
-
Get the current support value.
- getSupportPct() - Method in class com.pervasive.datarush.analytics.arm.ItemSet
-
Get the support percentage value.
- getSupportVectorIDs() - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Returns the list of support vector ids.
- getSupportVectorMachines() - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Returns the SupportVectorMachine
elements of the model.
- getSvmCacheSizeMB() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Returns the cache size.
- getSvmRepresentation() - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Returns the svmRepresentation
attribute for the model.
- getSymbolicName() - Method in interface com.pervasive.datarush.modules.Module
-
- getSystemSliceId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- getSystemSliceId() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- getSystemSliceId() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequestOrBuilder
-
- getTable() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getTable() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the target table name.
- getTable() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get the target table name.
- getTable() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the target table name.
- getTableInfo() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- getTableMetadata() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Gets the metadata associated with this connection's table.
- getTableMetadata(String) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Gets the metadata associated with the provided statement
- getTableName() - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- getTableName() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get HBase table name.
- getTableName() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Retrieves the name of the database table to access.
- getTableName() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Retrieves the name of the database table to access.
- getTableName() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the target table name.
- getTableSchema() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
A comma separated list of column specs in the form
:::
describing the target schema on the Matrix side.
- getTarget() - Method in class com.pervasive.datarush.analytics.arm.ConvertARMModel
-
Get the path of the target file for the conversion.
- getTarget() - Method in class com.pervasive.datarush.encoding.binary.AbstractTokenDecoder
-
Returns the current target held by this decoder.
- getTarget() - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Gets the data sink for the writer.
- getTarget() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Gets the target sink for the reader.
- getTarget() - Method in class com.pervasive.datarush.operators.OperatorProxies.CompositeOperatorProxy
-
- getTarget() - Method in class com.pervasive.datarush.operators.OperatorProxies.DeferredCompositeOperatorProxy
-
- getTarget() - Method in class com.pervasive.datarush.operators.OperatorProxies.ExecutableOperatorProxy
-
- getTarget() - Method in class com.pervasive.datarush.operators.OperatorProxies.IterativeOperatorProxy
-
- getTarget() - Method in class com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
-
Public only as a matter of implementation; not intended for external use
- getTarget() - Method in class com.pervasive.datarush.operators.OperatorProxies.StreamingOperatorProxy
-
- getTargetCategory() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
- getTargetCategory() - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Returns the value of the targetCategory
attribute.
- getTargetCols() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModelSpec
-
Returns the target columns (i.e.
- getTargetColumn() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Returns the name of the column to predict.
- getTargetColumn() - Method in class com.pervasive.datarush.analytics.naivebayes.learner.NaiveBayesLearner
-
Gets the column to be predicted.
- getTargetColumn() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- getTargetColumn() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMPredictorType
-
Returns the target column to be predicted.
- getTargetColumn() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getTargetColumns() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getTargetCount(int) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.TargetCounts
-
Returns the count for the given ordinal
- getTargetCounts() - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
Gets the map of target counts for the PMML.
- getTargetFeature() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets the field in the example data which is used to
provide classification data.
- getTargetField() - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Get the predicted field on which the quality information was measured.
- getTargetFieldNames() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the actual target field names for all input ports (null entries
for disconnected ports).
- getTargetName() - Method in class com.pervasive.datarush.types.FieldRemappings.Directive
-
Get the name of the field in the target record.
- getTargetPartitionCount() - Method in interface com.pervasive.datarush.ports.record.PartitioningFunctionContext
-
Returns the number of target partitions.
- getTargetPathName() - Method in class com.pervasive.datarush.analytics.pmml.WritePMML
-
Returns the path to write to
- getTargetSize() - Method in class com.pervasive.datarush.io.SplitOptions
-
Gets the target size for split generation.
- getTargetStatistics() - Method in class com.pervasive.datarush.analytics.naivebayes.ContinuousInputMappingModel
-
Gets the map of target statistics.
- getTargetType() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.TargetCounts
-
Returns the target type
- getTargetType() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModelSpec
-
Returns the target type.
- getTargetType() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getTargetValue() - Method in class com.pervasive.datarush.analytics.naivebayes.InputTargetPair
-
Returns the target value of this pair.
- getTargetValue() - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Returns the target value ("true class")
- getTempDirectory() - Method in class com.pervasive.datarush.webapp.WebApplicationConfig
-
The location to use for expanding the .war
- getTempFilesystemRootDirectories() - Method in class com.pervasive.datarush.io.FileClient
-
Returns the root directories used by default for temp storage by this client
- getTestFailureCount(String) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the test failure count for the given test name.
- getTestFailureCounts() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns a mapping of test failures counts.
- getTestName() - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer.QualityTest
-
Returns the test name.
- getTests() - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer
-
Returns the set of tests to apply to the input dataset
- getText() - Method in class com.pervasive.datarush.analytics.text.RegexWordBreakIterator
-
- getTextElement() - Method in class com.pervasive.datarush.analytics.text.filter.TextElementFilter
-
- getTextFields() - Method in class com.pervasive.datarush.schema.FixedWidthTextRecord
-
- getTextFields() - Method in class com.pervasive.datarush.schema.TextRecord
-
- getTextFilters() - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Get the filters that will be used.
- getTextOutputField() - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Get the output field to expand the text list into.
- getTextType() - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Returns the text type for this field based on
the configured options
- getTextValue(String, DateTime.DateTimeValue) - Static method in class com.pervasive.datarush.functions.DateTime
-
Create a function that will extract the wanted date or time value as text
from the named field contained in a record flow.
- getTextValue(String, DateTime.DateTimeValue, TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Create a function that will extract the wanted date or time value as text
from the named field contained in a record flow.
- getTextValue(ScalarValuedFunction, DateTime.DateTimeValue) - Static method in class com.pervasive.datarush.functions.DateTime
-
Create a function that will extract the wanted date or time value as text
from the given function applied to a record flow.
- getTextValue(ScalarValuedFunction, DateTime.DateTimeValue, TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Create a function that will extract the wanted date or time value as text
from the given function applied to a record flow.
- getThreshold() - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
Gets the "threshold" attribute for the model.
- getTimeDayMillis(int) - Method in class com.pervasive.datarush.operators.group.ReadableStorage
-
Returns the value of the internal element at the given offset.
- getTimeFieldName() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get version timestamp field name.
- getTimeIntervalMillis() - Method in class com.pervasive.datarush.monitoring.AbstractIntervalTimerSupplier
-
- getTimeIntervalMillis() - Method in interface com.pervasive.datarush.monitoring.IntervalTimerSupplier
-
- getTimeOfDay(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- getTimeOfDay(int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- getTimeOfDay(int) - Method in interface com.pervasive.datarush.sequences.scalar.TimeTokenSequence
-
Gets the value of the specified token as
a time of day.
- getTimeoutInterval() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getTimeoutInterval() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the communication timeout interval (in seconds).
- getTimestamp(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- getTimestamp(int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- getTimestamp(int) - Method in interface com.pervasive.datarush.sequences.scalar.TimestampTokenSequence
-
Gets the value of the specified token as
a timestamp.
- getTmpDirectory() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.record.RecordTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.BinaryTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.BooleanTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.CharTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.DateTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.DoubleTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.FloatTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.IntTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.LongTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.NumericTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.ObjectTokenSequence
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.ScalarTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBooleanTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseStringTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.StringTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.TimestampTokenSequence
-
- getToken(int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.scalar.TimeTokenSequence
-
- getToken(int) - Method in interface com.pervasive.datarush.sequences.TokenSequence
-
Gets the value at the specified position.
- getToken(BooleanValued) - Static method in class com.pervasive.datarush.tokens.scalar.BooleanToken
-
Returns a token with the boolean value in the given container.
- getToken(boolean) - Static method in class com.pervasive.datarush.tokens.scalar.BooleanToken
-
Returns a token with the given non-null value boolean value.
- getTokenClass() - Method in class com.pervasive.datarush.types.ObjectTokenType
-
Returns the Java class of tokens having this token type.
- getTokenCount() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
Gets the accumulated count of tokens processed by the port.
- getTokenCount() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the accumulated count of tokens processed by the port.
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Returns a mutator for the given index.
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBinaryTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBooleanTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableCharTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDoubleTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableFloatTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableIntTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableLongTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableNumericTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableObjectTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableRecordTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableScalarTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableStringTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimestampTokenSequence
-
- getTokenSetter(int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimeTokenSequence
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBooleanTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseStringTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- getTokenSetter(int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- getTokenType() - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
Get the type of token to count.
- getTokenType() - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
Get the type of text token to expand.
- getTokenType() - Method in class com.pervasive.datarush.analytics.util.DynamicEnumerationType
-
- getTokenType() - Method in class com.pervasive.datarush.schema.PaddedTextType
-
- getTokenType() - Method in interface com.pervasive.datarush.schema.RecordTextSchema
-
Gets the type of the token representation of the
text record.
- getTokenType() - Method in interface com.pervasive.datarush.schema.TextDataType
-
Gets the token type used internally for the external type.
- getTolerance() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- getToolTipText() - Method in class com.pervasive.datarush.functions.FunctionDescription
-
- getTotalCount() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.TargetCounts
-
Returns the total count across all classes
- getTotalFrequency() - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Returns the value of the "totalFreq" attribute of the Counts
sub-element.
- getTotalJobLogSize() - Method in class com.pervasive.datarush.cal.JobLogInfo
-
- getTotalNumber() - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Get the total number of top frequencies to keep.
- getTotalSquaresSum() - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
Returns the sum of the squares of the values of the field.
- getTotalStatsMap() - Method in class com.pervasive.datarush.analytics.stats.PMMLSummaryStatisticsModel
-
Returns a mapping of the total counts for the fields.
- getTotalValuesSum() - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
Returns the sum of the values of the field.
- getTraceLevel() - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
For debugging tree construction.
- getTraceLevel() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getTraceLevel() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the current trace level.
- getTraining() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets the record port providing the training data to the operations.
- getTrainingBuffer() - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Gets the size of the memory buffer used to hold
the example data.
- getTTest() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
Get the t-test value.
- getTTest() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
Get the t-test value.
- getTxnCount() - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Get the transaction count value.
- getTxnFieldName() - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Get the transaction identifier field name property.
- getTxnFieldName() - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Get the transaction field name property.
- getType() - Method in class com.actian.dataflow.cal.yarn.client.ApplicationResource
-
Get the resource type.
- getType() - Method in class com.actian.dataflow.operators.io.orc.ORCFormat
-
- getType() - Method in class com.actian.dataflow.operators.io.orc.ORCMetadata
-
- getType() - Method in class com.actian.dataflow.operators.io.parquet.ParquetFormat
-
- getType() - Method in class com.actian.dataflow.operators.io.parquet.ParquetMetadata
-
- getType() - Method in class com.pervasive.datarush.analytics.pmml.PMMLRealMatrix
-
Gets the numeric datatype of this matrix.
- getType() - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Returns the type of SVM model to build.
- getType() - Method in class com.pervasive.datarush.analytics.text.TextElement
-
Get the type of this text element.
- getType() - Method in class com.pervasive.datarush.analytics.util.DynamicEnumerationType
-
- getType() - Method in class com.pervasive.datarush.cal.NodeAllocationPlan.AssignmentPlan
-
Returns the node type
- getType() - Method in class com.pervasive.datarush.cal.NodeAllocationState.AssignmentState
-
Returns the node type
- getType() - Method in class com.pervasive.datarush.cal.VirtualNodeID
-
Returns the type of this node
- getType() - Method in enum com.pervasive.datarush.functions.DateTime.DateTimeValue
-
Return the corresponding Joda field type.
- getType() - Method in class com.pervasive.datarush.matching.Classifier
-
Get the classifier type.
- getType() - Method in class com.pervasive.datarush.matching.Filter
-
Get the filter type.
- getType() - Method in class com.pervasive.datarush.matching.Index
-
Get the indexing type value.
- getType() - Method in class com.pervasive.datarush.operators.io.avro.AvroFormat
-
- getType() - Method in interface com.pervasive.datarush.operators.io.DataFormat
-
Gets the record type associated with the format.
- getType() - Method in class com.pervasive.datarush.operators.io.FileMetadata
-
Returns the record data type of the file.
- getType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- getType() - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage
-
- getType() - Method in interface com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessageOrBuilder
-
- getType() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.ARFFDataFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.CLFLogFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.CombinedLogFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.FixedTextFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.GlassfishLogFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.Log4jLogFormat
-
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.LogDataFormat
-
- getType() - Method in interface com.pervasive.datarush.operators.io.textfile.LogFormat
-
Gets the record type associated with the format.
- getType() - Method in class com.pervasive.datarush.operators.io.textfile.SyslogLogFormat
-
- getType() - Method in interface com.pervasive.datarush.ports.physical.ObjectOutputField
-
- getType() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
Gets the type of tokens handled by the port.
- getType() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the type of tokens handled by the port.
- getType() - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
- getType() - Method in interface com.pervasive.datarush.ports.physical.RecordOutput
-
- getType() - Method in interface com.pervasive.datarush.ports.physical.ScalarInputField
-
Gets the type of tokens in the underlying flow.
- getType() - Method in interface com.pervasive.datarush.ports.physical.ScalarOutputField
-
- getType() - Method in interface com.pervasive.datarush.ports.PhysicalPort
-
Gets the type of tokens in the underlying flow.
- getType() - Method in class com.pervasive.datarush.ports.record.RecordMetadata
-
Returns the type of the record.
- getType(MetadataContext) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Returns the record type of this port.
- getType(int) - Static method in class com.pervasive.datarush.schema.ExternalDataType
-
Get the external data type enum for the given ordinal value.
- getType() - Method in class com.pervasive.datarush.schema.PaddedTextType
-
Gets the underlying text type.
- getType() - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Returns the type of the field
- getType(String) - Static method in class com.pervasive.datarush.schema.SchemaType
-
Return the schema type for the given type name.
- getType() - Method in class com.pervasive.datarush.schema.TextField
-
Returns the type of this field
- getType() - Method in class com.pervasive.datarush.schema.TypePattern
-
Gets the type implied by the mapping.
- getType() - Method in interface com.pervasive.datarush.sequences.record.SeekableRecordValuedIterator
-
- getType() - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- getType() - Method in interface com.pervasive.datarush.sequences.scalar.ObjectTokenSequence
-
- getType() - Method in interface com.pervasive.datarush.sequences.scalar.ObjectValuedIterator
-
- getType() - Method in interface com.pervasive.datarush.sequences.scalar.ScalarTokenSequence
-
Gets the data type of the tokens in the sequence.
- getType() - Method in interface com.pervasive.datarush.sequences.scalar.ScalarValuedIterator
-
- getType() - Method in interface com.pervasive.datarush.sequences.scalar.SeekableScalarValuedIterator
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- getType() - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- getType() - Method in class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
- getType() - Method in class com.pervasive.datarush.tokens.record.FieldIteratorProperties
-
Returns the type of field iterator to select.
- getType() - Method in class com.pervasive.datarush.tokens.record.MutableComposite
-
- getType() - Method in class com.pervasive.datarush.tokens.record.RecordMap
-
Get the token type of the cached data.
- getType() - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
- getType() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorage.RecordInfo
-
- getType() - Method in interface com.pervasive.datarush.tokens.record.RecordSettable
-
- getType() - Method in class com.pervasive.datarush.tokens.record.RecordSettableFilter
-
- getType() - Method in interface com.pervasive.datarush.tokens.record.RecordValued
-
- getType() - Method in class com.pervasive.datarush.tokens.record.RecordValuedFilter
-
- getType() - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- getType() - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
- getType() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- getType() - Method in interface com.pervasive.datarush.tokens.scalar.ObjectValued
-
- getType() - Method in interface com.pervasive.datarush.tokens.scalar.ScalarValued
-
- getType() - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
- getType() - Method in interface com.pervasive.datarush.tokens.TokenComparator
-
Gets the type of tokens for which the comparator is valid.
- getType() - Method in interface com.pervasive.datarush.tokens.TokenValued
-
Gets the data type of the token.
- getType() - Method in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
- getType() - Method in interface com.pervasive.datarush.types.Field
-
Gets the token type of the field.
- getType() - Method in class com.pervasive.datarush.types.ObjectTokenType
-
- getType() - Method in interface com.pervasive.datarush.types.ObjectTyped
-
- getType() - Method in interface com.pervasive.datarush.types.RecordTyped
-
- getType() - Method in interface com.pervasive.datarush.types.ScalarTyped
-
- getType() - Method in interface com.pervasive.datarush.types.TokenTyped
-
Gets the type of data tokens handled by the implementor.
- getType() - Method in exception com.pervasive.datarush.types.TypeNotSupportedException
-
Gets the type which violated the constraint.
- getTypeClass() - Method in class com.pervasive.datarush.coercion.CompleteType
-
- getTypeCount() - Method in class com.pervasive.datarush.schema.FixedWidthMultiRecordTextSchema
-
Gets the number of record types defined in the schema.
- getTypeName(String) - Static method in class com.pervasive.datarush.util.StringUtil
-
Gets the unqualified type name from a fully qualified type name.
- getTypeNames() - Method in class com.pervasive.datarush.schema.FixedWidthMultiRecordTextSchema
-
Gets the names of the record types defined in the schema.
- getTypeParameter(int) - Method in class com.pervasive.datarush.coercion.CompleteType
-
- getTypes(ScalarValued[]) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Extracts the types of an array of scalar token values.
- getTypes(RecordTokenType) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Returns the types of the fields of this record type.
- getUncompressedFilename(String) - Method in class com.pervasive.datarush.io.compression.BZipCompression
-
- getUncompressedFilename(String) - Method in interface com.pervasive.datarush.io.compression.CompressionFormat
-
Strips any file suffix associated with this format
from the given file name.
- getUncompressedFilename(String) - Method in class com.pervasive.datarush.io.compression.GZipCompression
-
- getUncompressedFilename(String) - Method in class com.pervasive.datarush.io.compression.SnappyCompression
-
- getUncompressedFilename(String) - Method in class com.pervasive.datarush.io.compression.UncompressedData
-
- getUnfilteredType() - Method in class com.pervasive.datarush.analytics.util.MixedTypeMetadataHelper
-
- getUnreadableAction() - Method in class com.pervasive.datarush.operators.io.BasicByteSource
-
Gets the configured behavior for handling unreadable
source files.
- getUnreadableAction() - Method in class com.pervasive.datarush.operators.io.GlobbingByteSource
-
Gets the configured behavior for handling unreadable
source files.
- getUpdateFields() - Method in class com.pervasive.datarush.operators.io.jdbc.UpdateInJDBC
-
Get the names of the fields that will be updated.
- getUpperBound() - Method in class com.pervasive.datarush.functions.ConstantReference
-
- getUpperBound() - Method in class com.pervasive.datarush.functions.FieldReference
-
- getUpperBound() - Method in interface com.pervasive.datarush.functions.ScalarValuedFunction
-
Gets the upper bound on the output type of the function.
- getUpperBound() - Method in class com.pervasive.datarush.types.FieldDomain
-
Returns the upper bound of the field or null
if unknown
- getUrl() - Method in interface com.pervasive.datarush.jdbc.ConnectionSettings
-
Retrieves the URL for connecting to the database.
- getUrl() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Retrieves the URL for connecting to the database.
- getUrl() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Retrieves the URL for connecting to the database.
- getUseHashJoinHint() - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Returns whether to perform the join as a hash join.
- getUseMetadata() - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Indicates whether discovered metadata should be
used to override the graph settings.
- getUser() - Method in interface com.pervasive.datarush.jdbc.ConnectionSettings
-
Retrieves the user name for connecting to the database.
- getUser() - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Retrieves the user name for connecting to the database.
- getUser() - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Retrieves the user name for connecting to the database.
- getUser() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Get the user account name.
- getUser() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get the user account name.
- getUser() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Get the user account name.
- getUser() - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Get the user account name.
- getUserId() - Method in class com.pervasive.datarush.cal.JobInformation
-
Returns the user id of the user that submitted the job.
- getUsLocale() - Static method in class com.pervasive.datarush.testutils.LocaleUtils
-
- getValidateRecordSeparator() - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Gets whether the configured record separator should be validated.
- getValue() - Method in class com.pervasive.datarush.analytics.decisiontree.ConstantPredicate
-
Returns the value of the constant
- getValue() - Method in class com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
-
Returns the value of the "value" attribute.
- getValue() - Method in class com.pervasive.datarush.analytics.decisiontree.SimplePredicate
-
Returns the value of the "value" attribute.
- getValue() - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
- getValue() - Method in class com.pervasive.datarush.analytics.text.TextElement
-
Get the value of this text element or null if unspecified.
- getValue(String, DateTime.DateTimeValue) - Static method in class com.pervasive.datarush.functions.DateTime
-
Create a function that will extract the wanted date or time value
from the named field contained in a record flow.
- getValue(String, DateTime.DateTimeValue, TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Create a function that will extract the wanted date or time value
from the named field contained in a record flow.
- getValue(ScalarValuedFunction, DateTime.DateTimeValue) - Static method in class com.pervasive.datarush.functions.DateTime
-
Create a function that will extract the wanted date or time value
from the given function applied to a record flow.
- getValue(ScalarValuedFunction, DateTime.DateTimeValue, TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Create a function that will extract the wanted date or time value
from the given function applied to a record flow.
- getValue() - Method in interface com.pervasive.datarush.namespace.NameBinding
-
Gets the entry in the associated pairing.
- getValue(int) - Method in class com.pervasive.datarush.types.EnumeratedValues
-
Deprecated.
Gets the enumeration value specified by the given ordinal value.
- getValue(int) - Method in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
Gets the enumerated value with the given ordinal value.
- getValueCount(String) - Method in class com.pervasive.datarush.analytics.stats.DiscreteStatistics
-
Returns the number of occurrences of the given value
- getValueCount() - Method in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
Gets the number of values in the enumeration.
- getValueCounts() - Method in class com.pervasive.datarush.analytics.stats.DiscreteStatistics
-
Returns a mapping of discrete value counts.
- getValueMap() - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
- getValueOrder() - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
- getValuePredictor(RecordValued, DoubleSettable) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Get a value predictor for this model.
- getValues() - Method in class com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate
-
Returns the values of the set to test against.
- getValues(int, byte[][], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- getValues(int, byte[][], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.BinaryTokenSequence
-
Gets the values and null indicators for a range of tokens.
- getValues(int, boolean[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- getValues(int, boolean[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.BooleanTokenSequence
-
Gets the values and null indicators for a range of tokens.
- getValues(int, char[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- getValues(int, char[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.CharTokenSequence
-
Gets the values and null indicators for a range of tokens.
- getValues(int, long[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- getValues(int, long[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.DateTokenSequence
-
Gets the values and null indicators for a range of tokens.
- getValues(int, double[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- getValues(int, double[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.DoubleTokenSequence
-
Gets the values and null indicators for a range of tokens as double
s.
- getValues(int, float[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getValues(int, double[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- getValues(int, float[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.FloatTokenSequence
-
Gets the values and null indicators for a range of tokens as float
s.
- getValues(int, int[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getValues(int, long[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getValues(int, float[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getValues(int, double[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- getValues(int, int[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.IntTokenSequence
-
Gets the values and null indicators for a range of tokens as int
s.
- getValues(int, long[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getValues(int, float[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getValues(int, double[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- getValues(int, long[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.LongTokenSequence
-
Gets the values and null indicators for a range of tokens as long
s.
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.NumericTokenSequence
-
Gets the values and null indicators for a range of tokens as BigDecimal
objects.
- getValues(int, O[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- getValues(int, O[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.ObjectTokenSequence
-
Gets the values and null indicators for a range of tokens.
- getValues(int, byte[][], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- getValues(int, boolean[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseBooleanTokenList
-
- getValues(int, char[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- getValues(int, long[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- getValues(int, double[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- getValues(int, double[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- getValues(int, float[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- getValues(int, int[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getValues(int, long[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getValues(int, double[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getValues(int, float[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- getValues(int, long[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getValues(int, double[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getValues(int, float[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- getValues(int, BigDecimal[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- getValues(int, T[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
- getValues(int, String[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseStringTokenList
-
- getValues(int, long[], int[], int[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- getValues(int, int[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- getValues(int, String[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- getValues(int, String[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.StringTokenSequence
-
Gets the values and null indicators for a range of tokens.
- getValues(int, long[], int[], int[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- getValues(int, long[], int[], int[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.TimestampTokenSequence
-
Gets the values and null indicators for a range of tokens.
- getValues(int, int[], boolean[], int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- getValues(int, int[], boolean[], int, int) - Method in interface com.pervasive.datarush.sequences.scalar.TimeTokenSequence
-
Gets the values and null indicators for a range of tokens.
- getValues() - Method in class com.pervasive.datarush.types.EnumeratedValues
-
Deprecated.
Gets the values in the enumeration.
- getValues() - Method in class com.pervasive.datarush.types.EnumTokenType
-
Deprecated.
Gets the values in the enumeration.
- getValues() - Method in class com.pervasive.datarush.types.FieldDomain
-
Returns the allowed values of the field or empty
if unknown.
- getVariables() - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- getVariables() - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Get the mapping of variables.
- getVariance() - Method in class com.pervasive.datarush.analytics.naivebayes.TargetStatistics
-
Returns the sample variance of the data values.
- getVariance() - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Return the variance of values for this field.
- getVectorDictionary() - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Returns the VectorDictionary
element of the model.
- getVectorFields() - Method in class com.pervasive.datarush.analytics.svm.VectorDictionary
-
Returns the fields that correspond to vectors in this dictionary.
- getVectorsByID() - Method in class com.pervasive.datarush.analytics.svm.VectorDictionary
-
Returns the mapping from vector id to vector.
- getVectorSize() - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Get the buffer size (in rows).
- getVersion() - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
- getVersion(Document) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Returns the PMML version of the PMML document
- getVersion() - Method in class com.pervasive.datarush.analytics.pmml.PMMLModel
-
Returns the PMML version used by this model
- getVersion(String) - Static method in enum com.pervasive.datarush.operators.io.staging.DatasetFormatVersion
-
Get version object from its String representation.
- getVersion() - Method in class com.pervasive.datarush.operators.io.textfile.ELFAnalyzer.ELFAnalysis
-
Gets the version of the extended log file format used.
- getVersionCount() - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Get cell version count
- getVersionString() - Method in enum com.pervasive.datarush.operators.io.staging.DatasetFormatVersion
-
Get String representation of version object
- getVisibility() - Method in class com.actian.dataflow.cal.yarn.client.ApplicationResource
-
Get the resource visibility.
- getWaitCount() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
Get the number of times the port entered a wait state.
- getWaitCount() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Get the number of times the port entered a wait state.
- getWaitDuration() - Method in class com.pervasive.datarush.ports.physical.PortSnapshot
-
Gets the total amount of time the port has spent in a wait
state blocked by another process.
- getWaitDuration() - Method in interface com.pervasive.datarush.ports.physical.PortStatistics
-
Gets the total amount of time the port has spent in a wait
state blocked by another process.
- getWarLocation() - Method in class com.pervasive.datarush.webapp.WebApplicationConfig
-
The location of the ".war" file.
- getWinnerField() - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Gets the name of the winner field to output.
- getWinnerField() - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Gets the name of the winner field to output.
- getWinnerField() - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionPredictor
-
Gets the name of the winner field to output.
- getWinnerFieldName() - Method in class com.pervasive.datarush.analytics.cluster.ClusterPredictor
-
Gets the name of the winner field in the output.
- getWordFreqOutputField() - Method in class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
Get the field that will contain the word frequency map.
- getWordList() - Method in class com.pervasive.datarush.analytics.text.WordMap
-
Get an ordered list of the words contained in the map.
- getWordN(int) - Method in class com.pervasive.datarush.analytics.text.NGram
-
Get the Nth word in this NGram.
- getWordPatterns() - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Get the list of custom word patterns that will be recognized.
- getWords() - Method in class com.pervasive.datarush.analytics.text.NGram
-
Gets the words in this NGram.
- getWorkerParallelism() - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- getWorkerRole() - Method in interface com.pervasive.datarush.cal.monitoring.NodeStatistics
-
- getWorkerRole() - Method in class com.pervasive.datarush.cal.monitoring.NodeStatisticsSnapshot
-
- getWorkerStorageLocations(int) - Method in class com.pervasive.datarush.cal.StorageBucket
-
- getWorkerStorageRoot() - Method in class com.pervasive.datarush.cal.StorageManagerSpecifier
-
Returns the base storage path for this storage manager.
- getWrapperForPrimitiveType(Class<?>) - Static method in class com.pervasive.datarush.util.ReflectionUtil
-
Returns the wrapper type the given primitive type
- getWriteahead() - Method in class com.pervasive.datarush.graphs.EngineConfig.Ports
-
Retrieves the configured queue size.
- getWriteBuffer() - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Gets the size of the I/O buffer, in bytes,
to use for writes.
- getWriteBuffer() - Method in class com.pervasive.datarush.operators.io.FormattingOptions
-
Gets the size of the I/O buffer, in bytes,
to use for writes.
- getWriteOnClient() - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Indicates whether the writer should write a file on the client.
- getWriteOnClient() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Indicates whether the writer should write a file on the client.
- getWriter() - Method in exception com.pervasive.datarush.ports.physical.BrokenFlowError
-
Identifies the source process which caused the failure.
- getWriteSingleSink() - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Indicates whether the writer produces a
single output file.
- getWriteSingleSink() - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Indicates whether the writer produces a
single output file.
- getYear() - Method in class com.pervasive.datarush.tokens.scalar.CalendarDate
-
Get the year portion of the date.
- getZero(TokenType) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Returns an appropriate zero value for the given type.
- getZookeeperParentZNode() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get Zookeeper parent znode.
- getZookeeperPort() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get Zookeeper client port.
- getZookeeperQuorum() - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Get Zookeeper quorum.
- GlassfishLogFormat - Class in com.pervasive.datarush.operators.io.textfile
-
Describes the format of a Glassfish log file.
- GlassfishLogFormat() - Constructor for class com.pervasive.datarush.operators.io.textfile.GlassfishLogFormat
-
Create a log format for accessing Glasssfish log data.
- GlassfishLogFormat(String) - Constructor for class com.pervasive.datarush.operators.io.textfile.GlassfishLogFormat
-
Create a log format for accessing Glassfish log data.
- GlobbingByteSource - Class in com.pervasive.datarush.operators.io
-
A data source representing the concatenation of
all files matching a pattern.
- GlobbingByteSource(String) - Constructor for class com.pervasive.datarush.operators.io.GlobbingByteSource
-
Defines a source consisting of all files matched
by the specified pattern.
- GlobbingByteSource(String, UnreadableSourceAction) - Constructor for class com.pervasive.datarush.operators.io.GlobbingByteSource
-
Defines a source consisting of all files matched
by the specified pattern.
- GlobDefinition(String, String, String) - Constructor for class com.pervasive.datarush.io.UnixStyleGlobbing.GlobDefinition
-
Defines a new globbing pattern.
- GranularityArgumentConverter - Class in com.pervasive.datarush.functions
-
Converts an argument to a Granularity enum value.
- GranularityArgumentConverter() - Constructor for class com.pervasive.datarush.functions.GranularityArgumentConverter
-
- GraphCancellationException - Exception in com.pervasive.datarush.graphs
-
Thrown to indicate the cancellation of a running dataflow
graph.
- GraphCancellationException(String) - Constructor for exception com.pervasive.datarush.graphs.GraphCancellationException
-
Creates an exception
- GraphCompilationListener - Interface in com.pervasive.datarush.graphs
-
Provides notification whenever an operator is compiled.
- GraphPath - Interface in com.pervasive.datarush.graphs
-
A sequence of names typically used to identify elements within nested
namespaces.
- GraphPaths - Class in com.pervasive.datarush.graphs
-
Factory for generating paths which provides for a standard separator and an
escaping mechanism.
- GraphState - Enum in com.pervasive.datarush.graphs
-
Describes the state of a LogicalGraphInstance
.
- GREATER_THAN - Static variable in interface com.pervasive.datarush.sequences.ElementComparator
-
A value indicating the left value was greater than the right value
- Group - Class in com.pervasive.datarush.operators.group
-
Performs grouping (aggregation) of sorted input data.
- Group() - Constructor for class com.pervasive.datarush.operators.group.Group
-
Default constructor.
- Group(List<String>, List<Aggregation>) - Constructor for class com.pervasive.datarush.operators.group.Group
-
Create a new group plan, specifying keys and aggegations.
- group(ScalarTokenType) - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- group(ScalarTokenType) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- GroupPairsSortedRows - Class in com.pervasive.datarush.matching.block
-
Finds key groupings within the input key fields and, for each key group, generates all pairwise combinations of
distinct rows in that group.
- GroupPairsSortedRows() - Constructor for class com.pervasive.datarush.matching.block.GroupPairsSortedRows
-
Block records from a single source.
- gt(String, String) - Static method in class com.pervasive.datarush.functions.Predicates
-
Builds a record predicate which tests whether a field is
strictly greater than another field.
- gt(String, ScalarValued) - Static method in class com.pervasive.datarush.functions.Predicates
-
Builds a record predicate which tests whether a field is
strictly greater than a known value.
- gt(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Predicates
-
Builds a record predicate which tests whether a specified
expression is strictly greater than another.
- gte(String, String) - Static method in class com.pervasive.datarush.functions.Predicates
-
Builds a record predicate which tests whether a field is
greater than or equal to another field.
- gte(String, ScalarValued) - Static method in class com.pervasive.datarush.functions.Predicates
-
Builds a record predicate which tests whether a field is
greater than or equal to a known value.
- gte(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Predicates
-
Builds a record predicate which tests whether a specified
expression is greater than or equal to another.
- guessTableName() - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
- GUID - Class in com.pervasive.datarush.util
-
A globally unique identifier.
- GZipCompression - Class in com.pervasive.datarush.io.compression
-
Defines support for the gzip compression algorithm.
- GZipCompression() - Constructor for class com.pervasive.datarush.io.compression.GZipCompression
-
- S3FileSystemProvider - Class in com.pervasive.datarush.aws.s3
-
Provides services to access the Amazon S3 web service as a file system.
- S3FileSystemProvider() - Constructor for class com.pervasive.datarush.aws.s3.S3FileSystemProvider
-
Create an instance of the S3 filesystem provider.
- SampleMode - Enum in com.pervasive.datarush.operators.select
-
The mode to use when applying random sampling.
- SampleRandomRows - Class in com.pervasive.datarush.operators.select
-
Apply random sampling to the input data.
- SampleRandomRows() - Constructor for class com.pervasive.datarush.operators.select.SampleRandomRows
-
Performs default random sampling on the data.
- SampleRandomRows(double, long) - Constructor for class com.pervasive.datarush.operators.select.SampleRandomRows
-
Perform random sampling selecting a fixed percentage of the input.
- SampleRandomRows(long, long) - Constructor for class com.pervasive.datarush.operators.select.SampleRandomRows
-
Perform random sampling selecting a fixed number of records
from the input data.
- savePropertiesFile(File, Properties) - Static method in class com.pervasive.datarush.util.FileUtil
-
Saves the given properties object.
- SCALAR - Static variable in class com.pervasive.datarush.types.TokenTypeConstant
-
An abstract type representing any scalar type.
- ScalarFunctionDescriptor - Class in com.pervasive.datarush.functions
-
Describes an implementation of a function.
- ScalarFunctionDescriptor.SubexpressionBound - Class in com.pervasive.datarush.functions
-
Specifies a bound on subexpressions used as arguments to a function.
- ScalarInputField - Interface in com.pervasive.datarush.ports.physical
-
A field of a record input port.
- ScalarOutputField - Interface in com.pervasive.datarush.ports.physical
-
A field of a record output port.
- ScalarRegister - Interface in com.pervasive.datarush.tokens.scalar
-
- scalars() - Static method in class com.pervasive.datarush.types.TokenTypeConstant
-
Gets the descriptors for all supported scalar token types.
- ScalarSettable - Interface in com.pervasive.datarush.tokens.scalar
-
- ScalarToken - Interface in com.pervasive.datarush.tokens.scalar
-
- ScalarTokenAppendable - Interface in com.pervasive.datarush.sequences.scalar
-
A sequence of scalar tokens to which additional tokens can
be appended.
- ScalarTokenSequence - Interface in com.pervasive.datarush.sequences.scalar
-
- ScalarTokenType - Interface in com.pervasive.datarush.types
-
A description of a scalar data type.
- ScalarTyped - Interface in com.pervasive.datarush.types
-
Identifies a class which is associated with scalar data.
- ScalarTypes - Class in com.pervasive.datarush.coercion
-
The scalar types exposed to scripting.
- ScalarValued - Interface in com.pervasive.datarush.tokens.scalar
-
- ScalarValuedFunction - Interface in com.pervasive.datarush.functions
-
The description of a function taking record data and producing a scalar result.
- ScalarValuedIterator - Interface in com.pervasive.datarush.sequences.scalar
-
Iterator over scalar values.
- scalb(String, String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns expr
× 2scaleFactor
rounded as if performed by a single correctly rounded floating-point multiply to a member of the double or float value set.
- scalb(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns expr
× 2scaleFactor
rounded as if performed by a single correctly rounded floating-point multiply to a member of the double or float value set.
- scale(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the scale of the field.
- scale(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Return the scale of the given expression.
- scale(String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkSqlUtils.ColumnsSpec
-
- scaledDiv(String, String, int) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression dividing the values of the two specified fields to the specified scale.
- scaledDiv(String, BigDecimal, int) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression dividing the value of the specified subexpression by a constant to the specified scale.
- scaledDiv(BigDecimal, String, int) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression dividing a constant by the value of the specified subexpression to the specified scale.
- scaledDiv(String, ScalarValuedFunction, int) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression dividing the value of the specified field by a subexpression to the specified scale.
- scaledDiv(ScalarValuedFunction, String, int) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression dividing a subexpression by the value of the specified field to the specified scale.
- scaledDiv(ScalarValuedFunction, ScalarValuedFunction, int) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression dividing the values of the two specified subexpressions to the specified scale.
- SCHEDULER_QUEUE - Static variable in class com.pervasive.datarush.graphs.EngineConfig
-
Defines the scheduler queue used for executing jobs
- schedulerQueue() - Method in class com.pervasive.datarush.cal.JobSpecifier
-
Returns the scheduler queue.
- schedulerQueue(String) - Method in class com.pervasive.datarush.cal.JobSpecifier
-
Overrides the scheduler queue
- schedulerQueue(String) - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Specifies the scheduler queue to use when a job is executed.
- schema() - Method in enum com.pervasive.datarush.analytics.pmml.PMMLVersion
-
Returns the schema that can be used for validating this PMML version.
- schema - Variable in class com.pervasive.datarush.operators.io.textfile.CLFLogFormat
-
- schema - Variable in class com.pervasive.datarush.operators.io.textfile.CombinedLogFormat
-
- schema - Variable in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
- schema - Variable in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
- schema - Variable in class com.pervasive.datarush.operators.io.textfile.GlassfishLogFormat
-
- schema - Variable in class com.pervasive.datarush.operators.io.textfile.Log4jLogFormat
-
- schema - Variable in class com.pervasive.datarush.operators.io.textfile.SyslogLogFormat
-
- schemaAndSliceInfo() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
- schemaAndSliceInfo() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
- schemaAndSliceInfo() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
- SchemaBuilder - Class in com.pervasive.datarush.schema
-
Collection of static methods helpful in building schemas (TextRecord
instances).
- SchemaBuilder.SchemaField - Class in com.pervasive.datarush.schema
-
An internal class used to transform schemas to/from JSON.
- SchemaBuilder.SchemaFieldType - Enum in com.pervasive.datarush.schema
-
Enumeration of schema field types
- SchemaField() - Constructor for class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Default constructor, for json
- SchemaField(String, SchemaBuilder.SchemaFieldType) - Constructor for class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Create a schema field, specifying name and type
- SchemaField(String, SchemaBuilder.SchemaFieldType, String) - Constructor for class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Create a schema field, specifying name, type, and format
- SchemaField(String, SchemaBuilder.SchemaFieldType, Map<String, String>) - Constructor for class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Create a schema field, specifying name, type, and options
- schemaSupportedByHCatalog(MetadataContext) - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Determines if the current schema can be written to HCatalog.
- SchemaType - Class in com.pervasive.datarush.schema
-
Defines the types of schemas supported.
- scheme() - Method in class com.pervasive.datarush.cal.ClusterSpecifier
-
Returns the schema of the specifier.
- scheme(String) - Method in class com.pervasive.datarush.cal.ClusterSpecifier
-
Returns a new specifier with the scheme set to the specified value
- scope(long) - Static method in class com.pervasive.datarush.cal.AttributeScope
-
- ScoreDistribution - Class in com.pervasive.datarush.analytics.decisiontree
-
Corresponds to the PMML ScoreDistribution
element.
- ScoreDistribution() - Constructor for class com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
-
Creates an empty ScoreDistribution element.
- ScriptingException - Exception in com.pervasive.datarush.operators.scripting
-
Provides an unchecked wrapper for exceptions thrown by scripts providing such
information as line and column number of the error.
- ScriptingException(Throwable) - Constructor for exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Constructs an exception with the given cause.
- ScriptingException(String, Throwable) - Constructor for exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Constructs an exception with the given message and cause.
- ScriptOutputTypeException - Exception in com.pervasive.datarush.operators.scripting
-
Exception that indicates a script attempted to assign a value of the wrong
type to an output field.
- ScriptOutputTypeException(String, TokenType, ClassCastException) - Constructor for exception com.pervasive.datarush.operators.scripting.ScriptOutputTypeException
-
Constructs an exception indicating that a script attempted to assign a
value of the wrong type to the specified output field.
- seconds(long) - Static method in class com.pervasive.datarush.util.Timeout
-
Creates a timeout expiring in the specified number of seconds from now.
- seek() - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
Seek to the records in the cache that have the same key value as
the current record of the input data source tied to this iterator.
- SeekableRecordValuedIterator - Interface in com.pervasive.datarush.sequences.record
-
A repositionable iterator over record values.
- SeekableScalarValuedIterator - Interface in com.pervasive.datarush.sequences.scalar
-
A repositionable iterator over scalar values.
- SeekableTokenValuedIterator - Interface in com.pervasive.datarush.sequences
-
- seekAbsoluteIndex(int) - Method in interface com.pervasive.datarush.sequences.SeekableTokenValuedIterator
-
- select(Namespace<T>, List<String>) - Static method in class com.pervasive.datarush.namespace.NamespaceUtil
-
Creates a new namespace from an existing one, copying the specified fields.
- select(Namespace<T>, String...) - Static method in class com.pervasive.datarush.namespace.NamespaceUtil
-
Creates a new namespace from an existing one, copying the specified fields.
- select(RecordTokenType, String...) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Creates a new record type containing only fields from the source type which
match one of the specified field names.
- select(RecordTokenType, List<String>) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Creates a new record type containing only fields from the source type which
match one of the specified field names.
- SelectFields - Class in com.pervasive.datarush.operators.record
-
Preserves a subset of fields from the input records.
- SelectFields() - Constructor for class com.pervasive.datarush.operators.record.SelectFields
-
Keeps no fields from the input.
- SelectFields(List<String>) - Constructor for class com.pervasive.datarush.operators.record.SelectFields
-
Keeps the specified fields from the input.
- SelectFields(String...) - Constructor for class com.pervasive.datarush.operators.record.SelectFields
-
Keeps the specified fields from the input.
- SelectFields(RecordTextSchema<?>) - Constructor for class com.pervasive.datarush.operators.record.SelectFields
-
Keeps the specified fields from the input schema.
- selectFields(RecordValued, String[]) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Extracts the given list of field values from a record value.
- selectFields(RecordSettable, String[]) - Static method in class com.pervasive.datarush.tokens.TokenUtils
-
Extracts the given list of field setters from a writeable record buffer.
- SemiJoin - Class in com.pervasive.datarush.operators.join
-
- SemiJoin() - Constructor for class com.pervasive.datarush.operators.join.SemiJoin
-
Deprecated.
Default constructor.
- SemiJoin(JoinKey[]) - Constructor for class com.pervasive.datarush.operators.join.SemiJoin
-
Deprecated.
Performs a semi-join with the given set of join keys
- SemiJoin(List<JoinKey>) - Constructor for class com.pervasive.datarush.operators.join.SemiJoin
-
Deprecated.
Performs a semi-join with the given set of join keys
- SemiJoinMode - Enum in com.pervasive.datarush.operators.join
-
Specifies how the
SemiJoin
operator should behave.
- sequence(ScalarTokenType) - Static method in class com.pervasive.datarush.operators.source.Sequences
-
Creates a sequence function that increments the value with each invocation.
- sequence(ScalarTokenType, BigDecimal, BigDecimal) - Static method in class com.pervasive.datarush.operators.source.Sequences
-
Creates a sequence function that increments the value with each invocation.
- sequence(int, int) - Static method in class com.pervasive.datarush.operators.source.Sequences
-
Creates a sequence function that increments/decrements its value by the specified step
size with each invocation.
- sequence(long, long) - Static method in class com.pervasive.datarush.operators.source.Sequences
-
Creates a sequence function that increments/decrements its value by the specified step
size with each invocation.
- sequence(float, float) - Static method in class com.pervasive.datarush.operators.source.Sequences
-
Creates a sequence function that increments/decrements its value by the specified step
size with each invocation.
- sequence(double, double) - Static method in class com.pervasive.datarush.operators.source.Sequences
-
Creates a sequence function that increments/decrements its value by the specified step
size with each invocation.
- sequence(BigDecimal, BigDecimal) - Static method in class com.pervasive.datarush.operators.source.Sequences
-
Creates a sequence function that increments/decrements its value by the specified step
size with each invocation.
- sequencedNamespace() - Static method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Gets a mutable namespace with no default naming policy.
- sequencedNamespace(NamingPolicy<T>) - Static method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Gets a mutable namespace using the specified default naming policy.
- Sequences - Class in com.pervasive.datarush.operators.source
-
Contains sequence functions.
- SerializableModelStorageHandler<T extends Serializable> - Class in com.pervasive.datarush.ports.model
-
ModelStorageHandler that supports persistence of any Java-serializable model object.
- SerializableModelStorageHandler(Class<T>) - Constructor for class com.pervasive.datarush.ports.model.SerializableModelStorageHandler
-
Creates a model storage handler that knows how to serialize the given class
- SerializationBridge<T> - Class in com.pervasive.datarush.json
-
This class serves as a wrapper for an object that is json serializable such that it can be java-serialized.
- SerializationUtil - Class in com.pervasive.datarush.util
-
Miscellaneous serialization utilities
- serialize(Class<?>) - Static method in class com.pervasive.datarush.json.ClassSerializer
-
Serialize a class as a string.
- serializeRaw(Object, JsonGenerator, SerializerProvider) - Static method in class com.pervasive.datarush.json.JSONSerializerUtil
-
Serialize the value without any type information.
- serverStarted(WebApplicationServerEvent) - Method in interface com.pervasive.datarush.webapp.WebApplicationServerListener
-
Invoked when a server is started.
- serverStopped(WebApplicationServerEvent) - Method in interface com.pervasive.datarush.webapp.WebApplicationServerListener
-
Invoked when a server is stopped.
- ServiceLookup - Class in com.pervasive.datarush.util
-
Provides a means of looking up services of a particular type.
- SessionAttribute<T> - Class in com.pervasive.datarush.cal
-
Provides a key for a session attribute and, optionally, an initial value
- SessionAttribute() - Constructor for class com.pervasive.datarush.cal.SessionAttribute
-
Protected constructor
- set(int, int, T) - Method in class com.pervasive.datarush.analytics.pmml.PMMLRealMatrix
-
Sets the value of the given matrix element.
- set(int, int) - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Sets 4 bytes beginning at the specified position
to the given value.
- set(CharsetEncoding) - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Copy the settings from the given character set specification
- set(SplitOptions) - Method in class com.pervasive.datarush.io.SplitOptions
-
Copies the settings from another collection.
- set(FormattingOptions) - Method in class com.pervasive.datarush.operators.io.FormattingOptions
-
Copies the settings from the specified source.
- set(ParsingOptions) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Copies the settings from the specified source.
- set(FieldDelimiterSpecifier) - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- set(FieldDelimiterSpecifier) - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Copies the settings from the given structure specifier.
- set(RecordSeparatorSpecifier) - Method in class com.pervasive.datarush.operators.io.textfile.RecordSeparatorSettings
-
- set(RecordSeparatorSpecifier) - Method in interface com.pervasive.datarush.operators.io.textfile.RecordSeparatorSpecifier
-
Copy the settings from the given structure specifier.
- set(int, byte[]) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
Sets the token at the specified position to the given binary value.
- set(int, boolean) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
Sets the token at the specified position to the given boolean value.
- set(int, byte[]) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBinaryTokenSequence
-
Sets the token at the specified position to the given binary value.
- set(int, boolean) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBooleanTokenSequence
-
Sets the token at the specified position to the given value.
- set(int, byte[]) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- set(int, boolean) - Method in class com.pervasive.datarush.sequences.scalar.SparseBooleanTokenList
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.record.MutableComposite
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.record.RecordRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.record.RecordSettableFilter
-
Sets the contained value to the given token value.
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- set(byte[]) - Method in class com.pervasive.datarush.tokens.scalar.BinaryRegister
-
- set(byte[], int, int) - Method in class com.pervasive.datarush.tokens.scalar.BinaryRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.BinaryRegister
-
- set(byte[]) - Method in interface com.pervasive.datarush.tokens.scalar.BinarySettable
-
Sets the container to the given binary data.
- set(byte[], int, int) - Method in interface com.pervasive.datarush.tokens.scalar.BinarySettable
-
Sets the container to a subsequence of the given binary
data.
- set(boolean) - Method in class com.pervasive.datarush.tokens.scalar.BooleanRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.BooleanRegister
-
- set(boolean) - Method in interface com.pervasive.datarush.tokens.scalar.BooleanSettable
-
Sets the container to the given boolean value.
- set(char) - Method in class com.pervasive.datarush.tokens.scalar.CharRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.CharRegister
-
- set(char) - Method in interface com.pervasive.datarush.tokens.scalar.CharSettable
-
Sets the container to the given character value.
- set(Date) - Method in class com.pervasive.datarush.tokens.scalar.DateRegister
-
- set(Date, TimeZone) - Method in class com.pervasive.datarush.tokens.scalar.DateRegister
-
- set(long) - Method in class com.pervasive.datarush.tokens.scalar.DateRegister
-
- set(CalendarDate) - Method in class com.pervasive.datarush.tokens.scalar.DateRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.DateRegister
-
- set(Date) - Method in interface com.pervasive.datarush.tokens.scalar.DateSettable
-
- set(Date, TimeZone) - Method in interface com.pervasive.datarush.tokens.scalar.DateSettable
-
- set(long) - Method in interface com.pervasive.datarush.tokens.scalar.DateSettable
-
Sets the container to a date value specified as the number of days
since Java epoch (January 1, 1970 GMT).
- set(CalendarDate) - Method in interface com.pervasive.datarush.tokens.scalar.DateSettable
-
Sets the container to the specified calendar date.
- set(TimestampValued) - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
Sets the current date value to the date portion of
the specified timestamp value.
- set(Date, TimeZone) - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
Sets the current date value to the date portion
of the specified Java date in the given time zone.
- set(String) - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
Sets the current date value to the date portion
of the specified timestamp.
- set(int) - Method in class com.pervasive.datarush.tokens.scalar.DoubleRegister
-
- set(long) - Method in class com.pervasive.datarush.tokens.scalar.DoubleRegister
-
- set(float) - Method in class com.pervasive.datarush.tokens.scalar.DoubleRegister
-
- set(double) - Method in class com.pervasive.datarush.tokens.scalar.DoubleRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.DoubleRegister
-
- set(double) - Method in interface com.pervasive.datarush.tokens.scalar.DoubleSettable
-
Sets the container to the given double value.
- set(int) - Method in class com.pervasive.datarush.tokens.scalar.FloatRegister
-
- set(long) - Method in class com.pervasive.datarush.tokens.scalar.FloatRegister
-
- set(float) - Method in class com.pervasive.datarush.tokens.scalar.FloatRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.FloatRegister
-
- set(float) - Method in interface com.pervasive.datarush.tokens.scalar.FloatSettable
-
Sets the container to the given float value.
- set(int) - Method in class com.pervasive.datarush.tokens.scalar.IntRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.IntRegister
-
- set(int) - Method in interface com.pervasive.datarush.tokens.scalar.IntSettable
-
Sets the container to the given integer value.
- set(int) - Method in class com.pervasive.datarush.tokens.scalar.LongRegister
-
- set(long) - Method in class com.pervasive.datarush.tokens.scalar.LongRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.LongRegister
-
- set(long) - Method in interface com.pervasive.datarush.tokens.scalar.LongSettable
-
Sets the container to the given long value.
- set(BigDecimal) - Method in class com.pervasive.datarush.tokens.scalar.NumericRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.NumericRegister
-
- set(BigDecimal) - Method in interface com.pervasive.datarush.tokens.scalar.NumericSettable
-
Sets the container to the given numeric value.
- set(O) - Method in class com.pervasive.datarush.tokens.scalar.ObjectRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.ObjectRegister
-
- set(T) - Method in interface com.pervasive.datarush.tokens.scalar.ObjectSettable
-
Sets the container to the given object value.
- set(String) - Method in class com.pervasive.datarush.tokens.scalar.StringRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.StringRegister
-
- set(String) - Method in interface com.pervasive.datarush.tokens.scalar.StringSettable
-
Sets the container to the given string value.
- set(int) - Method in class com.pervasive.datarush.tokens.scalar.TimeRegister
-
- set(TimeOfDay) - Method in class com.pervasive.datarush.tokens.scalar.TimeRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.TimeRegister
-
- set(int) - Method in interface com.pervasive.datarush.tokens.scalar.TimeSettable
-
Sets the container to a time value specified as the number of milliseconds
since midnight.
- set(TimeOfDay) - Method in interface com.pervasive.datarush.tokens.scalar.TimeSettable
-
Sets the container to the specified time of day.
- set(Date) - Method in class com.pervasive.datarush.tokens.scalar.TimestampRegister
-
- set(Date, TimeZone) - Method in class com.pervasive.datarush.tokens.scalar.TimestampRegister
-
- set(Timestamp) - Method in class com.pervasive.datarush.tokens.scalar.TimestampRegister
-
- set(Timestamp, TimeZone) - Method in class com.pervasive.datarush.tokens.scalar.TimestampRegister
-
- set(long, int, int) - Method in class com.pervasive.datarush.tokens.scalar.TimestampRegister
-
- set(TokenValued) - Method in class com.pervasive.datarush.tokens.scalar.TimestampRegister
-
- set(Timestamp) - Method in interface com.pervasive.datarush.tokens.scalar.TimestampSettable
-
Sets the container to a timestamp value specified as a
java.sql.Timestamp
object, relative to the default time zone.
- set(Date) - Method in interface com.pervasive.datarush.tokens.scalar.TimestampSettable
-
Sets the container to a timestamp value specified as a
java.util.Date
object, relative to the default time zone.
- set(Timestamp, TimeZone) - Method in interface com.pervasive.datarush.tokens.scalar.TimestampSettable
-
Sets the container to a timestamp value specified as a
java.sql.Timestamp
object, relative to the given time zone.
- set(Date, TimeZone) - Method in interface com.pervasive.datarush.tokens.scalar.TimestampSettable
-
Sets the container to a timestamp value specified as a
java.util.Date
object, relative to the given time zone.
- set(long, int, int) - Method in interface com.pervasive.datarush.tokens.scalar.TimestampSettable
-
Sets the container to a timestamp value specified as time since
Java epoch (January 1, 1970 00:00:00 GMT) with time zone and daylight
saving time offset.
- set(Date, TimeZone) - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
Sets the current value to the specified timestamp in
the given time zone.
- set(Timestamp, TimeZone) - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
Sets the current value to the specified timestamp in
the given time zone.
- set(String) - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
Sets the current value to the specified timestamp.
- set(TokenValued) - Method in interface com.pervasive.datarush.tokens.TokenSettable
-
Sets the contained value to the given token value.
- setAbsoluteValue(double) - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Sets the value of the absoluteValue
attribute of the
Coefficients
sub-element.
- setAction(ReplaceSpecification.Action) - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
- setAfterLastRecordScript(String) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- setAfterLastRecordScript(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the script to use for clean up processing.
- setAggregations(Aggregation[]) - Method in class com.pervasive.datarush.operators.group.Group
-
Sets the aggregations to apply to the data.
- setAggregations(String) - Method in class com.pervasive.datarush.operators.group.Group
-
Sets the aggregations to apply to the data.
- setAggregations(List<Aggregation>) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Set the aggregation(s) to apply to each pivot grouping.
- setAggregations(Aggregation...) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Set the aggregation(s) to apply to each pivot grouping.
- setAggregations(String) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Set the aggregation(s) to apply to each pivot grouping using an aggregation expression.
- setAIC(Double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
- setAlgorithmName(String) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Set the name of the algorithm used to generate the association
model.
- setAlternateTargetCategory(String) - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Sets the value of the alternateTargetCategory
attribute.
- setAnalysis(FormatAnalyzer.FormatAnalysis) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat
-
- setAnalysis(FormatAnalyzer.FormatAnalysis) - Method in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
Sets the ELF analysis object to use
to determine the schema and other meta-data.
- setAnalysis(FormatAnalyzer.FormatAnalysis) - Method in class com.pervasive.datarush.operators.io.textfile.GlassfishLogFormat
-
- setAnalysis(FormatAnalyzer.FormatAnalysis) - Method in interface com.pervasive.datarush.operators.io.textfile.LogFormat
-
Sets the analysis object to use to determine meta-data.
- setAnalysisDepth(int) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the number of characters to read for performing
schema discovery and structural analysis.
- setAnalysisSize(int) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer
-
Sets the maximum number of characters to use in analysis.
- setAnnotationText(String) - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
The text provided will be added as an annotation to the
output PMML model.
- setAnnotationText(String) - Method in class com.pervasive.datarush.analytics.pmml.PMMLModel
-
Sets the value of the Annotation
sub-element.
- setAppendConfidence(boolean) - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Sets whether to append confidence information.
- setAppendProbabilities(boolean) - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Sets whether to include probabilities in the prediction.
- setAppendRecordCount(boolean) - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Sets whether to append record count information.
- setAttribute(Element, String, String) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value if the value is non null.
- setAttribute(Element, String, T) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value if the value is non null.
- setAttribute(Element, String, Long) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value if the value is non null.
- setAttribute(Element, String, Double) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value if the value is non null.
- setAttribute(Element, String, BigDecimal) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value if the value is non null.
- setAttribute(Element, String, Boolean) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value if the value is non null.
- setAttribute(Element, String, long) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value.
- setAttribute(Element, String, double) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value.
- setAutoDiscoverDelimiter(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- setAutoDiscoverDelimiter(boolean) - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Sets whether automated field delimiter discovery is configured.
- setAutoDiscoverFormat(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
In supported log types performs schema discovery if
logPattern is not set or additional information is required.
- setAutoDiscoverNewline(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Configures whether the reader attempts to discover the
newline style (UNIX or DOS) used in the source.
- setAutoDiscoverNewline(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Configures whether the reader attempts to discover the
newline style (UNIX or DOS) used in the source.
- setAutoDiscoverNewline(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.RecordSeparatorSettings
-
- setAutoDiscoverNewline(boolean) - Method in interface com.pervasive.datarush.operators.io.textfile.RecordSeparatorSpecifier
-
Sets whether automated newline discovery is configured.
- setAutoDiscoverSeparator(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- setAutoDiscoverSeparator(boolean) - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Sets whether automated field separator discovery is configured.
- setAvgItemsPerTxn(double) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Set the average items per transaction value.
- setBeforeFirstRecordScript(String) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- setBeforeFirstRecordScript(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the script to use for initialization processing.
- setBIC(Double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
- setBigDecimal(int, BigDecimal) - Method in interface com.pervasive.datarush.sequences.scalar.MutableNumericTokenSequence
-
Sets the token at the specified position to the given value.
- setBigDecimal(int, BigDecimal) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
Sets the token at the specified position to the given numeric value.
- setBigDecimal(int, BigDecimal) - Method in class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
- setBinaryNominalSplits(boolean) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Sets whether we use subsets of nominal values for splitting.
- setBinaryRef(int, byte[]) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setBivariateStats(BivariateStats) - Method in class com.pervasive.datarush.analytics.stats.PMMLSummaryStatisticsModel
-
Set the bivariate statistics for this model
- setBlockingKeys(List<String>) - Method in class com.pervasive.datarush.matching.tune.AnalyzeDuplicateKeys
-
Sets the fields to use for key blocking.
- setBlockPadding(boolean) - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
Sets whether the HDFS blocks are padded to prevent stripes from
straddling blocks.
- setBlockSize(int) - Method in class com.pervasive.datarush.operators.io.staging.WriteStagingDataset
-
Sets the block size, in rows, used for encoding data.
- setBoolean(int, boolean) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setBufferRows(int) - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Sets the size (in rows) of the memory buffer used to generate
output pairs.
- setBufferRows(int) - Method in class com.pervasive.datarush.operators.join.CrossJoin
-
Sets the size (in rows) of the memory buffer used to generate
output record.
- setBufferSize(int) - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
The size of the memory buffers used for compressing and storing the
stripe in memory.
- setBufferSize(int) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Sets the size of the data buffer (in rows) used to cache data before sending to the Vectorwise engine.
- setCalendarDate(int, CalendarDate) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
Sets the token at the specified position to the specified
calendar date.
- setCardinality(Long) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets the value of the "cardinality" attribute of the Counts
sub-element.
- setCaseFormat(ConvertTextCase.Case) - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Set the case format for the conversions.
- setCasesensitive(String) - Method in class com.pervasive.datarush.schema.Rule
-
Set the case sensitive property.
- setCellFieldMap(Map<String, Map<String, Map<String, String>>>) - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Set the HBase cell to field mapping.
- setCellMarkerMap(Map<String, Map<String, DeleteHBase.DeleteMarker>>) - Method in class com.pervasive.datarush.hbase.DeleteHBase
-
- setChar(int, char) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setChar(int, char) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
Sets the token at the specified position to the given character value.
- setChar(int, char) - Method in interface com.pervasive.datarush.sequences.scalar.MutableCharTokenSequence
-
Sets the token at the specified position to the given value.
- setChar(int, char) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- setCharset(String) - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Set character set value which is used to format input and output data for R.
- setCharset(Charset) - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Sets the character set.
- setCharset(Charset) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Sets the character set used by the data source.
- setCharset(Charset) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Sets the character set used by the data sink.
- setCharset(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the character set used for data staging and loading for vwload load method.
- setCharset(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the character set used for data staging and loading for vwload load method.
- setCharsetName(String) - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Sets the character set name.
- setCharsetName(String) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Sets the character set used by the data source.
- setCharsetName(String) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Sets the character set used by the data sink.
- setChartNames(List<String>) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Sets the predictor names for each input port
to be displayed as the chart legend (null entries
for disconnected input ports).
- setChartType(ChartType) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Sets the desired chart type (ROC, Gains, Lift).
- setChildren(List<Predicate>) - Method in class com.pervasive.datarush.analytics.decisiontree.CompoundPredicate
-
Sets the child predicate elements.
- setChildren(List<TreeNode>) - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Sets the list of child Node
elements associated with this node.
- setClassificationScheme(ClassificationScheme) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Specifies how to determine the classification of a record
in the query data from the classifications of its nearest neighbors
in the example data.
- setClassifiers(List<Classifier>) - Method in class com.pervasive.datarush.matching.Phase
-
Set the classifiers for this phase.
- setCleanupMode(Phase.CleanupMode) - Method in class com.pervasive.datarush.matching.Phase
-
Sets the cleanup mode to apply after a phase
completes.
- setClientExecution(boolean) - Method in interface com.pervasive.datarush.operators.StreamingMetadataContext
-
Sets a flag indicating whether client execution is required.
- setCode(int) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- setCoef0(double) - Method in class com.pervasive.datarush.analytics.svm.PolynomialKernelType
-
Sets the value of the "coef0" attribute.
- setCoef0(double) - Method in class com.pervasive.datarush.analytics.svm.SigmoidKernelType
-
Sets the value of the "coef0" attribute.
- setCoefficients(double[]) - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Sets the coefficients of the SVM.
- setComments(List<String>) - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Set the comments lines to write to the ARFF meta-data section of the file.
- setCommitInterval(int) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Sets the commit interval used by the JDBC driver.
- setComparisons(List<Comparison>) - Method in class com.pervasive.datarush.matching.Phase
-
Set the comparisons to use in this phase.
- setCompression(ORCCompression) - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
Sets the compression mode to use within the ORC file.
- setCompression(Compression) - Method in class com.pervasive.datarush.operators.io.avro.WriteAvro
-
Sets the compression method to use on data blocks.
- setConfidence(Double) - Method in class com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
-
Sets the value of the "confidence" attribute.
- setConfidenceFieldNames(List<String>) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Sets the confidence field names for each input port
(null entries for disconnected ports).
- setConfidencePrefix(String) - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Sets the field name prefix to use for confidence.
- setConfiguration(PruneConfiguration) - Method in class com.pervasive.datarush.analytics.decisiontree.pruner.DecisionTreePruner
-
Sets the configuration that controls how pruning is performed.
- setConfiguration(HadoopConfiguration) - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- setConfiguration(HadoopConfiguration) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set the configuration.
- setConnectionFactory(ConnectionFactory) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Sets the connection factory to be used for creating connections.
- setConnectionFactory(ConnectionFactory) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Sets the connection factory to be used for creating connections.
- setConstant(RecordToken) - Method in class com.pervasive.datarush.operators.source.GenerateConstant
-
Sets the value to generate
- setContinuousStatistics(AbstractContinuousStatistics<? extends Number>) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets the value of the ContStats
sub-element.
- setConversionType(ConversionType) - Method in class com.pervasive.datarush.analytics.arm.ConvertARMModel
-
Set the conversion type.
- setCoordHost(String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- setCoordPort(int) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- setCorrelation(PMMLRealMatrix) - Method in class com.pervasive.datarush.analytics.stats.BivariateNumericInfo
-
Sets the correlation matrix for the set of fields represented by this BivariateStats
.
- setCount(long) - Method in class com.pervasive.datarush.operators.select.LimitRows
-
Sets the maximum number of records
which will be output.
- setCovariance(PMMLRealMatrix) - Method in class com.pervasive.datarush.analytics.stats.BivariateNumericInfo
-
Sets the covariance matrix for the set of fields represented by this BivariateStats
.
- setCurrent(String) - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Sets a string representation of the current row's keys at the point in
the input flow where incorrect row ordering was discovered.
- setCurrentEncryptorId(String) - Method in class com.pervasive.datarush.encryption.EncryptionManager
-
- setCurrentTValue(TokenValued) - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Internal use only: set the current token value where the sort
order discrepancy occurred.
- setCustomLevelDefinitions(List<String>) - Method in class com.pervasive.datarush.operators.io.textfile.Log4jLogFormat
-
Sets the custom level definitions.
- setDatabase(String) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the database name.
- setDatabase(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set the database name.
- setDatabase(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the database name.
- setDatabaseName(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the database name.
- setDataDistribution(DataDistribution) - Method in class com.pervasive.datarush.operators.assertion.AssertMetadata
-
Set the DataDistribution to assert.
- setDataIdField(String) - Method in class com.pervasive.datarush.matching.cluster.ClusterDuplicates
-
Sets the name of the field uniquely identifying records in the original source.
- setDataIdField(String) - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Sets the name of the field uniquely identifying records on the both sides
of the pairs.
- setDataName(String) - Method in class com.pervasive.datarush.analytics.pmml.ModelQuality
-
Record a label for the source dataset used to calculate the model quality information.
- setDataOrdering(DataOrdering) - Method in class com.pervasive.datarush.operators.assertion.AssertMetadata
-
Set the DataOrdering metadata to assert.
- setDataOrdering(DataOrdering) - Method in class com.pervasive.datarush.operators.partition.GatherHint
-
Sets the data ordering of the output.
- setDataOrdering(DataOrdering) - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
Sets the data ordering of the output.
- setDataQuery(String) - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Sets the SELECT
statement to use to query data from the source database.
- setDataUsage(PredictiveModelQuality.Usage) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Sets the "dataUsage" attribute for the model.
- setDate(int, Date) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
Sets the token at the specified position to a date value specified as a
java.util.Date
object, relative to the default time zone.
- setDate(int, Date, TimeZone) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
Sets the token at the specified position to a date value specified as a
java.util.Date
object, relative to the given time zone.
- setDateEpochDays(int, long) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setDayMillis(int, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimeTokenSequence
-
Sets the token at the specified position to a time value specified
as the number of milliseconds elapsed since midnight.
- setDayMillis(int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
- setDayMillis(int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- setDecodeBuffer(int) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Sets the size of the buffer, in bytes, used to decode
character data.
- setDecodeBuffer(int) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Sets the size of the buffer, in bytes, used to decode
character data.
- setDefaultChild(String) - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Sets the value of the "defaultChild" attribute.
- setDegree(int) - Method in class com.pervasive.datarush.analytics.svm.PolynomialKernelType
-
Sets the value of the "degree" attribute.
- setDegreesOfFreedom(Integer) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
- setDelimiter(String) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Set the delimiter character used to delimiter table names in SQL queries.
- setDelimiters(FieldDelimiterSettings) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the field delimiter settings for the reader.
- setDelimiters(FieldDelimiterSettings) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the field delimiter settings for the writer.
- setDependentVariable(String) - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Set the field name of the dependent variable.
- setDerivedFields(String) - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
Set the list of field derivations to apply, using
a field derivation expression.
- setDerivedFields(List<FieldDerivation>) - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
Set the list of field derivations to apply.
- setDerivedFields(FieldDerivation...) - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
Set the list of field derivations to apply.
- setDescription(String) - Method in class com.pervasive.datarush.analytics.svm.KernelType
-
Sets the "description" attribute for the PMML kernel type element.
- setDetailLevel(DetailLevel) - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Sets the detail level that we use to compute statistics.
- setDictionaryField(String) - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Set the dictionary field in the dictionary input.
- setDiscoverOutputAtRuntime(boolean) - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Set whether the output type should be automatically discovered at runtime.
- setDiscoveryNullIndicator(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the text value used to represent null values
by default in discovered schemas.
- setDiscoveryStringHandling(TextTypes.StringConversion) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the default behavior for processing string-valued types
in discovered schemas.
- setDiscreteStatistics(DiscreteStatistics) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets the value of the DiscrStats
sub-element.
- setDistanceMeasure(DistanceMeasure) - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Sets the distance measure used to measure the distance between two points
when building the model.
- setDomain(FieldDomain) - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
- setDouble(int, double) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setDouble(int, double) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
Sets the token at the specified position to the given double value.
- setDouble(int, double) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDoubleTokenSequence
-
Sets the token at the specified position to the given value.
- setDouble(int, double) - Method in class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
- setDriverName(String) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Sets the class name of the JDBC driver to use, for example: "sun.jdbc.odbc.JdbcOdbcDriver"
.
- setDriverName(String) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Sets the class name of the JDBC driver to use, for example: "sun.jdbc.odbc.JdbcOdbcDriver"
.
- setDriverProvider(DriverProvider) - Static method in class com.pervasive.datarush.jdbc.DefaultConnectionFactory
-
Sets the driver provider to use.
- setDropUnderivedFields(boolean) - Method in class com.pervasive.datarush.operators.record.DeriveFields
-
Set whether input fields are dropped from the output.
- setDumpFile(String) - Method in class com.pervasive.datarush.coercion.Drunner
-
- setEncodeBuffer(int) - Method in class com.pervasive.datarush.operators.io.FormattingOptions
-
Sets the size of the buffer, in bytes, used to encode
character data.
- setEncodeBuffer(int) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Sets the size of the buffer, in bytes, used to encode
character data.
- setEncoding(CharsetEncoding) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Set the properties that control character
set encoding.
- setEncoding(CharsetEncoding) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Set the properties that control character
set encoding.
- setEncryyptedPassword(Password) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
- setEndPort(String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
End of the IP port range to be used for the slice registration server socket.
- setEndPortRange(int) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setEndPortRange(int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the end of the IP port range to use for network connections to and from the
target Matrix database.
- setEndTime(Date) - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Set time range filter end time
- setEnforceType(boolean) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- setEngineName(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the name of the script engine to use.
- setEngineVersion(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the version of the script engine to use.
- setEpochDays(int, long) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
Sets the token at the specified position to a date value specified
as the number of days since Java epoch (January 1, 1970 GMT).
- setEpochDays(int, long) - Method in interface com.pervasive.datarush.sequences.scalar.MutableDateTokenSequence
-
Sets the token at the specified position to the given value.
- setEpochDays(int, long) - Method in class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
- setEpochDays(long) - Method in class com.pervasive.datarush.tokens.scalar.DateTokenConverter
-
Deprecated.
Sets the current date value to the specified date.
- setEpochSeconds(int, long, int, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableTimestampTokenSequence
-
Sets the token at the specified position to the given value.
- setEpochSeconds(int, long, int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
- setEpochSeconds(int, long, int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
Sets the token at the specified position to a timestamp value specified as
time since Java epoch (January 1, 1970 00:00:00 GMT) with time zone and daylight
saving time offset.
- setEpochTime(long, int, int) - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
Sets the current value to the specified epoch time.
- setEpsilon(double) - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Sets the tolerance for termination criteria.
- setError(String) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- setErrorAction(CodingErrorAction) - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Sets the action for an encoding error.
- setErrorAction(ErrorAction) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Sets the action to take if a SQL error occurs while reading data from the database.
- setErrorAction(CodingErrorAction) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Set the encoding error action.
- setErrorAction(CodingErrorAction) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Set the encoding error action.
- setErrorColumnPosition(int) - Method in exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Sets the column number where the exception was originally thrown in the
script.
- setErrorLineNumber(int) - Method in exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Sets the line number where the exception was originally thrown in the
script.
- setErrorTolerance(FloatingPointTolerance) - Method in class com.pervasive.datarush.operators.assertion.AssertEqual
-
Set the error tolerance for floating point values.
- setEstimatedErrors(Double) - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Sets the "estimateErrors" extension associated with this node.
- setEventName(String) - Method in exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Sets the stage at which the exception occurred, e.g.
- setExpectedType(RecordTokenType) - Method in class com.pervasive.datarush.operators.assertion.AssertEqualTypes
-
Set the expected type of the actual value input port.
- setExtensionStatistic(String, double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Sets the value of an attribute not directly supported by PMML.
- setExtensionStatistic(String, double) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.CategoricalPredictor
-
- setExtensionStatistic(String, double) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.NumericPredictor
-
- setExtensionStatistic(String, double) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
- setExtraFieldAction(ParseErrorAction) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets how to handle fields found when parsing the record,
but not declared in the schema.
- setExtraFieldAction(ParseErrorAction) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Sets how to handle fields found when parsing the record,
but not declared in the schema.
- setFamilies(Set<String>) - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- setFamilies(Set<String>) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set families.
- setFamilyFieldMap(Map<String, Map<String, String>>) - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Set the column family to field mapping.
- setFamilyMarkerMap(Map<String, DeleteHBase.DeleteMarker>) - Method in class com.pervasive.datarush.hbase.DeleteHBase
-
- setFetchSize(int) - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Sets the number of rows in each fetch from the database.
- setFewDistinctValuesHint(boolean) - Method in class com.pervasive.datarush.analytics.stats.DistinctValues
-
Sets a hint as to whether there are expected to be a small number of distinct values.
- setFewDistinctValuesHint(boolean) - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Sets a hint as to whether there are expected to be a small number of distinct values.
- setFewGroupsHint(boolean) - Method in class com.pervasive.datarush.operators.group.Group
-
Sets a hint as to whether the number of groups is expected to be small.
- setField(String) - Method in class com.pervasive.datarush.analytics.decisiontree.SimplePredicate
-
Sets the value of the "field" attribute.
- setField(String) - Method in class com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate
-
Sets the value of the "field" attribute.
- setField(String) - Method in class com.pervasive.datarush.matching.Comparison
-
Set the input field name to compare.
- setField(String) - Method in class com.pervasive.datarush.matching.Filter
-
Set the input field name to the filter.
- setFieldDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- setFieldDelimiter(String) - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Sets the delimiter used to denote the boundaries of a data field.
- setFieldDelimiter(char) - Method in class com.pervasive.datarush.operators.io.textfile.ReadARFF
-
Set the field delimiter to use when reading the file contents.
- setFieldDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the delimiter used to denote the boundaries of a data field.
- setFieldDelimiter(char) - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Set the field delimiter to use when writing the file contents.
- setFieldDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the delimiter used to denote the boundaries of a data field.
- setFieldEndDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- setFieldEndDelimiter(String) - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Sets the delimiter used to denote the end of a data field.
- setFieldEndDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the delimiter used to denote the end of a data field.
- setFieldEndDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the delimiter used to denote the end of a data field.
- setFieldErrorAction(ParseErrorAction) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets how to handle fields which cannot be parsed.
- setFieldErrorAction(ParseErrorAction) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Sets how to handle fields which cannot be parsed.
- setFieldLengthThreshold(int) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Configures the maximum length allowed for a field
value before it is considered an error.
- setFieldLengthThreshold(int) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Configures the maximum length allowed for a field
value before it is considered an error.
- setFieldName(String) - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
Set the field name to apply the replacement action.
- setFieldNames(List<String>) - Method in class com.pervasive.datarush.analytics.regression.SumOfSquares
-
Set the list of fields to apply sum of squares.
- setFieldNames(List<String>) - Method in class com.pervasive.datarush.operators.record.FilterFields
-
Sets the names of fields to which the filtering operation is
applied.
- setFieldNames(String...) - Method in class com.pervasive.datarush.operators.record.FilterFields
-
Sets the names of fields to which the filtering operation is
applied.
- setFieldRemapping(FieldRemapping) - Method in class com.pervasive.datarush.operators.record.RemapFields
-
Defines how input fields are to be mapped to output
fields.
- setFields(List<String>) - Method in class com.pervasive.datarush.analytics.stats.BivariateNumericInfo
-
Sets the list of fields represented by this BivariateStats
.
- setFields(String[]) - Method in class com.pervasive.datarush.matching.Classifier
-
Set the input field names.
- setFieldSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- setFieldSeparator(String) - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Sets the delimiter used to define the boundary between data fields.
- setFieldSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the delimiter used to define the boundary between data fields.
- setFieldSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the delimiter used to define the boundary between data fields.
- setFieldStartDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.FieldDelimiterSettings
-
- setFieldStartDelimiter(String) - Method in interface com.pervasive.datarush.operators.io.textfile.FieldDelimiterSpecifier
-
Sets the delimiter used to denote the beginning of a data field.
- setFieldStartDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the delimiter used to denote the beginning of a data field.
- setFieldStartDelimiter(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the delimiter used to denote the beginning of a data field.
- setFieldType(ScalarTokenType) - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
Set the field (token) type.
- setFileName(String) - Method in exception com.pervasive.datarush.operators.io.textfile.RowTooLongException
-
Sets the file which exceeded the limit.
- setFilePath(String) - Method in class com.pervasive.datarush.analytics.pmml.ReadPMML
-
Sets the file to read from
- setFilesystem(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set default filesystem.
- setFilter(Filter) - Method in class com.pervasive.datarush.matching.Phase
-
Set the filter to use for this phase.
- setFilter(FilterType, String, Map<String, Object>) - Method in class com.pervasive.datarush.matching.Phase
-
Set the filter to use for this phase.
- setFilter(FilterType, String, String, Object) - Method in class com.pervasive.datarush.matching.Phase
-
Set the filter to use for this phase.
- setFilter(FilterType, String, Object) - Method in class com.pervasive.datarush.matching.Phase
-
Set the filter to use for this phase using the default output field name.
- setFinalizeTableSQL(String) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Sets the SQL statement to execute after processing all the records.
- setFinalizeTableSQL(String) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Sets the SQL statement to execute after processing all the records.
- setFinalizeTableSQL(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Sets the SQL statement to execute after processing all the records.
- setFinalizeTableSQL(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Sets the SQL statement to execute after processing all the records.
- setFloat(int, float) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setFloat(int, float) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
Sets the token at the specified position to the given float value.
- setFloat(int, float) - Method in interface com.pervasive.datarush.sequences.scalar.MutableFloatTokenSequence
-
Sets the token at the specified position to the given value.
- setFloat(int, float) - Method in class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
- setForceStaging(boolean) - Method in class com.pervasive.datarush.operators.partition.GatherHint
-
Sets whether data must be staged to disk.
- setForceStaging(boolean) - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
Sets whether data must be staged to disk.
- setFormat(DataFormat) - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Sets the data format for the configured source.
- setFormat(DatasetStorageFormat) - Method in class com.pervasive.datarush.operators.io.staging.WriteStagingDataset
-
Sets the data set format used to store data.
- setFormat(DataFormat) - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Sets the data format for the configured target.
- setFormat(String) - Method in class com.pervasive.datarush.operators.sink.LogRows
-
Set the format to use when logging rows.
- setFormat(String) - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Sets the format of the field
- setFormatMode(ARFFMode) - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Set the mode with which to write the file.
- setFormatOptions(FormattingOptions) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Sets the formatting options used by the reader.
- setFormatOptions(FormattingOptions) - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Sets the formatting options used by the writer.
- setFormatPattern(String) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat
-
Set the value used for the log format pattern
- setFormatPattern(String) - Method in class com.pervasive.datarush.operators.io.textfile.ELFLogFormat
-
Set the value used for the log format pattern
- setFormatPattern(String) - Method in class com.pervasive.datarush.operators.io.textfile.Log4jLogFormat
-
- setFormatPattern(String) - Method in interface com.pervasive.datarush.operators.io.textfile.LogFormat
-
Set the value used for the log format pattern
- setFormatPrefix(String) - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
- setFreqOutputField(String) - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Set the output field to expand the frequency list into.
- setFunction(String) - Method in exception com.pervasive.datarush.functions.InvalidFunctionArgumentException
-
- setGamma(double) - Method in class com.pervasive.datarush.analytics.svm.PolynomialKernelType
-
Sets the value of the "gamma" attribute.
- setGamma(double) - Method in class com.pervasive.datarush.analytics.svm.RadialBasisKernelType
-
Sets the value of the "gamma" attribute.
- setGamma(double) - Method in class com.pervasive.datarush.analytics.svm.SigmoidKernelType
-
Sets the value of the "gamma" attribute.
- setGraphName(String) - Method in class com.pervasive.datarush.coercion.Drunner
-
- setGroupKeyFields(String...) - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
Optional parameter to specify the fixed or repeating key fields.
- setGroupKeys(String[]) - Method in class com.pervasive.datarush.operators.group.RemoveDuplicates
-
Sets the keys by which to de-duplicate.
- setGroupKeys(List<String>) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Set the list of fields used to segment the input data into groups for pivoting.
- setGroupKeys(String...) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Set the list of fields used to segment the input data into groups for pivoting.
- setHCatalogDatabase(String) - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Set the HCatalog database from which to retrieve a schema and mapping.
- setHCatalogFields(List<String>) - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Set the HCatalog fields to read or write.
- setHCatalogFields(String...) - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Set the HCatalog fields to read or write.
- setHCatalogTable(String) - Method in class com.pervasive.datarush.hbase.KeyValueOperator
-
Set the HCatalog table from which to retrieve a schema and mapping.
- setHeader(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Configures whether to expect a header row in the source.
- setHeader(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Configures whether to write a header row in the target.
- setHeaderSkipCount(int) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer
-
Sets the number of lines to skip at the beginning of the file.
- setHeaderSkipCount(int) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the number of lines to skip at the beginning of the file
before reading.
- setHighvalue(String) - Method in class com.pervasive.datarush.schema.Rule
-
Set the high end of the value range.
- setHiveMetastore(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set Hive metastore.
- setHost(String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
Set the host name property.
- setHost(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set the host name of the server where the leader node is running.
- setHost(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the host name property.
- setHost(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the host name property.
- setHost(String) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Sets the specific ip address/host to bind to
- setHostName(String) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- setHostNames(List<String>) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Set the list of database host names that can be used to execute queries.
- setHostNames(String...) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Set the list of database host names that can be used to execute queries.
- setHostNames(List<String>) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Set the list of database host names that can be used to execute queries.
- setHostNames(String...) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Set the list of database host names that can be used to execute queries.
- setId(String) - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Sets the value of the "id" attribute.
- setIdleTimeTimeout(int) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Sets the idle time, in seconds, for the worker thread
pool.
- setIgnoreMissingValues(boolean) - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Sets whether to ignore missing values.
- setIgnoreSortOrder(boolean) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
If set to true, the writer will write in any order.
- setIgnoreSortOrder(boolean) - Method in class com.pervasive.datarush.operators.io.WriteSink
-
If set to true, the writer will write in any order.
- setIgnoreSortOrder(boolean) - Method in class com.pervasive.datarush.ports.record.ExternalRecordSink
-
If set to true, the sink will return records in any order.
- setIncludedColumns(List<String>) - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Sets the list of columns to include for k-Means.
- setIncludedColumns(List<String>) - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Sets the list of columns to include.
- setIncludedFields(List<String>) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Sets the list of columns to include for learning.
- setIncludedFields(List<String>) - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Sets the fields from the input dataset for which we are collecting statistics.
- setIncludedFields(List<String>) - Method in class com.pervasive.datarush.operators.record.DiscoverDomain
-
Sets a list of fields to include in the discovery.
- setIncludeExtraFields(boolean) - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Set to true if the generated schema should include unmapped field from either side.
- setIncludeInputFields(boolean) - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
Set the indicator of whether or not to include the input fields
in the output data.
- setIncludeSourceInfo(boolean) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Controls whether parsed records will be tagged with additional
fields indicating how to locate them in their original source.
- setIncludeSourceInfo(boolean) - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Controls whether parsed records will be tagged with additional
fields indicating how to locate them in their original source.
- setIndependentVariables(String...) - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Set the field names of the independent variables.
- setIndex(int) - Method in interface com.pervasive.datarush.tokens.RetargetableObject
-
Sets the current position of the object.
- setInitialBufferSize(int) - Method in class com.pervasive.datarush.operators.sink.CollectRecords
-
Sets the initial size, in tokens, to use for the list
collecting input data.
- setInitialGroupCapacity(int) - Method in class com.pervasive.datarush.operators.group.Group
-
Sets a hint as to the number of groups that are expected to be processed.
- setInitializeTableSQL(String) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Sets the SQL statement to execute before processing any records.
- setInitializeTableSQL(String) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Sets the SQL statement to execute before processing any records.
- setInitializeTableSQL(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Sets the SQL statement to execute before processing any records.
- setInitializeTableSQL(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Sets the SQL statement to execute before processing any records.
- setInMemoryDataset(boolean) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Sets whether the dataset is to be kept in memory while the decision tree is
being build.
- setInput(RecordTokenList) - Method in class com.pervasive.datarush.operators.source.EmitRecords
-
Sets the list of records which will be produced.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.stats.DistinctValues
-
Sets the input field for which we calculate distinct values
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Set the field to calculate the n-gram frequencies for.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
Set the field to calculate the word frequencies for.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Set the field to convert to lower or upper case.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
Set the field with tokens to count.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Set the field to filter.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Set the frequency map field to expand.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
Set the tokenized text field to expand.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Set the field to filter.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
Set the field for which to generate the bag of words.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Set the frequency map field to filter.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
Set the field to stem.
- setInputField(String) - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Set the string field to tokenize.
- setInputMappings(Map<String, InputMappingModel>) - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
Sets the map of inputs for the PMML.
- setInputs(ScalarValued[]) - Method in interface com.pervasive.datarush.operators.group.Aggregator
-
Binds the input values for this aggregator.
- setInputType(RecordTokenType) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- setInsertMode(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set insert mode statement applies for Insert and Merge operation.
- setInstance(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set the Vector instance name.
- setInstance(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the Vectorwise instance name.
- setInstance(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the Vectorwise instance name.
- setInt(int, int) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setInt(int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
Sets the token at the specified position to the given integer value.
- setInt(int, int) - Method in interface com.pervasive.datarush.sequences.scalar.MutableIntTokenSequence
-
Sets the token at the specified position to the given value.
- setInt(int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
- setIntercept(double) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Sets the intercept i.e.
- setIntercept(String, double) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionClassificationModel
-
Sets the intercept of the submodel that predicts membership in a given category.
- setIntercept(double) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Set the intercept value.
- setInterceptDegreesOfFreedom(int) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Sets the intercept's degrees of freedom
- setInterceptDegreesOfFreedom(int) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Set the intercept's degrees of freedom.
- setInterceptPValue(double) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Sets the intercept's p value
- setInterceptPValue(double) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Set the intercept's p value.
- setInterceptStandardError(double) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Sets the intercept's standard error
- setInterceptStandardError(double) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Set the intercept's standard error.
- setInterceptTTest(double) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
Sets the intercept's t test
- setInterceptTTest(double) - Method in class com.pervasive.datarush.analytics.regression.PMMLRegressionModel
-
Set the intercept's t test.
- setInterQuartileRange(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the inter-quartile-range of this field.
- setIntervalCounts(Map<Interval<T>, AbstractContinuousStatistics.IntervalCounts<T>>) - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
Sets a mapping from interval to the counts for the given interval.
- setInvalidFrequency(Long) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets the value of the "invalidFreq" attribute of the Counts
sub-element.
- setInverted(boolean) - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Set whether the filter should be inverted.
- setInverted(boolean) - Method in class com.pervasive.datarush.analytics.text.filter.AbstractTextFilter
-
- setInverted(boolean) - Method in interface com.pervasive.datarush.analytics.text.filter.TextFilter
-
Set whether this filter should be inverted.
- setIOBuffer(String) - Method in class com.pervasive.datarush.operators.sort.Sort
-
Sets the size of the memory buffers used to for I/O operations on run
files during sorting.
- setIOBufferSize(long) - Method in class com.pervasive.datarush.operators.sort.Sort
-
sets the buffer size, in bytes, used for I/O operations on run files.
- setIsolationLevel(int) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Sets the isolation level to use for the transactions.
- setItemFieldName(String) - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Set the item field name property.
- setItemFieldName(String) - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Set the item field name property.
- setIterationParallelizable(LogicalPort, boolean) - Method in interface com.pervasive.datarush.operators.IterativeMetadataContext
-
Sets whether the operator will iterate on the given input data in parallel.
- setIterationStagingOptions(IterativeMetadataContext, DatasetOptions) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Sets the staging options for this input port.
- setJDBCConnector(JDBCConnector) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
- setJobname(String) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- setJoinCondition(ScalarValuedFunction) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Sets the join condition.
- setJoinCondition(String) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Sets the join condition.
- setJoinCondition(ScalarValuedFunction) - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- setJoinKeys(JoinKey[]) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Sets the join keys to use when performing the join.
- setJoinKeys(String[]) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Sets the join keys to use when performing the join.
- setJoinKeys(List<JoinKey>) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Sets the join keys to use when performing the join.
- setJoinKeys(String[], String[]) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Sets the join keys to use when performing the join.
- setJoinKeys(JoinKey[]) - Method in class com.pervasive.datarush.operators.join.FilterExistJoinProcess
-
- setJoinMode(JoinMode) - Method in class com.pervasive.datarush.operators.join.Join
-
Sets the join mode to use when performing a join.
- setJoinMode(SemiJoinMode) - Method in class com.pervasive.datarush.operators.join.SemiJoin
-
Deprecated.
Sets the join mode to use when performing a join.
- setK(int) - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Set the largest item-set cardinality wanted.
- setK(int) - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Sets the "k" value, where k is the number of centroids to compute.
- setK(int) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Sets the size of the nearest neighbor set.
- setKerberosKeytab(String) - Method in class com.pervasive.datarush.authentication.ProcessAuthenticationSettings
-
Sets the keytab file to use to authenticate
as the configured Kerberos principal.
- setKerberosPrincipal(String) - Method in class com.pervasive.datarush.authentication.ProcessAuthenticationSettings
-
Sets the name of the Kerberos principal to use for
the process.
- setKernelType(KernelType) - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Sets the kernel and associated parameters to use.
- setKernelType(KernelType) - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Sets the kernel type for the model.
- setKeyFieldPrefix(String) - Method in class com.pervasive.datarush.operators.group.Group
-
Sets the prefix to add to key fields.
- setKeyMap(Map<String, List<String>>) - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
Sets the name of the output field and the constant values (labels) that will appear with their corresponding valueMap entry based on position.
- setKeyNames(String[]) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Sets the field names (JDBC column names) to use as keys.
- setKeys(List<String>) - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- setKeys(String[]) - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
Set the fields to use as keys for blocking.
- setKeys(String[]) - Method in class com.pervasive.datarush.operators.group.Group
-
Sets the names of the key fields.
- setKeys(String[]) - Method in class com.pervasive.datarush.operators.group.SortedGroupHandler
-
Sets the keys to be used for detecting group boundaries
- setLabelFieldName(String) - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Set the optional label field name property.
- setLabelFieldName(String) - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Set the optional label field name property.
- setLanguageName(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the name of the scripting language to use.
- setLanguageVersion(int) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- setLanguageVersion(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the version of the script language to use.
- setLaplaceCorrector(double) - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Sets the Laplace corrector to be used.
- setLearningColumns(List<String>) - Method in class com.pervasive.datarush.analytics.naivebayes.learner.NaiveBayesLearner
-
Sets the list of columns to be used to predict the output value.
- setLearningColumns(List<String>) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Controls which fields are treated as independent variables.
- setLearningRate(double) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Set the learning rate that should be used at the start of the computation.
- setLeft(String) - Method in class com.pervasive.datarush.matching.Comparison
-
Set the input left field name value.
- setLeftBlockingKeys(List<String>) - Method in class com.pervasive.datarush.matching.tune.AnalyzeLinkKeys
-
Sets the fields to use for key blocking for data on the left.
- setLeftDataIdField(String) - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Sets the name of the field uniquely identifying records on the left hand side
of the pairs.
- setLeftFieldPattern(String) - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Sets the output naming pattern for fields from the left hand input.
- setLeftFieldPattern(String) - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
Sets the output naming pattern for fields on the left hand side of
pairs.
- setLeftFieldPattern(String) - Method in class com.pervasive.datarush.matching.block.GroupPairsSortedRows
-
Sets the output naming pattern for fields on the left hand side of
pairs.
- setLeftFieldPattern(String) - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Sets the naming pattern used for fields from the left hand side record.
- setLeftFieldPattern(String) - Method in class com.pervasive.datarush.matching.Index
-
Set the left field pattern value.
- setLeftFieldsPattern(String) - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Sets the output naming pattern for fields from the left hand input.
- setLeftKeys(String[]) - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Sets the fields used as keys for data on the left hand side.
- setLeftSource(TokenValued) - Method in interface com.pervasive.datarush.tokens.TokenComparator
-
Binds the left-hand value of the comparator to the specified
object.
- setLeftSources(ScalarValued[]) - Method in interface com.pervasive.datarush.tokens.record.RecordTokenComparator
-
Binds the left-hand values of the comparator to the specified
objects.
- setLenient(boolean) - Method in class com.pervasive.datarush.encoding.text.DateTimeFormatting
-
Specifies whether parsing of values should be lenient.
- setLineComment(String) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextAnalyzer
-
Set the value of the indicator that a line is commented and should
be ignored.
- setLineComment(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the character sequence indicating a line comment.
- setLineComment(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadFixedText
-
Set the text that represents that a line of input data is a comment.
- setLineComment(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the character sequence indicating a line comment.
- setListener(BindListener<T>) - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Attaches a listener for namespace entry assignment events.
- setListenerDaemon(boolean) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Sets whether the listener thread is marked as a daemon thread.
- setLocalSessionAttribute(AttributeScope, SessionAttribute<T>, T) - Method in interface com.pervasive.datarush.cal.DistributedCallableContext
-
Sets the value of a session attribute.
- setLogFormat(LogFormat) - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Sets the log format class which should be used when parsing
the logs.
- setLogFrequency(int) - Method in class com.pervasive.datarush.operators.assertion.AssertEqual
-
Set the logging frequency property.
- setLogFrequency(int) - Method in class com.pervasive.datarush.operators.assertion.AssertRowCount
-
Sets the frequency with which to log row count
- setLogFrequency(int) - Method in class com.pervasive.datarush.operators.assertion.AssertSorted
-
Sets the frequency with with to log.
- setLogFrequency(int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the frequency in units of rows of data that progress is reported.
- setLogFrequency(int) - Method in class com.pervasive.datarush.operators.sink.LogRows
-
Set the frequency of rows to log.
- setLogPattern(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Sets the formatting pattern to use when parsing the log.
- setLogType(SupportedLogType) - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Sets the type of log this operator will read.
- setLong(int, long) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setLong(int, long) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
Sets the token at the specified position to the given long value.
- setLong(int, long) - Method in interface com.pervasive.datarush.sequences.scalar.MutableLongTokenSequence
-
Sets the token at the specified position to the given value.
- setLong(int, long) - Method in class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
- setLowvalue(String) - Method in class com.pervasive.datarush.schema.Rule
-
Set the low end of the value range.
- setMatrixPort(String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
Sets the server port on the Matrix instance listening for messages from this operator.
- setMax(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the maximum value for this field.
- setMaxConnections(int) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
Set the max connections property.
- setMaxDiscoveredValues(int) - Method in class com.pervasive.datarush.operators.record.DiscoverDomain
-
Sets the maximum number of values to discover.
- setMaxDistinctNominalValues(int) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Sets the maximum number of distinct nominal values to allow.
- setMaxDistinctNominalValues(int) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Sets the maximum number of distinct nominal values to allow.
- setMaxDistinctValues(int) - Method in class com.pervasive.datarush.util.ColumnSelector
-
Sets the maximum number of distinct values to allow.
- setMaxErrors(int) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set the maximum number of errors allowed per stream before rolling back the data load operation.
- setMaxErrors(int) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the maximum number of errors allowed before rolling back the data load operation.
- setMaxErrors(int) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the maximum number of errors allowed before rolling back the data load operation.
- setMaxGroupCapacity(int) - Method in class com.pervasive.datarush.operators.group.Group
-
Sets the max number of groups to fit into internal memory buffers.
- setMaxItemsPerTxn(int) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Set the maximum items per transaction value.
- setMaxIterations(int) - Method in class com.pervasive.datarush.analytics.cluster.kmeans.KMeans
-
Sets the maximum number of iterations.
- setMaxIterations(int) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Control the maximum number of iterations attempted before generating a model.
- setMaxMerge(int) - Method in class com.pervasive.datarush.operators.sort.Sort
-
Sets the maximum number of run files to merge at one time.
- setMaxRowLength(int) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
- setMaxThreshold(int) - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Set the maximum threshold for absolute frequencies when filtering.
- setMaxTreeNodes(int) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Sets the maximum total nodes to allow in the tree.
- setMaxValue(String) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Set the maximum value of the field.
- setMaxWorkers(int) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Sets the max worker thread to allow.
- setMean(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the mean value for this field.
- setMeanAbsoluteError(Double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Sets the "meanAbsoluteError" attribute for the model.
- setMeanSquaredError(Double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Sets the "meanSquaredError" attribute for the model.
- setMedian(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the median of values for this field.
- setMergeHandler(ModelMergeHandler<T>) - Method in class com.pervasive.datarush.operators.model.GetModel
-
Sets the merge handler to be used to merge model fragments into a single model.
- setMergeHandler(MetadataCalculationContext, ModelMergeHandler<T>) - Method in class com.pervasive.datarush.ports.model.AbstractModelPort
-
Sets the merge handler for the input port
- setMergeLeftAndRightKeys(boolean) - Method in class com.pervasive.datarush.operators.join.Join
-
Sets whether to merge the left and right key fields into a single field for output.
- setMetadata(FileMetadata) - Method in class com.actian.dataflow.operators.io.orc.ORCFormat
-
- setMetadata(FileMetadata) - Method in class com.actian.dataflow.operators.io.parquet.ParquetFormat
-
- setMetadata(FileMetadata) - Method in class com.pervasive.datarush.operators.io.avro.AvroFormat
-
- setMetadata(FileMetadata) - Method in interface com.pervasive.datarush.operators.io.DataFormat
-
Sets the metadata associated with the format.
- setMetadata(FileMetadata) - Method in class com.pervasive.datarush.operators.io.textfile.ARFFDataFormat
-
- setMetadata(FileMetadata) - Method in class com.pervasive.datarush.operators.io.textfile.DelimitedTextFormat
-
- setMetadata(FileMetadata) - Method in class com.pervasive.datarush.operators.io.textfile.FixedTextFormat
-
- setMetadata(FileMetadata) - Method in class com.pervasive.datarush.operators.io.textfile.LogDataFormat
-
- setMethod(StatsFunctions.NormalizeMethod) - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
Set the normalization method to use.
- setMethod(LoadMethod) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the load method to use.
- setMin(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the minimum value for this field.
- setMinConfidence(double) - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Set the minimum confidence threshold.
- setMinConfidence(double) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Set the minimum confidence used to generate the rules within
this association model.
- setMinRecordsPerNode(int) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Sets the minimum number of records per-node to allow in the tree.
- setMinSupport(double) - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Set the minimum support property.
- setMinSupport(double) - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Set the minimum support property.
- setMinSupport(double) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Set the minimum support setting.
- setMinThreshold(int) - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Set the minimum threshold for absolute frequencies when filtering.
- setMinValue(String) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Set the minimum value of the field.
- setMinWorkers(int) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Sets the min worker thread to allow.
- setMissingFieldAction(ParseErrorAction) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets how to handle fields declared in the schema, but
not found when parsing the record.
- setMissingFieldAction(ParseErrorAction) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Sets how to handle fields declared in the schema, but
not found when parsing the record.
- setMissingFrequency(Long) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets the value of the "missingFreq" attribute of the Counts
sub-element.
- setMissingValuePenalty(double) - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Sets the "missingValuePenalty" attribute for the model.
- setMissingValueStrategy(PMMLTreeModel.MissingValueStrategy) - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Sets the "missingValueStrategy" attribute for the model.
- setModalValue(String) - Method in class com.pervasive.datarush.analytics.stats.DiscreteStatistics
-
Sets the most frequent value of the field
- setMode(WriteMode) - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
Sets how the writer should handle an existing
target.
- setMode(Rank.RankMode) - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Set the ranking mode.
- setMode(WriteMode) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Sets how the writer should handle an existing
target.
- setMode(WriteMode) - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Sets how the writer should handle an existing
target.
- setMode(SampleMode) - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
Set the sample mode.
- setModel(T) - Method in class com.pervasive.datarush.operators.model.PutModel
-
Sets the model to be injected
- setModel(ExecutionContext, T) - Method in class com.pervasive.datarush.ports.model.AbstractModelPort
-
Outputs the model on this model output port.
- setModelExplanation(ModelExplanation) - Method in class com.pervasive.datarush.analytics.pmml.PMMLModel
-
Sets the value of the ModelExplanation
sub-element.
- setModelName(String) - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Sets the "modelName" attribute for the model.
- setModelName(String) - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
Sets the "modelName" attribute for the model.
- setModelName(String) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel
-
- setModelName(String) - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Sets the modelName
attribute for the model.
- setModelQuality(ModelQuality) - Method in class com.pervasive.datarush.analytics.pmml.ModelExplanation
-
- setModelReference(Reference<T>) - Method in class com.pervasive.datarush.operators.model.GetModel
-
For advanced use only; specifies a reference location where the model is to be set.
- setModelReference(Reference<T>) - Method in class com.pervasive.datarush.operators.model.PutModel
-
For advanced use only; sets the reference location where the model is to be obtained.
- setModuleConfiguration(ModuleConfiguration) - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- setN(int) - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Set the N for the n-grams.
- setName(String) - Method in interface com.pervasive.datarush.graphs.LogicalGraph
-
Sets the name of the graph.
- setName(String) - Method in class com.pervasive.datarush.schema.Rule
-
Set the rule name.
- setName(String) - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Sets the name of the field
- setName(String) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Sets the base name used for worker threads.
- setNearnessMeasure(NearnessMeasure) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Specifies how to determine the nearest neighbors of a record in
the query data.
- setNewline(String) - Method in class com.pervasive.datarush.operators.io.textfile.FormatAnalyzer.FormatAnalysis
-
- setNewline(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadLog
-
Sets the newline characters to use when parsing the log.
- setNgramFreqOutputField(String) - Method in class com.pervasive.datarush.analytics.text.CalculateNGramFrequency
-
Set the field that will contain the n-gram frequency map.
- setNodeId(int) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- setNodeName(String) - Method in exception com.pervasive.datarush.operators.scripting.ScriptingException
-
Sets the name of the DataflowNode
in which the scripting
exception occurred.
- setNoPartialSplits(boolean) - Method in class com.pervasive.datarush.io.SplitOptions
-
Controls whether single files are broken into
multiple splits.
- setNormalizationMethod(AbstractPMMLRegressionModel.NormalizationMethod) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel
-
- setNoTrueChildStrategy(PMMLTreeModel.NoTrueChildStrategy) - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Sets the "noTrueChildStrategy" attribute for the model.
- setNull(int) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Sets the token at the specified position to be null valued.
- setNull(int, int) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Sets the tokens in the specified subsequence to be null valued.
- setNull(int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- setNull(int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- setNull(int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- setNull() - Method in class com.pervasive.datarush.tokens.record.MutableComposite
-
- setNull() - Method in class com.pervasive.datarush.tokens.record.RecordRegister
-
- setNull(int, int) - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- setNull(int, int) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- setNull() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- setNull() - Method in class com.pervasive.datarush.tokens.record.RecordSettableFilter
-
Sets the contained value to be null valued.
- setNull() - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.BinaryRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.BooleanRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.CharRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.DateRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.DoubleRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.FloatRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.IntRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.LongRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.NumericRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.ObjectRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.StringRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.TimeRegister
-
- setNull() - Method in class com.pervasive.datarush.tokens.scalar.TimestampRegister
-
- setNull() - Method in interface com.pervasive.datarush.tokens.TokenSettable
-
Sets the contained value to be null valued.
- setNullIndicator(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the text value used to represent null values
by default in generated schemas.
- setNullIndicator(String) - Method in class com.pervasive.datarush.schema.TextConversionDefaults
-
Sets the text value used to represent null values.
- setNullProbability(double) - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
Sets the probability any given generated token will be null valued.
- setNumeric(int, BigDecimal) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setNumericInfo(BivariateNumericInfo) - Method in class com.pervasive.datarush.analytics.stats.BivariateStats
-
Sets the value of the NumericInfo
sub-element.
- setNumericInfo(AbstractNumericInfo<? extends Number>) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets the value of the NumericInfo
sub-element.
- setObject(int, Object) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setObject(int, O) - Method in interface com.pervasive.datarush.sequences.scalar.MutableObjectTokenSequence
-
Sets the token at the specified position to the given value.
- setObject(int, O) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
Sets the token at the specified position to the given object value.
- setObject(int, T) - Method in class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
- setOffsetInSplit(long) - Method in exception com.pervasive.datarush.operators.io.SplitParsingException
-
Sets the index of the record raising the error.
- setOmitHBaseScan(boolean) - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Set omit HBase Scan state.
- setOmitHFileReader(boolean) - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Set omit HFile Reader state.
- setOnEveryRecordScript(String) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- setOnEveryRecordScript(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the script to use for processing every input record.
- setOp(ComparisonType) - Method in class com.pervasive.datarush.matching.Comparison
-
Set the comparison operator type.
- setOperator(CompoundPredicate.Operator) - Method in class com.pervasive.datarush.analytics.decisiontree.CompoundPredicate
-
Sets the value of the "booleanOperator" attribute.
- setOperator(SimplePredicate.Operator) - Method in class com.pervasive.datarush.analytics.decisiontree.SimplePredicate
-
Sets the value of the "operator" attribute.
- setOperator(SimpleSetPredicate.Operator) - Method in class com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate
-
Sets the value of the "booleanOperator" attribute.
- setOperator(String) - Method in class com.pervasive.datarush.schema.Rule
-
Set the rule operator.
- setOptimizationLevel(int) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- setOptions(Map<String, String>) - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Sets the options for the field
- setOrdering(SortKey...) - Method in class com.pervasive.datarush.operators.assertion.AssertSorted
-
Set the expected ordering of the input keys.
- setOrdering(String...) - Method in class com.pervasive.datarush.operators.assertion.AssertSorted
-
Set the expected ordering of the input keys.
- setOrigTextSize(int) - Method in class com.pervasive.datarush.analytics.text.NGramMap
-
Set the total number of elements in the original text.
- setOutput(String) - Method in class com.pervasive.datarush.matching.Classifier
-
Set the output field name.
- setOutput(String) - Method in class com.pervasive.datarush.matching.Comparison
-
Set the output field name value.
- setOutputDataDistribution(MetadataCalculationContext, DataDistribution) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Sets the data partitioning associated with the given record port.
- setOutputDataOrdering(MetadataCalculationContext, DataOrdering) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Sets the data ordering associated with this output port.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Set the name of the output field that will contain the ranking
order for each record.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.ConvertTextCase
-
Set the converted output field.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
Set the output field for the counts.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.DictionaryFilter
-
Set the name of the filtered output field.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
Set the string output field.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Set the filtered output field
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.GenerateBagOfWords
-
Set the field that will contain the bag of words.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Set the output field that will contain the filtered frequency map.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
Set the stemmed output field.
- setOutputField(String) - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Set the tokenized output field.
- setOutputMapping(UnionAll.UnionMode) - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Set how the output type should be determined.
- setOutputMetadata(LogicalPort, PortMetadata) - Method in interface com.pervasive.datarush.operators.MetadataCalculationContext
-
Sets the metadata associated with the given output port
- setOutputMetadataDynamic(LogicalPort, boolean) - Method in interface com.pervasive.datarush.operators.IterativeMetadataContext
-
Indicates that the metadata for the given output port is dynamic.
- setOutputMetadataDynamic(AbstractModelPort<?>, boolean) - Method in interface com.pervasive.datarush.operators.MetadataCalculationContext
-
Indicates that the metadata for the given output port is dynamic.
- setOutputParallelizable(LogicalPort, boolean) - Method in interface com.pervasive.datarush.operators.IterativeMetadataContext
-
Sets whether the given output port is parallel.
- setOutputPath(String) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Sets the path of the .png output file (null
means no output file will be generated).
- setOutputPath(String) - Method in class com.pervasive.datarush.hbase.DeleteHBase
-
Set the output path.
- setOutputPath(String) - Method in class com.pervasive.datarush.hbase.WriteHBase
-
Set the output path.
- setOutputType(RecordTokenType) - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Configure the output token type.
- setOutputType(RecordTokenType) - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Set the record type of the output port of this operator.
- setOutputType(RecordTokenType) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- setOutputType(RecordTokenType) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the output type.
- setOutputType(RecordTokenType) - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Sets the output type.
- setOutputType(RecordTokenType) - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
Sets the data type of the generated values
- setOutputType(RecordTokenType) - Method in class com.pervasive.datarush.ports.record.ExternalRecordSource
-
Sets the output record type of this sink
- setPairCounts(Map<InputTargetPair, Long>) - Method in class com.pervasive.datarush.analytics.naivebayes.DiscreteInputMappingModel
-
Sets the map of pair counts.
- setParallelismDisabled(boolean) - Method in class com.pervasive.datarush.operators.OperatorProxies.OperatorProxy
-
Public only as a matter of implementation; not intended for external use
- setParallelizable(boolean) - Method in interface com.pervasive.datarush.operators.StreamingMetadataContext
-
- setParameterQuery(String) - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
Set the database query used to gather parameters from the source database.
- setParameters(Object[][]) - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
- setParseErrorAction(ParseErrorAction) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets how to handle all parsing errors.
- setParseErrorAction(ParseErrorAction) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Sets how to handle all parsing errors.
- setParseOptions(ParsingOptions) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets the parsing options used by the reader.
- setParseOptions(ParsingOptions) - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Sets the parsing options used by the reader.
- setPartitionBy(List<String>) - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Set the fields used for partitioning the input data.
- setPartitionBy(String...) - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Set the fields used for partitioning the input data.
- setPartitionCount(int) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceResponse.Builder
-
- setPartitioning(DataDistribution) - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
Sets the data distribution of the output.
- setPassword(String) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Sets the password for connecting to the database.
- setPassword(String) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Sets the password for connecting to the database.
- setPassword(String) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the user's password.
- setPassword(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set user's password.
- setPassword(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the user's password.
- setPassword(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the user's password.
- setPathToRScript(String) - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Set the path to the Rscript binary within the local R installation.
- setPattern(String) - Method in class com.pervasive.datarush.encoding.text.DateTimeFormatting
-
Specifies the format pattern to use when parsing or formatting date/time values.
- setPatternFlags(int) - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
- setPercent(double) - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
Set the percentage of input data wanted.
- setPercentageNumberAttribute(Element, String, Double) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value if the value is non null.
- setPessimisticSplitting(boolean) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Configures whether pessimistic file splitting
must be used.
- setPessimisticSplitting(boolean) - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Configures whether pessimistic file splitting
must be used.
- setPhases(List<Phase>) - Method in class com.pervasive.datarush.matching.DiscoverDuplicates
-
- setPhases(List<Phase>) - Method in class com.pervasive.datarush.matching.DiscoverLinks
-
- setPivotColumnPattern(String) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Sets the naming pattern used for new pivot columns.
- setPivotKey(String) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Set the name of the field used as the pivot key.
- setPivotKeyValues(List<String>) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Set the list of distinct pivot key values.
- setPivotKeyValues(String...) - Method in class com.pervasive.datarush.operators.record.RowsToColumns
-
Set the list of distinct pivot key values.
- setPivotYear(int) - Method in class com.pervasive.datarush.encoding.text.DateTimeFormatting
-
Specifies the midpoint of the 100-year period for two-digit
dates.
- setPMMLModelSpec(MetadataCalculationContext, PMMLModelSpec) - Method in class com.pervasive.datarush.analytics.pmml.PMMLPort
-
Setter to be used to set the PMMLModelSpec for PMML ports.
- setPort(int) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- setPort(int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the Matrix leader node port number.
- setPort(int) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Sets the port to bind to.
- setPosition(int) - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
- setPosition(long) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- setPredicate(Predicate) - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Sets the predicate element associate with this node.
- setPredicate(ScalarValuedFunction) - Method in class com.pervasive.datarush.operators.assertion.AssertPredicate
-
Set the predicate function to assert.
- setPredicate(String) - Method in class com.pervasive.datarush.operators.assertion.AssertPredicate
-
Sets the predicate(s) to use for assertion based on an expression similar to a where clause of a SQL query.
- setPredicate(ScalarValuedFunction) - Method in class com.pervasive.datarush.operators.select.FilterRows
-
Sets the predicate for the filter operation.
- setPredicate(String) - Method in class com.pervasive.datarush.operators.select.FilterRows
-
Sets the predicate(s) to use for filtering based on an expression similar to a where clause of a SQL query.
- setPredictedFieldSuffix(String) - Method in class com.pervasive.datarush.analytics.regression.RegressionPredictor
-
Set the suffix to be added to the target field name.
- setPreserveSortOrder(boolean) - Method in class com.pervasive.datarush.operators.partition.PartitionHint
-
Sets whether data order will be preserved ( provided that the data order is known ).
- setPrevious(String) - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Sets a string representation of the previous row's keys at the point in
the input flow where incorrect row ordering was discovered.
- setPreviousTValue(TokenValued) - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Internal use only: set the previous token value where the sort
order discrepancy occurred.
- setProbabilityPrefix(String) - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Sets the field name prefix to use for probabilities.
- setProbNumberAttribute(Element, String, Double) - Static method in class com.pervasive.datarush.analytics.pmml.PMML
-
Sets the given attribute to the given value if the value is non null.
- setProperties(Map<String, Object>) - Method in class com.pervasive.datarush.matching.Classifier
-
Set the classifier type specific properties.
- setProperties(Map<String, Object>) - Method in class com.pervasive.datarush.matching.Comparison
-
Set the operator specific properties.
- setProperties(Map<String, Object>) - Method in class com.pervasive.datarush.matching.Filter
-
Set the implementation specific properties of the filter.
- setProperties(Map<String, Object>) - Method in class com.pervasive.datarush.matching.Index
-
Set the index implementation specific properties.
- setProperty(GraphPath, Object) - Method in interface com.pervasive.datarush.graphs.PropertyValued
-
Sets a property of the given path.
- setProperty(String, Object) - Method in interface com.pervasive.datarush.graphs.PropertyValued
-
Sets a property of the given path.
- setProperty(String, Object) - Method in class com.pervasive.datarush.matching.Classifier
-
Set a type specific property.
- setProperty(String, Object) - Method in class com.pervasive.datarush.matching.Filter
-
Set an implementation specific property on a filter.
- setQualifierFieldMap(LinkedHashMap<String, String>) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
- setQualityMeasure(QualityMeasure) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Sets the measure of quality to be used when determining the best split.
- setQuantiles(List<Quantile<T>>) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the quantiles of this field.
- setQuantilesToCalculate(List<BigDecimal>) - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Sets the
quantiles
to calculate for each numeric field.
- setR_squared(Double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Sets the "r-squared" attribute for the model.
- setRangeCount(int) - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Sets the number of
intervalCounts
to
calculate for each numeric field.
- setRankBy(SortKey...) - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Set the list of fields to use for ranking.
- setRankBy(String...) - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Set the list of fields to use for ranking.
- setRankBy(List<SortKey>) - Method in class com.pervasive.datarush.analytics.stats.Rank
-
Set the list of fields to use for ranking.
- setReadBuffer(int) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets the size of the I/O buffer, in bytes,
to use for reads.
- setReadBuffer(int) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Sets the size of the I/O buffer, in bytes,
to use for reads.
- setReadOnClient(boolean) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets whether reads are performed by the client or
in the cluster.
- setReadOnClient(boolean) - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Sets whether reads are performed by the client or
in the cluster.
- setRecordCount(double) - Method in class com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
-
Sets the value of the "recordCount" attribute.
- setRecordCount(Double) - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Sets the value of the "recordCount" attribute.
- setRecordCountPrefix(String) - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Sets the field name prefix to use for record counts.
- setRecordname(String) - Method in class com.pervasive.datarush.schema.Rule
-
Set the record name this rule matches.
- setRecordNumber(int) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- setRecordSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the value to use as a record separator.
- setRecordSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.ReadFixedText
-
Set the string that represents the separator between records in the
input file.
- setRecordSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.RecordSeparatorSettings
-
- setRecordSeparator(String) - Method in interface com.pervasive.datarush.operators.io.textfile.RecordSeparatorSpecifier
-
Set the value to use as a record separator when reading or writing text
files.
- setRecordSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Set the record separator.
- setRecordSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the value to use as a record separator.
- setRecordSeparator(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteFixedText
-
Set the record separator.
- setRecordWarningThreshold(int) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Configures the maximum number of records which can have
parse warnings before failing.
- setRecordWarningThreshold(int) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Configures the maximum number of records which can have
parse warnings before failing.
- setRef(int, byte[]) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
Sets the token at the specified position to the given byte array reference.
- setRef(int, byte[]) - Method in interface com.pervasive.datarush.sequences.scalar.MutableBinaryTokenSequence
-
Sets the token at the specified position to the given byte array reference.
- setRef(int, byte[]) - Method in class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
- setRef(byte[]) - Method in class com.pervasive.datarush.tokens.scalar.BinaryRegister
-
- setRef(byte[]) - Method in interface com.pervasive.datarush.tokens.scalar.BinarySettable
-
Sets the container to the given byte array reference.
- setReferenceValues(Map<String, String>) - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Set reference values for the independent categorical variables.
- setRegisterSliceRequest(BulkLoaderProtocol.RegisterSliceRequest) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- setRegisterSliceRequest(BulkLoaderProtocol.RegisterSliceRequest.Builder) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- setRegisterSliceResponse(BulkLoaderProtocol.RegisterSliceResponse) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- setRegisterSliceResponse(BulkLoaderProtocol.RegisterSliceResponse.Builder) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- setRejectsPath(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the rejects path.
- setRelationName(String) - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Set the relation name attribute.
- setRelative(boolean) - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Set whether absolute or relative frequencies will be expanded.
- setRenameMapping(Map<String, String>) - Method in class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC
-
Sets a rename mapping.
- setRenameMapping(Map<String, String>) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the source to target field name mapping.
- setRenameMapping(Map<String, String>) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set a rename mapping.
- setRenameMapping(Map<String, String>) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set a rename mapping.
- setRenameMapping(Map<String, String>) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set a rename mapping.
- setReplacement(String) - Method in class com.pervasive.datarush.io.CharsetEncoding
-
Sets the error policy to be replacement with the specified string.
- setReplacement(String) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextReader
-
Sets the error policy to be replacement with the specified string.
- setReplacement(String) - Method in class com.pervasive.datarush.operators.io.textfile.AbstractTextWriter
-
Sets the error policy to be replacement with the specified string.
- setReplacementValue(String) - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
Set the replacement value.
- setReplaceSpecifications(List<ReplaceSpecification>) - Method in class com.pervasive.datarush.analytics.cleansing.ReplaceMissingValues
-
Sets the replacement specifications to apply to the input data.
- setRequiredDataDistribution(DataDistribution) - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Set the data distribution requirements for the input port of this operator.
- setRequiredDataDistribution(MetadataCalculationContext, DataDistribution) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Sets the required data distribution of this input port.
- setRequiredDataOrdering(MetadataCalculationContext, DataOrdering) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Sets the required data ordering of the given input.
- setRequiredMetadata(LogicalPort, PortMetadata) - Method in interface com.pervasive.datarush.operators.MetadataCalculationContext
-
Sets the required metadata for the given input.
- setResultMapping(Map<Integer, String>) - Method in class com.pervasive.datarush.operators.string.SplitField
-
Set the mapping of split indices to output field names.
- setResultSize(int) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Sets the number of results.
- setRetryCount(int) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setRetryCount(int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the number of times communication requests to the MPP database system are retried before
being considered an error.
- setRidge(double) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Sets the regularization constant, lambda.
- setRight(String) - Method in class com.pervasive.datarush.matching.Comparison
-
Set the input right field name value.
- setRightBlockingKeys(List<String>) - Method in class com.pervasive.datarush.matching.tune.AnalyzeLinkKeys
-
Sets the fields to use for key blocking for data on the right.
- setRightDataIdField(String) - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Sets the name of the field uniquely identifying records on the right hand side
of the pairs.
- setRightFieldPattern(String) - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Sets the output naming pattern for fields from the right hand input.
- setRightFieldPattern(String) - Method in class com.pervasive.datarush.matching.block.BlockSelf
-
Sets the output naming pattern for fields on the right hand side of
pairs.
- setRightFieldPattern(String) - Method in class com.pervasive.datarush.matching.block.GroupPairsSortedRows
-
Sets the output naming pattern for fields on the right hand side of
pairs.
- setRightFieldPattern(String) - Method in class com.pervasive.datarush.matching.cluster.ClusterLinks
-
Sets the naming pattern used for fields from the right hand side record.
- setRightFieldPattern(String) - Method in class com.pervasive.datarush.matching.Index
-
Set the right field pattern value.
- setRightFieldsPattern(String) - Method in class com.pervasive.datarush.matching.block.BlockCartesian
-
Sets the output naming pattern for fields from the right hand input.
- setRightKeys(String[]) - Method in class com.pervasive.datarush.matching.block.BlockRecords
-
Sets the fields used as keys for data on the right hand side.
- setRightSource(TokenValued) - Method in interface com.pervasive.datarush.tokens.TokenComparator
-
Binds the right-hand value of the comparator to the specified
object.
- setRightSources(ScalarValued[]) - Method in interface com.pervasive.datarush.tokens.record.RecordTokenComparator
-
Binds the right-hand values of the comparator to the specified
objects.
- setRollback(boolean) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Enable or disable rollback processing.
- setRollback(boolean) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Enable or disable rollback processing.
- setRollback(boolean) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Enable or disable rollback processing.
- setRootDirectory(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set HBase root directory.
- setRootMeanSquaredError(Double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
- setRootNode(TreeNode) - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Sets the root node element of the model
- setRowCount(long) - Method in class com.pervasive.datarush.operators.assertion.AssertRowCount
-
Sets the expected number of rows
- setRowCount(long) - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Sets the number of rows to output.
- setRowCount(long) - Method in class com.pervasive.datarush.operators.source.GenerateConstant
-
Sets the number of values to generate
- setRowCount(long) - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
Sets the number of values to generate
- setRowCount(long) - Method in class com.pervasive.datarush.operators.source.GenerateRepeatingCycle
-
Sets the number of values to generate
- setRowFieldMap(LinkedHashMap<String, String>) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
- setRowIndexStride(int) - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
Set the distance between entries in the row index.
- setRowNumber(long) - Method in exception com.pervasive.datarush.operators.join.DataNotSortedException
-
Sets the row number where the exception occurred, or -1 if not available.
- setSampleSize(long) - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
Set the wanted sample size in rows.
- setSaveMetadata(boolean) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
If set to true, the writer will attempt to save the metadata with the data
if the implementation supports it.
- setSchema(Schema) - Method in class com.pervasive.datarush.operators.io.avro.WriteAvro
-
Sets the schema to use to encode the output.
- setSchema(String) - Method in class com.pervasive.datarush.operators.io.avro.WriteAvro
-
Sets the schema to use to encode the output with the
JSON-serialized schema in the specified file.
- setSchema(RecordTextSchema<?>) - Method in class com.pervasive.datarush.operators.io.textfile.GenericLogFormat
-
Sets the record schema of the source.
- setSchema(RecordTextSchema<?>) - Method in class com.pervasive.datarush.operators.io.textfile.ParseTextFields
-
Sets the record schema to use for parsing.
- setSchema(RecordTextSchema<?>) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the record schema expected in the delimited text source.
- setSchema(FixedWidthTextRecord) - Method in class com.pervasive.datarush.operators.io.textfile.ReadFixedText
-
Set the schema of the input data to read.
- setSchema(TextRecord) - Method in class com.pervasive.datarush.operators.io.textfile.WriteARFF
-
Set the schema to use for the provided data.
- setSchema(RecordTextSchema<?>) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the record schema for the delimited text source.
- setSchema(FixedWidthTextRecord) - Method in class com.pervasive.datarush.operators.io.textfile.WriteFixedText
-
Set the schema to use for formatting output records.
- setSchema(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the schema for the target table.
- setSchema(RecordTextSchema<?>) - Method in class com.pervasive.datarush.operators.join.UnionAll
-
Sets the optional target output schema.
- setSchemaDiscovery(TextRecordDiscoverer) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets the schema discoverer to use against the delimited text source.
- setSchemaDiscovery(List<TypePattern>) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Enables schema discovery using the default discoverer
extended with additional typing patterns.
- setSchemaDiscovery(TextRecordDiscoverer) - Method in class com.pervasive.datarush.operators.io.textfile.WriteDelimitedText
-
Sets the schema discoverer to use for the delimited text.
- setScorable(boolean) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel
-
Whether a consumer can use the model to make predictions
(set to false to indicate the model is for information purposes only.)
- setScore(String) - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Sets the value of the "score" attribute.
- setScoreDistributions(List<ScoreDistribution>) - Method in class com.pervasive.datarush.analytics.decisiontree.TreeNode
-
Sets the list of ScoreDistribution
elements associated with this node.
- setScoreFields(List<String>) - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
Set the names of the input fields to normalize.
- setScoreFields(String...) - Method in class com.pervasive.datarush.analytics.stats.NormalizeValues
-
Set the names of the input fields to normalize.
- setScriptSnippet(String) - Method in class com.pervasive.datarush.analytics.r.RunRScript
-
Set the R script to execute.
- setSeed(long) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Sets the seed for the random numbers used by the algorithm.
- setSeed(long) - Method in class com.pervasive.datarush.operators.partition.Randomize
-
Set the random seed used.
- setSeed(Long) - Method in class com.pervasive.datarush.operators.select.SampleRandomRows
-
Set the random number generator seed value.
- setSeed(long) - Method in class com.pervasive.datarush.operators.source.GenerateRandom
-
Sets the seed for the random number generator.
- setSelectedFeatures(List<String>) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Specifies the fields to use when determining the nearest
neighbors.
- setSelectedFeatures(String...) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Specifies the fields to use when determining the nearest
neighbors.
- setSelectedFields(String...) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets the list of record fields to read.
- setSelectedFields(List<String>) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets the list of record fields to read.
- setSelectedFields(List<String>) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Sets the list of record fields to parse.
- setSelectedFields(String...) - Method in class com.pervasive.datarush.operators.io.ParsingOptions
-
Sets the list of record fields to parse.
- setSelectionSchema(RecordTextSchema<?>) - Method in class com.pervasive.datarush.operators.record.SelectFields
-
Sets the schema with the names of the fields
that will be kept.
- setSelectStatement(String) - Method in class com.pervasive.datarush.operators.io.jdbc.ReadFromJDBC
-
- setShowTopHowMany(int) - Method in class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
- setSilent(boolean) - Static method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Our default SVM library will send regular status reports to System.out.
- setSingularityThreshold(Double) - Method in class com.pervasive.datarush.analytics.regression.LinearRegressionLearner
-
Set singularityThreshold value against which a matrix is
considered singular or non singular.
- setSkip(long) - Method in class com.pervasive.datarush.operators.select.LimitRows
-
Sets the number of input records to skip
before outputting records.
- setSliceId(int) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- setSliceIdentifiers(List<SliceIdentifier>) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setSliceInfo(String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
Takes a comma separated list of Matrix slice specs in the form : describing the
worker node connection points on the Matrix side.
- setSortBuffer(String) - Method in class com.pervasive.datarush.operators.sort.Sort
-
Sets an approximate cap on the amount of memory used by the sort.
- setSortBufferSize(long) - Method in class com.pervasive.datarush.operators.sort.Sort
-
Sets the size of the memory usage target, in bytes, for a sort.
- setSortByCount(boolean) - Method in class com.pervasive.datarush.analytics.stats.DistinctValues
-
Sets whether to sort by value count.
- setSortKeys(SortKey[]) - Method in class com.pervasive.datarush.operators.group.RemoveDuplicates
-
Sets the additional keys by which to sort the data to determine
which row to output in the event of a duplicate.
- setSortKeys(String...) - Method in class com.pervasive.datarush.operators.group.RemoveDuplicates
-
Sets the additional keys by which to sort the data to determine
which row to output in the event of a duplicate.
- setSortKeys(List<SortKey>) - Method in class com.pervasive.datarush.operators.sort.Sort
-
Sets the list of sort keys by which we are to sort.
- setSortKeys(SortKey...) - Method in class com.pervasive.datarush.operators.sort.Sort
-
Sets the list of sort keys by which we are to sort.
- setSortKeys(String...) - Method in class com.pervasive.datarush.operators.sort.Sort
-
Sets the list of sort keys by which we are to sort.
- setSource(TokenValued) - Method in class com.pervasive.datarush.encoding.binary.AbstractTokenEncoder
-
- setSource(TokenValued) - Method in interface com.pervasive.datarush.encoding.TokenEncoder
-
Sets the container holding values to be encoded.
- setSource(ScalarValued) - Method in interface com.pervasive.datarush.encoding.TokenFormatter
-
Sets the container holding values to be formatted.
- setSource(String) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets the data source to all paths matching the
specified pattern.
- setSource(Path) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets the data source to the specified path.
- setSource(ByteSource) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets the data source to the specified source.
- setSource(ByteSource) - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Sets the data source for the reader.
- setSource(TokenValued) - Method in interface com.pervasive.datarush.tokens.TokenConverter
-
Sets the source value for this converter.
- setSplitCharacteristic(PMMLTreeModel.SplitCharacteristic) - Method in class com.pervasive.datarush.analytics.decisiontree.PMMLTreeModel
-
Sets the "splitCharacteristic" attribute for the model.
- setSplitField(String) - Method in class com.pervasive.datarush.operators.string.SplitField
-
Set the string field to be split.
- setSplitOptions(SplitOptions) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets the configuration used in determining how
to break the source into splits.
- setSplitOptions(SplitOptions) - Method in class com.pervasive.datarush.operators.io.ReadSource
-
Sets the split options used by the reader.
- setSplitPattern(String) - Method in class com.pervasive.datarush.operators.string.SplitField
-
Set the splitting pattern.
- setSqlWarningLimit(int) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Set the maximum number of warnings regarding SQL errors that an operator can emit.
- setSshPassword(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the password for SSH user id
- setSshUser(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the OS User Id used for authenticating SSH connection to Master Node of Vector on Hadoop
- setStagingBlockSize(int) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Configures the
blockSize
that is used when staging
the original dataset prior to redistributing the data for training.
- setStagingForced(LogicalPort, boolean) - Method in interface com.pervasive.datarush.operators.MetadataCalculationContext
-
Can be used to force staging (writing to disk) of input data.
- setStartPort(String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
Sets the start of the IP port range to be used for the slice registration server socket.
- setStartPortRange(int) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setStartPortRange(int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the start of the IP port range to use for network connections to and from the
Matrix database.
- setStartTime(Date) - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Set time range filter start time
- setStartValue(BigDecimal) - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Sets the value of the first token in the sequence.
- setStatusField(String) - Method in class com.pervasive.datarush.operators.io.jdbc.DeleteFromJDBC
-
Set the name of the field that will contain the update status.
- setStatusField(String) - Method in class com.pervasive.datarush.operators.io.jdbc.UpdateInJDBC
-
Set the name of the field that will contain the update status.
- setStddev(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the standard deviation of values for this field.
- setStderrFileName(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the pathname of the file that will capture the standard error
output of the script execution environment.
- setStdoutFileName(String) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the pathname of the file that will capture the standard output
of the script execution environment.
- setStemmerType(StemmerType) - Method in class com.pervasive.datarush.analytics.text.TextStemmer
-
Set the stemmer the operator should use.
- setStepSize(BigDecimal) - Method in class com.pervasive.datarush.operators.source.GenerateArithmeticSequence
-
Sets the difference between consecutive tokens in the generated sequence.
- setStorage(RecordRegisterStorage) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- setString(int, String) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setString(int, String) - Method in interface com.pervasive.datarush.sequences.scalar.MutableStringTokenSequence
-
Sets the token at the specified position to the given value.
- setString(int, String) - Method in class com.pervasive.datarush.sequences.scalar.SparseStringTokenList
-
- setString(int, String) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
Sets the token at the specified position to the given string value.
- setStringHandling(TextTypes.StringConversion) - Method in class com.pervasive.datarush.schema.StructuredSchemaReader
-
Configures the string conversion properties of the reader.
- setStringHandling(TextTypes.StringConversion) - Method in class com.pervasive.datarush.schema.TextConversionDefaults
-
Sets the behavior for processing string-valued types.
- setStringTruncationError(boolean) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set whether errors on string truncation is enabled or disabled.
- setStripeSize(long) - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
Set the stripe size for the file.
- setSum(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the summation of values for this field.
- setSumSquaredError(Double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
- setSumSquaredRegression(Double) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
- setSupport(long) - Method in class com.pervasive.datarush.analytics.arm.ItemSet
-
Set the support value.
- setSupportVectorIDs(List<String>) - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Sets the list of support vector ids.
- setSupportVectorMachines(List<SupportVectorMachine>) - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Sets the SupportVectorMachine
elements of the model.
- setSvmCacheSizeMB(double) - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Sets the cache size.
- setSvmRepresentation(PMMLSupportVectorMachineModel.SvmRepresentation) - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Sets the svmRepresentation
attribute for the model.
- setSystemSliceId(int) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest.Builder
-
- setTable(String) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setTable(String) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the name of the table to load.
- setTable(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set the name of the table to load.
- setTable(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the name of the table to load.
- setTableInfo(TableInfo) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSinkInitializeWorker
-
- setTableName(String) - Method in class com.pervasive.datarush.hbase.HBasePartitioningFunction
-
- setTableName(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set HBase table name.
- setTableName(String) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Sets the name of the database table to access.
- setTableName(String) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Sets the name of the database table to access.
- setTableName(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the name of the table to load.
- setTableSchema(String) - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
Takes a comma separated list of column specs in the form
:::
describing the target schema on the Matrix side.
- setTarget(String) - Method in class com.pervasive.datarush.analytics.arm.ConvertARMModel
-
Set the path for the target file of the conversion.
- setTarget(TokenSettable) - Method in class com.pervasive.datarush.encoding.binary.AbstractTokenDecoder
-
- setTarget(TokenSettable) - Method in interface com.pervasive.datarush.encoding.TokenDecoder
-
Designates the current target for decoding operations.
- setTarget(ScalarSettable) - Method in interface com.pervasive.datarush.encoding.TokenParser
-
Sets the buffer for holding parsed values.
- setTarget(String) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Sets the data sink for the writer.
- setTarget(Path) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Sets the data sink for the writer.
- setTarget(ByteSink) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Sets the data sink for the writer.
- setTarget(ByteSink) - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Sets the target sink for the reader.
- setTargetCategory(String) - Method in class com.pervasive.datarush.analytics.regression.AbstractPMMLRegressionModel.RegressionTable
-
- setTargetCategory(String) - Method in class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Sets the value of the targetCategory
attribute.
- setTargetColumn(String) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
Sets the name of the column to predict.
- setTargetColumn(String) - Method in class com.pervasive.datarush.analytics.naivebayes.learner.NaiveBayesLearner
-
Sets the column to be predicted.
- setTargetColumn(String) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
- setTargetColumns(List<String>) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setTargetCounts(Map<String, Long>) - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
Sets the map of target counts for the PMML.
- setTargetFeature(String) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Specifies the field in the example data which contains
classification data.
- setTargetField(String) - Method in class com.pervasive.datarush.analytics.pmml.PredictiveModelQuality
-
Sets the "targetField" attribute for the model.
- setTargetFieldNames(List<String>) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Sets the actual target field names for all input ports (null entries
for disconnected ports).
- setTargetPathName(String) - Method in class com.pervasive.datarush.analytics.pmml.WritePMML
-
Sets the path to write to
- setTargetRegister(ScalarSettable) - Method in class com.pervasive.datarush.encoding.text.DefaultFloatParser
-
- setTargetSize(int) - Method in class com.pervasive.datarush.io.SplitOptions
-
Sets the size to use, in bytes, for generating
file splits.
- setTargetStatistics(Map<String, TargetStatistics>) - Method in class com.pervasive.datarush.analytics.naivebayes.ContinuousInputMappingModel
-
Sets the map of target statistics.
- setTargetValue(String) - Method in class com.pervasive.datarush.analytics.viz.DrawDiagnosticsChart
-
Sets the target value ("true class")
- setTcpNoDelay(boolean) - Method in interface com.pervasive.datarush.net.SocketBuilder
-
- setTestFailureCount(String, long) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets the test failure count for the given test name.
- setTestFailureCounts(Map<String, Long>) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets a mapping of test failures counts.
- setTests(List<DataQualityAnalyzer.QualityTest>) - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer
-
Sets the set of tests to apply to the input dataset
- setTests(String) - Method in class com.pervasive.datarush.analytics.stats.DataQualityAnalyzer
-
Sets the set of tests to apply to the input dataset.
- setText(String) - Method in class com.pervasive.datarush.analytics.text.RegexWordBreakIterator
-
- setText(CharacterIterator) - Method in class com.pervasive.datarush.analytics.text.RegexWordBreakIterator
-
- setTextFilters(List<TextFilter>) - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Set the filters that will be used.
- setTextFilters(TextFilter...) - Method in class com.pervasive.datarush.analytics.text.FilterText
-
Set the filters that will be used.
- setTextOutputField(String) - Method in class com.pervasive.datarush.analytics.text.ExpandTextFrequency
-
Set the output field to expand the text list into.
- setThreshold(double) - Method in class com.pervasive.datarush.analytics.naivebayes.PMMLNaiveBayesModel
-
Sets the "threshold" attribute for the model.
- setTime(String) - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
Sets the current value to the specified time-of-day,
with the date being today's date.
- setTimeDayMillis(int, int) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setTimeFieldName(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set version timestamp field name.
- setTimeOfDay(int, TimeOfDay) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
Sets the token at the specified position to the specified
time of day.
- setTimeoutInterval(int) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setTimeoutInterval(int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the timeout interval (in seconds) for communication requests the target MPP database system.
- setTimestamp(int, long, int, int) - Method in class com.pervasive.datarush.operators.group.WriteableStorage
-
Sets the value of the internal element at the given offset.
- setTimestamp(int, Timestamp) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
Sets the token at the specified position to a timestamp value specified as a
java.sql.Timestamp
object, relative to the default time zone.
- setTimestamp(int, Timestamp, TimeZone) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
Sets the token at the specified position to a timestamp value specified as a
java.sql.Timestamp
object, relative to the given time zone.
- setTmpDirectory(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the temporary directory that is to be used for storing the intermediate loader files.
- setTokenType(TextElementType) - Method in class com.pervasive.datarush.analytics.text.CountTokens
-
Set the type of token to count.
- setTokenType(TextElementType) - Method in class com.pervasive.datarush.analytics.text.ExpandTextTokens
-
Set the type of text token to expand.
- setTolerance(double) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionLearner
-
Sets the strictness of the convergence criterion, as a fraction of the total length of the coefficient vector.
- setTotalFrequency(long) - Method in class com.pervasive.datarush.analytics.stats.UnivariateStats
-
Sets the value of the "totalFreq" attribute of the Counts
sub-element.
- setTotalNumber(int) - Method in class com.pervasive.datarush.analytics.text.TextFrequencyFilter
-
Set the total number of top frequencies to keep.
- setTotalSquaresSum(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
Sets the sum of the squares of the values of the field.
- setTotalValuesSum(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics
-
Sets the sum of the values of the field
- setTraceLevel(DecisionTreeTraceLevel) - Method in class com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeLearner
-
For debugging tree construction.
- setTraceLevel(int) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setTraceLevel(int) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the trace level used by the query UDF function invoked to load the data in the
target database.
- setTrainingBuffer(long) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Specifies the amount of memory, in bytes, to use for
buffering the example data.
- setTrainingBuffer(String) - Method in class com.pervasive.datarush.analytics.knn.KNNClassifier
-
Specifies the amount of memory to use for
buffering the example data.
- setTxnCount(long) - Method in class com.pervasive.datarush.analytics.arm.PMMLAssociationModel
-
Set the transaction count value.
- setTxnFieldName(String) - Method in class com.pervasive.datarush.analytics.arm.fpgrowth.FPGrowth
-
Set the transaction identifier field name property.
- setTxnFieldName(String) - Method in class com.pervasive.datarush.analytics.arm.FrequentItems
-
Set the transaction field name property.
- setType(SVMType) - Method in class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Sets the type of SVM model to build.
- setType(ClassifierType) - Method in class com.pervasive.datarush.matching.Classifier
-
Set the classifier type.
- setType(FilterType) - Method in class com.pervasive.datarush.matching.Filter
-
Set the filter type.
- setType(IndexType) - Method in class com.pervasive.datarush.matching.Index
-
Set the indexing type value.
- setType(BulkLoaderProtocol.MessageType) - Method in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.LoaderMessage.Builder
-
- setType(MetadataCalculationContext, RecordTokenType) - Method in class com.pervasive.datarush.ports.record.RecordPort
-
Sets the type associated with this port.
- setType(String) - Method in class com.pervasive.datarush.schema.SchemaBuilder.SchemaField
-
Sets the type of the field
- setType(ScalarTokenType) - Method in class com.pervasive.datarush.util.ColumnSelector
-
Sets the type of columns to include.
- setUpdateFields(String[]) - Method in class com.pervasive.datarush.operators.io.jdbc.UpdateInJDBC
-
Set the names of the fields that will be updated.
- setUrl(String) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Sets the URL for connecting to the database, for example: jdbc:odbc:SampleTest
.
- setUrl(String) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Sets the URL for connecting to the database, for example: jdbc:odbc:SampleTest
.
- setUseHashJoinHint(boolean) - Method in class com.pervasive.datarush.operators.join.AbstractRelationalJoin
-
Sets whether to perform the join as a hash join.
- setUseMetadata(boolean) - Method in class com.pervasive.datarush.operators.io.AbstractReader
-
Sets whether discovered metadata should be
used to override the graph settings.
- setUser(String) - Method in class com.pervasive.datarush.jdbc.JDBCConnector
-
Sets the user name for connecting to the database.
- setUser(String) - Method in class com.pervasive.datarush.operators.io.jdbc.JDBCOperator
-
Sets the user name for connecting to the database.
- setUser(String) - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
Set the user name.
- setUser(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set the user account name.
- setUser(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorOnHadoop
-
Set the user name.
- setUser(String) - Method in class com.pervasive.datarush.operators.io.vectorwise.LoadVectorwise
-
Set the user name.
- setValidateRecordSeparator(boolean) - Method in class com.pervasive.datarush.operators.io.textfile.ReadDelimitedText
-
Sets whether the configured record separator should be validated.
- setValue(boolean) - Method in class com.pervasive.datarush.analytics.decisiontree.ConstantPredicate
-
Sets the value of the constant
- setValue(String) - Method in class com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
-
Sets the value of the "value" attribute.
- setValue(String) - Method in class com.pervasive.datarush.analytics.decisiontree.SimplePredicate
-
Sets the value of the "value" attribute.
- setValue(int, TokenValued) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Sets the token at the specified position to the given value.
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- setValue(int, TokenValued) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- setValueCounts(Map<String, Long>) - Method in class com.pervasive.datarush.analytics.stats.DiscreteStatistics
-
Sets a mapping of discrete value counts.
- setValueCounts(String, long) - Method in class com.pervasive.datarush.analytics.stats.DiscreteStatistics
-
Sets the number of occurrences of the given value
- setValueMap(Map<String, List<String>>) - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
Sets the name of the output field and the list of input fields which will be transposed in the output.
- setValueOrder(List<String>) - Method in class com.pervasive.datarush.operators.record.ColumnsToRows
-
Indicates the order of the fields defined in the valueMap to appear in the output.
- setValues(List<String>) - Method in class com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate
-
Sets the values of the set to test against.
- setValues(int, TokenSequence, int, int) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Sets the tokens in the specified subsequence of the array
to the corresponding values from a subsequence of the given source
sequence.
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- setValues(int, CharSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
Sets the tokens in the specified subsequence of the array
to the corresponding values from a subsequence of the given source
CharSequence
.
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- setValues(int, TokenSequence, int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- setVariables(Map<String, Object>) - Method in class com.pervasive.datarush.operators.scripting.RunJavaScript
-
- setVariables(Map<String, Object>) - Method in class com.pervasive.datarush.operators.scripting.RunScript
-
Set the collection of variables to be incorporated into the script
environment before executing any of the given script source.
- setVariance(T) - Method in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
Sets the variance of values for this field.
- setVectorDictionary(VectorDictionary) - Method in class com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel
-
Sets the VectorDictionary
element of the model.
- setVectorFields(List<String>) - Method in class com.pervasive.datarush.analytics.svm.VectorDictionary
-
Sets the fields that correspond to vectors in this dictionary.
- setVectorsByID(Map<String, DoubleTokenSequence>) - Method in class com.pervasive.datarush.analytics.svm.VectorDictionary
-
Sets the mapping from vector id to vector.
- setVectorSize(int) - Method in class com.pervasive.datarush.operators.io.vectorwise.dl.LoadVectorOnHadoopDirect
-
Set the size of the buffer (in rows)
used to cache data before sending to
the Vector engine.
- setVersion(ORCVersion) - Method in class com.actian.dataflow.operators.io.orc.WriteORC
-
Sets the version of the file that will be written.
- setVersion(PMMLVersion) - Method in class com.pervasive.datarush.analytics.pmml.PMMLModel
-
Sets the PMML version used by this model
- setVersionCount(long) - Method in class com.pervasive.datarush.hbase.ReadHBase
-
Set cell version count
- setWarningThreshold(long) - Method in class com.pervasive.datarush.matching.block.LargeGroupDetector
-
Set the threshold for issuing a warning about group size.
- setWinnerField(String) - Method in class com.pervasive.datarush.analytics.decisiontree.predictor.DecisionTreePredictor
-
Sets the name of the winner field to output.
- setWinnerField(String) - Method in class com.pervasive.datarush.analytics.naivebayes.predictor.NaiveBayesPredictor
-
Sets the name of the winner field to output.
- setWinnerField(String) - Method in class com.pervasive.datarush.analytics.regression.LogisticRegressionPredictor
-
Sets the name of the winner field to output.
- setWinnerFieldName(String) - Method in class com.pervasive.datarush.analytics.cluster.ClusterPredictor
-
Sets the name of the winner field in the output.
- setWordFreqOutputField(String) - Method in class com.pervasive.datarush.analytics.text.CalculateWordFrequency
-
Set the field that will contain the word frequency map.
- setWordPatterns(List<String>) - Method in class com.pervasive.datarush.analytics.text.TextTokenizer
-
Set the list of custom word patterns that will be recognized.
- setWorkerDaemon(boolean) - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Sets whether worker threads are marked as daemon threads.
- setWorkerParallelism(int) - Method in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- setWriteBuffer(int) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Sets the size of the I/O buffer, in bytes,
to use for writes.
- setWriteBuffer(int) - Method in class com.pervasive.datarush.operators.io.FormattingOptions
-
Sets the size of the I/O buffer, in bytes,
to use for writes.
- setWriteOnClient(boolean) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Set whether the writer should write a file on the client.
- setWriteOnClient(boolean) - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Set whether the writer should write a file on the local client.
- setWriteSingleSink(boolean) - Method in class com.pervasive.datarush.operators.io.AbstractWriter
-
Set whether the writer should produce a single output
file or multiple ones.
- setWriteSingleSink(boolean) - Method in class com.pervasive.datarush.operators.io.WriteSink
-
Set whether the writer should produce a single output
file or multiple ones.
- setZero(int) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Sets the token at the specified position to be zero valued.
- setZero(int, int) - Method in interface com.pervasive.datarush.sequences.MutableTokenSequence
-
Sets the tokens in the specified subsequence to be zero valued.
- setZero(int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.BinaryTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.BooleanTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.DateTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.DoubleTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.FloatTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.IntTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.LongTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.NumericTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.ObjectTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.StringTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimestampTokenList
-
- setZero(int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- setZero(int, int) - Method in class com.pervasive.datarush.sequences.scalar.TimeTokenList
-
- setZero() - Method in class com.pervasive.datarush.tokens.record.MutableComposite
-
- setZero() - Method in class com.pervasive.datarush.tokens.record.RecordRegister
-
- setZero(int, int) - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- setZero(int, int) - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- setZero() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterSupport
-
- setZero() - Method in class com.pervasive.datarush.tokens.record.RecordSettableFilter
-
Sets the contained value to be zero valued.
- setZero() - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.BinaryRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.BooleanRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.CharRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.DateRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.DoubleRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.FloatRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.IntRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.LongRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.NumericRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.ObjectRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.StringRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.TimeRegister
-
- setZero() - Method in class com.pervasive.datarush.tokens.scalar.TimestampRegister
-
- setZero() - Method in interface com.pervasive.datarush.tokens.TokenSettable
-
Sets the contained value to be zero valued.
- setZookeeperParentZNode(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set Zookeeper parent znode.
- setZookeeperPort(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set Zookeeper client port.
- setZookeeperQuorum(String) - Method in class com.pervasive.datarush.hbase.KeyOperator
-
Set Zookeeper quorum.
- SFTPFileSystemProvider - Class in com.pervasive.datarush.io
-
Provides access to SFTP resources as a file system.
- SFTPFileSystemProvider() - Constructor for class com.pervasive.datarush.io.SFTPFileSystemProvider
-
Creates a new provider for the SFTP file system.
- SHORT_MAX - Static variable in class com.pervasive.datarush.util.BigNumberUtil
-
- SHORT_MIN - Static variable in class com.pervasive.datarush.util.BigNumberUtil
-
- SHORT_TYPE - Static variable in class com.pervasive.datarush.schema.ExternalDataType
-
Short data type
- shorthand(String, String) - Static method in class com.pervasive.datarush.matching.functions.Similarity
-
Builds a function testing shorthand equivalence
between the string values of the specified fields.
- shorthand(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.matching.functions.Similarity
-
Builds a function testing shorthand equivalence
between the specified string valued expressions.
- shortName() - Method in class com.pervasive.datarush.monitoring.CounterDefinition
-
Returns a shortened name that can be used in some ui display contexts.
- shortName(String) - Method in class com.pervasive.datarush.monitoring.CounterDefinition
-
Sets a shortened name that can be used in some ui display contexts.
- shortName() - Method in class com.pervasive.datarush.monitoring.GaugeDefinition
-
Returns a shortened name that can be used in some ui display contexts.
- shortName(String) - Method in class com.pervasive.datarush.monitoring.GaugeDefinition
-
Sets a shortened name that can be used in some ui display contexts.
- shutdown() - Method in class com.actian.dataflow.cal.yarn.server.MasterServer
-
- shutdown() - Method in interface com.pervasive.datarush.modules.ModuleManager
-
- SigmoidKernelType - Class in com.pervasive.datarush.analytics.svm
-
Object representation of the SigmoidKernelType
PMML element.
- SigmoidKernelType() - Constructor for class com.pervasive.datarush.analytics.svm.SigmoidKernelType
-
Creates a new SigmoidKernelType
initialized to defaults.
- signalDone(ExecutionContext) - Method in class com.pervasive.datarush.ports.model.DoneSignalPort
-
Signals downstream operators that we are done
- signum(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the signum function of the expression: 0 if the expression is zero, 1 if it is greater than zero, or -1 if it is less than 0.
- signum(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the signum function of the expression: 0 if the expression is zero, 1 if it is greater than zero, or -1 if it is less than 0.
- Similarity - Class in com.pervasive.datarush.matching.functions
-
A collection of functions for computing similarity of strings.
- Similarity() - Constructor for class com.pervasive.datarush.matching.functions.Similarity
-
- similarityScale(double) - Method in class com.pervasive.datarush.analytics.cluster.ClusteringField.Builder
-
Returns a builder that builds
ClusteringField
instances with the provided similarity scale and
other parameters set to the previously provided
values.
- SimpleAggregationProvider - Class in com.pervasive.datarush.aggregations
-
- SimpleAggregationProvider() - Constructor for class com.pervasive.datarush.aggregations.SimpleAggregationProvider
-
- SimpleFunctionProvider - Class in com.pervasive.datarush.functions
-
- SimpleFunctionProvider() - Constructor for class com.pervasive.datarush.functions.SimpleFunctionProvider
-
- SimpleModelPort<T extends Serializable> - Class in com.pervasive.datarush.ports.model
-
A simple implementation for model ports.
- SimpleModelPort.Factory<T extends Serializable> - Class in com.pervasive.datarush.ports.model
-
Factory for creating SimpleModelPorts
- SimplePredicate - Class in com.pervasive.datarush.analytics.decisiontree
-
Corresponds to the PMML SimplePredicate
element.
- SimplePredicate() - Constructor for class com.pervasive.datarush.analytics.decisiontree.SimplePredicate
-
Create an empty SimplePredicate
- SimplePredicate.Operator - Enum in com.pervasive.datarush.analytics.decisiontree
-
Enumeration of allowed values for the "operator" attribute.
- SimpleRMI - Class in com.pervasive.datarush.util
-
For internal use only; public as a matter of implementation.
- SimpleRMI() - Constructor for class com.pervasive.datarush.util.SimpleRMI
-
- SimpleRMI.Registry - Class in com.pervasive.datarush.util
-
Registry of services.
- SimpleRMI.ServerListener - Interface in com.pervasive.datarush.util
-
Server-side implementations may implement this interface to receive notifications of server start and stop
- SimpleSetPredicate - Class in com.pervasive.datarush.analytics.decisiontree
-
Corresponds to the PMML SimpleSetPredicate
element.
- SimpleSetPredicate() - Constructor for class com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate
-
Creates an empty SimpleSetPredicate
.
- SimpleSetPredicate.Operator - Enum in com.pervasive.datarush.analytics.decisiontree
-
Enumeration of allowed values for the "booleanOperator" attribute.
- SimpleTypeResolutionProvider - Class in com.pervasive.datarush.json
-
- SimpleTypeResolutionProvider() - Constructor for class com.pervasive.datarush.json.SimpleTypeResolutionProvider
-
- sin(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the sine of the given field using radians.
- sin(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the sine of the given expression using radians.
- SingleSplitIterator - Class in com.pervasive.datarush.io
-
A split iterator containing a single split.
- SingleSplitIterator(DataSplit) - Constructor for class com.pervasive.datarush.io.SingleSplitIterator
-
Creates an iterator returning only the specified split
with no locality data.
- SingleSplitIterator(DataSplit, List<String>) - Constructor for class com.pervasive.datarush.io.SingleSplitIterator
-
Creates an iterator returning only the specified split
and locality data.
- sinh(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the hyperbolic sine of the given field using radians.
- sinh(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the hyperbolic sine of the given expression using radians.
- SinkOperator<T extends LogicalPort> - Interface in com.pervasive.datarush.operators
-
Mix-in interface to be implemented by some operators.
- size() - Method in class com.pervasive.datarush.analytics.arm.ItemSet
-
Return the size of this item set.
- size(long) - Method in class com.pervasive.datarush.analytics.cluster.Cluster.Builder
-
Returns a builder that builds
Cluster
instances with the provided cluster size and
other parameters set to the previously provided
values.
- size() - Method in class com.pervasive.datarush.analytics.util.DynamicEnum
-
Returns the number of values in the enumeration.
- size() - Method in class com.pervasive.datarush.io.BinaryBuilder
-
Gets the current size of the binary sequence
represented by the builder.
- size - Variable in class com.pervasive.datarush.io.BinaryReader
-
The size of the current token
- size() - Method in class com.pervasive.datarush.io.PortRange
-
Returns the number of elements in the range.
- size() - Method in class com.pervasive.datarush.monitoring.StatisticsMap
-
Returns the number of entries in the map
- size() - Method in interface com.pervasive.datarush.namespace.Namespace
-
Retrieves the number of elements in the namespace.
- size() - Method in class com.pervasive.datarush.namespace.NamespaceBuilder
-
Retrieves the number of elements in the namespace.
- size() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
- size() - Method in interface com.pervasive.datarush.ports.physical.RecordOutput
-
Gets the number of of record fields contained within the port.
- size() - Method in class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
- size() - Method in class com.pervasive.datarush.sequences.scalar.AbstractScalarTokenSequence
-
- size() - Method in interface com.pervasive.datarush.sequences.TokenSequence
-
Gets the length of the sequence.
- size() - Method in class com.pervasive.datarush.tokens.record.AbstractRecordValued
-
- size() - Method in class com.pervasive.datarush.tokens.record.MutableComposite
-
- size() - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
- size() - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- size() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- size() - Method in interface com.pervasive.datarush.tokens.record.RecordSettable
-
Gets the number of fields in the record schema.
- size() - Method in class com.pervasive.datarush.tokens.record.RecordSettableFilter
-
- size() - Method in class com.pervasive.datarush.tokens.record.RecordToIDMap
-
Creates the number of entries in the map.
- size() - Method in interface com.pervasive.datarush.tokens.record.RecordValued
-
Gets the number of fields in the record schema.
- size() - Method in class com.pervasive.datarush.tokens.record.RecordValuedFilter
-
- size() - Method in class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
- size() - Method in class com.pervasive.datarush.types.EnumeratedValues
-
Deprecated.
Gets the number of values define in the enumeration.
- SIZE_BY_READERS - Static variable in class com.pervasive.datarush.graphs.EngineConfig.Ports
-
Property controlling whether queues are initially sized based on the number of readers.
- sizeByReaders(boolean) - Method in class com.pervasive.datarush.graphs.EngineConfig.Ports
-
Specifies whether the initial writeahead for a port should
be automatically determined based on the number of readers.
- sizeByReaders(boolean) - Static method in class com.pervasive.datarush.ports.PortSettings
-
Specifies whether the initial writeahead for a port should
be automatically determined based on the number of readers.
- skewness(String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a skewness aggregation for the given input.
- skewness(String, boolean) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a skewness aggregation for the given input.
- skewness(ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a skewness aggregation for the given input.
- skewness(ScalarValuedFunction, boolean) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a skewness aggregation for the given input.
- skip(String) - Static method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
- skip(ScalarTokenType) - Static method in class com.pervasive.datarush.analytics.cleansing.ReplaceSpecification
-
- skip(long) - Method in class com.pervasive.datarush.io.BinaryReader
-
- skip(long) - Method in class com.pervasive.datarush.io.SplitReader
-
- skipBytes(long) - Method in class com.pervasive.datarush.io.BinaryReader
-
Advances the read position in the stream the
specified number of bytes.
- skipCompose() - Method in class com.pervasive.datarush.operators.io.paraccel.LoadMatrix
-
- skipCompose() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
- skipCompose() - Method in class com.pervasive.datarush.operators.io.paraccel.MatrixSink
-
- skipTo(byte[]) - Method in class com.pervasive.datarush.io.SplitInputStreamImpl
-
Advances the position of the stream to the first byte
after the specified pattern.
- skipTo(char[]) - Method in class com.pervasive.datarush.io.SplitReader
-
Advances the position of the stream to the first character
after the specified pattern.
- skipToBlock(long, long) - Method in class com.pervasive.datarush.io.compression.bzip2.BZip2CompressorInputStream
-
Skip from the current raw input stream position to the start of the split boundary defined
by the given start offset and end offset.
- SLICE_ID_FIELD_NUMBER - Static variable in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-
- SliceInfoPort - Class in com.pervasive.datarush.operators.io.paraccel
-
The port definition for a model port that transports slice assignment information.
- SliceInfoPort.MergeHandler - Class in com.pervasive.datarush.operators.io.paraccel
-
- smartParse(Element) - Static method in class com.pervasive.datarush.analytics.pmml.ModelQuality
-
- SnappyCompression - Class in com.pervasive.datarush.io.compression
-
Defines support for the Snappy compression algorithm.
- SnappyCompression() - Constructor for class com.pervasive.datarush.io.compression.SnappyCompression
-
- snapshot() - Method in class com.pervasive.datarush.graphs.LogicalStatistic
-
Returns a snapshot view of these statistics.
- snapshot() - Method in class com.pervasive.datarush.monitoring.AccumulatedTimer
-
- snapshot() - Method in class com.pervasive.datarush.monitoring.AccumulatedTimerSnapshot
-
- snapshot() - Method in interface com.pervasive.datarush.monitoring.AccumulatedTimerSupplier
-
Creates a snapshot of this timer.
- snapshot() - Method in class com.pervasive.datarush.monitoring.BasicCounter
-
- snapshot() - Method in class com.pervasive.datarush.monitoring.CounterSnapshot
-
- snapshot() - Method in interface com.pervasive.datarush.monitoring.CounterSupplier
-
- snapshot() - Method in class com.pervasive.datarush.monitoring.GaugeSnapshot
-
- snapshot() - Method in interface com.pervasive.datarush.monitoring.GaugeSupplier
-
- snapshot() - Method in class com.pervasive.datarush.monitoring.IntervalTimer
-
- snapshot() - Method in class com.pervasive.datarush.monitoring.IntervalTimerSnapshot
-
- snapshot() - Method in interface com.pervasive.datarush.monitoring.IntervalTimerSupplier
-
Creates a snapshot of this timer.
- snapshot() - Method in class com.pervasive.datarush.monitoring.RuntimeStatistic
-
Creates a snapshot of this statistic
- snapshot() - Method in interface com.pervasive.datarush.monitoring.StatisticSupplier
-
Returns a snapshot of this statistic.
- SocketBuilder - Interface in com.pervasive.datarush.net
-
Responsible for opening a socket
- SocketBuilderFactory - Class in com.pervasive.datarush.net
-
- SocketBuilderFactory() - Constructor for class com.pervasive.datarush.net.SocketBuilderFactory
-
- socksProxy(String, int) - Static method in class com.pervasive.datarush.net.NetworkConfiguration
-
Returns a socks proxy configuration
- sort - Variable in class com.pervasive.datarush.graphs.EngineConfig
-
The sort sub-object.
- Sort - Class in com.pervasive.datarush.operators.sort
-
Sorts the input data.
- Sort() - Constructor for class com.pervasive.datarush.operators.sort.Sort
-
The default constructor.
- Sort(List<SortKey>) - Constructor for class com.pervasive.datarush.operators.sort.Sort
-
Creates a new instance of
Sort
, specifying
the minimal set of required parameters.
- Sort(SortKey...) - Constructor for class com.pervasive.datarush.operators.sort.Sort
-
Creates a new instance of
Sort
, specifying
the minimal set of required parameters.
- Sort(String...) - Constructor for class com.pervasive.datarush.operators.sort.Sort
-
Creates a new instance of
Sort
, specifying
the minimal set of required parameters.
- sort(SortKey...) - Method in class com.pervasive.datarush.sequences.record.RecordTokenList
-
Sort the list using the specified ordering.
- sort(TokenSequence) - Method in enum com.pervasive.datarush.tokens.TokenSorter
-
Builds a sort order permutation for the specified sequence,
assuming a default of ascending order.
- sort(TokenSequence, TokenOrder) - Method in enum com.pervasive.datarush.tokens.TokenSorter
-
Builds a sort order permutation for the specified sequence in
the specified order.
- sort(RecordTokenSequence, TokenOrder[]) - Method in enum com.pervasive.datarush.tokens.TokenSorter
-
Builds a sort order permutation for the specified composite
sequence using the specified order for each column.
- sort(RecordTokenSequence, SortKey...) - Method in enum com.pervasive.datarush.tokens.TokenSorter
-
Builds a sort order permutation for the specified composite
sequence using the given sort keys.
- sort(int, ElementComparator) - Method in enum com.pervasive.datarush.tokens.TokenSorter
-
Performs a sort based on an element comparator.
- SORT_BUFFER - Static variable in class com.pervasive.datarush.graphs.EngineConfig.Sort
-
- SORT_BUFFER_SIZE_MAX - Static variable in class com.pervasive.datarush.operators.sort.Sort
-
The largest allowable sort buffer, 16G.
- SORT_BUFFER_SIZE_MIN - Static variable in class com.pervasive.datarush.operators.sort.Sort
-
The smallest allowable sort buffer, 128K.
- SORT_ROW_COUNT - Static variable in class com.pervasive.datarush.graphs.LogicalStatistics
-
A connection statistic that provides the number of rows implicitly sorted due to metadata mismatch.
- sortBuffer(String) - Method in class com.pervasive.datarush.graphs.EngineConfig.Sort
-
- sortBufferSize(long) - Method in class com.pervasive.datarush.graphs.EngineConfig.Sort
-
- SortedGroupHandler - Class in com.pervasive.datarush.operators.group
-
Common base class for all processes that need to detect group boundaries
- SortedGroupHandler() - Constructor for class com.pervasive.datarush.operators.group.SortedGroupHandler
-
Default constructor.
- SortedJoinKey - Class in com.pervasive.datarush.tokens.record
-
Combination of a left key, a right key, and an ordering.
- SortedJoinKey(String) - Constructor for class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Create a key using ascending order, where the left name and right name
are the same.
- SortedJoinKey(String, TokenOrder) - Constructor for class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Create a key using the specified order, where the left name and right name
are the same.
- SortedJoinKey(JoinKey, TokenOrder) - Constructor for class com.pervasive.datarush.tokens.record.SortedJoinKey
-
Create a key using the specified order.
- SortKey - Class in com.pervasive.datarush.tokens.record
-
A combination of a key field and an ordering.
- SortKey(String) - Constructor for class com.pervasive.datarush.tokens.record.SortKey
-
Create a key using ascending order.
- SortKey(String, TokenOrder) - Constructor for class com.pervasive.datarush.tokens.record.SortKey
-
Create a key using the specified order.
- sortMapByValue(Map<K, V>) - Static method in class com.pervasive.datarush.analytics.text.TextTokenUtil
-
Sorts a map by the values associated with each key and returns a list of the entries
that have been sorted.
- soundex(String) - Static method in class com.pervasive.datarush.matching.functions.StringEncodings
-
Builds a function phonetically encoding the string
value in the specified field using the
Soundex algorithm.
- soundex(ScalarValuedFunction) - Static method in class com.pervasive.datarush.matching.functions.StringEncodings
-
Builds a function phonetically encoding the string
value to which the specified expression evaluates using the
Soundex algorithm.
- source - Variable in class com.pervasive.datarush.io.BinaryReader
-
The underlying byte stream
- SourceOperator<T extends LogicalPort> - Interface in com.pervasive.datarush.operators
-
Mix-in interface to be implemented by some operators.
- sparse(T, T) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLRealMatrix
-
Creates a new sparse matrix
- SparseBinaryTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseBinaryTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseBinaryTokenList
-
Creates a new empty list.
- SparseBooleanTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseBooleanTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseBooleanTokenList
-
Creates a new empty list.
- SparseCharTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseCharTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
Creates a new empty list.
- SparseDateTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseDateTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseDateTokenList
-
Creates a new empty list.
- SparseDoubleTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseDoubleTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseDoubleTokenList
-
Creates a new empty list.
- SparseFloatTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseFloatTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseFloatTokenList
-
Creates a new empty list.
- SparseIntTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseIntTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseIntTokenList
-
Creates a new empty list.
- SparseLongTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseLongTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseLongTokenList
-
Creates a new empty list.
- SparseNumericTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseNumericTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseNumericTokenList
-
Creates a new empty list.
- SparseObjectTokenList<T> - Class in com.pervasive.datarush.sequences.scalar
-
- SparseObjectTokenList(ObjectTokenType<T>, int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseObjectTokenList
-
Creates a new empty list.
- sparseRecord(Field...) - Static method in class com.pervasive.datarush.types.TokenTypeConstant
-
Constructs a record type descriptor with the given fields.
- SparseRecordDecoder - Class in com.pervasive.datarush.encoding.binary
-
The matching decoder for SparseRecordEncoder
.
- SparseRecordRegister - Class in com.pervasive.datarush.tokens.record
-
A composite register of scalar registers; a mutable
RecordValued
object.
- SparseRecordRegister(RecordTokenType) - Constructor for class com.pervasive.datarush.tokens.record.SparseRecordRegister
-
Constructs a new register with the given record type.
- SparseRecordTokenList - Class in com.pervasive.datarush.sequences.record
-
- SparseRecordTokenList(RecordTokenType, int) - Constructor for class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
Create an empty array with the specified type.
- SparseRecordTokenList(RecordRegisterStorage) - Constructor for class com.pervasive.datarush.sequences.record.SparseRecordTokenList
-
Create a list using the specified storage.
- SparseStringTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseStringTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseStringTokenList
-
Creates a new empty list.
- SparseTimestampTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseTimestampTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseTimestampTokenList
-
Creates a new empty list.
- SparseTimeTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- SparseTimeTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.SparseTimeTokenList
-
Creates a new empty list.
- split(String, char) - Static method in class com.pervasive.datarush.util.StringUtil
-
Splits incoming String data into an array of substrings based on a character delimiter.
- splitEnd - Variable in class com.pervasive.datarush.io.SplitInputStreamImpl
-
- SplitField - Class in com.pervasive.datarush.operators.string
-
Splits a string field into multiple fields, based on a specified pattern.
- SplitField() - Constructor for class com.pervasive.datarush.operators.string.SplitField
-
Construct the operator with no properties set.
- SplitField(String, String, Map<Integer, String>) - Constructor for class com.pervasive.datarush.operators.string.SplitField
-
Construct the operator while setting each property.
- SplitInputStream - Interface in com.pervasive.datarush.io
-
Interface defining an input data stream that works within the boundaries
of a defined split.
- SplitInputStreamImpl - Class in com.pervasive.datarush.io
-
A wrapper for input streams providing windowing behavior.
- SplitInputStreamImpl(InputStream, long, long) - Constructor for class com.pervasive.datarush.io.SplitInputStreamImpl
-
Create a new input stream for the specified split.
- SplitInputStreamImpl(InputStream, long, long, int) - Constructor for class com.pervasive.datarush.io.SplitInputStreamImpl
-
Create a new input stream for the specified window.
- SplitIterator - Interface in com.pervasive.datarush.io
-
A forward-only iterator over data splits with
associated locality information.
- SplitOptions - Class in com.pervasive.datarush.io
-
Settings which control the generation of splits
on files.
- SplitOptions() - Constructor for class com.pervasive.datarush.io.SplitOptions
-
Create a collection with default settings.
- SplitParsingContext - Interface in com.pervasive.datarush.operators.io
-
An object representing the context of a data split parsing operation.
- SplitParsingException - Exception in com.pervasive.datarush.operators.io
-
Indicates a parsing error on a data split.
- SplitParsingException(DataSplit, Exception) - Constructor for exception com.pervasive.datarush.operators.io.SplitParsingException
-
Report a parse error in the specified split at the given location,
possibly approximate.
- SplitReader - Class in com.pervasive.datarush.io
-
A character based reader for splits.
- SplitReader(SplitInputStream, CharsetEncoding) - Constructor for class com.pervasive.datarush.io.SplitReader
-
Creates a new reader on the specified stream, using the given
encoding properties.
- SplitReader(SplitInputStream, CharsetEncoding, int) - Constructor for class com.pervasive.datarush.io.SplitReader
-
Creates a new reader on the specified stream, using the given
encoding properties.
- SplitReader(SplitInputStream, CharsetEncoding, String, boolean) - Constructor for class com.pervasive.datarush.io.SplitReader
-
Creates a new reader on the specified stream, using the given
encoding properties and synchronization marker.
- SplitReader(SplitInputStream, CharsetEncoding, int, String, boolean) - Constructor for class com.pervasive.datarush.io.SplitReader
-
Creates a new reader on the specified stream, using the given
encoding properties and synchronization marker.
- splitStart - Variable in class com.pervasive.datarush.io.SplitInputStreamImpl
-
- SplittableCompressedFileSplit - Class in com.pervasive.datarush.io
-
Represents a file split for a compression format that supports splitting.
- SplittableCompressedFileSplit(Path, long, long, CompressionFormat) - Constructor for class com.pervasive.datarush.io.SplittableCompressedFileSplit
-
Construct an instance.
- SPOOL_THRESHOLD - Static variable in class com.pervasive.datarush.graphs.EngineConfig.Ports
-
Property specifying the number of unread batches which triggers spooling mode for the queue.
- spoolThreshold(int) - Method in class com.pervasive.datarush.graphs.EngineConfig.Ports
-
Specifies the threshold at which the writer begins writing
published batches to disk.
- spoolThreshold(int) - Static method in class com.pervasive.datarush.ports.PortSettings
-
Specifies the threshold at which the writer begins writing
published batches to disk.
- SqlWriteProperties(ErrorAction, int, int, int) - Constructor for class com.pervasive.datarush.operators.io.jdbc.AbstractWriteToJDBC.SqlWriteProperties
-
- sqrt(String) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the square root of the given field.
- sqrt(ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Math
-
Returns the square root of the given expression.
- sqrt(BigDecimal, MathContext) - Static method in class com.pervasive.datarush.util.BigNumberUtil
-
Calculates the square root of a BigDecimal.
- STAGED_DATA_SETS - Static variable in class com.pervasive.datarush.graphs.LogicalStatistics
-
This is a planning statistic that indicates the number of staged datasets.
- StagedSource<F extends LogicalPort> - Interface in com.pervasive.datarush.operators
-
A handle by which one can access the staged data associated with
an iterative port.
- StagedSourceOptions - Class in com.pervasive.datarush.operators
-
- StagedSourceOptions(NodeAllocationState.AssignmentState) - Constructor for class com.pervasive.datarush.operators.StagedSourceOptions
-
Specifies the partition information that controls which partition of the staged data is returned
by the StagedSource
- StagedSourceOptions(List<NodeAllocationState.AssignmentState>) - Constructor for class com.pervasive.datarush.operators.StagedSourceOptions
-
Specifies the partition information that controls which partition of the staged data is returned
by the StagedSource
- StagedSourceOptions(NodeAllocationState.AssignmentState, LogicalPortOptions) - Constructor for class com.pervasive.datarush.operators.StagedSourceOptions
-
Specifies the partition information that controls which partition of the staged data is returned
by the StagedSource
and specifies tuning settings.
- StagedSourceOptions(List<NodeAllocationState.AssignmentState>, LogicalPortOptions) - Constructor for class com.pervasive.datarush.operators.StagedSourceOptions
-
Specifies the partition information that controls which partition of the staged data is returned
by the StagedSource
and specifies tuning settings.
- stageJSON(String, Object) - Method in class com.actian.dataflow.cal.yarn.shared.DatafileStagingManager
-
- stageLoggingProperties(String, Map<String, String>) - Method in class com.actian.dataflow.cal.yarn.shared.DatafileStagingManager
-
- stagingOptions(DatasetOptions) - Method in class com.pervasive.datarush.ports.record.RecordMetadata
-
Returns a new RecordMetadata, equivalent to this, but
with stagingOptions set to the specified value.
- start(FileClient, JobSpecifier) - Method in class com.actian.dataflow.cal.yarn.client.YarnClusterJobExecutor
-
- start() - Method in class com.actian.dataflow.cal.yarn.server.YarnClusterExecutor
-
- start() - Method in interface com.pervasive.datarush.graphs.LogicalGraphInstance
-
Executes the graph instance in the background
Control is immediately returned to the caller.
- start() - Method in class com.pervasive.datarush.monitoring.AccumulatedTimer
-
Starts the timer; time will begin to accumulate
- start() - Method in class com.pervasive.datarush.monitoring.BasicCounter
-
- start() - Method in class com.pervasive.datarush.monitoring.IntervalTimer
-
Starts the timer; time will begin to accumulate
- start() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Starts the server.
- start() - Method in class com.pervasive.datarush.util.Timer
-
Starts the timer.
- start() - Method in interface com.pervasive.datarush.webapp.WebApplicationServer
-
Starts the server
- START_PORT_RANGE - Static variable in class com.pervasive.datarush.operators.io.paraccel.MatrixOperatorBase
-
- startedIO() - Method in interface com.pervasive.datarush.io.IOChannelStatsCollector
-
Marks the start of an I/O operation.
- startPattern - Variable in class com.pervasive.datarush.operators.io.textfile.AbstractRegexLogFormat.RegexParser
-
- startPortRange - Variable in class com.pervasive.datarush.operators.io.paraccel.InitializeWorkerBase
-
- startRecord(long) - Method in interface com.pervasive.datarush.operators.io.SplitParsingContext
-
Establishes the context for the current record.
- startShutdown(JobStatus) - Method in interface com.pervasive.datarush.cal.JobExecutorService
-
Asynchronously begins shutdown.
- startShutdown() - Method in class com.pervasive.datarush.util.GenericTCPServer.ServerContext
-
Can be invoked to start shutdown of the server
- startShutdown() - Method in class com.pervasive.datarush.util.GenericTCPServer
-
Initiates shutdown by closing the listening socket.
- statistic() - Method in class com.pervasive.datarush.graphs.LogicalStatistic
-
- StatisticDefinition<T extends StatisticSupplier> - Class in com.pervasive.datarush.monitoring
-
Provides metadata for a statistic including including display name controls how the statistic
is to be aggregated across partitions.
- StatisticFormats - Class in com.pervasive.datarush.monitoring
-
Utilities for formatting runtime statistics for presentation in the UI.
- Statistics - Class in com.pervasive.datarush.functions
-
Provides implementations of common statistical functions.
- Statistics() - Constructor for class com.pervasive.datarush.functions.Statistics
-
- statistics(List<LogicalStatistic>) - Static method in class com.pervasive.datarush.graphs.LogicalStatistics
-
- StatisticsMap - Class in com.pervasive.datarush.monitoring
-
- StatisticsMap() - Constructor for class com.pervasive.datarush.monitoring.StatisticsMap
-
Create an empty map.
- StatisticsMap(List<RuntimeStatistic<?>>) - Constructor for class com.pervasive.datarush.monitoring.StatisticsMap
-
Creates a map consisting of the specified entries
- StatisticsRegistry - Interface in com.pervasive.datarush.graphs
-
For advanced use only; operator authors should not need to access this class.
- StatisticState - Enum in com.pervasive.datarush.monitoring
-
- StatisticSupplier - Interface in com.pervasive.datarush.monitoring
-
Abstract supplier of a runtime statistic.
- StatisticSuppliers - Class in com.pervasive.datarush.monitoring
-
- statsFamilyName - Static variable in class com.pervasive.datarush.hbase.KeyOperator
-
The name of the family containing table information for all tables.
- StatsFunctions - Class in com.pervasive.datarush.analytics.functions
-
Useful statistics related functions.
- StatsFunctions.NormalizeMethod - Enum in com.pervasive.datarush.analytics.functions
-
Supported methods of value normalization.
- stddev - Variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- stddev(String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a standard deviation aggregation for the given input.
- stddev(String, boolean) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a standard deviation aggregation for the given input.
- stddev(ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a standard deviation aggregation for the given input.
- stddev(ScalarValuedFunction, boolean) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a standard deviation aggregation for the given input.
- stem(String) - Method in interface com.pervasive.datarush.analytics.text.stemmer.Stemmer
-
Stems a word.
- Stemmer - Interface in com.pervasive.datarush.analytics.text.stemmer
-
Interface for a stemmer.
- StemmerType - Enum in com.pervasive.datarush.analytics.text.stemmer
-
Enumeration of the possible snowball stemmer algorithms.
- stepNext() - Method in class com.pervasive.datarush.analytics.util.AbstractPredictor
-
Steps to the next input row, returning false at end of data
- stepNext() - Method in class com.pervasive.datarush.operators.io.staging.DatasetIterator
-
- stepNext() - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Advances the cursor position of this input by one token.
- stepNext(long) - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Advances the cursor position of this input by the specified number of
tokens.
- stepNext() - Method in interface com.pervasive.datarush.ports.physical.SteppableRecordValued
-
- stepNext() - Method in interface com.pervasive.datarush.sequences.TokenValuedIterator
-
Advances to the next value not equal to "zero".
- stepNext() - Method in class com.pervasive.datarush.tokens.record.RecordMap.RecordMapIterator
-
- SteppableRecordValued - Interface in com.pervasive.datarush.ports.physical
-
- stepUntil(Timeout) - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Advances the cursor position of this input by one token, if it can be be done in
a given amount of time.
- stepUntil(long, Timeout) - Method in interface com.pervasive.datarush.ports.physical.RecordInput
-
Advances the cursor position as many tokens as possible up to the specified
number of tokens, within a given amount of time.
- stop() - Method in class com.pervasive.datarush.monitoring.AccumulatedTimer
-
Stops the timer.
- stop() - Method in class com.pervasive.datarush.monitoring.BasicCounter
-
Places the counter in the stopped state.
- stop() - Method in class com.pervasive.datarush.monitoring.IntervalTimer
-
Stops the timer.
- stop() - Method in class com.pervasive.datarush.util.Timer
-
Stops the timer.
- stop() - Method in interface com.pervasive.datarush.webapp.WebApplicationServer
-
Stops the server if the server fails to stop
- STORAGE_MANAGEMENT_PATH - Static variable in class com.pervasive.datarush.graphs.EngineConfig
-
Property that controls a base path to use for intermediate storage.
- StorageBucket - Class in com.pervasive.datarush.cal
-
- StorageBucket(StorageManager, StorageBucketId) - Constructor for class com.pervasive.datarush.cal.StorageBucket
-
- StorageBucketId - Class in com.pervasive.datarush.cal
-
A storage bucket represents one unit of work to be exchanged by nodes
in the cluster.
- storageManagementPath() - Method in class com.pervasive.datarush.cal.JobSpecifier
-
Returns the root scratch directory to use.
- storageManagementPath(Path) - Method in class com.pervasive.datarush.cal.JobSpecifier
-
Overrides the storageManagementPath
- storageManagementPath(Path) - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Specifies the root scratch directory to use.
- StorageManager - Interface in com.pervasive.datarush.cal
-
A manager of intermediate storage.
- StorageManagerProvider - Interface in com.pervasive.datarush.cal
-
- StorageManagers - Class in com.pervasive.datarush.cal
-
Utilities for creating storage managers
- StorageManagerSpecifier - Class in com.pervasive.datarush.cal
-
- StorageManagerSpecifier(JobSpecifier, DistributedExecutorService) - Constructor for class com.pervasive.datarush.cal.StorageManagerSpecifier
-
Create a jobInfo
- StorageManagerSpecifier(StorageManagerSpecifier) - Constructor for class com.pervasive.datarush.cal.StorageManagerSpecifier
-
- StoragePlanner - Class in com.pervasive.datarush.cal
-
- StoragePlanner() - Constructor for class com.pervasive.datarush.cal.StoragePlanner
-
- storeFinalResult(ScalarSettable) - Method in interface com.pervasive.datarush.operators.group.Aggregator
-
Outputs the final result into the specified ScalarSettable.
- storeInternals(WriteableStorage) - Method in interface com.pervasive.datarush.operators.group.Aggregator
-
Stores the internal counters of this aggregator.
- StreamingMetadataContext - Interface in com.pervasive.datarush.operators
-
- StreamingOperator - Class in com.pervasive.datarush.operators
-
Base class for LogicalOperators that are a potentially streaming operation.
- StreamingOperator() - Constructor for class com.pervasive.datarush.operators.StreamingOperator
-
- strictOverlay(boolean, RecordTokenType...) - Static method in class com.pervasive.datarush.types.TypeUtil
-
Merges the specified record types into a new record type, allowing name collisions
only if isAssignableFrom()
is true for the types.
- STRING - Static variable in class com.pervasive.datarush.coercion.ScalarTypes
-
- STRING(String) - Static method in class com.pervasive.datarush.schema.SchemaBuilder
-
Create a string field.
- STRING(String, String...) - Static method in class com.pervasive.datarush.schema.SchemaBuilder
-
Create a string field.
- STRING(String, List<String>) - Static method in class com.pervasive.datarush.schema.SchemaBuilder
-
Create a string field.
- STRING - Static variable in class com.pervasive.datarush.schema.TextTypes
-
Text type for string token values.
- STRING(TextTypes.StringConversion) - Static method in class com.pervasive.datarush.schema.TextTypes
-
String token values with the specified conversion behavior.
- STRING(TextTypes.StringConversion, String) - Static method in class com.pervasive.datarush.schema.TextTypes
-
String token values with the specified conversion behavior and null indicator.
- STRING - Static variable in class com.pervasive.datarush.types.TokenTypeConstant
-
A description of the string token type.
- STRING(String) - Static method in class com.pervasive.datarush.types.TokenTypeConstant
-
Constructs a string typed field with the given name.
- STRING(String, String...) - Static method in class com.pervasive.datarush.types.TokenTypeConstant
-
Constructs a string typed field with the given name.
- STRING(String, List<String>) - Static method in class com.pervasive.datarush.types.TokenTypeConstant
-
Constructs a string typed field with the given name.
- StringEncodings - Class in com.pervasive.datarush.matching.functions
-
A collection of functions for phonetic encoding of string values.
- StringEncodings() - Constructor for class com.pervasive.datarush.matching.functions.StringEncodings
-
- stringForHadoop(Platform) - Static method in class com.pervasive.datarush.hadoop.ClassPath
-
- StringFormatter - Class in com.pervasive.datarush.encoding.text
-
Converts a string token value to a string.
- StringFormatter(boolean) - Constructor for class com.pervasive.datarush.encoding.text.StringFormatter
-
Creates a new formatter with the specified
behavior with respect whitespace.
- StringFormatter(boolean, String) - Constructor for class com.pervasive.datarush.encoding.text.StringFormatter
-
Creates a formatter using the specified whitespace behavior
and null indicator.
- stringGroup() - Method in interface com.pervasive.datarush.tokens.record.RecordRegisterStorage
-
- stringGroup() - Method in class com.pervasive.datarush.tokens.record.RecordRegisterStorageImpl
-
- StringInputField - Interface in com.pervasive.datarush.ports.physical
-
A string valued field of a record input port.
- stringList(int, DataRepresentation) - Static method in class com.pervasive.datarush.sequences.TokenSequences
-
- StringOutputField - Interface in com.pervasive.datarush.ports.physical
-
A string valued field of a record output port.
- StringParser - Class in com.pervasive.datarush.encoding.text
-
Converts a string to a string token value.
- StringParser(TextTypes.StringConversion, String, Collection<String>) - Constructor for class com.pervasive.datarush.encoding.text.StringParser
-
Creates a new formatter with the specified
string conversion behavior and null indicator.
- StringRegister - Class in com.pervasive.datarush.tokens.scalar
-
- StringRegister() - Constructor for class com.pervasive.datarush.tokens.scalar.StringRegister
-
Creates a new null-valued register.
- Strings - Class in com.pervasive.datarush.functions
-
Provides implementations of common string functions.
- Strings() - Constructor for class com.pervasive.datarush.functions.Strings
-
- Strings.NullConcatenation - Enum in com.pervasive.datarush.functions
-
Specifies behavior of null values for string concatenation.
- StringSettable - Interface in com.pervasive.datarush.tokens.scalar
-
A TokenSettable
object containing a string value.
- STRINGSIZE_MAX - Static variable in class com.pervasive.datarush.operators.io.vectorwise.VectorwiseConstants
-
- STRINGSIZE_MIN - Static variable in class com.pervasive.datarush.operators.io.vectorwise.VectorwiseConstants
-
- StringToken - Class in com.pervasive.datarush.tokens.scalar
-
- StringToken(StringValued) - Constructor for class com.pervasive.datarush.tokens.scalar.StringToken
-
Constructs a new token with the string
value in the given container.
- StringToken(String) - Constructor for class com.pervasive.datarush.tokens.scalar.StringToken
-
Constructs an new token with the given non-null
string.
- StringTokenList - Class in com.pervasive.datarush.sequences.scalar
-
- StringTokenList(int) - Constructor for class com.pervasive.datarush.sequences.scalar.StringTokenList
-
Create a new array of string tokens with the specified number of elements.
- StringTokenSequence - Interface in com.pervasive.datarush.sequences.scalar
-
A TokenSequence
containing string valued data.
- StringUtil - Class in com.pervasive.datarush.util
-
Utility methods for operating on strings.
- StringUtil() - Constructor for class com.pervasive.datarush.util.StringUtil
-
- StringValued - Interface in com.pervasive.datarush.tokens.scalar
-
A TokenValued
object containing a string value.
- StringValuedIterator - Interface in com.pervasive.datarush.sequences.scalar
-
- StructuredSchemaReader - Class in com.pervasive.datarush.schema
-
Parser for text file schemas written in Pervasive DataIntegrator structured schema
(.schema) format.
- sub(String, String) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression subtracting the values of the two specified fields.
- sub(String, double) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression subtracting a constant from the value of the specified field.
- sub(double, String) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression subtracting the value of the specified field from a constant.
- sub(String, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression subtracting a subexpression from the value of the specified field.
- sub(ScalarValuedFunction, String) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression subtracting the value of the specified field from a subexpression.
- sub(double, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression subtracting the value of the specified subexpression from a constant.
- sub(ScalarValuedFunction, double) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression subtracting a constant from the value of the specified subexpression.
- sub(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Arithmetic
-
Builds an expression subtracting the values of the two specified subexpressions.
- subBucket(int) - Method in class com.pervasive.datarush.cal.StorageBucket
-
- subBucketId(int) - Method in class com.pervasive.datarush.cal.StorageBucketId
-
Returns a sub-bucket id of the given child number.
- SUBGRAPH_HISTORY_SIZE - Static variable in class com.pervasive.datarush.graphs.EngineConfig
-
Property controlling the maximum number of subgraphs to retain
when tracking execution history.
- subgraphHistorySize(int) - Method in class com.pervasive.datarush.graphs.EngineConfig
-
Sets the maximum number of subgraphs to retain
when tracking execution history.
- submit(DistributedCallableBatch<R>, List<AbstractDRClusterExecutor.CommandServiceHelper>) - Method in class com.actian.dataflow.cal.yarn.server.YarnClusterExecutor
-
- submit(DistributedCallable<T>, ExecutionOptions) - Method in interface com.pervasive.datarush.cal.DistributedExecutorService
-
Asynchronously invokes the given callable.
- submit(DistributedCallableBatch<T>, ExecutionOptions) - Method in interface com.pervasive.datarush.cal.DistributedExecutorService
-
Asynchronously invokes the given callable.
- submit(JobCallable<T>) - Method in interface com.pervasive.datarush.cal.JobExecutorService
-
Does the following:
Starts the job master if not already started.
Invokes the init method on the server side.
Starts execution on the server side
Returns a handle for monitoring execution
- submitMaster(MonitoredCallable<T>) - Method in interface com.pervasive.datarush.cal.DistributedExecutorService
-
Asynchronous, local, and non-parallel submission of the given callable.
- subPlan(int) - Method in class com.pervasive.datarush.cal.NodeAllocationPlan
-
Returns the effective NodeAllocationPlan, given the specified value of max parallelism.
- subsecNanos() - Method in class com.pervasive.datarush.tokens.scalar.NullToken
-
- subsecNanos() - Method in class com.pervasive.datarush.tokens.scalar.TimestampTokenConverter
-
Deprecated.
- subsecNanos() - Method in interface com.pervasive.datarush.tokens.scalar.TimestampValued
-
Gets the subsecond portion of the contained timestamp value.
- subSequence(int, int) - Method in class com.pervasive.datarush.sequences.scalar.CharTokenList
-
- subSequence(int, int) - Method in class com.pervasive.datarush.sequences.scalar.SparseCharTokenList
-
- substr(String, int) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a substring of the string
value in the specified field, starting at a specified index.
- substr(String, int, int) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a substring of the string
value in the specified field, between specified indexes.
- substr(ScalarValuedFunction, int) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a substring of the string
value to which the specified expression evaluates, starting at
a specified index.
- substr(ScalarValuedFunction, int, int) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a substring of the string
value to which the specified expression evaluates, between
specified indexes.
- substr(ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a substring of the string
value to which the specified expression evaluates, starting at
a specified index.
- substr(ScalarValuedFunction, ScalarValuedFunction, ScalarValuedFunction) - Static method in class com.pervasive.datarush.functions.Strings
-
Builds a function returning a substring of the string
value to which the specified expression evaluates, between
specified indexes.
- substract(List<T>, List<T>) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Computes a new list containing all of the elements of
the first list, that are not in the second list.
- substractAsList(Collection<T>, Collection<T>) - Static method in class com.pervasive.datarush.util.CollectionUtil
-
Computes a list containing all of the elements of
the first collection, that are not in the second collection.
- subtract(ResourceAllocation) - Method in class com.pervasive.datarush.cal.ResourceAllocation
-
- subtractTime(String, String, DateTime.Granularity) - Static method in class com.pervasive.datarush.functions.DateTime
-
Subtracts a time period from the specified date/time value.
- subtractTime(String, String, DateTime.Granularity, TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Subtracts a time period from the specified date/time value.
- subtractTime(ScalarValuedFunction, ScalarValuedFunction, DateTime.Granularity) - Static method in class com.pervasive.datarush.functions.DateTime
-
Subtracts a time period from the specified date/time value.
- subtractTime(ScalarValuedFunction, ScalarValuedFunction, DateTime.Granularity, TimeZone) - Static method in class com.pervasive.datarush.functions.DateTime
-
Subtracts a time period from the specified date/time value.
- sum - Variable in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics.IntervalCounts
-
- sum - Variable in class com.pervasive.datarush.analytics.stats.AbstractNumericInfo
-
- sum(String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a value summation aggregation for the given input.
- sum(ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a value summation aggregation for the given input.
- SummaryStatistics - Class in com.pervasive.datarush.analytics.stats
-
Discovers various metrics of an input dataset, based on the configured
detail level.
- SummaryStatistics() - Constructor for class com.pervasive.datarush.analytics.stats.SummaryStatistics
-
Discover summary statistics.
- SumOfSquares - Class in com.pervasive.datarush.analytics.regression
-
Compute the sum of squares for the given fields of the input data.
- SumOfSquares() - Constructor for class com.pervasive.datarush.analytics.regression.SumOfSquares
-
Default constructor.
- SumOfSquares(List<String>) - Constructor for class com.pervasive.datarush.analytics.regression.SumOfSquares
-
Construct with the given field names.
- sumSquares - Variable in class com.pervasive.datarush.analytics.stats.AbstractContinuousStatistics.IntervalCounts
-
- sumSquares(String) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a sum-squares aggregation for the given input.
- sumSquares(ScalarValuedFunction) - Static method in class com.pervasive.datarush.operators.group.Aggregation
-
Create a sum-squares aggregation for the given input.
- supplier() - Method in class com.pervasive.datarush.graphs.LogicalStatistic.Builder
-
- supplier() - Method in class com.pervasive.datarush.graphs.LogicalStatistic
-
Returns the supplier associated with this statistic.
- supplier() - Method in class com.pervasive.datarush.monitoring.RuntimeStatistic
-
Returns the supplier of this statistic
- SupportedLogType - Enum in com.pervasive.datarush.operators.io.textfile
-
Enumerated type that provides factory constructors for the supported log formats.
- supportsConcat() - Method in interface com.pervasive.datarush.io.FileSystem
-
Returns whether this filesystem supports the
concat
method.
- supportsDirectories(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Indicates whether the filesystem corresponding to this path supports directories
- supportsDirectories() - Method in interface com.pervasive.datarush.io.FileSystem
-
Indicates whether the file system supports
directories.
- supportsFormatDiscovery() - Method in enum com.pervasive.datarush.operators.io.textfile.SupportedLogType
-
- supportsLocalRepartition() - Method in class com.pervasive.datarush.ports.record.KeyDrivenDataDistribution
-
- supportsLocalRepartition() - Method in class com.pervasive.datarush.ports.record.PartialStaticDataDistribution
-
Subclasses may override to indicate that they support a local repartition
- supportsLocalRepartition() - Method in class com.pervasive.datarush.ports.record.UnspecifiedPartialDistribution
-
- supportsRandomAccess(Path) - Method in class com.pervasive.datarush.io.FileClient
-
Indicates whether the filesystem corresponding to this path supports random access
- supportsRandomAccess() - Method in interface com.pervasive.datarush.io.FileSystem
-
Indicates whether the file system supports
random access to files.
- supportsRandomAccess() - Method in class com.pervasive.datarush.operators.io.BasicByteSink
-
- supportsRandomAccess() - Method in interface com.pervasive.datarush.operators.io.ByteSink
-
Indicates whether the sink supports random access.
- SupportVectorMachine - Class in com.pervasive.datarush.analytics.svm
-
Object representation of the SupportVectorMachine
PMML element.
- SupportVectorMachine() - Constructor for class com.pervasive.datarush.analytics.svm.SupportVectorMachine
-
Creates an empty SupportVectorMachine
- SVMLearner - Class in com.pervasive.datarush.analytics.svm.learner
-
- SVMLearner() - Constructor for class com.pervasive.datarush.analytics.svm.learner.SVMLearner
-
Learns an SVM model from a training dataset.
- SVMPredictor - Class in com.pervasive.datarush.analytics.svm.predictor
-
Operator responsible for classification based on a SVM PMML model.
- SVMPredictor() - Constructor for class com.pervasive.datarush.analytics.svm.predictor.SVMPredictor
-
Creates a new SVMPredictor
.
- SVMPredictorType - Class in com.pervasive.datarush.analytics.svm.learner
-
Base class of SVM types associated with predicting a target variable.
- SVMType - Class in com.pervasive.datarush.analytics.svm.learner
-
Base class the represents the type of SVM model to build.
- SVMTypeCSvc - Class in com.pervasive.datarush.analytics.svm.learner
-
Corresponds to the C-SVC
SVM model type.
- SVMTypeCSvc(String, double) - Constructor for class com.pervasive.datarush.analytics.svm.learner.SVMTypeCSvc
-
Create a new SVMTypeCSvc
.
- SVMTypeOneClass - Class in com.pervasive.datarush.analytics.svm.learner
-
Corresponds to a one-class
SVM model type.
- SVMTypeOneClass(double) - Constructor for class com.pervasive.datarush.analytics.svm.learner.SVMTypeOneClass
-
Create a new one-class
SVM type.
- SYMBOLIC_NAME - Static variable in class com.pervasive.datarush.modules.ModuleConstants
-
- symmetric(Class<?>) - Static method in class com.pervasive.datarush.analytics.pmml.PMMLRealMatrix
-
Creates a new symmetric matrix.
- SyslogLogFormat - Class in com.pervasive.datarush.operators.io.textfile
-
Describes the format of a syslog log file.
- SyslogLogFormat() - Constructor for class com.pervasive.datarush.operators.io.textfile.SyslogLogFormat
-
Create a log format for accessing syslog log data.
- SyslogLogFormat(String) - Constructor for class com.pervasive.datarush.operators.io.textfile.SyslogLogFormat
-
Create a log format for accessing syslog log data.
- SYSTEM_NEWLINE - Static variable in class com.pervasive.datarush.operators.io.textfile.RecordSeparatorSettings
-
The newline character used on the local system.
- SYSTEM_SLICE_ID_FIELD_NUMBER - Static variable in class com.pervasive.datarush.operators.io.paraccel.BulkLoaderProtocol.RegisterSliceRequest
-