Skip navigation links
Spring Integration Hazelcast Support
A C D E G H I K M O P R S T V 

A

AbstractHazelcastEventListener() - Constructor for class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.AbstractHazelcastEventListener
 
AbstractHazelcastMessageProducer - Class in org.springframework.integration.hazelcast.inbound
Hazelcast Base Event-Driven Message Producer.
AbstractHazelcastMessageProducer(DistributedObject) - Constructor for class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer
 
AbstractHazelcastMessageProducer.AbstractHazelcastEventListener<E> - Class in org.springframework.integration.hazelcast.inbound
 
AbstractHazelcastMessageProducer.HazelcastEntryListener<K,V> - Class in org.springframework.integration.hazelcast.inbound
 
afterSingletonsInstantiated() - Method in class org.springframework.integration.hazelcast.HazelcastLocalInstanceRegistrar
 

C

CACHE_NAME - Static variable in class org.springframework.integration.hazelcast.HazelcastHeaders
 
CacheEventType - Enum in org.springframework.integration.hazelcast
Enumeration of Cache Event Types
CacheListeningPolicyType - Enum in org.springframework.integration.hazelcast
Enumeration of Cache Listening Policy Type

D

distributedObject - Variable in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer
 
DistributedSQLIterationType - Enum in org.springframework.integration.hazelcast
Enumeration of Distributed SQL Iteration Type
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastContinuousQueryInboundChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastEventDrivenInboundChannelAdapterParser
 
doReceive() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastDistributedSQLMessageSource
 
doStart() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastContinuousQueryMessageProducer
 
doStart() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastEventDrivenMessageProducer
 
doStop() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastContinuousQueryMessageProducer
 
doStop() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastEventDrivenMessageProducer
 

E

entryAdded(EntryEvent<K, V>) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
EntryEventMessagePayload<K,V> - Class in org.springframework.integration.hazelcast.message
Hazelcast Message Payload for Entry Events
EntryEventMessagePayload(K, V, V) - Constructor for class org.springframework.integration.hazelcast.message.EntryEventMessagePayload
 
entryEvicted(EntryEvent<K, V>) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
entryRemoved(EntryEvent<K, V>) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
entryUpdated(EntryEvent<K, V>) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
equals(Object) - Method in class org.springframework.integration.hazelcast.message.EntryEventMessagePayload
 
EVENT_TYPE - Static variable in class org.springframework.integration.hazelcast.HazelcastHeaders
 

G

getBeanClass(Element) - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastContinuousQueryInboundChannelAdapterParser
 
getBeanClass(Element) - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastEventDrivenInboundChannelAdapterParser
 
getCacheEvents() - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer
 
getCacheListeningPolicy() - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer
 
getComponentType() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastContinuousQueryMessageProducer
 
getComponentType() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastDistributedSQLMessageSource
 
getComponentType() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastEventDrivenMessageProducer
 
getHazelcastRegisteredEventListenerId() - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.hazelcast.outbound.HazelcastCacheWritingMessageHandler
 
hashCode() - Method in class org.springframework.integration.hazelcast.message.EntryEventMessagePayload
 
HazelcastCacheWritingMessageHandler - Class in org.springframework.integration.hazelcast.outbound
MessageHandler implementation that writes Message payload to defined Hazelcast distributed cache object.
HazelcastCacheWritingMessageHandler(DistributedObject) - Constructor for class org.springframework.integration.hazelcast.outbound.HazelcastCacheWritingMessageHandler
 
HazelcastContinuousQueryInboundChannelAdapterParser - Class in org.springframework.integration.hazelcast.config.xml
Hazelcast Continuous Query Inbound Channel Adapter Parser parses <int-hazelcast:cq-inbound-channel-adapter/> configuration.
HazelcastContinuousQueryInboundChannelAdapterParser() - Constructor for class org.springframework.integration.hazelcast.config.xml.HazelcastContinuousQueryInboundChannelAdapterParser
 
HazelcastContinuousQueryMessageProducer - Class in org.springframework.integration.hazelcast.inbound
Hazelcast Continuous Query Message Producer is a message producer which enables AbstractHazelcastMessageProducer.HazelcastEntryListener with a SqlPredicate in order to listen related distributed map events in the light of defined predicate and sends events to related channel.
HazelcastContinuousQueryMessageProducer(IMap, String) - Constructor for class org.springframework.integration.hazelcast.inbound.HazelcastContinuousQueryMessageProducer
 
HazelcastDistributedSQLInboundChannelAdapterParser - Class in org.springframework.integration.hazelcast.config.xml
Hazelcast Distributed SQL Inbound Channel Adapter Parser parses <int-hazelcast:cq-inbound-channel-adapter/> configuration.
HazelcastDistributedSQLInboundChannelAdapterParser() - Constructor for class org.springframework.integration.hazelcast.config.xml.HazelcastDistributedSQLInboundChannelAdapterParser
 
HazelcastDistributedSQLMessageSource - Class in org.springframework.integration.hazelcast.inbound
Hazelcast Distributed SQL Message Source is a message source which runs defined distributed query in the cluster and returns results in the light of iteration type.
HazelcastDistributedSQLMessageSource(IMap, String) - Constructor for class org.springframework.integration.hazelcast.inbound.HazelcastDistributedSQLMessageSource
 
HazelcastEntryListener() - Constructor for class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
HazelcastEventDrivenInboundChannelAdapterParser - Class in org.springframework.integration.hazelcast.config.xml
Hazelcast Event Driven Inbound Channel Adapter Parser parses <int-hazelcast:inbound-channel-adapter /> configuration.
HazelcastEventDrivenInboundChannelAdapterParser() - Constructor for class org.springframework.integration.hazelcast.config.xml.HazelcastEventDrivenInboundChannelAdapterParser
 
HazelcastEventDrivenMessageProducer - Class in org.springframework.integration.hazelcast.inbound
Hazelcast Event Driven Message Producer is a message producer which enables AbstractHazelcastMessageProducer.HazelcastEntryListener, HazelcastEventDrivenMessageProducer.HazelcastItemListener and HazelcastEventDrivenMessageProducer.HazelcastMessageListener listeners in order to listen related cache events and sends events to related channel.
HazelcastEventDrivenMessageProducer(DistributedObject) - Constructor for class org.springframework.integration.hazelcast.inbound.HazelcastEventDrivenMessageProducer
 
HazelcastHeaders - Class in org.springframework.integration.hazelcast
Hazelcast Message Headers
HazelcastHeaders() - Constructor for class org.springframework.integration.hazelcast.HazelcastHeaders
 
HazelcastIntegrationConfigurationInitializer - Class in org.springframework.integration.hazelcast.config
The Hazelcast Integration infrastructure beanFactory initializer.
HazelcastIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.hazelcast.config.HazelcastIntegrationConfigurationInitializer
 
HazelcastIntegrationDefinitionValidator - Class in org.springframework.integration.hazelcast
Common Validator for Hazelcast Integration.
HazelcastIntegrationDefinitionValidator() - Constructor for class org.springframework.integration.hazelcast.HazelcastIntegrationDefinitionValidator
 
HazelcastIntegrationNamespaceHandler - Class in org.springframework.integration.hazelcast.config.xml
Namespace handler for the Hazelcast schema.
HazelcastIntegrationNamespaceHandler() - Constructor for class org.springframework.integration.hazelcast.config.xml.HazelcastIntegrationNamespaceHandler
 
HazelcastLocalInstanceRegistrar - Class in org.springframework.integration.hazelcast
This class creates an internal configuration MultiMap to cache Hazelcast instances' socket address information which used Hazelcast event-driven inbound channel adapter(s).
HazelcastLocalInstanceRegistrar() - Constructor for class org.springframework.integration.hazelcast.HazelcastLocalInstanceRegistrar
 
HazelcastMembershipListener - Class in org.springframework.integration.hazelcast.listener
Hazelcast MembershipAdapter in order to listen for membership updates in the cluster.
HazelcastMembershipListener() - Constructor for class org.springframework.integration.hazelcast.listener.HazelcastMembershipListener
 
HazelcastOutboundChannelAdapterParser - Class in org.springframework.integration.hazelcast.config.xml
Hazelcast Outbound Channel Adapter Parser for <int-hazelcast:inbound-channel-adapter />.
HazelcastOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.hazelcast.config.xml.HazelcastOutboundChannelAdapterParser
 

I

init() - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastIntegrationNamespaceHandler
 
initialize(ConfigurableListableBeanFactory) - Method in class org.springframework.integration.hazelcast.config.HazelcastIntegrationConfigurationInitializer
 

K

key - Variable in class org.springframework.integration.hazelcast.message.EntryEventMessagePayload
 

M

mapCleared(MapEvent) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
mapEvicted(MapEvent) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
MEMBER - Static variable in class org.springframework.integration.hazelcast.HazelcastHeaders
 
memberRemoved(MembershipEvent) - Method in class org.springframework.integration.hazelcast.listener.HazelcastMembershipListener
 

O

oldValue - Variable in class org.springframework.integration.hazelcast.message.EntryEventMessagePayload
 
onInit() - Method in class org.springframework.integration.hazelcast.inbound.HazelcastEventDrivenMessageProducer
 
onInit() - Method in class org.springframework.integration.hazelcast.outbound.HazelcastCacheWritingMessageHandler
 
org.springframework.integration.hazelcast - package org.springframework.integration.hazelcast
Provides common used types and classes.
org.springframework.integration.hazelcast.config - package org.springframework.integration.hazelcast.config
Provides classes for configuration.
org.springframework.integration.hazelcast.config.xml - package org.springframework.integration.hazelcast.config.xml
Provides classes for parsers and namespace handlers.
org.springframework.integration.hazelcast.inbound - package org.springframework.integration.hazelcast.inbound
Provides classes supporting inbound endpoints.
org.springframework.integration.hazelcast.listener - package org.springframework.integration.hazelcast.listener
Provides classes for listeners.
org.springframework.integration.hazelcast.message - package org.springframework.integration.hazelcast.message
Provides classes supporting Hazelcast message headers and payload.
org.springframework.integration.hazelcast.outbound - package org.springframework.integration.hazelcast.outbound
Provides classes supporting outbound endpoints.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastOutboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastDistributedSQLInboundChannelAdapterParser
 
processEvent(E) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.AbstractHazelcastEventListener
 
processEvent(AbstractIMapEvent) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
PUBLISHING_TIME - Static variable in class org.springframework.integration.hazelcast.HazelcastHeaders
 

R

resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastContinuousQueryInboundChannelAdapterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.hazelcast.config.xml.HazelcastEventDrivenInboundChannelAdapterParser
 

S

sendMessage(E, InetSocketAddress, CacheListeningPolicyType) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.AbstractHazelcastEventListener
 
setCacheEventTypes(String) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer
 
setCacheListeningPolicy(CacheListeningPolicyType) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer
 
setHazelcastRegisteredEventListenerId(String) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer
 
setIncludeValue(boolean) - Method in class org.springframework.integration.hazelcast.inbound.HazelcastContinuousQueryMessageProducer
 
setIterationType(DistributedSQLIterationType) - Method in class org.springframework.integration.hazelcast.inbound.HazelcastDistributedSQLMessageSource
 
SPRING_INTEGRATION_INTERNAL_CLUSTER_LOCK - Static variable in class org.springframework.integration.hazelcast.HazelcastLocalInstanceRegistrar
 
SPRING_INTEGRATION_INTERNAL_CLUSTER_MULTIMAP - Static variable in class org.springframework.integration.hazelcast.HazelcastLocalInstanceRegistrar
 

T

toMessage(E) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.AbstractHazelcastEventListener
 
toMessage(AbstractIMapEvent) - Method in class org.springframework.integration.hazelcast.inbound.AbstractHazelcastMessageProducer.HazelcastEntryListener
 
toString() - Method in class org.springframework.integration.hazelcast.message.EntryEventMessagePayload
 

V

validateCacheEventsByDistributedObject(DistributedObject, Set<String>) - Static method in class org.springframework.integration.hazelcast.HazelcastIntegrationDefinitionValidator
 
validateCacheTypeForCacheWritingMessageHandler(DistributedObject) - Static method in class org.springframework.integration.hazelcast.HazelcastIntegrationDefinitionValidator
 
validateCacheTypeForEventDrivenMessageProducer(DistributedObject) - Static method in class org.springframework.integration.hazelcast.HazelcastIntegrationDefinitionValidator
 
validateEnumType(Class<E>, String) - Static method in class org.springframework.integration.hazelcast.HazelcastIntegrationDefinitionValidator
 
value - Variable in class org.springframework.integration.hazelcast.message.EntryEventMessagePayload
 
valueOf(String) - Static method in enum org.springframework.integration.hazelcast.CacheEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.integration.hazelcast.CacheListeningPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.integration.hazelcast.DistributedSQLIterationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.hazelcast.CacheEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.integration.hazelcast.CacheListeningPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.integration.hazelcast.DistributedSQLIterationType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I K M O P R S T V 
Skip navigation links
Spring Integration Hazelcast Support