Uses of Interface
com.pervasive.datarush.graphs.GraphPath
-
Packages that use GraphPath 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. -
-
Uses of GraphPath in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return GraphPath Modifier and Type Method Description GraphPathGraphPath. append(String name)Create a new path equivalent to this one with an additional name appended.GraphPathLogicalGraphInstanceView. getPath()Returns the base path of this graph instance.GraphPathOperatorInstance. getPath()Returns the full path name of this operator.GraphPathPortInstance. getPath()Returns the path corresponding to this port.GraphPathInputPortInstance. getSourcePath()Returns the path to the source port.static GraphPathGraphPaths. parse(String pathString)De-serializes a path from the given string.static GraphPathGraphPaths. path(String name)Create a path containing a single name.static GraphPathGraphPaths. path(String... names)Create a path containing the given sequence of names.GraphPathLogicalStatistic.Builder. path()Returns the value forLogicalStatistic.path().GraphPathLogicalStatistic. path()Returns the full path of the port or operator described by this statistics object.GraphPathGraphPath. prepend(String name)Create a new path equivalent to this one with an additional name prepended.static GraphPathGraphPaths. remainder(GraphPath path)Returns aGraphPathconsisting of all but the first element of the pathMethods in com.pervasive.datarush.graphs with parameters of type GraphPath Modifier and Type Method Description static StringGraphPaths. first(GraphPath path)Returns the first element of the pathObjectPropertyValued. getProperty(GraphPath path)Returns a property of the given path.static StringGraphPaths. last(GraphPath path)Returns the last element of the pathLogicalStatistic.BuilderLogicalStatistic.Builder. path(GraphPath path)Sets the value forLogicalStatistic.path().voidGraphCompilationListener. preCompile(MetadataContext ctx, GraphPath path, LogicalOperator operator)Invoked just prior to compiling an operator.static GraphPathGraphPaths. remainder(GraphPath path)Returns aGraphPathconsisting of all but the first element of the pathvoidPropertyValued. setProperty(GraphPath path, Object value)Sets a property of the given path.Constructors in com.pervasive.datarush.graphs with parameters of type GraphPath Constructor Description DROperatorException(GraphPath path, Throwable cause)Creates a wrapper for the specified error associated with the given node. -
Uses of GraphPath in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return GraphPath Modifier and Type Method Description GraphPathMetadataContext. getPath()Returns the path of the operator being composed.GraphPathOperatorSettings. getRelativePath()Returns the relative path of the operator.Methods in com.pervasive.datarush.operators with parameters of type GraphPath Modifier and Type Method Description static OperatorSettingsOperatorSettings. RELATIVE_PATH(GraphPath path)Operator settings withrelativePathset to the specified value.OperatorSettingsOperatorSettings. rename(GraphPath path)Returns an operator settings object, equivalent to this, but withrelativePathandnameset to the specified value. -
Uses of GraphPath in com.pervasive.datarush.types
Methods in com.pervasive.datarush.types that return GraphPath Modifier and Type Method Description GraphPathFieldTypeNotSupportedException. getField()Gets the path of the field which caused the error.GraphPathFieldTypesNotComparableException. getLeftField()Gets the path of the field on the left side of the comparison which raised this exception.GraphPathFieldTypesNotComparableException. getRightField()Gets the path of the field on the right side of the comparison which raised this exception.Constructors in com.pervasive.datarush.types with parameters of type GraphPath Constructor Description FieldTypeNotSupportedException(GraphPath field, TokenType type)Constructs aFieldTypeNotSupportedExceptionindicating the type and path of the field in error.FieldTypesNotComparableException(GraphPath leftField, GraphPath rightField, TypesNotComparableException failure)Constructs aFieldTypesNotComparableExceptionindicating the specified paths, caused by the given failure.
-