Uses of Class
com.codedstreams.otterstreams.sql.runtime.InferenceCircuitBreaker.State
-
Packages that use InferenceCircuitBreaker.State Package Description com.codedstreams.otterstreams.sql.runtime -
-
Uses of InferenceCircuitBreaker.State in com.codedstreams.otterstreams.sql.runtime
Methods in com.codedstreams.otterstreams.sql.runtime that return InferenceCircuitBreaker.State Modifier and Type Method Description InferenceCircuitBreaker.StateInferenceCircuitBreaker. getState()static InferenceCircuitBreaker.StateInferenceCircuitBreaker.State. valueOf(String name)Returns the enum constant of this type with the specified name.static InferenceCircuitBreaker.State[]InferenceCircuitBreaker.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-