VMware GemFire Java API Reference
Package org.apache.geode.distributed
Enum Class HttpServiceWebApp
- All Implemented Interfaces:
Serializable,Comparable<HttpServiceWebApp>,Constable
Built-in web applications on the embedded HTTP port, selected via
ConfigurationProperties.HTTP_SERVICES.- Since:
- GemFire 10.3
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeveloper REST (servers).Admin / management REST (locators).Prometheus scrape endpoint (servers and locators).Pulse UI (locators). -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionToken as it appears inhttp-services.static booleanWhether the given web app is enabled.static booleanisEnabled(String[] apps, HttpServiceWebApp webapp) Whether the given built-in web app is enabled.static HttpServiceWebAppReturns the enum constant of this class with the specified name.static HttpServiceWebApp[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEV_API
Developer REST (servers). -
METRICS
Prometheus scrape endpoint (servers and locators). -
MANAGEMENT
Admin / management REST (locators). -
PULSE
Pulse UI (locators).
-
-
Field Details
-
ALL_VALUE
- See Also:
-
NONE_VALUE
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
configValue
Token as it appears inhttp-services. -
isEnabled
Whether the given web app is enabled.appNameis the configuration token. This method is for extensions that deploy webapps not enumerated here. -
isEnabled
Whether the given built-in web app is enabled.
-