JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable , Comparable <Sync >, java.lang.constant.Constable, me.ulrich.econfig.interfaces.ConfigurationEnum
public enum Sync
extends Enum <Sync >
implements me.ulrich.econfig.interfaces.ConfigurationEnum
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
SYNC
public static final Sync SYNC
SYNC_high
public static final Sync SYNC_high
SYNC_high_enabled
public static final Sync SYNC_high_enabled
SYNC_high_mode
public static final Sync SYNC_high_mode
SYNC_high_cache_sync_delay
public static final Sync SYNC_high_cache_sync_delay
SYNC_high_max_updates
public static final Sync SYNC_high_max_updates
SYNC_high_cache_teleport_delay
public static final Sync SYNC_high_cache_teleport_delay
SYNC_high_server_name
public static final Sync SYNC_high_server_name
SYNC_high_redis_channel
public static final Sync SYNC_high_redis_channel
SYNC_high_redis_url
public static final Sync SYNC_high_redis_url
SYNC_high_debug
public static final Sync SYNC_high_debug
SYNC_high_debug_console_messages_sent
public static final Sync SYNC_high_debug_console_messages_sent
SYNC_high_debug_file_messages_sent
public static final Sync SYNC_high_debug_file_messages_sent
SYNC_high_debug_console_received_messages
public static final Sync SYNC_high_debug_console_received_messages
SYNC_high_debug_file_received_messages
public static final Sync SYNC_high_debug_file_received_messages
SYNC_high_debug_dispatch_dispatch
public static final Sync SYNC_high_debug_dispatch_dispatch
SYNC_high_debug_file_dispatch_dispatch
public static final Sync SYNC_high_debug_file_dispatch_dispatch
Method Details
values
public static Sync [] values ()
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null
getPath
Specified by:
getPath in interface me.ulrich.econfig.interfaces.ConfigurationEnum
getDefaultValue
public Object getDefaultValue ()
Specified by:
getDefaultValue in interface me.ulrich.econfig.interfaces.ConfigurationEnum