Uses of Class
com.ocient.protocol.PerformanceMode
| Package | Description |
|---|---|
| com.ocient.protocol |
-
Uses of PerformanceMode in com.ocient.protocol
Methods in com.ocient.protocol that return PerformanceMode Modifier and Type Method Description static PerformanceModePerformanceMode. get()Returns the globally configuredPerformanceMode.static PerformanceModePerformanceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PerformanceMode[]PerformanceMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ocient.protocol with parameters of type PerformanceMode Modifier and Type Method Description static voidPerformanceMode. set(PerformanceMode performanceMode)Sets the globally configuredPerformanceModefor query execution.