Package | Description |
---|---|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
com.pervasive.datarush.operators |
Provides classes and interfaces for developing dataflow operators.
|
com.pervasive.datarush.types |
Provides classes and interfaces for the description of token data types.
|
Modifier and Type | Method and Description |
---|---|
GraphPath |
GraphPath.append(String name)
Create a new path equivalent to this one with an additional name
appended.
|
GraphPath |
PortInstance.getPath()
Returns the path corresponding to this port.
|
GraphPath |
OperatorInstance.getPath()
Returns the full path name of this operator.
|
GraphPath |
LogicalGraphInstanceView.getPath()
Returns the base path of this graph instance.
|
GraphPath |
InputPortInstance.getSourcePath()
Returns the path to the source port.
|
static GraphPath |
GraphPaths.parse(String pathString)
De-serializes a path from the given string.
|
GraphPath |
LogicalStatistic.path()
Returns the full path of the port or operator described by this statistics object.
|
GraphPath |
LogicalStatistic.Builder.path()
Returns the value for
LogicalStatistic.path() . |
static GraphPath |
GraphPaths.path(String... names)
Create a path containing the given sequence of names.
|
static GraphPath |
GraphPaths.path(String name)
Create a path containing a single name.
|
GraphPath |
GraphPath.prepend(String name)
Create a new path equivalent to this one with an additional name
prepended.
|
static GraphPath |
GraphPaths.remainder(GraphPath path)
Returns a
GraphPath consisting of all but the first element of the path |
Modifier and Type | Method and Description |
---|---|
static String |
GraphPaths.first(GraphPath path)
Returns the first element of the path
|
Object |
PropertyValued.getProperty(GraphPath path)
Returns a property of the given path.
|
static String |
GraphPaths.last(GraphPath path)
Returns the last element of the path
|
LogicalStatistic.Builder |
LogicalStatistic.Builder.path(GraphPath path)
Sets the value for
LogicalStatistic.path() . |
void |
GraphCompilationListener.preCompile(MetadataContext ctx,
GraphPath path,
LogicalOperator operator)
Invoked just prior to compiling an operator.
|
static GraphPath |
GraphPaths.remainder(GraphPath path)
Returns a
GraphPath consisting of all but the first element of the path |
void |
PropertyValued.setProperty(GraphPath path,
Object value)
Sets a property of the given path.
|
Constructor and Description |
---|
DROperatorException(GraphPath path,
Throwable cause)
Creates a wrapper for the specified error associated
with the given node.
|
Modifier and Type | Method and Description |
---|---|
GraphPath |
MetadataContext.getPath()
Returns the path of the operator being composed.
|
GraphPath |
OperatorSettings.getRelativePath()
Returns the relative path of the operator.
|
Modifier and Type | Method and Description |
---|---|
static OperatorSettings |
OperatorSettings.RELATIVE_PATH(GraphPath path)
Operator settings with
relativePath set to the specified value. |
OperatorSettings |
OperatorSettings.rename(GraphPath path)
Returns an operator settings object, equivalent to this, but with
relativePath and name set to
the specified value. |
Modifier and Type | Method and Description |
---|---|
GraphPath |
FieldTypeNotSupportedException.getField()
Gets the path of the field which caused the error.
|
GraphPath |
FieldTypesNotComparableException.getLeftField()
Gets the path of the field on the left side of the comparison which
raised this exception.
|
GraphPath |
FieldTypesNotComparableException.getRightField()
Gets the path of the field on the right side of the comparison which
raised this exception.
|
Constructor and Description |
---|
FieldTypeNotSupportedException(GraphPath field,
TokenType type)
Constructs a
FieldTypeNotSupportedException indicating the
type and path of the field in error. |
FieldTypesNotComparableException(GraphPath leftField,
GraphPath rightField,
TypesNotComparableException failure)
Constructs a
FieldTypesNotComparableException indicating
the specified paths, caused by the given failure. |
Copyright © 2020 Actian Corporation. All rights reserved.