Enum Class SynchronyEnv
- All Implemented Interfaces:
Serializable
,Comparable<SynchronyEnv>
,Constable
Represents each possible Synchrony environmental variable, and optionally a default value.
- Since:
- 6.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic Properties
Get the default propertiesstatic SynchronyEnv
Returns the enum constant of this class with the specified name.static SynchronyEnv[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Host
-
JdbcUrl
-
JdbcUser
-
JdbcPassword
-
JwtPublicKey
-
JwtPrivateKey
-
ServiceUrl
-
Port
-
AlephPort
-
AlephBind
-
ContextPath
-
HazelcastGroupName
-
HazelcastPort
-
HazelcastInterfaces
-
ClusterAuthenticationSecret
-
ClusterAuthenticationEnabled
-
ClusterImpl
-
ClusterJoinType
-
ClusterJoinMulticastGroup
-
ClusterJoinMulticastPort
-
ClusterJoinTCPIPMembers
-
ClusterJoinAwsAccess
-
ClusterJoinAwsSecret
-
ClusterJoinAwsRegion
-
ClusterJoinAwsGroup
-
ClusterJoinAwsTagKey
-
ClusterJoinAwsTagValue
-
ClusterJoinAwsHeader
-
ClusterJoinAwsIam
-
DefaultLogging
-
Memory
-
StackSpace
-
WatchPid
-
ExtractDirectory
-
WorkingDirectory
-
FeatureAuthToken
-
AuthTokens
-
-
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
-
getEnvName
-
getDefaultValue
-
getDefaultProperties
Get the default properties- Returns:
- the defaultProperties object (created with data from the properties file if it does not exist)
-