Uses of Class
org.apache.flink.runtime.rest.handler.RestHandlerException.LoggingBehavior
-
Packages that use RestHandlerException.LoggingBehavior Package Description org.apache.flink.runtime.rest.handler -
-
Uses of RestHandlerException.LoggingBehavior in org.apache.flink.runtime.rest.handler
Methods in org.apache.flink.runtime.rest.handler that return RestHandlerException.LoggingBehavior Modifier and Type Method Description static RestHandlerException.LoggingBehaviorRestHandlerException.LoggingBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static RestHandlerException.LoggingBehavior[]RestHandlerException.LoggingBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.rest.handler with parameters of type RestHandlerException.LoggingBehavior Constructor Description RestHandlerException(String errorMessage, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus, RestHandlerException.LoggingBehavior loggingBehavior)
-