A C D E G H I O P S V

A

afterPropertiesSet() - Method in class org.springframework.integration.gemfire.store.GemfireMessageStore
 

C

CacheListeningMessageProducer - Class in org.springframework.integration.gemfire.inbound
An inbound endpoint that listens to a GemFire region for events and then publishes Messages to a channel.
CacheListeningMessageProducer(Region<?, ?>) - Constructor for class org.springframework.integration.gemfire.inbound.CacheListeningMessageProducer
 
CacheWritingMessageHandler - Class in org.springframework.integration.gemfire.outbound
A MessageHandler implementation that writes to a GemFire Region.
CacheWritingMessageHandler(Region) - Constructor for class org.springframework.integration.gemfire.outbound.CacheWritingMessageHandler
 
ContinuousQueryMessageProducer - Class in org.springframework.integration.gemfire.inbound
Responds to a Gemfire continuous query (set using the #query field) that is constantly evaluated against a cache Region.
ContinuousQueryMessageProducer(ContinuousQueryListenerContainer, String) - Constructor for class org.springframework.integration.gemfire.inbound.ContinuousQueryMessageProducer
 
CqEventType - Enum in org.springframework.integration.gemfire.inbound
Enumeration of GemFire Continuous Query Event Types

D

doListKeys(String) - Method in class org.springframework.integration.gemfire.store.GemfireMessageStore
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.gemfire.config.xml.GemfireCqInboundChannelAdapterParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.gemfire.config.xml.GemfireInboundChannelAdapterParser
 
doRemove(Object) - Method in class org.springframework.integration.gemfire.store.GemfireMessageStore
 
doRetrieve(Object) - Method in class org.springframework.integration.gemfire.store.GemfireMessageStore
 
doStart() - Method in class org.springframework.integration.gemfire.inbound.CacheListeningMessageProducer
 
doStop() - Method in class org.springframework.integration.gemfire.inbound.CacheListeningMessageProducer
 
doStore(Object, Object) - Method in class org.springframework.integration.gemfire.store.GemfireMessageStore
 

E

EventType - Enum in org.springframework.integration.gemfire.inbound
Enumeration of GemFire event types.

G

GemfireCqInboundChannelAdapterParser - Class in org.springframework.integration.gemfire.config.xml
 
GemfireCqInboundChannelAdapterParser() - Constructor for class org.springframework.integration.gemfire.config.xml.GemfireCqInboundChannelAdapterParser
 
GemfireInboundChannelAdapterParser - Class in org.springframework.integration.gemfire.config.xml
 
GemfireInboundChannelAdapterParser() - Constructor for class org.springframework.integration.gemfire.config.xml.GemfireInboundChannelAdapterParser
 
GemfireIntegrationNamespaceHandler - Class in org.springframework.integration.gemfire.config.xml
 
GemfireIntegrationNamespaceHandler() - Constructor for class org.springframework.integration.gemfire.config.xml.GemfireIntegrationNamespaceHandler
 
GemfireMessageStore - Class in org.springframework.integration.gemfire.store
Gemfire implementation of the key/value style MessageStore and MessageGroupStore
GemfireMessageStore(Region<Object, Object>) - Constructor for class org.springframework.integration.gemfire.store.GemfireMessageStore
Provides the region to be used for the message store.
GemfireMessageStore(Cache) - Constructor for class org.springframework.integration.gemfire.store.GemfireMessageStore
Provides a cache reference used to create a message store region named 'messageStoreRegion'
GemfireOutboundChannelAdapterParser - Class in org.springframework.integration.gemfire.config.xml
 
GemfireOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.gemfire.config.xml.GemfireOutboundChannelAdapterParser
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.gemfire.outbound.CacheWritingMessageHandler
 

I

init() - Method in class org.springframework.integration.gemfire.config.xml.GemfireIntegrationNamespaceHandler
 

O

onEvent(CqEvent) - Method in class org.springframework.integration.gemfire.inbound.ContinuousQueryMessageProducer
 
onInit() - Method in class org.springframework.integration.gemfire.inbound.ContinuousQueryMessageProducer
 
org.springframework.integration.gemfire.config.xml - package org.springframework.integration.gemfire.config.xml
Provides classes for configuration - parsers, namespace handlers.
org.springframework.integration.gemfire.inbound - package org.springframework.integration.gemfire.inbound
Provides classes supporting inbound endpoints.
org.springframework.integration.gemfire.outbound - package org.springframework.integration.gemfire.outbound
Provides classes supporting outbound endpoints.
org.springframework.integration.gemfire.store - package org.springframework.integration.gemfire.store
Provides classes releated to storing messages.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.gemfire.config.xml.GemfireOutboundChannelAdapterParser
 

S

setCacheEntries(Map<String, String>) - Method in class org.springframework.integration.gemfire.outbound.CacheWritingMessageHandler
 
setDurable(boolean) - Method in class org.springframework.integration.gemfire.inbound.ContinuousQueryMessageProducer
 
setIgnoreJta(boolean) - Method in class org.springframework.integration.gemfire.store.GemfireMessageStore
 
setQueryName(String) - Method in class org.springframework.integration.gemfire.inbound.ContinuousQueryMessageProducer
 
setSupportedEventTypes(EventType...) - Method in class org.springframework.integration.gemfire.inbound.CacheListeningMessageProducer
 
setSupportedEventTypes(CqEventType...) - Method in class org.springframework.integration.gemfire.inbound.ContinuousQueryMessageProducer
 

V

valueOf(String) - Static method in enum org.springframework.integration.gemfire.inbound.CqEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.integration.gemfire.inbound.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.gemfire.inbound.CqEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.integration.gemfire.inbound.EventType
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E G H I O P S V