- 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 or payload to defined
Hazelcast distributed cache object.
- HazelcastCacheWritingMessageHandler() - Constructor for class org.springframework.integration.hazelcast.outbound.HazelcastCacheWritingMessageHandler
-
- HazelcastClusterMonitorInboundChannelAdapterParser - Class in org.springframework.integration.hazelcast.config.xml
-
Parser for the <int-hazelcast:cm-inbound-channel-adapter /> component.
- HazelcastClusterMonitorInboundChannelAdapterParser() - Constructor for class org.springframework.integration.hazelcast.config.xml.HazelcastClusterMonitorInboundChannelAdapterParser
-
- HazelcastClusterMonitorMessageProducer - Class in org.springframework.integration.hazelcast.inbound
-
Hazelcast Cluster Monitor Event Driven Message Producer is a message producer which
enables HazelcastClusterMonitorMessageProducer.HazelcastClusterMonitorListener
listener in order to listen cluster related events and sends events to related channel.
- HazelcastClusterMonitorMessageProducer(HazelcastInstance) - Constructor for class org.springframework.integration.hazelcast.inbound.HazelcastClusterMonitorMessageProducer
-
- HazelcastContext() - Constructor for class org.springframework.integration.hazelcast.leader.LeaderInitiator.HazelcastContext
-
- 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:ds-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.
- 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
-
- HazelcastLocalInstanceRegistrar(HazelcastInstance) - Constructor for class org.springframework.integration.hazelcast.HazelcastLocalInstanceRegistrar
-
- HazelcastLockRegistry - Class in org.springframework.integration.hazelcast.lock
-
A LockRegistry implementation Hazelcast distributed locks.
- HazelcastLockRegistry(HazelcastInstance) - Constructor for class org.springframework.integration.hazelcast.lock.HazelcastLockRegistry
-
- 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
-
- HazelcastMessageStore - Class in org.springframework.integration.hazelcast.store
-
The Hazelcast IMap-based AbstractKeyValueMessageStore implementation.
- HazelcastMessageStore(HazelcastInstance) - Constructor for class org.springframework.integration.hazelcast.store.HazelcastMessageStore
-
- HazelcastMessageStore(IMap<Object, Object>) - Constructor for class org.springframework.integration.hazelcast.store.HazelcastMessageStore
-
- HazelcastMetadataStore - Class in org.springframework.integration.hazelcast.metadata
-
The Hazelcast IMap-based ListenableMetadataStore implementation.
- HazelcastMetadataStore(HazelcastInstance) - Constructor for class org.springframework.integration.hazelcast.metadata.HazelcastMetadataStore
-
- HazelcastMetadataStore(IMap<String, String>) - Constructor for class org.springframework.integration.hazelcast.metadata.HazelcastMetadataStore
-
- 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
-