Uses of Class
com.pervasive.datarush.operators.io.vectorwise.LoadMethod
-
Packages that use LoadMethod Package Description com.pervasive.datarush.operators.io.vectorwise -
-
Uses of LoadMethod in com.pervasive.datarush.operators.io.vectorwise
Methods in com.pervasive.datarush.operators.io.vectorwise that return LoadMethod Modifier and Type Method Description LoadMethod
LoadActianVector. getMethod()
Get the load method in use.static LoadMethod
LoadMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadMethod[]
LoadMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.operators.io.vectorwise with parameters of type LoadMethod Modifier and Type Method Description void
LoadActianVector. setMethod(LoadMethod method)
Set the load method to use.
-