Uses of Enum Class
com.ocient.protocol.PerformanceMode
Packages that use PerformanceMode
-
Uses of PerformanceMode in com.ocient.protocol
Methods in com.ocient.protocol 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 with parameters of type PerformanceModeModifier and TypeMethodDescriptionstatic voidPerformanceMode.set(PerformanceMode performanceMode) Sets the globally configuredPerformanceModefor query execution.