public enum RUNTIME_OPTION extends Enum<RUNTIME_OPTION>
| Modifier and Type | Method and Description |
|---|---|
static RUNTIME_OPTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RUNTIME_OPTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RUNTIME_OPTION nocluster
public static final RUNTIME_OPTION deploydir
public static final RUNTIME_OPTION deploy
public static final RUNTIME_OPTION port
public static final RUNTIME_OPTION sslport
public static final RUNTIME_OPTION name
public static final RUNTIME_OPTION instancegroup
public static final RUNTIME_OPTION group
public static final RUNTIME_OPTION mcaddress
public static final RUNTIME_OPTION mcport
public static final RUNTIME_OPTION clustername
public static final RUNTIME_OPTION clusterpassword
public static final RUNTIME_OPTION hostaware
public static final RUNTIME_OPTION nohostaware
public static final RUNTIME_OPTION startport
public static final RUNTIME_OPTION addlibs
public static final RUNTIME_OPTION addjars
public static final RUNTIME_OPTION rootdir
public static final RUNTIME_OPTION deploymentdir
public static final RUNTIME_OPTION secretsdir
public static final RUNTIME_OPTION showservletmappings
public static final RUNTIME_OPTION domainconfig
public static final RUNTIME_OPTION minhttpthreads
public static final RUNTIME_OPTION maxhttpthreads
public static final RUNTIME_OPTION hzconfigfile
public static final RUNTIME_OPTION autobindhttp
public static final RUNTIME_OPTION autobindssl
public static final RUNTIME_OPTION autobindrange
public static final RUNTIME_OPTION lite
public static final RUNTIME_OPTION enablehealthcheck
public static final RUNTIME_OPTION logo
public static final RUNTIME_OPTION deployfromgav
public static final RUNTIME_OPTION additionalrepository
public static final RUNTIME_OPTION outputuberjar
public static final RUNTIME_OPTION copytouberjar
public static final RUNTIME_OPTION systemproperties
public static final RUNTIME_OPTION disablephonehome
public static final RUNTIME_OPTION version
public static final RUNTIME_OPTION logtofile
public static final RUNTIME_OPTION logproperties
public static final RUNTIME_OPTION accesslog
public static final RUNTIME_OPTION accesslogformat
public static final RUNTIME_OPTION enablerequesttracing
public static final RUNTIME_OPTION requesttracingthresholdunit
public static final RUNTIME_OPTION requesttracingthresholdvalue
public static final RUNTIME_OPTION enablerequesttracingadaptivesampling
public static final RUNTIME_OPTION requesttracingadaptivesamplingtargetcount
public static final RUNTIME_OPTION requesttracingadaptivesamplingtimevalue
public static final RUNTIME_OPTION requesttracingadaptivesamplingtimeunit
public static final RUNTIME_OPTION prebootcommandfile
public static final RUNTIME_OPTION postbootcommandfile
public static final RUNTIME_OPTION postdeploycommandfile
public static final RUNTIME_OPTION nested
public static final RUNTIME_OPTION unpackdir
public static final RUNTIME_OPTION clustermode
public static final RUNTIME_OPTION interfaces
public static final RUNTIME_OPTION sslcert
public static final RUNTIME_OPTION help
public static final RUNTIME_OPTION enablesni
public static final RUNTIME_OPTION hzpublicaddress
public static final RUNTIME_OPTION shutdowngrace
public static final RUNTIME_OPTION hzinitialjoinwait
public static final RUNTIME_OPTION contextroot
public static RUNTIME_OPTION[] values()
for (RUNTIME_OPTION c : RUNTIME_OPTION.values()) System.out.println(c);
public static RUNTIME_OPTION valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.