VMware GemFire Java API Reference
Package org.apache.geode.management.cli
Interface ConverterHint
-
public interface ConverterHintUsed inCliOptionannotations to indicate which converter(s) should or should not be used.- Since:
- GemFire 8.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringALL_MEMBER_IDNAMEHint to be used for all types of GemFire cluster membersstatic StringDEPENDENCIESstatic StringDISABLE_ENUM_CONVERTERstatic StringDISABLE_STRING_CONVERTERstatic StringDISKSTOREstatic StringFILEstatic StringFILE_PATHstatic StringGATEWAY_SENDER_IDstatic StringHELPstatic StringHINTstatic StringINDEX_TYPEstatic StringJARDIRstatic StringJARFILESstatic StringLOCATOR_DISCOVERY_CONFIGHint to be used for configured locators for discoverystatic StringLOCATOR_MEMBER_IDNAMEHint to be used for GemFire stand-alone locator membersstatic StringLOG_LEVELstatic StringMEMBERGROUPstatic StringMEMBERIDNAMEHint to be used for all non locator GemFire cluster membersstatic StringREGION_PATH
-
-
-
Field Detail
-
DISABLE_STRING_CONVERTER
static final String DISABLE_STRING_CONVERTER
- See Also:
- Constant Field Values
-
DISABLE_ENUM_CONVERTER
static final String DISABLE_ENUM_CONVERTER
- See Also:
- Constant Field Values
-
DISKSTORE
static final String DISKSTORE
- See Also:
- Constant Field Values
-
FILE
static final String FILE
- See Also:
- Constant Field Values
-
FILE_PATH
static final String FILE_PATH
- See Also:
- Constant Field Values
-
HINT
static final String HINT
- See Also:
- Constant Field Values
-
HELP
static final String HELP
- See Also:
- Constant Field Values
-
MEMBERGROUP
static final String MEMBERGROUP
- See Also:
- Constant Field Values
-
ALL_MEMBER_IDNAME
static final String ALL_MEMBER_IDNAME
Hint to be used for all types of GemFire cluster members- See Also:
- Constant Field Values
-
MEMBERIDNAME
static final String MEMBERIDNAME
Hint to be used for all non locator GemFire cluster members- See Also:
- Constant Field Values
-
LOCATOR_MEMBER_IDNAME
static final String LOCATOR_MEMBER_IDNAME
Hint to be used for GemFire stand-alone locator members- See Also:
- Constant Field Values
-
LOCATOR_DISCOVERY_CONFIG
static final String LOCATOR_DISCOVERY_CONFIG
Hint to be used for configured locators for discovery- See Also:
- Constant Field Values
-
REGION_PATH
static final String REGION_PATH
- See Also:
- Constant Field Values
-
INDEX_TYPE
static final String INDEX_TYPE
- See Also:
- Constant Field Values
-
GATEWAY_SENDER_ID
static final String GATEWAY_SENDER_ID
- See Also:
- Constant Field Values
-
LOG_LEVEL
static final String LOG_LEVEL
- See Also:
- Constant Field Values
-
JARFILES
static final String JARFILES
- See Also:
- Constant Field Values
-
JARDIR
static final String JARDIR
- See Also:
- Constant Field Values
-
DEPENDENCIES
static final String DEPENDENCIES
- See Also:
- Constant Field Values
-
-