public enum SelectorMode extends Enum<SelectorMode>
| Enum Constant and Description | 
|---|
SELECT  | 
SELECT_NOW  | 
SELECT_WITH_FIX  | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
SELECT_NOW_STRING  | 
static String | 
SELECT_STRING  | 
static String | 
SELECT_WITH_FIX_STRING  | 
| Modifier and Type | Method and Description | 
|---|---|
static SelectorMode | 
fromString(String value)  | 
static String | 
getConfiguredString()  | 
static SelectorMode | 
getConfiguredValue()  | 
static SelectorMode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SelectorMode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SelectorMode SELECT
public static final SelectorMode SELECT_NOW
public static final SelectorMode SELECT_WITH_FIX
public static final String SELECT_STRING
public static final String SELECT_WITH_FIX_STRING
public static final String SELECT_NOW_STRING
public static SelectorMode[] values()
for (SelectorMode c : SelectorMode.values()) System.out.println(c);
public static SelectorMode 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 nullpublic static SelectorMode getConfiguredValue()
public static String getConfiguredString()
public static SelectorMode fromString(String value)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.