Uses of Enum Class
com.pervasive.datarush.operators.io.vectorwise.LoadMethod
Packages that use LoadMethod
-
Uses of LoadMethod in com.pervasive.datarush.operators.io.vectorwise
Methods in com.pervasive.datarush.operators.io.vectorwise that return LoadMethodModifier and TypeMethodDescriptionLoadActianVector.getMethod()Get the load method in use.static LoadMethodReturns the enum constant of this class with the specified name.static LoadMethod[]LoadMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.io.vectorwise with parameters of type LoadMethodModifier and TypeMethodDescriptionvoidLoadActianVector.setMethod(LoadMethod method) Set the load method to use.