Uses of Enum Class
com.ocient.protocol.performance.PerformanceMode
Packages that use PerformanceMode
-
Uses of PerformanceMode in com.ocient.protocol.performance
Methods in com.ocient.protocol.performance that return PerformanceModeModifier and TypeMethodDescriptionstatic PerformanceModePerformanceMode.get()Returns the globally configuredPerformanceMode.static PerformanceModeReturns the enum constant of this class with the specified name.static PerformanceMode[]PerformanceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ocient.protocol.performance with parameters of type PerformanceModeModifier and TypeMethodDescriptionstatic voidPerformanceMode.set(PerformanceMode performanceMode) Sets the globally configuredPerformanceModefor query execution.