Class HazelcastConstants
- java.lang.Object
-
- org.apache.camel.component.hazelcast.HazelcastConstants
-
public final class HazelcastConstants extends Object
-
-
Field Summary
-
-
-
Field Detail
-
SCHEME_ATOMIC_VALUE
public static final String SCHEME_ATOMIC_VALUE
All the schemes- See Also:
- Constant Field Values
-
SCHEME_INSTANCE
public static final String SCHEME_INSTANCE
- See Also:
- Constant Field Values
-
SCHEME_LIST
public static final String SCHEME_LIST
- See Also:
- Constant Field Values
-
SCHEME_MAP
public static final String SCHEME_MAP
- See Also:
- Constant Field Values
-
SCHEME_MULTIMAP
public static final String SCHEME_MULTIMAP
- See Also:
- Constant Field Values
-
SCHEME_QUEUE
public static final String SCHEME_QUEUE
- See Also:
- Constant Field Values
-
SCHEME_REPLICATED_MAP
public static final String SCHEME_REPLICATED_MAP
- See Also:
- Constant Field Values
-
SCHEME_RING_BUFFER
public static final String SCHEME_RING_BUFFER
- See Also:
- Constant Field Values
-
SCHEME_SEDA
public static final String SCHEME_SEDA
- See Also:
- Constant Field Values
-
SCHEME_SET
public static final String SCHEME_SET
- See Also:
- Constant Field Values
-
SCHEME_TOPIC
public static final String SCHEME_TOPIC
- See Also:
- Constant Field Values
-
MAP_PREFIX
public static final String MAP_PREFIX
- See Also:
- Constant Field Values
-
MULTIMAP_PREFIX
public static final String MULTIMAP_PREFIX
- See Also:
- Constant Field Values
-
REPLICATEDMAP_PREFIX
public static final String REPLICATEDMAP_PREFIX
- See Also:
- Constant Field Values
-
ATOMICNUMBER_PREFIX
public static final String ATOMICNUMBER_PREFIX
- See Also:
- Constant Field Values
-
INSTANCE_PREFIX
public static final String INSTANCE_PREFIX
- See Also:
- Constant Field Values
-
QUEUE_PREFIX
public static final String QUEUE_PREFIX
- See Also:
- Constant Field Values
-
TOPIC_PREFIX
public static final String TOPIC_PREFIX
- See Also:
- Constant Field Values
-
SEDA_PREFIX
public static final String SEDA_PREFIX
- See Also:
- Constant Field Values
-
LIST_PREFIX
public static final String LIST_PREFIX
- See Also:
- Constant Field Values
-
SET_PREFIX
public static final String SET_PREFIX
- See Also:
- Constant Field Values
-
RINGBUFFER_PREFIX
public static final String RINGBUFFER_PREFIX
- See Also:
- Constant Field Values
-
OBJECT_ID
@Metadata(description="the object id to store / find your object inside the cache", javaType="String", applicableFor={"hazelcast-multimap","hazelcast-replicatedmap","hazelcast-list","hazelcast-queue","hazelcast-set","hazelcast-map","hazelcast-topic"}) public static final String OBJECT_ID
- See Also:
- Constant Field Values
-
OBJECT_POS
@Metadata(label="producer", description="The index of the object", javaType="Integer", applicableFor="hazelcast-list") public static final String OBJECT_POS
- See Also:
- Constant Field Values
-
OBJECT_VALUE
@Metadata(label="producer", description="The old value", javaType="Object", applicableFor="hazelcast-map") public static final String OBJECT_VALUE
- See Also:
- Constant Field Values
-
TTL_VALUE
@Metadata(label="producer", description="The value of the TTL", javaType="Integer", applicableFor="hazelcast-map") public static final String TTL_VALUE
- See Also:
- Constant Field Values
-
TTL_UNIT
@Metadata(label="producer", description="The value of time unit ( DAYS / HOURS / MINUTES / ....", javaType="java.util.concurrent.TimeUnit", applicableFor="hazelcast-map") public static final String TTL_UNIT
- See Also:
- Constant Field Values
-
QUERY
@Metadata(label="producer", description="The query to execute against the map with a sql like syntax (see http://www.hazelcast.com/)", javaType="String", applicableFor="hazelcast-map") public static final String QUERY
- See Also:
- Constant Field Values
-
EXPECTED_VALUE
public static final String EXPECTED_VALUE
- See Also:
- Constant Field Values
-
DRAIN_TO_COLLECTION
@Metadata(label="producer", description="The collection to transfer elements into", javaType="Collection", applicableFor="hazelcast-queue") public static final String DRAIN_TO_COLLECTION
- See Also:
- Constant Field Values
-
LISTENER_ACTION
@Metadata(label="consumer", description="The type of event - here *added* and *removed*", javaType="String", applicableFor={"hazelcast-multimap","hazelcast-replicatedmap","hazelcast-list","hazelcast-queue","hazelcast-set","hazelcast-map","hazelcast-topic","hazelcast-instance"}) public static final String LISTENER_ACTION
- See Also:
- Constant Field Values
-
LISTENER_TYPE
@Metadata(label="consumer", description="The map consumer", javaType="String", applicableFor={"hazelcast-multimap","hazelcast-replicatedmap","hazelcast-list","hazelcast-queue","hazelcast-set","hazelcast-map","hazelcast-topic","hazelcast-instance"}) public static final String LISTENER_TYPE
- See Also:
- Constant Field Values
-
LISTENER_TIME
@Metadata(label="consumer", description="The time of the event in millis", javaType="Long", applicableFor={"hazelcast-multimap","hazelcast-replicatedmap","hazelcast-list","hazelcast-queue","hazelcast-set","hazelcast-map","hazelcast-topic","hazelcast-instance"}) public static final String LISTENER_TIME
- See Also:
- Constant Field Values
-
INSTANCE_HOST
@Metadata(label="consumer", description="The host name of the instance", javaType="String", applicableFor="hazelcast-instance") public static final String INSTANCE_HOST
- See Also:
- Constant Field Values
-
INSTANCE_PORT
@Metadata(label="consumer", description="The port number of the instance", javaType="Integer", applicableFor="hazelcast-instance") public static final String INSTANCE_PORT
- See Also:
- Constant Field Values
-
CACHE_NAME
@Metadata(label="consumer", description="The name of the cache - e.g. \"foo\"", javaType="String", applicableFor={"hazelcast-multimap","hazelcast-replicatedmap","hazelcast-list","hazelcast-queue","hazelcast-set","hazelcast-map","hazelcast-topic"}) public static final String CACHE_NAME
- See Also:
- Constant Field Values
-
CACHE_TYPE
@Metadata(description="The type of the cache - here multimap", javaType="String", applicableFor="hazelcast-multimap") public static final String CACHE_TYPE
- See Also:
- Constant Field Values
-
OPERATION
@Metadata(label="producer", description="The operation to perform", javaType="String", applicableFor={"hazelcast-multimap","hazelcast-replicatedmap","hazelcast-list","hazelcast-queue","hazelcast-set","hazelcast-map","hazelcast-topic","hazelcast-atomicvalue","hazelcast-ringbuffer"}) public static final String OPERATION
- See Also:
- Constant Field Values
-
PUT_OPERATION
@Deprecated public static final String PUT_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
DELETE_OPERATION
@Deprecated public static final String DELETE_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
GET_OPERATION
@Deprecated public static final String GET_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
UPDATE_OPERATION
@Deprecated public static final String UPDATE_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
QUERY_OPERATION
@Deprecated public static final String QUERY_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
GET_ALL_OPERATION
@Deprecated public static final String GET_ALL_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
CLEAR_OPERATION
@Deprecated public static final String CLEAR_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
PUT_IF_ABSENT_OPERATION
@Deprecated public static final String PUT_IF_ABSENT_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
ADD_ALL_OPERATION
@Deprecated public static final String ADD_ALL_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
REMOVE_ALL_OPERATION
@Deprecated public static final String REMOVE_ALL_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
RETAIN_ALL_OPERATION
@Deprecated public static final String RETAIN_ALL_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
EVICT_OPERATION
@Deprecated public static final String EVICT_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
EVICT_ALL_OPERATION
@Deprecated public static final String EVICT_ALL_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
VALUE_COUNT_OPERATION
@Deprecated public static final String VALUE_COUNT_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
CONTAINS_KEY_OPERATION
@Deprecated public static final String CONTAINS_KEY_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
CONTAINS_VALUE_OPERATION
@Deprecated public static final String CONTAINS_VALUE_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
GET_KEYS_OPERATION
@Deprecated public static final String GET_KEYS_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
REMOVEVALUE_OPERATION
@Deprecated public static final String REMOVEVALUE_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
INCREMENT_OPERATION
@Deprecated public static final String INCREMENT_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
DECREMENT_OPERATION
@Deprecated public static final String DECREMENT_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
SETVALUE_OPERATION
@Deprecated public static final String SETVALUE_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
DESTROY_OPERATION
@Deprecated public static final String DESTROY_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
COMPARE_AND_SET_OPERATION
@Deprecated public static final String COMPARE_AND_SET_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
GET_AND_ADD_OPERATION
@Deprecated public static final String GET_AND_ADD_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
ADD_OPERATION
@Deprecated public static final String ADD_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
OFFER_OPERATION
@Deprecated public static final String OFFER_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
PEEK_OPERATION
@Deprecated public static final String PEEK_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
POLL_OPERATION
@Deprecated public static final String POLL_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
REMAINING_CAPACITY_OPERATION
@Deprecated public static final String REMAINING_CAPACITY_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
DRAIN_TO_OPERATION
@Deprecated public static final String DRAIN_TO_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
PUBLISH_OPERATION
@Deprecated public static final String PUBLISH_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
READ_ONCE_HEAD_OPERATION
@Deprecated public static final String READ_ONCE_HEAD_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
READ_ONCE_TAIL_OPERATION
@Deprecated public static final String READ_ONCE_TAIL_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
GET_CAPACITY_OPERATION
@Deprecated public static final String GET_CAPACITY_OPERATION
Deprecated.- See Also:
- Constant Field Values
-
REMOVED
public static final String REMOVED
- See Also:
- Constant Field Values
-
EVICTED
public static final String EVICTED
- See Also:
- Constant Field Values
-
EXPIRED
public static final String EXPIRED
- See Also:
- Constant Field Values
-
UPDATED
public static final String UPDATED
- See Also:
- Constant Field Values
-
ADDED
public static final String ADDED
- See Also:
- Constant Field Values
-
RECEIVED
public static final String RECEIVED
- See Also:
- Constant Field Values
-
MAP
public static final String MAP
- See Also:
- Constant Field Values
-
MULTIMAP
public static final String MULTIMAP
- See Also:
- Constant Field Values
-
ATOMICNUMBER
public static final String ATOMICNUMBER
- See Also:
- Constant Field Values
-
QUEUE
public static final String QUEUE
- See Also:
- Constant Field Values
-
CACHE_LISTENER
public static final String CACHE_LISTENER
- See Also:
- Constant Field Values
-
INSTANCE_LISTENER
public static final String INSTANCE_LISTENER
- See Also:
- Constant Field Values
-
ITEM_LISTENER
public static final String ITEM_LISTENER
- See Also:
- Constant Field Values
-
OPERATION_PARAM
public static final String OPERATION_PARAM
- See Also:
- Constant Field Values
-
HAZELCAST_INSTANCE_NAME_PARAM
public static final String HAZELCAST_INSTANCE_NAME_PARAM
- See Also:
- Constant Field Values
-
HAZELCAST_INSTANCE_PARAM
public static final String HAZELCAST_INSTANCE_PARAM
- See Also:
- Constant Field Values
-
HAZELCAST_CONFIGU_PARAM
public static final String HAZELCAST_CONFIGU_PARAM
- See Also:
- Constant Field Values
-
HAZELCAST_CONFIGU_URI_PARAM
public static final String HAZELCAST_CONFIGU_URI_PARAM
- See Also:
- Constant Field Values
-
HAZELCAST_NODE_MODE
public static final String HAZELCAST_NODE_MODE
- See Also:
- Constant Field Values
-
HAZELCAST_CLIENT_MODE
public static final String HAZELCAST_CLIENT_MODE
- See Also:
- Constant Field Values
-
-