Class IgniteConstants
- java.lang.Object
-
- org.apache.camel.component.ignite.IgniteConstants
-
public final class IgniteConstants extends Object
Ignite Component constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIGNITE_CACHE_EVENT_TYPEstatic StringIGNITE_CACHE_KEYstatic StringIGNITE_CACHE_NAMEstatic StringIGNITE_CACHE_OLD_VALUEstatic StringIGNITE_CACHE_OPERATIONstatic StringIGNITE_CACHE_PEEK_MODEstatic StringIGNITE_CACHE_QUERYstatic StringIGNITE_COMPUTE_AFFINITY_CACHE_NAMEstatic StringIGNITE_COMPUTE_AFFINITY_KEYstatic StringIGNITE_COMPUTE_EXECUTION_TYPEstatic StringIGNITE_COMPUTE_PARAMSstatic StringIGNITE_COMPUTE_REDUCERstatic StringIGNITE_IDGEN_OPERATIONstatic StringIGNITE_MESSAGING_TOPICstatic StringIGNITE_MESSAGING_UUIDstatic StringIGNITE_QUEUE_MAX_ELEMENTSstatic StringIGNITE_QUEUE_OPERATIONstatic StringIGNITE_QUEUE_TIMEOUT_MILLISstatic StringIGNITE_QUEUE_TRANSFERRED_COUNTstatic StringIGNITE_SETS_OPERATION
-
-
-
Field Detail
-
IGNITE_CACHE_KEY
public static final String IGNITE_CACHE_KEY
- See Also:
- Constant Field Values
-
IGNITE_CACHE_QUERY
public static final String IGNITE_CACHE_QUERY
- See Also:
- Constant Field Values
-
IGNITE_CACHE_OPERATION
public static final String IGNITE_CACHE_OPERATION
- See Also:
- Constant Field Values
-
IGNITE_CACHE_PEEK_MODE
public static final String IGNITE_CACHE_PEEK_MODE
- See Also:
- Constant Field Values
-
IGNITE_CACHE_EVENT_TYPE
public static final String IGNITE_CACHE_EVENT_TYPE
- See Also:
- Constant Field Values
-
IGNITE_CACHE_NAME
public static final String IGNITE_CACHE_NAME
- See Also:
- Constant Field Values
-
IGNITE_CACHE_OLD_VALUE
public static final String IGNITE_CACHE_OLD_VALUE
- See Also:
- Constant Field Values
-
IGNITE_MESSAGING_TOPIC
public static final String IGNITE_MESSAGING_TOPIC
- See Also:
- Constant Field Values
-
IGNITE_MESSAGING_UUID
public static final String IGNITE_MESSAGING_UUID
- See Also:
- Constant Field Values
-
IGNITE_COMPUTE_EXECUTION_TYPE
public static final String IGNITE_COMPUTE_EXECUTION_TYPE
- See Also:
- Constant Field Values
-
IGNITE_COMPUTE_PARAMS
public static final String IGNITE_COMPUTE_PARAMS
- See Also:
- Constant Field Values
-
IGNITE_COMPUTE_REDUCER
public static final String IGNITE_COMPUTE_REDUCER
- See Also:
- Constant Field Values
-
IGNITE_COMPUTE_AFFINITY_CACHE_NAME
public static final String IGNITE_COMPUTE_AFFINITY_CACHE_NAME
- See Also:
- Constant Field Values
-
IGNITE_COMPUTE_AFFINITY_KEY
public static final String IGNITE_COMPUTE_AFFINITY_KEY
- See Also:
- Constant Field Values
-
IGNITE_SETS_OPERATION
public static final String IGNITE_SETS_OPERATION
- See Also:
- Constant Field Values
-
IGNITE_IDGEN_OPERATION
public static final String IGNITE_IDGEN_OPERATION
- See Also:
- Constant Field Values
-
IGNITE_QUEUE_OPERATION
public static final String IGNITE_QUEUE_OPERATION
- See Also:
- Constant Field Values
-
IGNITE_QUEUE_MAX_ELEMENTS
public static final String IGNITE_QUEUE_MAX_ELEMENTS
- See Also:
- Constant Field Values
-
IGNITE_QUEUE_TRANSFERRED_COUNT
public static final String IGNITE_QUEUE_TRANSFERRED_COUNT
- See Also:
- Constant Field Values
-
IGNITE_QUEUE_TIMEOUT_MILLIS
public static final String IGNITE_QUEUE_TIMEOUT_MILLIS
- See Also:
- Constant Field Values
-
-