Class HazelcastMapEndpointBuilderFactory.HazelcastMapHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.HazelcastMapEndpointBuilderFactory.HazelcastMapHeaderNameBuilder
-
- Enclosing interface:
- HazelcastMapEndpointBuilderFactory
public static class HazelcastMapEndpointBuilderFactory.HazelcastMapHeaderNameBuilder extends Object
The builder of headers' name for the Hazelcast Map component.
-
-
Constructor Summary
Constructors Constructor Description HazelcastMapHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringhazelcastCacheName()The name of the cache - e.g.StringhazelcastListenerAction()The type of event - here added and removed.StringhazelcastListenerTime()The time of the event in millis.StringhazelcastListenerType()The map consumer.StringhazelcastObjectId()the object id to store / find your object inside the cache.StringhazelcastObjectTtlUnit()The value of time unit ( DAYS / HOURS / MINUTES / ....StringhazelcastObjectTtlValue()The value of the TTL.StringhazelcastObjectValue()The old value.StringhazelcastOperationType()The operation to perform.StringhazelcastQuery()The query to execute against the map with a sql like syntax (see http://www.hazelcast.com/).
-
-
-
Method Detail
-
hazelcastObjectId
public String hazelcastObjectId()
the object id to store / find your object inside the cache. The option is a:Stringtype. Group: common- Returns:
- the name of the header
HazelcastObjectId.
-
hazelcastObjectValue
public String hazelcastObjectValue()
The old value. The option is a:Objecttype. Group: producer- Returns:
- the name of the header
HazelcastObjectValue.
-
hazelcastObjectTtlValue
public String hazelcastObjectTtlValue()
The value of the TTL. The option is a:Integertype. Group: producer- Returns:
- the name of the header
HazelcastObjectTtlValue.
-
hazelcastObjectTtlUnit
public String hazelcastObjectTtlUnit()
The value of time unit ( DAYS / HOURS / MINUTES / .... The option is a:java.util.concurrent.TimeUnittype. Group: producer- Returns:
- the name of the header
HazelcastObjectTtlUnit.
-
hazelcastQuery
public String hazelcastQuery()
The query to execute against the map with a sql like syntax (see http://www.hazelcast.com/). The option is a:Stringtype. Group: producer- Returns:
- the name of the header
HazelcastQuery.
-
hazelcastListenerAction
public String hazelcastListenerAction()
The type of event - here added and removed. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
HazelcastListenerAction.
-
hazelcastListenerType
public String hazelcastListenerType()
The map consumer. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
HazelcastListenerType.
-
hazelcastListenerTime
public String hazelcastListenerTime()
The time of the event in millis. The option is a:Longtype. Group: consumer- Returns:
- the name of the header
HazelcastListenerTime.
-
hazelcastCacheName
public String hazelcastCacheName()
The name of the cache - e.g. foo. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
HazelcastCacheName.
-
hazelcastOperationType
public String hazelcastOperationType()
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
HazelcastOperationType.
-
-