Package | Description |
---|---|
org.apache.flink.runtime.rest.handler |
Modifier and Type | Method and Description |
---|---|
static RestHandlerException.LoggingBehavior |
RestHandlerException.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.
|
Constructor and Description |
---|
RestHandlerException(String errorMessage,
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus httpResponseStatus,
RestHandlerException.LoggingBehavior loggingBehavior) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.