Skip navigation links
Spring Data GemFire
A B C D E F G H I J K L M N O P Q R S T U V W 

A

abbreviation() - Method in enum org.springframework.data.gemfire.config.annotation.EnableExpiration.ExpirationType
Returns the abbreviation for this EnableExpiration.ExpirationType.
AbstractCacheConfiguration - Class in org.springframework.data.gemfire.config.annotation
AbstractCacheConfiguration is an abstract base class for configuring either a Pivotal GemFire/Apache Geode client or peer-based cache instance using Spring's Java-based, Annotation Configuration support.
AbstractCacheConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
AbstractFactoryBeanSupport<T> - Class in org.springframework.data.gemfire.support
The AbstractFactoryBeanSupport class is an abstract Spring FactoryBean base class implementation encapsulating operations common to SDG's FactoryBean implementations.
AbstractFactoryBeanSupport() - Constructor for class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
 
AbstractFactoryBeanSupport.StringFormatSupplier - Class in org.springframework.data.gemfire.support
 
AbstractFactoryBeanSupport.Supplier<T> - Interface in org.springframework.data.gemfire.support
 
AbstractFilter<T> - Class in org.springframework.data.gemfire.util
The AbstractFilter class is an abstract base class encapsulating functionality common to all Filter implementations.
AbstractFilter() - Constructor for class org.springframework.data.gemfire.util.AbstractFilter
 
AbstractGemFireAsLastResourceAspectSupport - Class in org.springframework.data.gemfire.config.annotation.support
AbstractGemFireAsLastResourceAspectSupport is an abstract base class encapsulating functionality common to all AOP Aspect extensions/implementations involving the GemFire JCA ResourceAdapter object registered in the JNDI context of a managed environment.
AbstractGemFireAsLastResourceAspectSupport() - Constructor for class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
 
AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder - Class in org.springframework.data.gemfire.config.annotation.support
 
AbstractPropertyEditorConverterSupport<T> - Class in org.springframework.data.gemfire.support
The AbstractPropertyEditorConverterSupport class is an abstract base class for Spring Converter implementations that also implement the JavaBeans PropertyEditor interface.
AbstractPropertyEditorConverterSupport() - Constructor for class org.springframework.data.gemfire.support.AbstractPropertyEditorConverterSupport
 
AbstractQueryPostProcessor<T extends Repository,QUERY> - Class in org.springframework.data.gemfire.repository.query
The AbstractQueryPostProcessor class is an abstract base class for simplifying the implementation of QueryPostProcessors.
AbstractQueryPostProcessor() - Constructor for class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor
 
AbstractQueryPostProcessor.ComposableQueryPostProcessor<T extends Repository,QUERY> - Class in org.springframework.data.gemfire.repository.query
 
AbstractWANComponentFactoryBean<T> - Class in org.springframework.data.gemfire.wan
Base class for GemFire WAN Gateway component factory beans.
AbstractWANComponentFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
accept(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeAllTypesFilter
 
accept(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeComGemstoneGemFireTypesFilter
 
accept(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeJavaTypesFilter
 
accept(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeNullTypesFilter
 
accept(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeOrgSpringFrameworkTypesFilter
 
accept(Map.Entry<K, V>) - Method in class org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter
Determines whether the following Map Entry is accepted by this composed SnapshotFilter implementation.
accept(File) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
 
accept(T) - Method in interface org.springframework.data.gemfire.util.Filter
Evaluates the given Object and determines whether the Object is accepted based on the filter criteria.
ACCEPTED_FILE_EXTENSIONS - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
 
accepts(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Determines whether the given Object (e.g.
accepts(String) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Determine whether the Region identified by name is accepted for Eviction policy configuration.
accepts(Region) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Determines whether to apply this expiration policy to the given Region.
accepts(String) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Determines whether to apply this expiration policy to the given Region identified by name.
acquire(GFConnectionFactory) - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
acquire(GFConnectionFactory, boolean, AbstractGemFireAsLastResourceAspectSupport.Consumer<String>) - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
action() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
add(Properties) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
add(ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
 
add(ConnectionEndpoint...) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Adds the array of ConnectionEndpoints to this list.
add(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Adds the Iterable collection of ConnectionEndpoints to this list.
add(Properties) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Null-safe method to add all the Properties to this builder.
add(PropertiesBuilder) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Null-safe method to add all the Properties from the provided PropertiesBuilder to this builder.
addAll(T, Iterable<E>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Adds all elements from the given Iterable to the Collection.
AddCacheServerConfiguration - Class in org.springframework.data.gemfire.config.annotation
The AddCacheServerConfiguration class is a Spring ImportBeanDefinitionRegistrar that registers a CacheServerFactoryBean definition for the CacheServer configuration meta-data defined in EnableCacheServer.
AddCacheServerConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AddCacheServerConfiguration
 
AddCacheServersConfiguration - Class in org.springframework.data.gemfire.config.annotation
The AddCacheServersConfiguration class registers CacheServerFactoryBean bean definitions for all EnableCacheServer annotation configuration meta-data defined in the EnableCacheServers annotation on a GemFire peer cache application class.
AddCacheServersConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AddCacheServersConfiguration
 
addDependsOn(BeanDefinition, String) - Static method in class org.springframework.data.gemfire.util.SpringUtils
 
addEnum(Class) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
addGatewayEventFilter(GatewayEventFilter) - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
addListener(ContinuousQueryDefinition) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Adds a Continuous Query (CQ) definition to the (potentially running) container.
addLocators(ConnectionEndpoint...) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
addLocators(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
addLocators(ConnectionEndpoint...) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
addLocators(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
AddPoolConfiguration - Class in org.springframework.data.gemfire.config.annotation
The AddCacheServerConfiguration class is a Spring ImportBeanDefinitionRegistrar that registers a PoolFactoryBean definition for the Pool configuration meta-data defined in EnablePool.
AddPoolConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
AddPoolsConfiguration - Class in org.springframework.data.gemfire.config.annotation
The AddPoolsConfiguration class registers PoolFactoryBean bean definitions for all EnablePool annotation configuration meta-data defined in the EnablePools annotation on a GemFire client cache application class.
AddPoolsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AddPoolsConfiguration
 
addServers(ConnectionEndpoint...) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
addServers(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
addServers(ConnectionEndpoint...) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
addServers(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.Interest
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Constructs and initializes a GemFire Pool.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.RegexInterest
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
Initializes the GemFire ExpirationAttributes produced by this factory.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.FunctionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireAccessor
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireTemplate
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.LocalRegionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
afterPropertiesSet() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Constructs and initializes the GemFire Snapshot Service used to take a snapshot of the configured Cache or Region if initialized.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
ALL_REGIONS - Static variable in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
ALL_REGIONS - Static variable in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
 
and(SnapshotFilter<K, V>...) - Static method in class org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter
Composes the array of SnapshotFilters into a logical boolean expression using the AND Operator.
and(Filter<T>) - Method in class org.springframework.data.gemfire.util.AbstractFilter
Combines this Filter with the given Filter using logical AND.
and(Filter<T>) - Method in interface org.springframework.data.gemfire.util.Filter
Combines this Filter with the given Filter using logical AND.
AnnotationBasedExpiration<K,V> - Class in org.springframework.data.gemfire.support
The AnnotationBasedExpiration class is an implementation of the CustomExpiry interface that determines the Time-To-Live (TTL) or Idle-Timeout (TTI) expiration policy of a Region entry by introspecting the Region entry's class type and reflecting on any Region entries annotated with SDG's Expiration-based Annotations.
AnnotationBasedExpiration() - Constructor for class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Constructs a new instance of the AnnotationBasedExpiration class with no default expiration policy.
AnnotationBasedExpiration(ExpirationAttributes) - Constructor for class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Constructs a new instance of AnnotationBasedExpiration initialized with a specific, default expiration policy.
AnnotationBasedExpiration.ExpirationMetaData - Class in org.springframework.data.gemfire.support
The ExpirationMetaData class encapsulates the settings constituting the expiration policy including the expiration timeout and the action performed when expiration occurs.
ArchiveFileFilter() - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
 
ArrayUtils - Class in org.springframework.data.gemfire.util
The ArrayUtils class is a utility class for working with Object arrays.
ArrayUtils() - Constructor for class org.springframework.data.gemfire.util.ArrayUtils
 
asArray(T...) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Returns the given varargs element as an array.
AsmInstantiatorGenerator - Class in org.springframework.data.gemfire.serialization
ASM based InstantiatorGenerator implementation.
AsmInstantiatorGenerator() - Constructor for class org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator
 
AsmInstantiatorGenerator(ClassLoader) - Constructor for class org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator
 
assertConverted(String, T, Class<T>) - Method in class org.springframework.data.gemfire.support.AbstractPropertyEditorConverterSupport
Asserts that the given String was converted into an instance of type T.
assertDataPolicyAndPersistentAttributesAreCompatible(DataPolicy) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Validates that the settings for Data Policy and the 'persistent' attribute in <gfe:*-region> elements are compatible.
assertInitialized() - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Asserts that this Declarable object has been properly configured and initialized by the Spring container after GemFire has constructed this Declarable object during startup.
assertUninitialized() - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Asserts that this Declarable object has not yet been used, or activated prior to being fully configured and initialized.
asSet(T...) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Returns an unmodifiable Set containing the elements from the given object array.
asUserDefinedQuery() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
 
AsyncEventQueueFactoryBean - Class in org.springframework.data.gemfire.wan
FactoryBean for creating GemFire AsyncEventQueues.
AsyncEventQueueFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Constructs an instance of the AsyncEventQueueFactoryBean for creating an GemFire AsyncEventQueue.
AsyncEventQueueFactoryBean(Cache, AsyncEventListener) - Constructor for class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Constructs an instance of the AsyncEventQueueFactoryBean for creating an GemFire AsyncEventQueue.
atTransactionalMethod() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Defines an AOP Pointcut identifying Join Points during the execution of the application's components on which this Aspect should be applied.
atTransactionalType() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Defines an AOP Pointcut identifying Join Points during the execution of the application's components on which this Aspect should be applied.
AuthConfiguration - Class in org.springframework.data.gemfire.config.annotation
The AuthConfiguration class is a Spring ImportBeanDefinitionRegistrar that applies additional GemFire/Geode configuration by way of GemFire/Geode System properties to configure GemFire/Geode Authentication and Authorization framework services.
AuthConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
AutoRegionLookupBeanPostProcessor - Class in org.springframework.data.gemfire.config.support
The AutoRegionLookupBeanPostProcessor class is a Spring BeanPostProcessor that post processes a GemFireCache by registering all cache Regions that have not been explicitly defined in the Spring application context.
AutoRegionLookupBeanPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
 
AutoRegionLookupConfiguration - Class in org.springframework.data.gemfire.config.annotation
The AutoRegionLookupConfiguration class is a Spring ImportBeanDefinitionRegistrar that enables the automatic lookup of GemFire Regions, which may have been defined else where, such as in cache.xml or using GemFire's Cluster Configuration Service.
AutoRegionLookupConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
 
autoStartup() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 

B

BASE_PACKAGES_PARAMETER - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
 
BASIC_INDEX_DEFINITION - Static variable in class org.springframework.data.gemfire.IndexFactoryBean
 
BEAN_FACTORY_REFERENCE - Static variable in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
 
BEAN_NAME_PARAMETER - Static variable in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
 
beanClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Returns a reference to the ClassLoader use by the Spring BeanFactory to load classes for bean definitions.
beanFactory() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Returns a reference to the Spring BeanFactory in the current application context.
beanFactoryLocator - Variable in class org.springframework.data.gemfire.CacheFactoryBean
 
bindAddress() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
bindIn(Collection<?>) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Binds the given Collection of values into the IN parameters of the OQL Query by expanding the given values into a comma-separated String.
build() - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Builds the Properties object from this builder.

C

cache - Variable in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
cacheConfiguration() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
Returns a reference to an instance of the AbstractCacheConfiguration class used to configure a GemFire (Singleton, client or peer) cache instance along with it's associated, embedded services.
CacheFactoryBean - Class in org.springframework.data.gemfire
FactoryBean used to configure a GemFire peer Cache node.
CacheFactoryBean() - Constructor for class org.springframework.data.gemfire.CacheFactoryBean
 
CacheFactoryBean.DynamicRegionSupport - Class in org.springframework.data.gemfire
 
CacheFactoryBean.JndiDataSource - Class in org.springframework.data.gemfire
 
CacheHolder() - Constructor for class org.springframework.data.gemfire.GemfireTransactionManager.CacheHolder
 
CacheServerApplication - Annotation Type in org.springframework.data.gemfire.config.annotation
The CacheServerApplication annotation enables an embedded GemFire CacheServer instance in a Spring Data GemFire based application.
CacheServerConfiguration - Class in org.springframework.data.gemfire.config.annotation
Spring Configuration class used to configure, construct and initialize and GemFire CacheServer instance in a Spring application context.
CacheServerConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
CacheServerFactoryBean - Class in org.springframework.data.gemfire.server
FactoryBean for easy creation and configuration of GemFire CacheServer instances.
CacheServerFactoryBean() - Constructor for class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
CacheSnapshotServiceAdapter(CacheSnapshotService) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
CacheTransactionObject() - Constructor for class org.springframework.data.gemfire.GemfireTransactionManager.CacheTransactionObject
 
CacheUtils - Class in org.springframework.data.gemfire.util
CacheUtils is an abstract utility class encapsulating common operations for working with GemFire Cache and ClientCache instances.
CacheUtils() - Constructor for class org.springframework.data.gemfire.util.CacheUtils
 
cacheXml() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
call() - Method in class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
Invoked to load a cache value for the specified key.
CallableCacheLoaderAdapter<K,V> - Class in org.springframework.data.gemfire.support
The CallableCacheLoaderAdapter class is a Callable and GemFire CacheLoader implementation that adapts the Callable interface into an instance of the CacheLoader interface.
CallableCacheLoaderAdapter(CacheLoader<K, V>) - Constructor for class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
Constructs an instance of the CallableCacheLoaderAdapter that delegates to the given CacheLoader.
CallableCacheLoaderAdapter(CacheLoader<K, V>, K, Region<K, V>) - Constructor for class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
Constructs an instance of the CallableCacheLoaderAdapter that delegates to the given CacheLoader and is initialized with the given key for which the value will be loaded along with the Region in which the entry (key/value) belongs.
CallableCacheLoaderAdapter(CacheLoader<K, V>, K, Region<K, V>, Object) - Constructor for class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
Constructs an instance of the CallableCacheLoaderAdapter that delegates to the given CacheLoader and is initialized with the given key for which the value will be loaded along with the Region in which the entry (key/value) belongs.
CHARS_TO_DELETE - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
 
checkDaoConfig() - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Verifies that this DAO has been configured properly.
clear() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Clears the current list of ConnectionEndpoints.
clear() - Method in class org.springframework.data.gemfire.support.GemfireCache
Clears the entire contents of this Spring Cache.
ClientCacheApplication - Annotation Type in org.springframework.data.gemfire.config.annotation
The ClientCacheApplication annotation enables a Spring Data GemFire based application to become a GemFire cache client (i.e.
ClientCacheApplication.Locator - Annotation Type in org.springframework.data.gemfire.config.annotation
 
ClientCacheApplication.Server - Annotation Type in org.springframework.data.gemfire.config.annotation
 
ClientCacheConfiguration - Class in org.springframework.data.gemfire.config.annotation
Spring Configuration class used to configure, construct and initialize a GemFire ClientCache instance in a Spring application context.
ClientCacheConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
ClientCacheFactoryBean - Class in org.springframework.data.gemfire.client
FactoryBean dedicated to creating GemFire client caches.
ClientCacheFactoryBean() - Constructor for class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
ClientRegion - Annotation Type in org.springframework.data.gemfire.mapping
Annotation defining the Client Region in which the application persistent entity will be stored.
ClientRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.client
Spring FactoryBean used to create a GemFire client Region.
ClientRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
ClientRegionPoolBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
ClientRegionPoolBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor implementation ensuring a proper dependency is declared between a GemFire client Region and the GemFire client Pool it references and uses, providing the GemFire client Pool has been defined and configured with Spring (Data GemFire) configuration meta-data (e.g.
ClientRegionPoolBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.ClientRegionPoolBeanFactoryPostProcessor
 
ClientRegionShortcutConverter - Class in org.springframework.data.gemfire
The ClientRegionShortcutConverter class is a Spring Converter implementation converting String value Client Region Shortcut representations into actual GemFire ClientRegionShortcut enumerated values.
ClientRegionShortcutConverter() - Constructor for class org.springframework.data.gemfire.ClientRegionShortcutConverter
 
ClientRegionShortcutWrapper - Enum in org.springframework.data.gemfire.support
The ClientRegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's ClientRegionShortcuts with Spring Data GemFire ClientRegionShortcutWrapper enumerated values.
clone() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
close(GemFireCache) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
close(GemFireCache) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
close() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
close() - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
close(boolean, AbstractGemFireAsLastResourceAspectSupport.Consumer<String>) - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
close() - Method in class org.springframework.data.gemfire.DeclarableSupport
 
close() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Called when the Region containing this callback is closed or destroyed, when the Cache is closed, or when a callback is removed from a Region using an AttributesMutator.
close() - Method in class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
Closes any resources used by this CacheLoader.
closeCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
closeClientCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
CollectionUtils - Class in org.springframework.data.gemfire.util
The CollectionUtils class is a utility class for working with Java Collections Framework and classes.
CollectionUtils() - Constructor for class org.springframework.data.gemfire.util.CollectionUtils
 
COM_GEMSTONE_GEMFIRE_PACKAGE_NAME - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeComGemstoneGemFireTypesFilter
 
COMMA_DELIMITER - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
 
compareTo(ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
ComposableQueryPostProcessor(QueryPostProcessor<?, QUERY>, QueryPostProcessor<?, QUERY>) - Constructor for class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor.ComposableQueryPostProcessor
 
ComposableSnapshotFilter<K,V> - Class in org.springframework.data.gemfire.snapshot.filter
The ComposableSnapshotFilter class is a GemFire SnapshotFilter implementation of the Composition design pattern allowing 2 or more SnapshotFilters to be combined by logical AND and OR operators acting as a single SnapshotFilter.
ComposableSnapshotFilter.Operator - Enum in org.springframework.data.gemfire.snapshot.filter
Operator is an enumeration of logical operators (AND, OR) used to compose SnapshotFilters into a boolean expression.
compose(EvictionConfiguration.EvictionPolicyConfigurer[]) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
Composes the array of EvictionConfiguration.EvictionPolicyConfigurer objects into a single EvictionConfiguration.EvictionPolicyConfigurer implementation using the Composite Software Design Pattern.
compose(Iterable<EvictionConfiguration.EvictionPolicyConfigurer>) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
Composes the Iterable of EvictionConfiguration.EvictionPolicyConfigurer objects into a single EvictionConfiguration.EvictionPolicyConfigurer implementation using the Composite Software Design Pattern.
compose(EvictionConfiguration.EvictionPolicyConfigurer, EvictionConfiguration.EvictionPolicyConfigurer) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
Composes two EvictionConfiguration.EvictionPolicyConfigurer objects into a composition object implementing the EvictionConfiguration.EvictionPolicyConfigurer interface.
compose(ExpirationConfiguration.ExpirationPolicyConfigurer[]) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
Factory method to compose an array of ExpirationConfiguration.ExpirationPolicyConfigurer objects.
compose(Iterable<ExpirationConfiguration.ExpirationPolicyConfigurer>) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
Factory method to compose an Iterable of ExpirationConfiguration.ExpirationPolicyConfigurer objects.
compose(ExpirationConfiguration.ExpirationPolicyConfigurer, ExpirationConfiguration.ExpirationPolicyConfigurer) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
Factory method to compose 2 ExpirationConfiguration.ExpirationPolicyConfigurer objects.
compose(QueryPostProcessor<?, QUERY>, QueryPostProcessor<?, QUERY>) - Static method in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor.ComposableQueryPostProcessor
 
compose(ComposableSnapshotFilter.Operator, SnapshotFilter<K, V>...) - Static method in class org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter
Composes the array of SnapshotFilters into a logical boolean expression using the specified Operator.
configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
 
configure(Object) - Method in interface org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyConfigurer
Configure the Eviction policy on the given SDG RegionFactoryBean or ClientRegionFactoryBean used to create a GemFire Region.
configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
configure(Region<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
 
configure(Region<K, V>) - Method in interface org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyConfigurer
Configures the expiration policy for the given Region.
configure(Region<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
 
configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Configures the GemFire cache settings.
configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Configures GemFire ClientCache specific settings.
configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
Configures GemFire peer Cache specific settings.
configureDurableClient(Properties, String, Integer) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
configureInfrastructure(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Configures Spring container infrastructure components used by Spring Data GemFire to enable GemFire to function properly inside a Spring context.
configureInfrastructure(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Configures Spring container infrastructure components used by Spring Data GemFire to enable GemFire to function properly inside a Spring context.
configureLocators(Map<String, Object>, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
configureLocatorsAndServers(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Uses the list of GemFire Locator and Server connection endpoint definitions and meta-data to configure the GemFire client Pool used to communicate with the servers in the GemFire cluster.
configureOther(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Callback method to configure other, specific GemFire cache configuration settings.
configureOther(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
Configures GemFire CacheServer specific settings.
configurePdx(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Configures GemFire's PDX Serialization components.
configurePoolConnections(Map<String, Object>, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
Uses the list of GemFire Locator and Server connection endpoint definitions and meta-data to configure the GemFire client Pool used to communicate with the servers in the GemFire cluster.
configureServers(Map<String, Object>, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
ConnectionEndpoint - Class in org.springframework.data.gemfire.support
The ConnectionEndpoint class models a GemFire connection endpoint in the format of hostname[portnumber], where hostname is the network name or IP address of the host.
ConnectionEndpoint(String, int) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpoint
Constructs a ConnectionEndpoint initialized with the specific host and port.
ConnectionEndpointArrayToIterableConverter() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter
 
ConnectionEndpointList - Class in org.springframework.data.gemfire.support
The ConnectionEndpointList class is an Iterable collection of ConnectionEndpoint objects.
ConnectionEndpointList() - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
Constructs an empty, uninitialized instance of the ConnectionEndpointList collection.
ConnectionEndpointList(ConnectionEndpoint...) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
Constructs an instance of ConnectionEndpointList initialized with the the array of ConnectionEndpoints.
ConnectionEndpointList(Iterable<ConnectionEndpoint>) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
Constructs an instance of ConnectionEndpointList initialized with the Iterable collection of ConnectionEndpoints.
constructCacheFactoryBean() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Constructs a new, initialized instance of the CacheFactoryBean based on the Spring application's GemFire cache type (i.e. client or peer) preference specified via annotation.
containsAny(Collection<?>, Object...) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Null-safe method to determines whether the given Collection contains any elements from the given array.
containsKey(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
containsKey(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
containsKeyOnServer(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
containsKeyOnServer(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
containsValue(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
containsValue(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
containsValueForKey(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
containsValueForKey(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
CONTEXT_CONFIG_LOCATIONS_PARAMETER - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
 
ContinuousQueryDefinition - Class in org.springframework.data.gemfire.listener
Basic holder class for defining an CqQuery.
ContinuousQueryDefinition() - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryDefinition(String, ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryDefinition(String, ContinuousQueryListener, boolean) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryDefinition(String, String, ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryDefinition(String, String, ContinuousQueryListener, boolean) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryListener - Interface in org.springframework.data.gemfire.listener
Continuous Query (CQ) listener listening for events and notifications by a GemFire Continuous Query (CQ).
ContinuousQueryListenerAdapter - Class in org.springframework.data.gemfire.listener.adapter
Event listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible event type conversion.
ContinuousQueryListenerAdapter() - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Create a new ContinuousQueryListenerAdapter with default settings.
ContinuousQueryListenerAdapter(Object) - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Create a new ContinuousQueryListenerAdapter for the given delegate.
ContinuousQueryListenerContainer - Class in org.springframework.data.gemfire.listener
Container providing asynchronous behaviour for GemFire continuous queries.
ContinuousQueryListenerContainer() - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
convert(String) - Method in class org.springframework.data.gemfire.client.InterestResultPolicyConverter
Converts the given String into an instance of GemFire InterestResultPolicy.
convert(String) - Method in class org.springframework.data.gemfire.ClientRegionShortcutConverter
Converts the source String representation of a Client Region Shortcut into a ClientRegionShortcut enumerated value.
convert(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter
convert(String) - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter
convert(String) - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter
convert(String) - Method in class org.springframework.data.gemfire.DataPolicyConverter
 
convert(String) - Method in class org.springframework.data.gemfire.EvictionActionConverter
Converts the given String into a GemFire EvictionAction value.
convert(String) - Method in class org.springframework.data.gemfire.EvictionPolicyConverter
Converts the given String into a matching EvictionType.
convert(String) - Method in class org.springframework.data.gemfire.ExpirationActionConverter
Converts the given String into an appropriate GemFire ExpirationAction.
convert(String) - Method in class org.springframework.data.gemfire.IndexMaintenancePolicyConverter
Converts the given String value into an appropriate IndexMaintenancePolicyType.
convert(String) - Method in class org.springframework.data.gemfire.IndexTypeConverter
Converts the given String value into an appropriate IndexType.
convert(String) - Method in class org.springframework.data.gemfire.InterestPolicyConverter
Converts the given String into a GemFire InterestPolicy value.
convert(String) - Method in class org.springframework.data.gemfire.RegionShortcutConverter
Converts the source String representation of a Region Shortcut into a RegionShortcut enumerated value.
convert(String) - Method in class org.springframework.data.gemfire.ScopeConverter
Converts the given String source into an instance of GemFire Scope.
convert(String) - Method in class org.springframework.data.gemfire.server.SubscriptionEvictionPolicyConverter
Converts the given String into a SubscriptionEvictionPolicy enumerated value.
convert(String) - Method in class org.springframework.data.gemfire.wan.OrderPolicyConverter
Converts the given String into a GemFire Gateway.OrderPolicy enum.
convert(String) - Method in class org.springframework.data.gemfire.wan.StartupPolicyConverter
Converts the given String value into an appropriate StartupPolicyType enumerated value.
convertGemFireAccessException(GemFireCheckedException) - Method in class org.springframework.data.gemfire.GemfireAccessor
Converts the given GemFireCheckedException to an appropriate exception from the org.springframework.dao hierarchy.
convertGemFireAccessException(GemFireException) - Method in class org.springframework.data.gemfire.GemfireAccessor
Converts the given GemFireException to an appropriate exception from the org.springframework.dao hierarchy.
convertGemfireAccessException(GemFireException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
Converts the given (unchecked) Gemfire exception to an appropriate one from the org.springframework.dao hierarchy.
convertGemfireAccessException(GemFireCheckedException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
Converts the given (checked) Gemfire exception to an appropriate one from the org.springframework.dao hierarchy.
convertGemfireAccessException(IndexInvalidException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
Converts the given (unchecked) Gemfire exception to an appropriate one from the org.springframework.dao hierarchy.
convertGemfireAccessException(QueryInvalidException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
Converts the given (unchecked) Gemfire exception to an appropriate one from the org.springframework.dao hierarchy.
convertGemFireQueryException(RuntimeException) - Method in class org.springframework.data.gemfire.GemfireAccessor
Converts the given GemFire exception to an appropriate exception from the org.springframework.dao hierarchy.
copyOnRead() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
count() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
create(K, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
create(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
create(ConversionService) - Static method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Factory method used to construct a new instance of MappingPdxSerializer initialized with the given ConversionService and a provided GemfireMappingContext.
create(GemfireMappingContext) - Static method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Factory method used to construct a new instance of MappingPdxSerializer initialized with the given mapping context supplying entity mapping meta-data, using a provided, default ConversionService.
create(GemfireMappingContext, ConversionService) - Static method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Factory method used to construct a new instance of MappingPdxSerializer initialized with the given mapping context and conversion service.
create() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Constructs an appropriate instance of the SnapshotServiceAdapter based on the FactoryBean configuration.
create() - Static method in class org.springframework.data.gemfire.util.PropertiesBuilder
Factory method to create a default PropertiesBuilder instance.
createApplicationContext(String[], String[]) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Creates (constructs and configures) an instance of the ConfigurableApplicationContext based on either the specified base packages containing @Configuration, @Component or JSR 330 annotated classes to scan, or the specified locations of context configuration meta-data files.
createAssociation() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
 
createCache(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Creates a new GemFire cache instance using the provided factory.
createCache(Object) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Creates a new GemFire cache instance using the provided factory.
createDefaultTaskExecutor() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Creates a default TaskExecutor.
createFactory(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Creates an instance of GemFire factory initialized with the given GemFire System Properties to create an instance of a GemFire cache.
createFactory(Properties) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Creates an instance of GemFire factory initialized with the given GemFire System Properties to create an instance of a GemFire cache.
createGemfireTemplate(Region<?, ?>) - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Creates an instance of the GemfireTemplate for the given GemFire Cache Region.
createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
 
createOptions() - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
 
createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
createOptions(SnapshotFilter<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, GemfirePersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
 
createPoolFactory() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
======= >>>>>>> 77482dd...
createRegionFactory(Cache) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Creates an instance of RegionFactory using the given Cache instance used to configure and construct the Region created by this FactoryBean.
createRegionProxy(Region<K, V>) - Method in class org.springframework.data.gemfire.GemfireTemplate
Create a close-suppressing proxy for the given GemFire Cache Region.
createRepositoryFactory() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Creates an instance of RepositoryFactorySupport that interfaces with GemFire.
criticalHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
CUSTOM_SIMPLE_TYPES - Static variable in class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
 
CustomEditorBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
CustomEditorBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor implementation used to register custom PropertyEditors / Spring Converters that are used to perform type conversions between String-based configuration meta-data and actual GemFire or Spring Data GemFire defined (enumerated) types.
CustomEditorBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor
 
CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter - Class in org.springframework.data.gemfire.config.support
 
CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter - Class in org.springframework.data.gemfire.config.support
 
CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter - Class in org.springframework.data.gemfire.config.support
 

D

DataPolicyConverter - Class in org.springframework.data.gemfire
The DataPolicyConverter class converts String values into GemFire DataPolicy enumerated values.
DataPolicyConverter() - Constructor for class org.springframework.data.gemfire.DataPolicyConverter
 
DeclarableSupport - Class in org.springframework.data.gemfire
Convenience class for Spring-aware GemFire Declarable components.
DeclarableSupport() - Constructor for class org.springframework.data.gemfire.DeclarableSupport
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.client.InterestResultPolicyType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.EvictionActionType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.ExpirationActionType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.InterestPolicyType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.wan.StartupPolicyType
 
DEFAULT_ACK_SEVERE_ALERT_THRESHOLD - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_ACK_WAIT_THRESHOLD - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_ACTION - Static variable in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
DEFAULT_ARCHIVE_DISK_SPACE_LIMIT - Static variable in class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
 
DEFAULT_ARCHIVE_FILE_SIZE_LIMIT - Static variable in class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
 
DEFAULT_ASYNC_DISTRIBUTION_TIMEOUT - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_ASYNC_MAX_QUEUE_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_ASYNC_QUEUE_TIMEOUT - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_AUTO_STARTUP - Static variable in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
DEFAULT_CACHE_SERVER_PORT - Static variable in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
DEFAULT_CLOSE - Static variable in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
DEFAULT_CONFLATE_EVENTS - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_CONSERVE_SOCKETS - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_COPY_ON_READ - Static variable in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
DEFAULT_DELTA_PROPAGATION - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_DEPLOY_WORKING_DIRECTORY - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_DISABLE_TCP - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_DISTRIBUTED_SYSTEM_ID - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_ENABLE_AUTO_RECONNECT - Static variable in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
DEFAULT_ENABLE_NETWORK_PARTITION_DETECTION - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_ENABLE_TIME_STATISTICS - Static variable in class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
 
DEFAULT_ENFORCE_UNIQUE_HOST - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_EXPIRATION_ACTION - Static variable in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
 
DEFAULT_EXPIRATION_TYPES - Static variable in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
DEFAULT_GEMFIRE_CACHE_NAME - Static variable in interface org.springframework.data.gemfire.config.xml.GemfireConstants
 
DEFAULT_GEMFIRE_FUNCTION_SERVICE_NAME - Static variable in interface org.springframework.data.gemfire.config.xml.GemfireConstants
 
DEFAULT_GEMFIRE_INDEX_DEFINITION_QUERY_SERVICE - Static variable in interface org.springframework.data.gemfire.config.xml.GemfireConstants
 
DEFAULT_GEMFIRE_JCA_RESOURCE_ADAPTER_JNDI_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
 
DEFAULT_GEMFIRE_POOL_NAME - Static variable in interface org.springframework.data.gemfire.config.xml.GemfireConstants
 
DEFAULT_GEMFIRE_TRANSACTION_MANAGER_NAME - Static variable in interface org.springframework.data.gemfire.config.xml.GemfireConstants
 
DEFAULT_HOST - Static variable in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
DEFAULT_HOST - Static variable in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
DEFAULT_HTTP_SERVICE_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
 
DEFAULT_HTTP_SERVICE_SSL_REQUIRE_AUTHENTICATION - Static variable in class org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
 
DEFAULT_HTTP_SERVICE_START_DEVELOPER_REST_API - Static variable in class org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
 
DEFAULT_JMX_MANAGER_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.ManagerConfiguration
 
DEFAULT_KEEP_ALIVE - Static variable in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
DEFAULT_LISTENER_METHOD_NAME - Static variable in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
 
DEFAULT_LOAD_CLUSTER_CONFIGURATION_FROM_DIRECTORY - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_LOCATOR_PORT - Static variable in class org.springframework.data.gemfire.client.PoolFactoryBean
 
DEFAULT_LOCATOR_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
 
DEFAULT_LOCATOR_PORT - Static variable in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
DEFAULT_LOCATOR_WAIT_TIME - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_LOCATORS - Static variable in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
DEFAULT_LOCK_MEMORY - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_LOG_DISK_SPACE_LIMIT - Static variable in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
 
DEFAULT_LOG_FILE_SIZE_LIMIT - Static variable in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
 
DEFAULT_LOG_LEVEL - Static variable in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
DEFAULT_LOG_LEVEL - Static variable in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
 
DEFAULT_LRU_MAXIMUM_ENTRIES - Static variable in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
 
DEFAULT_MAX_WAIT_TIME_RECONNECT - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_MCAST_ADDRESS - Static variable in class org.springframework.data.gemfire.config.annotation.McastConfiguration
 
DEFAULT_MCAST_FLOW_CONTROL - Static variable in class org.springframework.data.gemfire.config.annotation.McastConfiguration
 
DEFAULT_MCAST_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
DEFAULT_MCAST_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.McastConfiguration
 
DEFAULT_MCAST_RECEIVE_BUFFER_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.McastConfiguration
 
DEFAULT_MCAST_SEND_BUFFER_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.McastConfiguration
 
DEFAULT_MEMBER_TIMEOUT - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_MEMBERSHIP_PORT_RANGE - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_MEMCACHED_SERVER_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.MemcachedServerConfiguration
 
DEFAULT_MEMORY_MAXIMUM_SIZE - Static variable in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
 
DEFAULT_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
DEFAULT_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
DEFAULT_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
DEFAULT_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
DEFAULT_ORDER - Static variable in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
 
DEFAULT_PEER_VERIFY_MEMBER_TIMEOUT - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
DEFAULT_POOL_NAME - Static variable in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
DEFAULT_POOL_NAME - Static variable in class org.springframework.data.gemfire.util.CacheUtils
 
DEFAULT_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
DEFAULT_PORT - Static variable in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
DEFAULT_READY_FOR_EVENTS - Static variable in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
DEFAULT_REGION_FACTORY_BEAN_CLASS - Static variable in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
DEFAULT_REMOVE_UNRESPONSIVE_CLIENT - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_RESUME_WAIT_TIME_UNIT - Static variable in class org.springframework.data.gemfire.GemfireTransactionManager
 
DEFAULT_SECURITY_LOG_LEVEL - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
DEFAULT_SERVER_PORT - Static variable in class org.springframework.data.gemfire.client.PoolFactoryBean
 
DEFAULT_SINGLETON - Static variable in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
 
DEFAULT_SOCKET_BUFFER_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_SOCKET_LEASE_TIME - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_STATISTIC_SAMPLE_RATE - Static variable in class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
 
DEFAULT_TCP_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_THREAD_NAME_PREFIX - Static variable in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
DEFAULT_THROW_ON_ERROR - Static variable in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
 
DEFAULT_TOMBSTONE_THRESHOLD - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_UDP_FRAGMENT_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_UDP_RECEIVE_BUFFER_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_UDP_SEND_BUFFER_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_USE_BEAN_FACTORY_LOCATOR - Static variable in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
DEFAULT_USE_CLUSTER_CONFIGURATION - Static variable in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
DefaultableDelegatingPoolAdapter - Class in org.springframework.data.gemfire.client.support
The DefaultableDelegatingPoolAdapter class is a wrapper class around Pool allowing default configuration property values to be providing in the case that the Pool's setting were null.
DefaultableDelegatingPoolAdapter(Pool) - Constructor for class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
defaultExpirationAttributes() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Returns the default, fallback ExpirationAttributes.
DefaultGemfireEntityInformation<T,ID extends Serializable> - Class in org.springframework.data.gemfire.repository.query
Implementation of GemfireEntityInformation to return the region name stored in the backing PersistentEntity.
DefaultGemfireEntityInformation(GemfirePersistentEntity<T>) - Constructor for class org.springframework.data.gemfire.repository.query.DefaultGemfireEntityInformation
defaultIfEmpty(T, DefaultableDelegatingPoolAdapter.ValueProvider<T>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
defaultIfEmpty(T[], T[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Returns the given array if not null or empty, otherwise returns the defaultArray.
defaultIfEmpty(T, T) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Returns the given Iterable if not null or empty, otherwise returns the defaultIterable.
defaultIfEmpty(String, String) - Static method in class org.springframework.data.gemfire.util.SpringUtils
 
defaultIfNull(T, DefaultableDelegatingPoolAdapter.ValueProvider<T>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
defaultIfNull(T, T) - Static method in class org.springframework.data.gemfire.util.SpringUtils
 
defaultPort(Integer, int) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
DefinedIndexesApplicationListener - Class in org.springframework.data.gemfire.config.support
DefinedIndexesApplicationListener is a Spring ApplicationListener used to create all "defined" GemFire Indexes by using the QueryService, defineXxxIndex(..) methods.
DefinedIndexesApplicationListener() - Constructor for class org.springframework.data.gemfire.config.support.DefinedIndexesApplicationListener
 
DelegatingPoolAdapter - Class in org.springframework.data.gemfire.client.support
DelegatingPoolAdapter is an abstract implementation of GemFire's Pool interface and extension of FactoryDefaultsPoolAdapter that delegates operations to the provided Pool instance.
DelegatingPoolAdapter(Pool) - Constructor for class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
delete(ID) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
delete(T) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
deleteAll() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
dereferenceBean(String) - Static method in class org.springframework.data.gemfire.util.SpringUtils
 
destroy() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
destroy(boolean) - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
destroy() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Destroys the GemFire Pool if created by this PoolFactoryBean and releases all system resources used by the Pool.
destroy() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
destroy(boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
destroy() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
destroy(boolean) - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
destroy() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
destroy() - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
destroy() - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
When this bean gets destroyed by the Spring container, make sure this component gets unregistered from the SpringContextBootstrappingInitializer.
destroy() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
destroy() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 
destroy() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Performs an export of the GemFire Cache or Region if configured.
destroy() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
DETAILED_INDEX_DEFINITION - Static variable in class org.springframework.data.gemfire.IndexFactoryBean
 
DiskDir(String) - Constructor for class org.springframework.data.gemfire.DiskStoreFactoryBean.DiskDir
 
DiskDir(String, int) - Constructor for class org.springframework.data.gemfire.DiskStoreFactoryBean.DiskDir
 
DiskStoreConfiguration - Class in org.springframework.data.gemfire.config.annotation
The DiskStoreConfiguration class is a Spring ImportBeanDefinitionRegistrar used to register a GemFire/Geode DiskStore bean definition.
DiskStoreConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
DiskStoreDirectoryBeanPostProcessor - Class in org.springframework.data.gemfire.config.support
The DiskStoreDirectoryBeanPostProcessor processes any GemFire DiskStore, DiskStoreFactoryBean.DiskDir Spring beans defined in the application context to ensure that the directory actually exists before creating the DiskStore.
DiskStoreDirectoryBeanPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.DiskStoreDirectoryBeanPostProcessor
 
DiskStoreFactoryBean - Class in org.springframework.data.gemfire
FactoryBean for creating a GemFire DiskStore.
DiskStoreFactoryBean() - Constructor for class org.springframework.data.gemfire.DiskStoreFactoryBean
 
DiskStoreFactoryBean.DiskDir - Class in org.springframework.data.gemfire
 
DiskStoresConfiguration - Class in org.springframework.data.gemfire.config.annotation
The DiskStoresConfiguration class is a Spring ImportBeanDefinitionRegistrar used to register multiple GemFire/Geode DiskStore bean definitions.
DiskStoresConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.DiskStoresConfiguration
 
DistributedSystemUtils - Class in org.springframework.data.gemfire.util
DistributedSystemUtils is an abstract utility class for working with the GemFire DistributedSystem.
DistributedSystemUtils() - Constructor for class org.springframework.data.gemfire.util.DistributedSystemUtils
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doExport(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
 
doExport(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
doGemFireConnectionClose() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionClosingAspect
Closes the GemFire JCA ResourceAdapter Connection after the Spring CMT/JTA Transaction completes.
doGemFireConnectionFactoryGetConnection() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionAcquiringAspect
Acquires (opens) a GemFire JCA ResourceAdapter Connection after the Spring CMT/JTA Transaction begins.
doGetTransaction() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doImport(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
 
doImport(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
doInGemfire(Execution) - Method in interface org.springframework.data.gemfire.function.execution.GemfireFunctionCallback
 
doInGemfire(Region<?, ?>) - Method in interface org.springframework.data.gemfire.GemfireCallback
doInit() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
doInit() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
doInit() - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
doInit() - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
doInit() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
doPostInit(Properties) - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Default no operation method performed post initialization of this Declarable GemFire component to be overridden by subclasses for application specific extension and behavior.
doResume(Object, Object) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doSuspend(Object) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
DURABLE_CLIENT_ID_PROPERTY_NAME - Static variable in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
DURABLE_CLIENT_TIMEOUT_PROPERTY_NAME - Static variable in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
durableClientId() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
durableClientTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
DynamicRegionSupport() - Constructor for class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
dynamicRegionSupport() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 

E

EmbeddedServiceConfigurationSupport - Class in org.springframework.data.gemfire.config.annotation.support
The EmbeddedServiceConfigurationSupport class is an abstract base class supporting the configuration of Pivotal GemFire and Apache Geode embedded services.
EmbeddedServiceConfigurationSupport() - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor - Class in org.springframework.data.gemfire.config.annotation.support
Spring BeanPostProcessor used to process GemFire System properties defined as a Spring bean in the Spring application context before initialization.
EMPTY_ARRAY - Static variable in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor
 
EMPTY_ARRAY - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
 
EMPTY_STRING_ARRAY - Static variable in class org.springframework.data.gemfire.config.support.PdxDiskStoreAwareBeanFactoryPostProcessor
 
EMPTY_STRING_ARRAY - Static variable in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
 
emptyIterable() - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Returns an empty Iterable object.
EnableAuth - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableAuth annotation marks a Spring @Configuration annotated class to configure and enable GemFire/Geode's Authentication and Authorization framework services.
enableAutoReconnect() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
EnableAutoRegionLookup - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableAutoRegionLookup annotation configures a Spring Configuration annotated class with the ability to automatically look up and register GemFire Regions which may have be defined in cache.xml or by using GemFire's Cluster Configuration Service.
EnableCacheServer - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableCacheServer annotation configures a Spring Configuration annotated class with a GemFire CacheServer bean in the Spring application context.
EnableCacheServers - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableCacheServers annotation enables 1 or more GemFire CacheServers to be defined and used in a GemFire peer cache application configured with Spring (Data GemFire).
EnableDiskStore - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableDiskStore annotation marks a Spring @Configuration annotated application class to configure a single GemFire/Geode DiskStore bean in the Spring context in which to persist or overflow data from 1 or more GemFire/Geode Regions
EnableDiskStore.DiskDirectory - Annotation Type in org.springframework.data.gemfire.config.annotation
 
EnableDiskStores - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableDiskStores annotation marks a Spring @Configuration annotated application class to configure 1 or more GemFire/Geode DiskStore beans in the Spring context in which to persist or overflow data from 1 or more GemFire/Geode Regions
EnableEntityDefinedRegions - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableEntityDefinedRegions annotation marks a Spring @Configuration annotated class to enable the creation of the GemFire/Geode Regions based on the application domain model object entities.
EnableEviction - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableEviction annotation marks a Spring @Configuration annotated class to enable Region Eviction.
EnableEviction.EvictionPolicy - Annotation Type in org.springframework.data.gemfire.config.annotation
Definition for a specific Eviction policy that can be applied to 1 or more Regions.
EnableExpiration - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableExpiration annotation marks a Spring @Configuration annotated class to enable Region entry expiration for individual entries.
EnableExpiration.ExpirationPolicy - Annotation Type in org.springframework.data.gemfire.config.annotation
Definition for a specific Expiration policy that can be applied to 1 or more Regions.
EnableExpiration.ExpirationType - Enum in org.springframework.data.gemfire.config.annotation
EnableExpiration.ExpirationType defines different types of GemFire/Geode Expiration policies such as (Entry) Idle Timeout (TTI) and (Entry) Time to Live (TTL).
EnableGemFireAsLastResource - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableGemFireAsLastResource annotation is used to enable GemFire as a Last Resource in a Spring, CMT/JTA Transaction.
EnableGemfireFunctionExecutions - Annotation Type in org.springframework.data.gemfire.function.config
Enables classpath scanning for interfaces annotated as GemFire function executions (function invocations).
EnableGemfireFunctions - Annotation Type in org.springframework.data.gemfire.function.config
Enables Gemfire annotated function implementations.
EnableGemFireProperties - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableGemFireProperties annotation marks a Spring @Configuration annotated class to configure GemFire/Geode System properties at runtime during [Spring Boot] application startup.
EnableGemfireRepositories - Annotation Type in org.springframework.data.gemfire.repository.config
Annotation to enable Gemfire repositories.
EnableHttpService - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableHttpService annotation marks a Spring @Configuration annotated class to configure and enable GemFire/Geode's embedded HTTP service.
EnableIndexes - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableIndexes annotation marks a Spring @Configuration annotated application class to enable the creation of GemFire/Geode Indexes based on application persistent entity field/property annotations, such as the @Id and @Indexed annotations.
EnableLocator - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableLocator annotation configures a Spring @Configuration annotated class to start an embedded GemFire Locator service in this GemFire server/data node.
EnableLogging - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableLogging annotation marks a Spring @Configuration annotated class to configure and enable GemFire/Geode system logging.
EnableManager - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableManager annotation marks a Spring @Configuration annotated class to configure, embed and start a GemFire/Geode Manager service in the GemFire/Geode Server.
EnableMcast - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableMcast annotation marks a Spring @Configuration annotated class to configure and enable GemFire/Geode's multi-cast networking support.
EnableMemcachedServer - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableMemcachedServer annotation marks a Spring @Configuration annotated class to start an embedded Memcached Server (Gemcached) service in the GemFire server/data node.
EnableMemcachedServer.MemcachedProtocol - Enum in org.springframework.data.gemfire.config.annotation
Valid values for the Memcached Network Protocol on-the-wire transport.
EnablePdx - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnablePdx annotation marks a Spring @Configuration annotated class to enable the GemFire PDX features and functionality in a GemFire server/data node or GemFire cache client application.
EnablePool - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnablePool annotation configures a Spring Configuration annotated class with a "named" GemFire client Pool bean in the application context.
EnablePool.Locator - Annotation Type in org.springframework.data.gemfire.config.annotation
 
EnablePool.Server - Annotation Type in org.springframework.data.gemfire.config.annotation
 
EnablePools - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnablePools annotation enables 1 or more GemFire Pools to be defined and used in a GemFire client cache application configured with Spring (Data GemFire).
EnableRegionDataAccessTracing - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableRegionDataAccessTracing class...
EnableSsl - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableSsl class...
EnableSsl.Component - Enum in org.springframework.data.gemfire.config.annotation
 
EnableStatistics - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableStatistics annotation marks a Spring @Configuration annotated class to configure and enable statistics and runtime metrics of a running GemFire/Geode system.
EntityDefinedRegionsConfiguration - Class in org.springframework.data.gemfire.config.annotation
The EntityDefinedRegionsConfiguration class is Spring ImportBeanDefinitionRegistrar used in the EnableEntityDefinedRegions annotation to dynamically create GemFire/Geode Regions based on the application persistent entity classes.
EntityDefinedRegionsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
EnumSerializer - Class in org.springframework.data.gemfire.serialization
Generic Serializer for JDK Enums.
EnumSerializer() - Constructor for class org.springframework.data.gemfire.serialization.EnumSerializer
 
equals(Object) - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
equals(Object) - Method in class org.springframework.data.gemfire.repository.Wrapper
 
equals(Object) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
equals(Object) - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
equalsIgnoreNull(Object, Object) - Static method in class org.springframework.data.gemfire.util.SpringUtils
 
EVALUATION_CONTEXT_REFERENCE - Static variable in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
 
evict(Object) - Method in class org.springframework.data.gemfire.support.GemfireCache
Evicts (destroys) the entry (key/value) mapped to the given key from this Spring Cache.
EvictionActionConverter - Class in org.springframework.data.gemfire
The EvictionActionConverter class is a Spring Converter and JavaBeans PropertyEditor that converts an Object value into an instance of GemFire EvictionAction.
EvictionActionConverter() - Constructor for class org.springframework.data.gemfire.EvictionActionConverter
 
EvictionActionType - Enum in org.springframework.data.gemfire
The EvictionActionType enum is an enumeration of all the GemFire EvictionAction values.
EvictionAttributesFactoryBean - Class in org.springframework.data.gemfire
Simple utility class used for defining nested factory-method like definitions w/o polluting the container with useless beans.
EvictionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.EvictionAttributesFactoryBean
 
evictionBeanPostProcessor() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
 
EvictionConfiguration - Class in org.springframework.data.gemfire.config.annotation
The EvictionConfiguration class is a Spring @Configuration annotated class to enable Eviction policy configuration on GemFire/Geode Regions.
EvictionConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
 
EvictionConfiguration.ComposableEvictionPolicyConfigurer - Class in org.springframework.data.gemfire.config.annotation
EvictionConfiguration.ComposableEvictionPolicyConfigurer is a EvictionConfiguration.EvictionPolicyConfigurer implementation that composes multiple EvictionConfiguration.EvictionPolicyConfigurer objects into a composition using the Composite Software Design Pattern making the composition appear as a single EvictionConfiguration.EvictionPolicyConfigurer.
EvictionConfiguration.EvictionPolicyConfigurer - Interface in org.springframework.data.gemfire.config.annotation
EvictionConfiguration.EvictionPolicyConfigurer configures the Eviction policy of a GemFire Region.
EvictionConfiguration.EvictionPolicyMetaData - Class in org.springframework.data.gemfire.config.annotation
 
evictionHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
EvictionPolicyConverter - Class in org.springframework.data.gemfire
The EvictionTypeConverter class is a Spring Converter used to convert a String value into a corresponding EvictionType enumerated value.
EvictionPolicyConverter() - Constructor for class org.springframework.data.gemfire.EvictionPolicyConverter
 
EvictionPolicyMetaData(EvictionAttributes) - Constructor for class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Constructs an instance of EvictionConfiguration.EvictionPolicyMetaData initialized with the given EvictionAttributes applying to all Regions.
EvictionPolicyMetaData(EvictionAttributes, String[]) - Constructor for class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Constructs an instance of EvictionConfiguration.EvictionPolicyMetaData initialized with the given EvictionAttributes to apply to the specific Regions.
EvictionPolicyType - Enum in org.springframework.data.gemfire
The EvictionPolicyType enum is an enumeration of all GemFire Eviction policies, where the Eviction 'policy' is a combination of the Eviction algorithm mixed with the monitored resource (e.g. such as JVM HEAP memory).
exceptionSuppressingClose(Closeable) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
EXCLUDE_ALL_TYPES - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeAllTypesFilter
 
EXCLUDE_COM_GEMSTONE_GEMFIRE_TYPES - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeComGemstoneGemFireTypesFilter
 
EXCLUDE_JAVA_TYPES - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeJavaTypesFilter
 
EXCLUDE_NULL_TYPES - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeNullTypesFilter
 
EXCLUDE_ORG_SPRING_FRAMEWORK_TYPES - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeOrgSpringFrameworkTypesFilter
 
ExcludeAllTypesFilter() - Constructor for class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeAllTypesFilter
 
ExcludeComGemstoneGemFireTypesFilter() - Constructor for class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeComGemstoneGemFireTypesFilter
 
ExcludeJavaTypesFilter() - Constructor for class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeJavaTypesFilter
 
ExcludeNullTypesFilter() - Constructor for class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeNullTypesFilter
 
ExcludeOrgSpringFrameworkTypesFilter() - Constructor for class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeOrgSpringFrameworkTypesFilter
 
execute(Function, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireFunctionOperations
Execute an unregistered GemFire Function with the given arguments.
execute(String, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireFunctionOperations
Execute a GemFire Function registered with the given ID.
execute(GemfireFunctionCallback<T>) - Method in interface org.springframework.data.gemfire.function.execution.GemfireFunctionOperations
Execute a GemFire Function using a native GemFire Execution instance.
execute(Function, Set<?>, Object...) - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
 
execute(String, Set<?>, Object...) - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
 
execute(String, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
execute(Function, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
execute(FunctionContext) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
execute(GemfireCallback<T>) - Method in interface org.springframework.data.gemfire.GemfireOperations
Execute the action specified by the given action object within a Region.
execute(GemfireCallback<T>, boolean) - Method in interface org.springframework.data.gemfire.GemfireOperations
Execute the action specified by the given action object within a Region.
execute(GemfireCallback<T>) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
execute(GemfireCallback<T>, boolean) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
execute(Object[]) - Method in class org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery
 
execute(Object[]) - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
 
execute(FunctionContext) - Method in class org.springframework.data.gemfire.support.ListRegionsOnServerFunction
 
executeAndExtract(Function, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireFunctionOperations
Execute an unregistered GemFire Function with the expected singleton result.
executeAndExtract(String, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireFunctionOperations
Execute a GemFire Function registered with an ID and with an expected singleton result
executeAndextract(String, Set<?>, Object...) - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
 
executeAndextract(String, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
executeListener(ContinuousQueryListener, CqEvent) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Execute the specified listener.
executeWithNoResult(String, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireFunctionOperations
Execute a GemFire Function registered with the given ID having no return value.
executeWithNoResult(String, Set<?>, Object...) - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
 
executeWithNoResult(String, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
exists(ID) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
Expiration - Annotation Type in org.springframework.data.gemfire.support
Expiration is an enumerated type encapsulating custom expiration settings for application domain objects to express their general expiration policy.
expirationAction() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
ExpirationActionConverter - Class in org.springframework.data.gemfire
The ExpirationActionTypeConverter class is a Spring Converter used to convert a String value into a corresponding ExpirationActionType enumerated value.
ExpirationActionConverter() - Constructor for class org.springframework.data.gemfire.ExpirationActionConverter
 
ExpirationActionType - Enum in org.springframework.data.gemfire
The ExpirationActionType enum is a enumeration of GemFire ExpirationActions on expired Cache Region entries.
ExpirationAttributesFactoryBean - Class in org.springframework.data.gemfire
The ExpirationAttributesFactoryBean class is a Spring FactoryBean used to create GemFire ExpirationAttributes to specify Expiration policies for Region Time-to-Live (TTL) and Idle-Timeouts (TTI) as well as Entry Time-to-Live (TTL) and Idle-Timeouts (TTI).
ExpirationAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
 
expirationBeanPostProcessor() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
ExpirationConfiguration - Class in org.springframework.data.gemfire.config.annotation
ExpirationConfiguration is a Spring Configuration class used to configure expiration policies for GemFire/Geode Regions.
ExpirationConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
ExpirationConfiguration.ComposableExpirationPolicyConfigurer - Class in org.springframework.data.gemfire.config.annotation
ExpirationConfiguration.ComposableExpirationPolicyConfigurer is a ExpirationConfiguration.ExpirationPolicyConfigurer implementation that additionally implements the Composition Software Design Pattern to treat a collection of ExpirationConfiguration.ExpirationPolicyConfigurer objects as a single instace of the ExpirationConfiguration.ExpirationPolicyConfigurer.
ExpirationConfiguration.ExpirationPolicyConfigurer - Interface in org.springframework.data.gemfire.config.annotation
Interface defining a contract for implementations that configure a Region's expiration policy.
ExpirationConfiguration.ExpirationPolicyMetaData - Class in org.springframework.data.gemfire.config.annotation
ExpirationConfiguration.ExpirationPolicyMetaData is a ExpirationConfiguration.ExpirationPolicyConfigurer implementation that encapsulates the expiration configuration meta-data (e.g. expiration timeout and action) necessary to configure a Regions's expiration policy and behavior.
ExpirationMetaData(int, ExpirationActionType) - Constructor for class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
ExpirationPolicyMetaData(int, ExpirationActionType, Set<String>, Set<EnableExpiration.ExpirationType>) - Constructor for class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Constructs an instance of ExpirationConfiguration.ExpirationPolicyMetaData initialized with the given expiration policy configuraiton meta-data and Region expiration settings.
ExpirationPolicyMetaData(ExpirationAttributes, Set<String>, Set<EnableExpiration.ExpirationType>) - Constructor for class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Constructs an instance of ExpirationConfiguration.ExpirationPolicyMetaData initialized with the given expiration policy configuraiton meta-data and Region expiration settings.
ExportSnapshotApplicationEvent<K,V> - Class in org.springframework.data.gemfire.snapshot.event
The ExportSnapshotApplicationEvent class is a Spring ApplicationEvent signaling a GemFire Cache or Region 'import' snapshot event.
ExportSnapshotApplicationEvent(Object, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.ExportSnapshotApplicationEvent
Constructs an instance of ExportSnapshotApplicationEvent initialized with an event source and optional meta-data describing the data snapshots to be exported.
ExportSnapshotApplicationEvent(Object, String, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.ExportSnapshotApplicationEvent
Constructs an instance of ExportSnapshotApplicationEvent initialized with an event source, a pathname of the Region from which data is exported along with meta-data describing the details of the snapshot source.
ExportSnapshotException - Exception in org.springframework.data.gemfire.snapshot
The ExportSnapshotException class is a RuntimeException indicating an error occurred while saving a snapshhot of GemFire's Cache Regions.
ExportSnapshotException() - Constructor for exception org.springframework.data.gemfire.snapshot.ExportSnapshotException
 
ExportSnapshotException(String) - Constructor for exception org.springframework.data.gemfire.snapshot.ExportSnapshotException
 
ExportSnapshotException(Throwable) - Constructor for exception org.springframework.data.gemfire.snapshot.ExportSnapshotException
 
ExportSnapshotException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.snapshot.ExportSnapshotException
 

F

factory - Variable in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
FactoryDefaultsPoolAdapter - Class in org.springframework.data.gemfire.client.support
FactoryDefaultsPoolAdapter is an abstract implementation of GemFire's Pool interface and extension of PoolAdapter providing default factory values for all configuration properties (e.g. freeConnectionTimeout, idleTimeout, etc).
FactoryDefaultsPoolAdapter() - Constructor for class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
fetchCache() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Fetches an existing GemFire Cache instance from the CacheFactory.
fetchCache() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Fetches an existing GemFire ClientCache instance from the ClientCacheFactory.
FILE_EXTENSION_DOT_SEPARATOR - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
 
Filter - Annotation Type in org.springframework.data.gemfire.function.annotation
Used to inject a set of cache keys into a function execution, The annotated parameter must be of type Set.
Filter<T> - Interface in org.springframework.data.gemfire.util
The Filter interface defines a contract for filtering objects.
find(String, Object...) - Method in interface org.springframework.data.gemfire.GemfireOperations
Executes a GemFire query with the given (optional) parameters and returns the result.
find(String, Object...) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
findAll(Sort) - Method in interface org.springframework.data.gemfire.repository.GemfireRepository
Returns all entities sorted by the given options.
findAll() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findAll(Sort) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findBy(String) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Finds all ConnectionEndpoints in this list with the specified hostname.
findBy(int) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Finds all ConnectionEndpoints in this list with the specified port number.
findOne(ID) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findOne(String) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Finds the first ConnectionEndpoint in the collection with the given host.
findOne(int) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Finds the first ConnectionEndpoint in the collection with the given port.
findUnique(String, Object...) - Method in interface org.springframework.data.gemfire.GemfireOperations
Executes a GemFire query with the given (optional) parameters and returns the result.
findUnique(String, Object...) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
FixedPartitionAttributesFactoryBean - Class in org.springframework.data.gemfire
Spring FactoryBean to create a instance of the FixedPartitionAttributes.
FixedPartitionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
 
forIdleTimeout() - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Factory method used to construct an instance of AnnotationBasedExpiration having no default ExpirationAttributes to process expired annotated Region entries using Idle Timeout (TTI) Expiration.
forIdleTimeout(ExpirationAttributes) - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Factory method used to construct an instance of AnnotationBasedExpiration initialized with default ExpirationAttributes to process expired annotated Region entries using Idle Timeout (TTI) expiration.
format(String, Object...) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Formats the given message with the provided array of arguments.
forRegion(Class<?>, Region<?, ?>) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Replaces the domain classes referenced inside the current query with the given Region.
forTimeToLive() - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Factory method used to construct an instance of AnnotationBasedExpiration having no default ExpirationAttributes to process expired annotated Region entries using Time-To-Live (TTL) Expiration.
forTimeToLive(ExpirationAttributes) - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Factory method used to construct an instance of AnnotationBasedExpiration initialized with default ExpirationAttributes to process expired annotated Region entries using Time-To-Live (TTL) expiration.
freeConnectionTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
from(Pool) - Static method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
from(Pool) - Static method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
from(AnnotationAttributes, ApplicationContext) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
from(EnableEviction.EvictionPolicy, ApplicationContext) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
from(int, EvictionPolicyType, EvictionActionType, ObjectSizer, String...) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
from(AnnotationAttributes) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Factory method to construct an instance of ExpirationConfiguration.ExpirationPolicyMetaData initialized with the given AnnotationAttributes from the nested EnableExpiration.ExpirationPolicy annotation specified in an application-level EnableExpiration annotation.
from(EnableExpiration.ExpirationPolicy) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Factory method to construct an instance of ExpirationConfiguration.ExpirationPolicyMetaData initialized with the given attribute values from the nested EnableExpiration.ExpirationPolicy annotation specified in an application-level EnableExpiration annotation.
from(String...) - Static method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Factory method to construct an instance of the GemFireComponentClassTypeScanner initialized with the given array of base packages to scan.
from(Iterable<String>) - Static method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Factory method to construct an instance of the GemFireComponentClassTypeScanner initialized with the given Iterable of base packages to scan.
from(ExpirationAttributes) - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
from(Expiration) - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
from(IdleTimeoutExpiration) - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
from(TimeToLiveExpiration) - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
from(InetSocketAddress) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Converts the InetSocketAddress into a ConnectionEndpoint.
from(ConnectionEndpoint...) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Factory method for creating a ConnectionEndpointList from an array of ConnectionEndpoints.
from(InetSocketAddress...) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Converts an array of InetSocketAddress into an instance of ConnectionEndpointList.
from(Iterable<InetSocketAddress>) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Converts an Iterable collection of InetSocketAddress into an instance of ConnectionEndpointList.
from(Properties) - Static method in class org.springframework.data.gemfire.util.PropertiesBuilder
Factory method to create an instance of PropertiesBuilder initialized with the given Properties.
from(InputStream) - Static method in class org.springframework.data.gemfire.util.PropertiesBuilder
Constructs and initializes a PropertiesBuilder containing all properties from the given InputStream.
from(Reader) - Static method in class org.springframework.data.gemfire.util.PropertiesBuilder
Constructs and initializes a PropertiesBuilder containing all properties from the given Reader.
fromData(Class<?>, PdxReader) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
 
fromData(DataInput) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
fromDefaults() - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
fromDefaults() - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Factory method to construct an instance of ExpirationConfiguration.ExpirationPolicyMetaData using default expiration policy settings.
fromXml(InputStream) - Static method in class org.springframework.data.gemfire.util.PropertiesBuilder
Constructs and initializes a PropertiesBuilder containing all properties from the given InputStream in XML format.
FunctionExecutionBeanDefinitionParser - Class in org.springframework.data.gemfire.function.config
Parse for <function-executions> definitions.
FunctionExecutionBeanDefinitionParser() - Constructor for class org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionParser
 
FunctionId - Annotation Type in org.springframework.data.gemfire.function.annotation
Annotation to bind an interface method to a GemFire function id
FunctionServiceFactoryBean - Class in org.springframework.data.gemfire
Spring FactoryBean for registering instance of GemFire Function with the GemFire FunctionService.
FunctionServiceFactoryBean() - Constructor for class org.springframework.data.gemfire.FunctionServiceFactoryBean
 

G

gatewayConflictResolver() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
GatewayEndpoint() - Constructor for class org.springframework.data.gemfire.wan.GatewayProxy.GatewayEndpoint
 
GatewayHubFactoryBean - Class in org.springframework.data.gemfire.wan
FactoryBean for creating a GemFire GatewayHub (deprecated in Gemfire 7).
GatewayHubFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
Constructs an instance of the GatewayHubFactoryBean class used to create GemFire WAN GatewayHubs initialized with the specified GemFire Cache.
GatewayProxy - Class in org.springframework.data.gemfire.wan
The GatewayProxy class used to allow decoupling of 'gateway' parsing from 'gateway-hub' parsing.
GatewayProxy() - Constructor for class org.springframework.data.gemfire.wan.GatewayProxy
 
GatewayProxy.GatewayEndpoint - Class in org.springframework.data.gemfire.wan
 
GatewayProxy.GatewayQueue - Class in org.springframework.data.gemfire.wan
 
GatewayQueue() - Constructor for class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
GatewayReceiverFactoryBean - Class in org.springframework.data.gemfire.wan
Spring FactoryBean for creating a GemFire GatewayReceiver.
GatewayReceiverFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
Constructs an instance of the GatewayReceiverFactoryBean class for configuring and initializing a GemFire GatewayReceiver.
GatewaySenderFactoryBean - Class in org.springframework.data.gemfire.wan
Spring FactoryBean for creating a parallel or serial GemFire GatewaySender.
GatewaySenderFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
Constructs an instance of the GatewaySenderFactoryBean class initialized with a reference to the GemFire Cache.
GatewaySenderWrapper - Class in org.springframework.data.gemfire.wan
 
GatewaySenderWrapper(GatewaySender) - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
GEMFIRE_PROPERTIES_BEAN_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
 
GEMFIRE_VERSION - Static variable in class org.springframework.data.gemfire.GemfireUtils
 
GemfireAccessor - Class in org.springframework.data.gemfire
GemfireAccessor is a base class for GemfireTemplate defining common operations and properties, such as Region.
GemfireAccessor() - Constructor for class org.springframework.data.gemfire.GemfireAccessor
 
GemFireAsLastResourceConfiguration - Class in org.springframework.data.gemfire.config.annotation
The GemFireAsLastResourceConfiguration class is a Spring @Configuration annotated class used to configure the GemFire "Last Resource" Spring Data GemFire Aspects.
GemFireAsLastResourceConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
GemFireAsLastResourceConnectionAcquiringAspect - Class in org.springframework.data.gemfire.config.annotation.support
The GemFireAsLastResourceConnectionAcquiringAspect class is a AbstractGemFireAsLastResourceAspectSupport implementation responsible for acquiring a GemFire Connection from GemFire's JCA ResourceAdapter, GFConnectionFactory after a CMT/JTA Transaction is began, which is initiated by Spring's Transaction infrastructure.
GemFireAsLastResourceConnectionAcquiringAspect() - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionAcquiringAspect
 
GemFireAsLastResourceConnectionClosingAspect - Class in org.springframework.data.gemfire.config.annotation.support
The GemFireAsLastResourceConnectionClosingAspect class is a AbstractGemFireAsLastResourceAspectSupport implementation responsible for closing the GemFire Connection obtained from the GemFire JCA ResourceAdapter deployed in a managed environment when using GemFire as the Last Resource in a CMT/JTA Transaction initiated from Spring's Transaction infrastructure.
GemFireAsLastResourceConnectionClosingAspect() - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionClosingAspect
 
GemfireBeanFactoryLocator - Class in org.springframework.data.gemfire
BeanFactoryLocator used for storing Spring application context/bean factory for Gemfire user components (or Declarable.
GemfireBeanFactoryLocator() - Constructor for class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
gemfireCache() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
gemfireCache() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
GemfireCache - Class in org.springframework.data.gemfire.support
Spring Framework Cache implementation backed by a GemFire Region.
GemfireCache(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.support.GemfireCache
Constructs an instance of GemFireCache initialized with the given GemFire Region.
GemfireCacheManager - Class in org.springframework.data.gemfire.support
Core Spring Framework CacheManager implementation backed by a GemFire cache instance (either a client or peer cache).
GemfireCacheManager() - Constructor for class org.springframework.data.gemfire.support.GemfireCacheManager
 
gemfireCachePostProcessor(GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
gemfireCacheServer(Cache) - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
GemFireCacheTypeAwareRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.config.annotation.support
The GemFireCacheTypeAwareRegionFactoryBean class is a smart Spring FactoryBean that knows how to create a client or server Region depending on whether the GemFireCache is a ClientCache or a peer Cache.
GemFireCacheTypeAwareRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
GemfireCacheUtils - Class in org.springframework.data.gemfire
Helper class featuring methods for GemFire Cache or Region handling.
GemfireCacheUtils() - Constructor for class org.springframework.data.gemfire.GemfireCacheUtils
 
GemfireCallback<T> - Interface in org.springframework.data.gemfire
Callback interface for GemFire code.
GemfireCancellationException - Exception in org.springframework.data.gemfire
GemFire-specific class for exceptions caused by system cancellations.
GemfireCancellationException(CancelException) - Constructor for exception org.springframework.data.gemfire.GemfireCancellationException
 
GemFireComponentClassTypeScanner - Class in org.springframework.data.gemfire.config.annotation.support
The GemFireComponentClassTypeScanner class is a classpath component scanner used to search for GemFire components based on Class type.
GemFireComponentClassTypeScanner(Set<String>) - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Constructs an instance of the GemFireComponentClassTypeScanner initialized with the given Set of base packages to scan.
GemFireConnectionHolder() - Constructor for class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
GemfireConstants - Interface in org.springframework.data.gemfire.config.xml
The GemfireConstants class define constants for Spring GemFire component bean names.
GemfireDaoSupport - Class in org.springframework.data.gemfire.support
Convenient super class for GemFire data access objects.
GemfireDaoSupport() - Constructor for class org.springframework.data.gemfire.support.GemfireDaoSupport
 
GemfireDataSourcePostProcessor - Class in org.springframework.data.gemfire.client
A Spring BeanFactoryPostProcessor used to register a Client Region Proxy bean for each Region accessible to a GemFire DataSource.
GemfireDataSourcePostProcessor(ClientCache) - Constructor for class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
Constructs an instance of the GemfireDataSourcePostProcessor BeanFactoryPostProcessor class initialized with the specified GemFire ClientCache instance for creating client PROXY Regions for all data Regions configured in the GemFire cluster.
GemfireEntityInformation<T,ID extends Serializable> - Interface in org.springframework.data.gemfire.repository.query
EntityInformation to capture Gemfire specific information.
GemfireFunction - Annotation Type in org.springframework.data.gemfire.function.annotation
Used to declare a concrete method as a GemFire function implementation
GemfireFunctionBeanPostProcessor - Class in org.springframework.data.gemfire.function.config
A BeanPostProcessor to discover components wired as function implementations.
GemfireFunctionBeanPostProcessor() - Constructor for class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessor
 
GemfireFunctionCallback<T> - Interface in org.springframework.data.gemfire.function.execution
A callback for Gemfire Function Templates
GemfireFunctionOperations - Interface in org.springframework.data.gemfire.function.execution
An interface for invoking Gemfire functions
GemfireFunctionPostBeanProcessorRegistrar - Class in org.springframework.data.gemfire.function.config
GemfireFunctionPostBeanProcessorRegistrar() - Constructor for class org.springframework.data.gemfire.function.config.GemfireFunctionPostBeanProcessorRegistrar
 
GemfireFunctionProxyFactoryBean - Class in org.springframework.data.gemfire.function.execution
A Proxy FactoryBean for all non-Region Function Execution interfaces.
GemfireFunctionProxyFactoryBean(Class<?>, GemfireFunctionOperations) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
GemfireFunctionUtils - Class in org.springframework.data.gemfire.function
 
GemfireFunctionUtils() - Constructor for class org.springframework.data.gemfire.function.GemfireFunctionUtils
 
GemfireIndexException - Exception in org.springframework.data.gemfire
Gemfire-specific subclass thrown on Index management.
GemfireIndexException(Exception) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(String, Exception) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexCreationException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(String, IndexCreationException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexExistsException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(String, IndexExistsException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(String, IndexInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexMaintenanceException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(String, IndexMaintenanceException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexNameConflictException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(String, IndexNameConflictException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
gemfireJcaConnectionAcquiringAspect() - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
gemfireJcaConnectionClosingAspect() - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
GemfireListenerExecutionFailedException - Exception in org.springframework.data.gemfire.listener
Exception thrown when the execution of a listener method failed.
GemfireListenerExecutionFailedException(String) - Constructor for exception org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
Constructs a new GemfireListenerExecutionFailedException instance.
GemfireListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
Constructs a new GemfireListenerExecutionFailedException instance.
GemfireMappingContext - Class in org.springframework.data.gemfire.mapping
Spring Data AbstractMappingContext implementation defining entity mapping meta-data for GemFire persistent entities.
GemfireMappingContext() - Constructor for class org.springframework.data.gemfire.mapping.GemfireMappingContext
Constructs a GemfireMappingContext with a GemfireSimpleTypeHolder.
GemfireOnMemberFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
 
GemfireOnMemberFunctionTemplate(DistributedMember) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
 
GemfireOnMemberFunctionTemplate(String[]) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
 
GemfireOnMemberFunctionTemplate() - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
 
GemfireOnMembersFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
 
GemfireOnMembersFunctionTemplate(Set<DistributedMember>) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
 
GemfireOnMembersFunctionTemplate(String[]) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
 
GemfireOnMembersFunctionTemplate() - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
 
GemfireOnRegionFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
 
GemfireOnRegionFunctionTemplate(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
Constructs an instance of the GemFireOnRegionFunctionTemplate with the given GemFire Cache Region.
GemfireOnRegionOperations - Interface in org.springframework.data.gemfire.function.execution
 
GemfireOnServerFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
 
GemfireOnServerFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
 
GemfireOnServerFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
 
GemfireOnServersFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
 
GemfireOnServersFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
 
GemfireOnServersFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
 
GemfireOperations - Interface in org.springframework.data.gemfire
 
GemfirePersistentEntity<T> - Class in org.springframework.data.gemfire.mapping
PersistentEntity implementation adding custom GemFire persistent entity related metadata, such as the Region to which the entity is mapped, etc.
GemfirePersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
Constructs a new instance of GemfirePersistentEntity initialized with the given TypeInformation describing the domain object (entity) Class type.
GemfirePersistentProperty - Class in org.springframework.data.gemfire.mapping
PersistentProperty implementation to for Gemfire related metadata.
GemfirePersistentProperty(Field, PropertyDescriptor, PersistentEntity<?, GemfirePersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
Constructs an instance of the GemfirePersistentProperty initialized with entity persistent property information (meta-data).
gemfireProperties() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Returns a Properties object containing GemFire System properties used to configure the GemFire cache.
GemFirePropertiesBeanPostProcessor(Properties) - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
Construct an instance of the EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor initialized with the given GemFire Properties.
GemFirePropertiesConfiguration - Class in org.springframework.data.gemfire.config.annotation
The GemFirePropertiesConfiguration class is a Spring ImportBeanDefinitionRegistrar capable of configuring additional GemFire Properties on a (Spring Boot) application class at runtime during startup.
GemFirePropertiesConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
GemfireQueryException - Exception in org.springframework.data.gemfire
GemFire-specific subclass of InvalidDataAccessResourceUsageException thrown on invalid OQL query syntax.
GemfireQueryException(String, QueryException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(QueryException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(String, QueryExecutionTimeoutException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(QueryExecutionTimeoutException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(String, QueryInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(QueryInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(String, RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryMethod - Class in org.springframework.data.gemfire.repository.query
GemFire specific QueryMethod.
GemfireQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Creates a new GemfireQueryMethod from the given Method and RepositoryMetadata.
GemfireRepositoriesRegistrar - Class in org.springframework.data.gemfire.repository.config
ImportBeanDefinitionRegistrar to setup Gemfire repositories via EnableGemfireRepositories.
GemfireRepositoriesRegistrar() - Constructor for class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
 
GemfireRepository<T,ID extends Serializable> - Interface in org.springframework.data.gemfire.repository
Gemfire-specific extension of the CrudRepository interface.
GemfireRepositoryConfigurationExtension - Class in org.springframework.data.gemfire.repository.config
RepositoryConfigurationExtension implementation handling GemFire specific extensions to the Repository XML namespace and annotation-based configuration meta-data.
GemfireRepositoryConfigurationExtension() - Constructor for class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
 
GemfireRepositoryExtension - Class in org.springframework.data.gemfire.repository.cdi
The GemfireRepositoryExtension class...
GemfireRepositoryExtension() - Constructor for class org.springframework.data.gemfire.repository.cdi.GemfireRepositoryExtension
 
GemfireRepositoryFactory - Class in org.springframework.data.gemfire.repository.support
RepositoryFactorySupport implementation creating repository proxies for Gemfire.
GemfireRepositoryFactory(Iterable<Region<?, ?>>, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
GemfireRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.gemfire.repository.support
GemfireRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Creates a new GemfireRepositoryFactoryBean for the given repository interface.
GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener - Class in org.springframework.data.gemfire.repository.support
 
GemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
Base class for GemFire specific RepositoryQuery implementations.
GemfireRepositoryQuery(GemfireQueryMethod) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
Creates a new GemfireRepositoryQuery using the given GemfireQueryMethod.
GemfireSimpleTypeHolder - Class in org.springframework.data.gemfire.mapping.model
The GemfireSimpleTypeHolder class is a Spring Data Commons SimpleTypeHolder implementation adding additional simple types to the collection.
GemfireSimpleTypeHolder() - Constructor for class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
Constructs an instance of GemfireSimpleTypeHolder initialized with additional, custom simple types handled by GemFire along with register the default simple types.
GemfireSimpleTypeHolder(SimpleTypeHolder) - Constructor for class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
Constructs an instance of the GemfireSimpleTypeHolder initialized with a source SimpleTypeHolder.
GemfireSystemException - Exception in org.springframework.data.gemfire
GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete org.springframework.dao exceptions.
GemfireSystemException(GemFireCheckedException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
 
GemfireSystemException(GemFireException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
 
GemfireSystemException(RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
 
GemfireTemplate - Class in org.springframework.data.gemfire
Helper class that simplifies GemFire data access code and converts GemFireCheckedException and GemFireException into Spring DataAccessException, following the org.springframework.dao exception hierarchy.
GemfireTemplate() - Constructor for class org.springframework.data.gemfire.GemfireTemplate
 
GemfireTemplate(Region<K, V>) - Constructor for class org.springframework.data.gemfire.GemfireTemplate
 
GemfireTransactionCommitException - Exception in org.springframework.data.gemfire
Gemfire-specific subclass of TransactionException, indicating a transaction failure at commit time.
GemfireTransactionCommitException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.GemfireTransactionCommitException
 
GemfireTransactionCommitException(String) - Constructor for exception org.springframework.data.gemfire.GemfireTransactionCommitException
 
GemfireTransactionManager - Class in org.springframework.data.gemfire
Local Transaction Management for Pivotal GemFire.
GemfireTransactionManager() - Constructor for class org.springframework.data.gemfire.GemfireTransactionManager
Constructs an instance of the GemfireTransactionManager.
GemfireTransactionManager(GemFireCache) - Constructor for class org.springframework.data.gemfire.GemfireTransactionManager
Constructs an instance of the GemfireTransactionManager initialized with the given GemFireCache reference.
GemfireTransactionManager.CacheHolder - Class in org.springframework.data.gemfire
 
GemfireTransactionManager.CacheTransactionObject - Class in org.springframework.data.gemfire
GemfireTM local transaction object.
GemfireUtils - Class in org.springframework.data.gemfire
GemfireUtils is an abstract utility class encapsulating common functionality to access features and capabilities of GemFire based on version and other configuration meta-data.
GemfireUtils() - Constructor for class org.springframework.data.gemfire.GemfireUtils
 
generateBeanName() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
generateBeanName(Class<?>) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
generateBeanName(String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
GenericRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
The GenericRegionFactoryBean class is an extension of the abstract, base RegionFactoryBean class enabling developers to define a GemFire Cache Region with defaults.
GenericRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.GenericRegionFactoryBean
 
get() - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
get(K) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
get(K) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
get() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport.StringFormatSupplier
 
get() - Method in interface org.springframework.data.gemfire.support.AbstractFactoryBeanSupport.Supplier
 
get(int) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Gets the ConnectionEndpoint at the given index in this list.
get(Object) - Method in class org.springframework.data.gemfire.support.GemfireCache
Returns the cache value for the given key wrapped in an instance of Cache.ValueWrapper.
get(Object, Class<T>) - Method in class org.springframework.data.gemfire.support.GemfireCache
Returns the cache value for the given key cast to the specified Class type.
get(Object, Callable<T>) - Method in class org.springframework.data.gemfire.support.GemfireCache
Returns the cache value for given key.
get(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
 
getAction() - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
Gets the action performed on the Region when Eviction occurs.
getAction() - Method in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
Gets the action to perform when a Region or an Entry expires.
getAlertThreshold() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
getAlertThreshold() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getAll(Collection<?>) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
getAll(Collection<?>) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
getAll(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
 
getAndValidatePoolName(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
getAnnotation() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
 
getAnnotationAttributes(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
getAnnotationAttributes(AnnotationMetadata, String) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
getAnnotationAttributes(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
getAnnotationAttributeStringValue(Annotation, String) - Static method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
 
getAnnotationParameterPosition(Method, Class<?>, Class<?>[]) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
Determine the order position of a an annotated method parameter
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Returns the GemFire cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
Returns the GemFire cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Returns the GemFire cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
Returns the Annotation type that configures and creates Regions for application persistent entities.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
Returns the Annotation type that enables and configures Eviction.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
Returns the Annotation type that enables and configures Expiration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
Returns the configured GemFire cache application annotation type (e.g.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ManagerConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.McastConfiguration
Returns the configured GemFire cache application annotation type (e.g.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.MemcachedServerConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
Returns the GemFire cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.SslConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
Returns the configured GemFire cache application annotation type (e.g.
getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Returns the fully-qualified class name of the GemFire cache application Annotation type.
getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
Returns the name of the Annotation type that configures and creates Regions for application persistent entities.
getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
Returns the name of the Annotation type that enables and configures Eviction.
getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
Returns the name of the Annotation type that enables and configures Expiration.
getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
Returns the fully-qualified class name of the GemFire cache application annotation type.
getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Returns the simple class name of the GemFire cache application Annotation type.
getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
Returns the simple name of the Annotation type that configures and creates Regions for application persistent entities.
getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
Returns the simple name of the Annotation type that enables and configures Eviction.
getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
Returns the simple name of the Annotation type that enables and configures Expiration.
getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
Returns the simple class name of the GemFire cache application annotation type.
getApplicationContext() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Returns a reference to the Spring ApplicationContext.
getApplicationContext() - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Gets a reference to the Spring ApplicationContext constructed, configured and initialized inside the GemFire Server-based JVM process.
getArgument() - Method in class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
Gets the argument used by this CacheLoader to load the value for the specified key.
getAttributes() - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
 
getAttributes() - Method in class org.springframework.data.gemfire.RegionFactoryBean
Returns the attributes used to configure the Region created by this factory as set in the SDG XML namespace configuration meta-data, or as set with the setAttributes(:Attributes) method.
getBasePackages() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Returns an unmodifiable Set of base packages to scan for GemFire components.
getBatchSize() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
getBatchSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getBatchTimeInterval() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
getBatchTimeInterval() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getBeanClassLoader() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Gets a reference to the ClassLoader used to load and create bean classes in the Spring container.
getBeanClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
getBeanClassLoader() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Returns a reference to the ClassLoader used by the Spring container to load and create bean classes.
getBeanFactory() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Gets a reference to the Spring BeanFactory containing this GemFire Cache FactoryBean.
getBeanFactory() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
Returns a reference to the Spring BeanFactory.
getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
getBeanFactory() - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
 
getBeanFactory() - Method in class org.springframework.data.gemfire.DeclarableSupport
Gets a reference to the configured Spring BeanFactory.
getBeanFactory() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Returns a reference to the Spring BeanFactory in which this FactoryBean was declared.
getBeanFactory() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Gets a reference to the Spring BeanFactory in which this AnnotationBasedExpiration bean is managed.
getBeanFactoryLocator() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getBeanName() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Gets the Spring bean name for this GemFire Cache.
getBeanName() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Returns the bean name assigned to this FactoryBean as declared in the Spring container.
getCache() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getCache() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Returns a reference to the GemFireCache for which this transaction manager will manage local cache transactions.
getCache() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Gets a reference to the GemFire Cache for which the snapshot will be taken.
getCache() - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Returns the GemFireCache instance backing this CacheManager.
getCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
getCacheLoader() - Method in class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
The CacheLoader delegate used to actually load the cache value for the specified key.
getCacheTransactionManager() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
getCacheXml() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Gets a reference to the GemFire native cache.xml file as a Spring Resource.
getCanonicalizedFromClause() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getCanonicalizedIndexedExpression() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getCanonicalizedProjectionAttributes() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getClientCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
getClientRegionShortcut() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
getClose() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getClose() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
getConcurrencyLevel() - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
getContext() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns a reference to the naming Context.
getConversionService() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Returns a reference to the configured ConversionService used to convert data store types to application domain object types.
getCopyOnRead() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getCriticalHeapPercentage() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getCurrentThreadStackTrace() - Method in class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
 
getCustomPdxSerializer(PersistentProperty<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Returns a custom PDX serializer for the given entity persistent property.
getCustomPdxSerializers() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Returns a mapping of application domain types to custom PDX serializers used to customize the serialization for specific application domain types.
getCustomSerializer(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
getCustomSerializers() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Deprecated.
getDataPolicy() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
getDataPolicy() - Method in class org.springframework.data.gemfire.RegionFactoryBean
Gets the "resolved" Data Policy as determined by this RegionFactory when configuring the attributes of the Region to be created.
getDataPolicy() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
getDataPolicy() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
getDefaultExpirationAttributes() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Gets the expiration policy used by default when no application domain object specific expiration meta-data has been specified.
getDefaultListenerMethod() - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Return the name of the default listener method to delegate to.
getDefaultOrder() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns the default order used by this AOP Aspect in the chain of Aspects configured in Spring's Transaction Management.
getDefaultOrder() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionAcquiringAspect
Returns the default order used by this AOP Aspect in the chain of Aspects configured in Spring's Transaction Management.
getDefaultOrder() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionClosingAspect
Returns the default order used by this AOP Aspect in the chain of Aspects configured in Spring's Transaction Management.
getDelegate() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getDelegate() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getDelegate() - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Returns the target object to delegate event listening to.
getDiskDir() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
getDiskStoreName() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getDiskStoreRef() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
getDispatcherThreads() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getDistributedSystem() - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
getDistributedSystem(GemFireCache) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
getDurableClientId() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Gets the value of the GemFire System property 'durable-client-id' indicating to the server whether this client is durable.
getDurableClientTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Get the value of the GemFire System property 'durable-client-timeout' indicating to the server how long to track events for the durable client when disconnected.
getDynamicRegionSupport() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getEnableAutoReconnect() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Gets the value for the auto-reconnect setting.
getEnableAutoReconnect() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getEnableBatchConflation() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
getEnableIndexesAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
Returns the Annotation type that configures and creates Region Indexes from application persistent entity properties.
getEnableIndexesAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
Returns the name of the Annotation type that configures and creates Region Indexes from application persistent entity properties.
getEnableIndexesAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
Returns the simple name of the Annotation type that configures and creates Region Indexes from application persistent entity properties.
getEnableTransactionManagementOrder() - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
getEndpoints() - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
getEntity() - Method in class org.springframework.data.gemfire.repository.Wrapper
 
getEntityClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Returns a reference to the ClassLoader to find and load GemFire application persistent entity classes.
getEntityInformation(Class<T>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 
getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
Returns a reference to the configured Environment in the Spring application context.
getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Returns a reference to the Spring Environment in which the Spring GemFire application is running.
getEvictionAction(EvictionActionType) - Static method in enum org.springframework.data.gemfire.EvictionActionType
A null-safe operation to extract the GemFire EvictionAction from the EvictionActionType enumerated value.
getEvictionAction() - Method in enum org.springframework.data.gemfire.EvictionActionType
Gets the matching GemFire EvictionAction represented by this enumerated value.
getEvictionAlgorithm(EvictionPolicyType) - Static method in enum org.springframework.data.gemfire.EvictionPolicyType
A null-safe operation to extract the GemFire EvictionAlgorithm from the given EvictionPolicyType.
getEvictionAlgorithm() - Method in enum org.springframework.data.gemfire.EvictionPolicyType
Gets the GemFire EvictionAlgorithm represented by this enumerated value.
getEvictionAttributes() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Returns an instance of the EvictionAttributes specifying the Eviction policy configuration captured in this Eviction policy meta-data.
getEvictionHeapPercentage() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getEvictionPolicyConfigurer() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
Returns a reference to the configured EvictionConfiguration.EvictionPolicyConfigurer used to configure the Eviction policy of a Region.
getExcludes() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Returns a collection of TypeFilters used to exclude types found during the classpath component scan.
getExpiration(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Gets the Expiration Annotation meta-data from the Region Entry.
getExpirationAction(ExpirationActionType) - Static method in enum org.springframework.data.gemfire.ExpirationActionType
A null-safe operation to extract the corresponding GemFire ExpirationAction for the ExpirationActionType.
getExpirationAction() - Method in enum org.springframework.data.gemfire.ExpirationActionType
Gets the matching GemFire ExpirationAction for this enumerated value.
getExpirationMetaData(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Gets custom expiration (Annotation-based) policy meta-data for the given Region entry.
getExpirationPolicyConfigurer() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
getExpiry(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Calculate the expiration for a given entry.
getExports() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
getExtension() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
 
getFactoryKey() - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Gets the key used to locate (lookup) the Spring BeanFactory.
getFileExtension(File) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
 
getFilter() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
getFirst() - Method in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor.ComposableQueryPostProcessor
 
getFirst(T...) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Null-safe method to return the first element in the array or null if the array is null or empty.
getFirst(T[], T) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Null-safe method to return the first element in the array or the defaultValue if the array is null or empty.
getFormat() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getFreeConnectionTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getFromClause() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
 
getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
 
getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
 
getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
 
getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
 
getGatewayConflictResolver() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getGatewayEventFilters() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getGatewayEventSubstitutionFilter() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getGatewayTransportFilters() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getGemFireCache() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns a reference to the GemFireCache used to interact with GemFire.
getGemFireConnectionFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionAcquiringAspect
Returns a reference to the configured GFConnectionFactory instance.
getGemfireFunctionOperations() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
getGemfireIndexType() - Method in enum org.springframework.data.gemfire.IndexType
Gets the matching GemFire IndexType for this IndexType enumerated value.
getGemfireInstantiators() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
 
getGemFireJcaResourceAdapterJndiName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns the configured reference to GemFire's JCA ResourceAdapter registered in the managed environment's JNDI context.
getGemfireMappingContext() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Returns a reference to the Spring Data MappingContext used to perform domain object type to data store mappings.
getGemfireTemplate() - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Returns the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.
getHints() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Gets the query HINTs for this query method.
getHolder() - Method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheTransactionObject
 
getHost() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Gets the host in this ConnectionEndpoint.
getHost() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayEndpoint
 
getId() - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
getId() - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
getId() - Method in class org.springframework.data.gemfire.support.ListRegionsOnServerFunction
 
getId() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayEndpoint
 
getId() - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
getId() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getIdentifyingAnnotations() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
 
getIdleTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getIdleTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getIdleTimeout(Long) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getIdleTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getIdleTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getIdleTimeout(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Gets the IdleTimeoutExpiration Annotation meta-data from the Region Entry.
getImport() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Gets the IMPORT statement for this query method.
getImports() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Gets the meta-data (location, filter and format) used to read a data snapshot into an entire Cache or individual Region.
getIncludes() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Returns a collection of TypeFilters used to include (match) types found during the classpath component scan.
getIndex() - Method in class org.springframework.data.gemfire.IndexFactoryBean
Returns a reference to the Index created by this IndexFactoryBean.
getIndex() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getIndexedExpression() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getIndexName() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getInitialContextFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns the configured, fully-qualified classname of the InitialContextFactory used to construct the InitialContext that is then used to lookup managed objects registered in the JNDI context of the managed environment.
getInParameterIndexes() - Method in class org.springframework.data.gemfire.repository.query.QueryString
Returns the parameter indexes used in this query.
getInstantiator(Class<? extends DataSerializable>, int) - Method in class org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator
 
getInstantiator(Class<? extends DataSerializable>, int) - Method in interface org.springframework.data.gemfire.serialization.InstantiatorGenerator
Returns a (potentially new) Instantiator that optimizes the instantiation of the given types.
getInstantiatorFor(PersistentEntity) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Looks up and returns an EntityInstantiator to construct and initialize an instance of the object defined by the given PersistentEntity (meta-data).
getInterestPolicy(InterestPolicyType) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
Null-safe operation to extract the GemFire InterestPolicy from the InterPolicyType enumerated value.
getInterestPolicy() - Method in enum org.springframework.data.gemfire.InterestPolicyType
Returns the GemFire InterestPolicy corresponding to this SubscriptionType enumerated value.
getInterestPolicy() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
Gets GemFire's InterestPolicy specified on the SubscriptionAttributes which defines data interests and distribution of changes.
getInterestResultPolicy(InterestResultPolicyType) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
 
getInterestResultPolicy() - Method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
 
getJndiDataSources() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getKeepAlive() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Gets the user specified value for whether the server(s) should keep the durable client's queue alive for the duration of the timeout when the client voluntarily disconnects.
getKey() - Method in class org.springframework.data.gemfire.client.Interest
Returns the key of interest.
getKey() - Method in class org.springframework.data.gemfire.repository.Wrapper
 
getKey() - Method in class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
The specified key for which a value will be loaded by this CacheLoader.
getKeyConstraint() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
getKeyword() - Method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
Returns name of this GemFire OQL Keyword enumerated value.
getLimit() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Gets the LIMIT for this query method on the result set returned by the query.
getListener() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
The CQ Listener receiving events and notifications with changes from the CQ.
getListenerMethodName(CqEvent) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Determine the name of the listener method that is supposed to handle the given event.
getListeners() - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getLoadConditioningInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getLocation() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
getLocators() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getLocators() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getLocators(List<InetSocketAddress>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getLocators() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getLocators() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getLockLease() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getLockTimeout() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getLog() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Returns a reference to the Log used by this FactoryBean to log messages.
getLogger() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns a reference to the Logger used to record debug, info, warning and error messages logged by the application.
getLogger() - Method in class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
 
getLogger() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Returns a reference to the configured Logger used to log messages about the functions of this PdxSerializer.
getLookupEnabled() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
getMappingContext() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Returns a reference to the configured mapping context used to handling mapping logic between GemFire persistent entities and application domain object types.
getMaxConnections() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getMaxConnections() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getMaxConnections(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getMaxConnections() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getMaxConnections() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getMaximumQueueMemory() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
getMaximumQueueMemory() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getMaxParallelismForReplicatedRegion() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getMessageSyncInterval() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getMinConnections() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getMinConnections() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getMinConnections(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getMinConnections() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getMinConnections() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getMissingCache(String) - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Returns a missing Spring Cache for the given name.
getModulePrefix() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
 
getMultiUserAuthentication() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getMultiuserAuthentication() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getMultiuserAuthentication(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getMultiuserAuthentication() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getMultiuserAuthentication() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getName() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getName() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getName() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getName() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getName() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getName() - Method in enum org.springframework.data.gemfire.JndiDataSourceType
Gets the GemFire name of the support JNDI DataSource implementation type.
getName() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
Gets the name for the CQ.
getName() - Method in class org.springframework.data.gemfire.support.GemfireCache
Returns the name of this Spring Cache.
getName() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
getName() - Method in enum org.springframework.data.gemfire.wan.StartupPolicyType
Gets the official name used by GemFire to specify the GatewayHub Startup Policy.
getNativeCache() - Method in class org.springframework.data.gemfire.support.GemfireCache
Returns the GemFire Region used as the implementation for this Spring Cache.
getObject() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.FunctionServiceFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
getObject() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Gets the reference to the GemFire Snapshot Service created by this FactoryBean.
getObject() - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
 
getObject() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
getObjectSizer() - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
Gets the GemFire ObjectSizer used in determining object sizes of data stored in the Cache.
getObjectType() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.FunctionServiceFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
getObjectType() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Gets the type of Snapshot Service created by this FactoryBean.
getObjectType() - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
 
getObjectType() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
getOrder() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns the order of this AOP Aspect relative to other Aspects in the chain of Aspects configured in Spring's Transaction Management.
getOrder() - Method in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor
Defines the order of this QueryPostProcessor relative to other QueryPostProcessors in a sort.
getOrderPolicy() - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
getOrderPolicy() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getOrderPolicy(OrderPolicyType) - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
Null-safe operation to extract the matching GemFire Gateway.OrderPolicy enumerated value from the specified OrderPolicyType.
getOrderPolicy() - Method in enum org.springframework.data.gemfire.wan.OrderPolicyType
Gets the GemFire Gateway.OrderPolicy corresponding to this OrderPolicyType enum.
getParent() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Returns a reference to the parent Region indicating this FactoryBean represents a GemFire cache Sub-Region.
getPdxDiskStoreName() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getPdxDiskStoreName() - Method in class org.springframework.data.gemfire.config.support.PdxDiskStoreAwareBeanFactoryPostProcessor
Returns the name of the GemFire PDX DiskStore.
getPdxIgnoreUnreadFields() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getPdxPersistent() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getPdxReadSerialized() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getPdxSerializer() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getPendingEventCount() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getPendingEventCount() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getPendingEventCount() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getPersistent() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
getPersistent() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
getPersistentEntity(Class<?>) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
getPersistentEntity(Object) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Looks up and returns the PersistentEntity meta-data for the given entity object.
getPersistentEntity(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Looks up and returns the PersistentEntity meta-data for the given entity Class type.
getPersistentEntity() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Returns the GemfirePersistentEntity the method deals with.
getPhase() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getPhase() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Gets the phase in which this CQ listener container will start in the Spring container.
getPhase() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
getPhase() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
Start at the latest possible moment.
getPingInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getPingInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getPingInterval(Long) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getPingInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getPingInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getPolicy() - Method in class org.springframework.data.gemfire.client.Interest
Returns the interest policy.
getPolicy() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
Deprecated.
getPool() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Gets the Pool used by this cache client to obtain connections to the GemFire cluster.
getPool() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
getPoolName() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
getPoolName() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Gets the name of the GemFire Pool used by this GemFire cache client.
getPoolName() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
getPort() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Gets the port number in this ConnectionEndpoint.
getPort() - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayEndpoint
 
getPreference() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getProjectionAttributes() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getProperties() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Gets a reference to the GemFire System Properties.
getProps() - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
 
getProviderUrl() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns the URL of the Naming Context Provider as a String.
getPrSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getPRSingleHopEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getQuery() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
Gets the query string that will be executed for the CQ.
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
 
getQueryPostProcessor() - Method in class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
Returns a reference to the composed QueryPostProcessors, which are applied to OQL queries prior to execution.
getQueryPostProcessorsMetadata() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener
 
getQueryService() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getQueryService(QueryService) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getQueryService() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getQueryService() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getQueryService() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getQueue() - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
getReadTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getReadTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getReadTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getReadTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getReadTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getReadyForEvents() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Gets the user-specified value for the readyForEvents property.
getRegex() - Method in class org.springframework.data.gemfire.client.RegexInterest
Returns the regex backing this interest.
getRegion() - Method in class org.springframework.data.gemfire.GemfireAccessor
Returns the template GemFire Cache Region.
getRegion() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getRegion(Class<T>) - Method in class org.springframework.data.gemfire.mapping.Regions
Returns the Region the given type is mapped to.
getRegion(String) - Method in class org.springframework.data.gemfire.mapping.Regions
Returns the Region with the given name or path.
getRegion() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Returns a reference to the GemFire Region resolved by this Spring FactoryBean during the lookup operation; maybe a new Region.
getRegion() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Gets a reference to the GemFire Region for which the snapshot will be taken.
getRegion() - Method in class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
Returns the Region to which the entry (key/value) belongs.
getRegionAnnotation() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
Returns the Region Annotation used to annotate this PersistentEntity or null if this PersistentEntity was not annotated with a Region Annotation.
getRegionAnnotationType() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
Returns the Class type of the Region Annotation used to annotate this entity or null if this entity was not annotated with a Region Annotation.
getRegionAttributes() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
getRegionName() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
Returns the name of the Region in which this PersistentEntity will be stored.
getRegionName() - Method in class org.springframework.data.gemfire.repository.query.DefaultGemfireEntityInformation
 
getRegionName() - Method in interface org.springframework.data.gemfire.repository.query.GemfireEntityInformation
Returns the name of the Region the entity is held in.
getRegionPath() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
Gets the absolute pathname of the Region in GemFire for which the snapshot will be taken.
getRegions() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Returns an Iterable reference to the GemFire Regions defined in the Spring ApplicationContext.
getRegions() - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Returns the set of GemFire Regions used explicitly as Spring Caches in Spring's caching infrastructure.
getRegionShortcut() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
getRegisterInterest() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
getRemoteDSId() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
 
getResourceFactory() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
getResumeWaitTime() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
getResumeWaitTimeUnit() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
getRetryAttempts() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getRetryAttempts() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getRetryAttempts(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getRetryAttempts() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getRetryAttempts() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getScope(ScopeType) - Static method in enum org.springframework.data.gemfire.ScopeType
Null-safe operation to extract the GemFire Scope from the given ScopeType enum value, or null if the provided scopeType is null.
getScope() - Method in enum org.springframework.data.gemfire.ScopeType
Gets the matching GemFire Scope for this enumerated value.
getSearchTimeout() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getSecond() - Method in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor.ComposableQueryPostProcessor
 
getServerGroup() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getServerGroup() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getServerGroup(String) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getServerGroup() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getServerGroup() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getServerRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
getServers() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getServers() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getServers(List<InetSocketAddress>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getServers() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getServers() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getShortcut() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
getSnapshotMetadata() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
Gets the meta-data used to perform the GemFire Cache Region data snapshots.
getSnapshotService() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
getSnapshotService() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
 
getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getSocketBufferSize() - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
getSocketBufferSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getSocketReadTimeout() - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
getSocketReadTimeout() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getStatisticInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getStatisticInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getStatisticInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getStatisticInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getStatistics() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getStatisticsInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getSubscriptionAckInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getSubscriptionEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getSubscriptionMessageTrackingTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getSubscriptionRedundancy(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getSupportedClasses() - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
getSuppressImportOnInit() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Determines whether importing on initialization should be suppressed.
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 
getThreadLocalConnections() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getThreadLocalConnections() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
getThreadLocalConnections(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
getThreadLocalConnections() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
getThreadLocalConnections() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
getThreshold() - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
Get the threshold used by the LRU algorithm in ENTRY_COUNT and MEMORY_SIZE eviction policy.
getTimeout() - Method in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
Gets the number of seconds before a Region or an Entry expires.
getTimeToLive(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Gets the TimeToLiveExpiration Annotation meta-data from the Region Entry.
getTransactionId() - Method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheHolder
 
getTransactionListeners() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getTransactionWriter() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getType() - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
Gets the eviction policy and algorithm used by the Region.
getType() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getTypeFilters() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Returns the type filters used to filter types serializable by this PdxSerializer.
getUseClusterConfiguration() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Gets the value of the use-shared-configuration GemFire configuration setting.
getUseClusterConfiguration() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
getValueConstraint() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 

H

handleDirectoryLocation(File) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
handleFileLocation(File) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
handleListenerException(Throwable) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Handle the given exception that arose during listener execution.
handleListenerException(Throwable) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Handle the given exception that arose during listener execution.
handleLocation(SnapshotServiceFactoryBean.SnapshotMetadata<Object, Object>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
handleLocation(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
 
handleLocation(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
hasAnnotatedQuery() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Determines whether this query method specifies an annotated, non-empty query.
hashCode() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
hashCode() - Method in class org.springframework.data.gemfire.repository.Wrapper
 
hashCode() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
hashCode() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
hasHint() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Determines whether this query method uses a query HINT to tell the GemFire OQL query engine which indexes to apply to the query execution.
hasImport() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Determine whether this query method declares an IMPORT statement to qualify application domain object types referenced in the query.
hasLimit() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Determines whether this query method defines a LIMIT on the number of results returned by the query.
hasProperties(Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
hasResult() - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
hasResult() - Method in class org.springframework.data.gemfire.support.ListRegionsOnServerFunction
 
hasTrace() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Determines whether this query method has TRACE (i.e. logging) enabled.
hasValue(Object) - Static method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determines whether the given Object has value.
hasValue(Number) - Static method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determines whether the given Number has value.
hasValue(String) - Static method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determines whether the given String has value.
Hint - Annotation Type in org.springframework.data.gemfire.repository.query.annotation
The Hint class is a annotation type indicating a GemFire OQL Query Hint.
HINT_PATTERN - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
 
HintQueryPostProcessor() - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.HintQueryPostProcessor
 
hostnameForClients() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
HttpServiceConfiguration - Class in org.springframework.data.gemfire.config.annotation
The HttpServiceConfiguration class is a Spring ImportBeanDefinitionRegistrar that applies additional GemFire/Geode configuration by way of GemFire/Geode System properties to configure GemFire/Geode's embeded HTTP service and services.
HttpServiceConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
 

I

ID - Static variable in class org.springframework.data.gemfire.support.ListRegionsOnServerFunction
 
idleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
IdleTimeoutExpiration - Annotation Type in org.springframework.data.gemfire.support
IdleTimeoutExpiration is an enumerated type encapsulating custom expiration settings for application domain objects to express their idle-timeout (TTI) expiration policy.
Import - Annotation Type in org.springframework.data.gemfire.repository.query.annotation
The Import class is a annotation type indicating a GemFire OQL Query Import to refer to the class of an object in cases where the same class name resides in two different name scopes (packages), then you must be able to differentiate the classes having the same name.
IMPORT_PATTERN - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
 
ImportQueryPostProcessor() - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.ImportQueryPostProcessor
 
ImportSnapshotApplicationEvent<K,V> - Class in org.springframework.data.gemfire.snapshot.event
The ImportSnapshotApplicationEvent class is a Spring ApplicationEvent signaling a GemFire Cache or Region 'export' snapshot event.
ImportSnapshotApplicationEvent(Object, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.ImportSnapshotApplicationEvent
Constructs an instance of ImportSnapshotApplicationEvent initialized with an event source and optional meta-data describing the data snapshots to be imported.
ImportSnapshotApplicationEvent(Object, String, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.ImportSnapshotApplicationEvent
Constructs an instance of ImportSnapshotApplicationEvent initialized with an event source, a pathname of the Region in which data is imported along with meta-data describing the details of the snapshot source.
ImportSnapshotException - Exception in org.springframework.data.gemfire.snapshot
The ImportSnapshotException class is a RuntimeException indicating an error occurred while loading GemFire Snapshots into the GemFire Cache Regions.
ImportSnapshotException() - Constructor for exception org.springframework.data.gemfire.snapshot.ImportSnapshotException
 
ImportSnapshotException(String) - Constructor for exception org.springframework.data.gemfire.snapshot.ImportSnapshotException
 
ImportSnapshotException(Throwable) - Constructor for exception org.springframework.data.gemfire.snapshot.ImportSnapshotException
 
ImportSnapshotException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.snapshot.ImportSnapshotException
 
IndexConfiguration - Class in org.springframework.data.gemfire.config.annotation
The IndexConfiguration class is a Spring ImportBeanDefinitionRegistrar and extension of EntityDefinedRegionsConfiguration used in the EnableIndexes annotation to dynamically create GemFire/Geode Region Indexes based on GemfirePersistentEntity GemfirePersistentProperty annotations.
IndexConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.IndexConfiguration
 
Indexed - Annotation Type in org.springframework.data.gemfire.mapping
The Indexed annotation is used to index a GemfirePersistentEntity GemfirePersistentProperty, which creates a GemFire/Geode Index on a GemFire/Geode Region.
IndexFactoryBean - Class in org.springframework.data.gemfire
Spring FactoryBean for simple and easy declarative creation of GemFire Indexes.
IndexFactoryBean() - Constructor for class org.springframework.data.gemfire.IndexFactoryBean
 
IndexFactoryBean.IndexWrapper - Class in org.springframework.data.gemfire
 
IndexMaintenancePolicyConverter - Class in org.springframework.data.gemfire
The IndexMaintenanceTypeConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting a String into a specific SDG IndexMaintenancePolicyType.
IndexMaintenancePolicyConverter() - Constructor for class org.springframework.data.gemfire.IndexMaintenancePolicyConverter
 
IndexMaintenancePolicyType - Enum in org.springframework.data.gemfire
The IndexMaintenanceType enum is a enumerated type of GemFire Index maintenance update options.
IndexType - Enum in org.springframework.data.gemfire
The IndexType class is an enumerated type of GemFire Index Types.
IndexTypeConverter - Class in org.springframework.data.gemfire
The IndexTypeConverter class is a Spring Converter implementation as well as a JavaBeans PropertyEditor that converts a given String value into a proper IndexType.
IndexTypeConverter() - Constructor for class org.springframework.data.gemfire.IndexTypeConverter
 
IndexWrapper(QueryService, String) - Constructor for class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
init(Properties) - Method in class org.springframework.data.gemfire.DeclarableSupport
This Declarable implementation uses the init method as a lifecycle hook to initialize the bean factory locator.
init(Properties) - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Initialization method called by GemFire with configured parameters once this Declarable object has been constructed during GemFire startup using an <initalizer> element in GemFire's configuration meta-data.
init(Properties) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Initializes a Spring ApplicationContext with the given parameters specified with a GemFire <initializer> block in cache.xml.
initApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Initializes the given ApplicationContext by registering this SpringContextBootstrappingInitializer as an ApplicationListener and registering a runtime shutdown hook.
initEvaluationContext() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Initializes the Spring Expression Language (SpEL) EvaluationContext used to parse property placeholder and SpEL expressions in the Expiration annotation attribute values.
initializeDynamicRegionFactory() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
initInstance(Properties) - Method in class org.springframework.data.gemfire.DeclarableSupport
Initialize this Declarable object with the given Properties.
initInstance(Properties) - Method in class org.springframework.data.gemfire.WiringDeclarableSupport
Deprecated.
 
initLogger() - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Initialization method for the logger used to log important messages from this initializer.
insert(Object[], int, Object) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Insert an element into the given array at position (index).
INSTANCE - Static variable in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.HintQueryPostProcessor
 
INSTANCE - Static variable in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.ImportQueryPostProcessor
 
INSTANCE - Static variable in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.LimitQueryPostProcessor
 
INSTANCE - Static variable in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.TraceQueryPostProcessor
 
INSTANCE - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
 
InstantiatorFactoryBean - Class in org.springframework.data.gemfire.serialization
FactoryBean that eases registration of custom Instantiator through InstantiatorGenerators, inside the Spring container.
InstantiatorFactoryBean() - Constructor for class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
InstantiatorGenerator - Interface in org.springframework.data.gemfire.serialization
Factory that generates Instantiator classes to improve instantiation of custom types.
Interest<K> - Class in org.springframework.data.gemfire.client
The Interest class holds details for registering a client interest.
Interest() - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, String) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, String, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, String, boolean, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, InterestResultPolicy) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, InterestResultPolicy, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, InterestResultPolicy, boolean, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
InterestPolicyConverter - Class in org.springframework.data.gemfire
The InterestPolicyConverter class is a Spring Converter implementation and Java PropertyEditor handling the conversion between Strings and GemFire InterestPolicy values.
InterestPolicyConverter() - Constructor for class org.springframework.data.gemfire.InterestPolicyConverter
 
InterestPolicyType - Enum in org.springframework.data.gemfire
The InterestPolicyType enum is an enumeration of all the GemFire Subscription, InterestPolicy values.
interestRegistrationListeners() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
InterestResultPolicyConverter - Class in org.springframework.data.gemfire.client
The InterestResultPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting a String into a GemFire InterestResultPolicyConverter.
InterestResultPolicyConverter() - Constructor for class org.springframework.data.gemfire.client.InterestResultPolicyConverter
 
InterestResultPolicyType - Enum in org.springframework.data.gemfire.client
The InterestResultPolicyType enum is an enumeration of all client Register Interests (result) policy values.
invoke(MethodInvocation) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
invokeErrorHandler(Throwable) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Invoke the registered ErrorHandler, if any.
invokeFunction(Method, Object[]) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
invokeFunction(Method, Object[]) - Method in class org.springframework.data.gemfire.function.execution.OnRegionFunctionProxyFactoryBean
 
invokeListenerMethod(CqEvent, String) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Invoke the specified listener method.
invokeTargetMethod(Object[]) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
isActive() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Determines whether this container is currently active, that is, whether it has been setup (initialized) but not shutdown yet.
isAnd() - Method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
 
isAnnotationPresent(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
isAnnotationPresent(AnnotationMetadata, String) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
isAnnotationPresent(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
isAutoStartup() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Determines whether this CQ listener container will automatically start on startup.
isAutoStartup() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
isAutoStartup() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
isBatchConflationEnabled() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
isCacheServerApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determines whether this is a GemFire CacheServer application, which is indicated by the presence of the CacheServerApplication annotation on a Spring application @Configuration class.
isCacheServerOrPeerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determines whether this is a GemFire CacheServer or peer cache application, which is indicated by the presence of either the CacheServerApplication annotation or the PeerCacheApplication annotation on a Spring application @Configuration class.
isCacheSnapshotEvent() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
Determines whether this event indicates a Cache-wide snapshot.
isCaching() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
isClient(GemFireCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
isClientCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determines whether this is a GemFire ClientCache application, which is indicated by the presence of the ClientCacheApplication annotation on a Spring application @Configuration class.
isClientPeerOrServerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determine whether this Spring application is a CacheServer, ClientCache or a Cache application.
isClose() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
isConnected(DistributedSystem) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
isCopyOnRead() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Indicates whether copy on read is set and used for fetch data access operations.
isDefine() - Method in class org.springframework.data.gemfire.IndexFactoryBean
Returns a boolean indicating whether the Index declared and defined by this IndexFactoryBean will only be defined initially, or defined and created.
isDestroyed() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
isDestroyed() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
isDestroyed() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
isDirectory() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
isDiskSynchronous() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
isDurable() - Method in class org.springframework.data.gemfire.client.Interest
Returns the interest durability.
isDurable() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
Determines whether the CQ is durable.
isDurable(ClientCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
isDynamic() - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Determines whether this CacheManager allows the dynamic creation of a Cache at runtime.
isEmpty() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Determines whether this collection contains any ConnectionEndpoints.
isEmpty(Object[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Determines whether the given array is empty or not.
isExistingTransaction(Object) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
isExpirationConfigured(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Determines whether the Region Entry has been annotated with the Expiration Annotation.
isExplicitIdProperty() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
Determines whether this GemfirePersistentProperty explicitly identifies an entity property identifier, one in which the user explicitly annotated a entity class member (field or getter/setter).
isExposeNativeRegion() - Method in class org.springframework.data.gemfire.GemfireTemplate
Returns whether to expose the native GemFire Cache Region or a Region proxy to the GemfireCallback code.
isFile() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
isFilterPresent() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
isFunctional(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
Null-safe operation to determine if the IndexType is a "FUNCTIONAL" Index.
isFunctional() - Method in enum org.springframework.data.gemfire.IndexType
Determines whether this IndexType is "FUNCTIONAL".
isGemfireVersion65OrAbove() - Static method in class org.springframework.data.gemfire.GemfireUtils
 
isGemfireVersion7OrAbove() - Static method in class org.springframework.data.gemfire.GemfireUtils
 
isGemfireVersion8OrAbove() - Static method in class org.springframework.data.gemfire.GemfireUtils
 
isGemfireVersionGreaterThanEqualTo(double) - Static method in class org.springframework.data.gemfire.GemfireUtils
 
isHA() - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
isHA() - Method in class org.springframework.data.gemfire.support.ListRegionsOnServerFunction
 
isHash(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
Null-safe operation to determine if the IndexType is a "HASH" Index.
isHash() - Method in enum org.springframework.data.gemfire.IndexType
Determines whether this IndexType is a "HASH" Index.
isHeapLru() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
isHeapLru() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isHolding() - Method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheTransactionObject
 
isIdleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Determines whether Idle Timeout Expiration (TTI) was configured for this expiration policy.
isIdleTimeoutConfigured(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Determines whether the Region Entry has been annotated with the IdleTimeoutExpiration Annotation.
isIdProperty() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
 
isIgnoreIfExists() - Method in class org.springframework.data.gemfire.IndexFactoryBean
Determines whether to ignore the Index defined by this IndexFactoryBean when an IndexExistsException or IndexNameConflictException is thrown.
isInitialized() - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Determines whether this Declarable object has been configured and initialized (i.e. the doInit method has been called) by the Spring container.
isJarFile(File) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
 
isKeepAlive() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Determines whether the server(s) should keep the durable client's queue alive for the duration of the timeout when the client voluntarily disconnects.
isKey(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
Null-safe operation to determine if the IndexType is a "KEY" Index.
isKey() - Method in enum org.springframework.data.gemfire.IndexType
Determines whether this IndexType is a "KEY" Index.
isLocal() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
isLocal() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isManualStart() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
isMatch(SnapshotApplicationEvent) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Determines whether the details of the given SnapshotApplicationEvent match the criteria of this factory to trigger a GemFire Cache or Region data export.
isNotConnected(DistributedSystem) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
isNotInitialized() - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Determines whether this Declarable object has been configured and initialized (i.e. the doInit method has been called) by the Spring container.
isNotPersistent() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
isNotPersistent() - Method in class org.springframework.data.gemfire.RegionFactoryBean
Returns true when the user explicitly specified a value for the persistent attribute and it is false.
isNotPersistent() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
isOr() - Method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
 
isOverflow() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
isOverflow() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isOverride() - Method in class org.springframework.data.gemfire.IndexFactoryBean
Determines whether to override an existing Index having the same definition but different name as the Index that would be created by this IndexFactoryBean.
isParallel() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
isParallelEventQueue() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
isParallelGatewaySender() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
isPartition() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isPaused() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
isPdxOptionsSpecified() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Determines whether the user specified PDX options.
isPeer(GemFireCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
isPeerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determines whether this is a GemFire peer Cache application, which is indicated by the presence of the PeerCacheApplication annotation on a Spring application @Configuration class.
isPersistenceEnabled() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
isPersistent() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
isPersistent() - Method in class org.springframework.data.gemfire.RegionFactoryBean
Returns true when the user explicitly specified a value for the persistent attribute and it is true.
isPersistent() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
isPersistent() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isPersistent() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
isPersistentOverflow() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
isPersistentOverflow() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isPersistentUnspecified() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
isPersistentUnspecified() - Method in class org.springframework.data.gemfire.RegionFactoryBean
Determines whether the user explicitly set the 'persistent' attribute or not.
isProxy() - Method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
isProxy() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isReadyForEvents() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Determines whether this GemFire cache client is ready for events.
isReceiveValues() - Method in class org.springframework.data.gemfire.client.Interest
Returns the type of values received by the listener.
isRedundant() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isRegion(Object) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
Determines whether the given bean is a Region.
isRegionFactoryBean(Object) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
Determines whether the Spring bean is an instance of RegionFactoryBean or ClientRegionFactoryBean.
isRegionSnapshotEvent() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
Determines whether this event indicates a Region-specific snapshot.
isReplicate() - Method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
isResumeWaitTimeSet() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
isRollbackOnly() - Method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheHolder
 
isRunning() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Determines whether the container has be started and is currently running.
isRunning() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
isRunning() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
isRunning() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
isSerialEventQueue() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
isSerialGatewaySender() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.FunctionServiceFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
isSingleton() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Determines this this FactoryBean creates single GemFire Snapshot Service instances.
isSingleton() - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Indicates that this FactoryBean produces a single bean instance.
isSingleton() - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
 
isSingleton() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
isStatisticsEnabled() - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
isThrowOnError() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Determines whether an Exception should be thrown when this Aspect is unable to perform its function.
isTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Determines whether Time-To-Live Expiration (TTL) was configured for this expiration policy.
isTimeToLiveConfigured(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Determines whether the Region Entry has been annotated with the TimeToLiveExpiration Annotation.
isTypedCacheApplication(Class<? extends Annotation>, AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Determines whether this Spring application is annotated with the given GemFire cache type annotation.
isUseBeanFactoryLocator() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
isUserDefinedQuery() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
 
isValuable(String) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Determine whether the given String value is a valid Properties value.
iterable(Enumeration<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Adapts the given Enumeration as an Iterable object for use within a for each loop.
iterable(Iterator<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Adapts the given Iterator as an Iterable object for use within a for each loop.
iterator() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
 
iterator() - Method in class org.springframework.data.gemfire.mapping.Regions
 
iterator() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
 

J

JAVA_PACKAGE_NAME - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeJavaTypesFilter
 
JndiDataSource() - Constructor for class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
 
jndiDataSources() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
JndiDataSourceType - Enum in org.springframework.data.gemfire
The JndiDataSourceType class is an enumeration of valid JNDI DataSource implementation types supported by GemFire.
JSONRegionAdvice - Class in org.springframework.data.gemfire.support
 
JSONRegionAdvice() - Constructor for class org.springframework.data.gemfire.support.JSONRegionAdvice
 

K

keepAlive() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 

L

LazyWiringDeclarableSupport - Class in org.springframework.data.gemfire
The LazyWiringDeclarableSupport class is an implementation of the GemFire Declarable interface that enables support for wiring GemFire components with Spring bean dependencies defined in the Spring context.
LazyWiringDeclarableSupport() - Constructor for class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Constructs an instance of the LazyWiringDeclarableSupport class registered with the SpringContextBootstrappingInitializer.
length(Object[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Null-safe operation to determine an array's length.
Limit - Annotation Type in org.springframework.data.gemfire.repository.query.annotation
The Limit class is an annotation type indicating a GemFire OQL Query Limit on the number of results that are returned.
LIMIT_PATTERN - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
 
LimitQueryPostProcessor() - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.LimitQueryPostProcessor
 
ListRegionsOnServerFunction - Class in org.springframework.data.gemfire.support
ListRegionsOnServerFunction is a GemFire Function class that returns a List of names for all Regions defined in the GemFire cluster.
ListRegionsOnServerFunction() - Constructor for class org.springframework.data.gemfire.support.ListRegionsOnServerFunction
 
load(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
load(SnapshotOptions.SnapshotFormat, SnapshotOptions<Object, Object>, File...) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
load(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
 
load(SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>, File...) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
 
load(File, SnapshotOptions.SnapshotFormat) - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
 
load(SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>, File...) - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
 
load(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
load(SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>, File...) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
load(LoaderHelper<K, V>) - Method in class org.springframework.data.gemfire.support.CallableCacheLoaderAdapter
Loads a value for the specified cache (i.e.
loadCaches() - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Loads all configured GemFire Regions that will be used by this CacheManager.
loadConditioningInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
loadPollInterval() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
LOCALHOST - Static variable in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
 
LocalRegion - Annotation Type in org.springframework.data.gemfire.mapping
Annotation defining the Local Region in which the application persistent entity will be stored.
LocalRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
 
LocalRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.LocalRegionFactoryBean
 
locateBeanFactory(String) - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Locates an existing Spring BeanFactory.
LocatorConfiguration - Class in org.springframework.data.gemfire.config.annotation
The LocatorConfiguration class is a Spring ImportBeanDefinitionRegistrar that applies additional GemFire configuration by way of GemFire System properties to configure an embedded GemFire Locator.
LocatorConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
 
locators() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
lockLease() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
lockTimeout() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
log - Variable in class org.springframework.data.gemfire.CacheFactoryBean
 
log - Variable in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
 
log - Variable in class org.springframework.data.gemfire.config.support.DiskStoreDirectoryBeanPostProcessor
 
log - Variable in class org.springframework.data.gemfire.GemfireAccessor
 
log - Variable in class org.springframework.data.gemfire.RegionFactoryBean
 
log - Variable in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
log - Variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
log - Variable in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
 
log - Variable in class org.springframework.data.gemfire.support.JSONRegionAdvice
 
log - Variable in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
logDebug(Throwable, String, Object...) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
logDebug(String, Object...) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Logs the message formatted with the array of arguments at debug level.
logDebug(AbstractFactoryBeanSupport.Supplier<String>) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Logs the message supplied by the given AbstractFactoryBeanSupport.Supplier at debug level.
logDebugInfo(String, Object...) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Logs the given message formatted with the given array of arguments at Level.DEBUG level when debugging is enabled.
logError(String, Object...) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Logs the given message formatted with the given array of arguments at Level.ERROR level when error logging is enabled.
logError(String, Object...) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Logs the message formatted with the array of arguments at error level.
logError(AbstractFactoryBeanSupport.Supplier<String>) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Logs the message supplied by the given AbstractFactoryBeanSupport.Supplier at error level.
logger - Variable in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
 
logger - Variable in class org.springframework.data.gemfire.config.support.DefinedIndexesApplicationListener
 
logger - Variable in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
logger - Variable in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
 
logger - Variable in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
logger - Variable in class org.springframework.data.gemfire.repository.cdi.GemfireRepositoryExtension
 
logger - Variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
 
LoggingConfiguration - Class in org.springframework.data.gemfire.config.annotation
The LoggingConfiguration class is a Spring ImportBeanDefinitionRegistrar that applies additional GemFire/Geode configuration by way of GemFire/Geode System properties to configure GemFire/Geode logging.
LoggingConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
 
logInfo(String, Object...) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Logs the given message formatted with the given array of arguments at Level.INFO level when info logging is enabled.
logInfo(String, Object...) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Logs the message formatted with the array of arguments at info level.
logInfo(AbstractFactoryBeanSupport.Supplier<String>) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Logs the message supplied by the given AbstractFactoryBeanSupport.Supplier at info level.
logLevel() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
logTraceInfo(String, Object...) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Logs the given message formatted with the given array of arguments at Level.TRACE level when tracing is enabled.
logTraceInfo(AbstractGemFireAsLastResourceAspectSupport.Supplier<String>) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Logs the given log message at Level.TRACE level when tracing is enabled.
logWarning(String, Object...) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Logs the given message formatted with the given array of arguments at Level.WARN level when warnings are enabled.
logWarning(String, Object...) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Logs the message formatted with the array of arguments at warn level.
logWarning(AbstractFactoryBeanSupport.Supplier<String>) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Logs the message supplied by the given AbstractFactoryBeanSupport.Supplier at warn level.
lookupFallback(GemFireCache, String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
lookupRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
lookupRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
lookupRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
lookupRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Method to perform a lookup when the named Region does not exist.
LookupRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
The LookupRegionFactoryBean class is a concrete implementation of RegionLookupFactoryBean for handling >gfe:lookup-region/< SDG XML namespace (XSD) elements.
LookupRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.LookupRegionFactoryBean
 

M

main(String...) - Static method in class org.springframework.data.gemfire.GemfireUtils
 
ManagerConfiguration - Class in org.springframework.data.gemfire.config.annotation
The ManagerConfiguration class is a Spring ImportBeanDefinitionRegistrar that applies additional GemFire configuration using GemFire System Properties to configure an embedded GemFire Manager.
ManagerConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ManagerConfiguration
 
mappingContext() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
MappingPdxSerializer - Class in org.springframework.data.gemfire.mapping
GemFire PdxSerializer implementation using the Spring Data GemFire GemfireMappingContext to read and write entities from/to GemFire PDX bytes.
MappingPdxSerializer() - Constructor for class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Constructs a new instance of MappingPdxSerializer using a default GemfireMappingContext and DefaultConversionService.
MappingPdxSerializer(GemfireMappingContext, ConversionService) - Constructor for class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Constructs a new instance of MappingPdxSerializer initialized with the given GemfireMappingContext and ConversionService.
MappingPdxSerializer.ExcludeAllTypesFilter - Class in org.springframework.data.gemfire.mapping
 
MappingPdxSerializer.ExcludeComGemstoneGemFireTypesFilter - Class in org.springframework.data.gemfire.mapping
 
MappingPdxSerializer.ExcludeJavaTypesFilter - Class in org.springframework.data.gemfire.mapping
 
MappingPdxSerializer.ExcludeNullTypesFilter - Class in org.springframework.data.gemfire.mapping
 
MappingPdxSerializer.ExcludeOrgSpringFrameworkTypesFilter - Class in org.springframework.data.gemfire.mapping
 
matches(Region) - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
Determines whether this event has been targeted for the specified Region.
matches(String) - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
Determines whether this event has been targeted for a Region with the given absolute pathname.
maxConnections() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
maxConnections() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
maxMessageCount() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
maxThreads() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
maxTimeBetweenPings() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
McastConfiguration - Class in org.springframework.data.gemfire.config.annotation
The McastConfiguration class is a Spring ImportBeanDefinitionRegistrar that applies additional GemFire configuration by way of GemFire System properties to configure and use multi-cast networking for GemFire communication and distribution rather than the (preferred) Locator-based location services.
McastConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.McastConfiguration
 
mcastPort() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
MemcachedServerConfiguration - Class in org.springframework.data.gemfire.config.annotation
The MemcachedServerConfiguration class is a Spring ImportBeanDefinitionRegistrar that applies additional GemFire configuration by way of GemFire System properties to configure an embedded Memcached server.
MemcachedServerConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.MemcachedServerConfiguration
 
mergeDiskStoreAttributes(AnnotationAttributes, AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoresConfiguration
 
mergePartitionAttributes(RegionFactory<K, V>, RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
mergeRegionAttributes(RegionFactory<K, V>, RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Intelligently merges the given RegionAttributes with the configuration setting of the RegionFactory.
messageSyncInterval() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
messageTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
minConnections() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
multiUserAuthentication() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 

N

name() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
negate() - Method in class org.springframework.data.gemfire.util.AbstractFilter
Negates the result of the Filter.accept(Object) method.
negate() - Method in interface org.springframework.data.gemfire.util.Filter
Negates the result of the Filter.accept(Object) method.
newBeanDefinitionHolder(BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
newCacheFactoryBean() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Constructs a new, uninitialized instance of the CacheFactoryBean based on the Spring application's GemFire cache type (i.e. client or peer) preference specified via annotation.
newCacheFactoryBean() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Constructs a new, uninitialized instance of the CacheFactoryBean based on the Spring application's GemFire cache type (i.e. client or peer) preference specified via annotation.
newCacheFactoryBean() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
Constructs a new, uninitialized instance of the CacheFactoryBean based on the Spring application's GemFire cache type (i.e. client or peer) preference specified via annotation.
newCacheHolder(TransactionId) - Static method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheHolder
 
newCacheTransactionObject(GemfireTransactionManager.CacheHolder) - Static method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheTransactionObject
 
newClassPathScanningCandidateComponentProvider() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Constructs a new instance of the ClassPathScanningCandidateComponentProvider initialized with no default filters.
newClassPathScanningCandidateComponentProvider(boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Constructs a new instance of the ClassPathScanningCandidateComponentProvider initialized with the useDefaultFilters boolean value to indicate whether to use default values or not.
newClientRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
Constructs a new client Region using the ClientRegionFactoryBean.
newConnectionEndpoint(String, Integer) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
newConnectionEndpoint(String, Integer) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
newExpirationAttributes(int, ExpirationActionType) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Factory method used to construct a new instance of the ExpirationAttributes initialized with the given expiration timeout and action that is taken when an Region entry times out.
newExpirationAttributes(int, ExpirationAction) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Factory method used to construct a new instance of the ExpirationAttributes initialized with the given expiration timeout and action that is taken when an Region entry times out.
newExpirationAttributes(AnnotationBasedExpiration.ExpirationMetaData) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Constructs a new instance of ExpirationAttributes configured with the application domain object specific expiration policy.
newExpirationPolicyMetaData(int, ExpirationActionType, String[], EnableExpiration.ExpirationType[]) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Factory method used to construct an instance of ExpirationConfiguration.ExpirationPolicyMetaData initialized with the given expiration policy meta-data.
newGemfireCache(Region<?, ?>) - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Constructs a new instance of GemfireCache initialized with the given GemFire Region.
newGemFireComponentClassTypeScanner(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
newInitialContext(Hashtable<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Constructs a new instance of the InitialContext configured with the given environment.
newInstance() - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 
newLog() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Constructs a new instance of Log to log statements printed by Spring Data GemFire/Geode.
newLogger() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Constructs a new instance of Logger used by this application to log messages.
newLogger() - Method in class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
 
newMappingPdxSerializer() - Static method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Factory method used to construct a new instance of MappingPdxSerializer initialized with a provided GemfireMappingContext and default ConversionService.
newPdxSerializer() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
newServerRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
Constructs a new server Region using the GenericRegionFactoryBean.
NO_OP_LOGGER - Static variable in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
 
NOT_IMPLEMENTED - Static variable in class org.springframework.data.gemfire.client.PoolAdapter
 
notifyOnExistingContextRefreshedEvent(ApplicationListener<ContextRefreshedEvent>) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Notifies any Spring ApplicationListeners of a current and existing ContextRefreshedEvent if the ApplicationContext had been previously created, initialized and refreshed before any ApplicationListeners interested in ContextRefreshedEvents were registered so that application components (such as the GemFire CacheLoaders extending LazyWiringDeclarableSupport objects) registered late, requiring configuration (auto-wiring), also get notified and wired accordingly.
nullSafeArray(T[], Class<T>) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Null-safe, empty array operation returning the given object array if not null or an empty object array if the array argument is null.
nullSafeCollection(Collection<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Null-safe operation returning the given Collection if not null or an empty Collection (implemented with List) if null.
nullSafeGetParameters() - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Null-safe operation to return the parameters passed to this Declarable object when created by GemFire from it's configuration meta-data.
nullSafeIterable(Iterable<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
A null-safe operation returning the original Iterable object if non-null or a default, empty Iterable implementation if null.
nullSafeList(List<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Null-safe operation returning the given List if not null or an empty List if null.
nullSafeMap(Map<K, V>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Null-safe operation returning the given Map if not null or an empty Map if null.
nullSafeSet(Set<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Null-safe operation returning the given Set if not null or an empty Set if null.

O

of(GFConnection) - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
of(String, Object...) - Static method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport.StringFormatSupplier
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Inform the GemFire cluster that this client cache is ready to receive events iff the client is non-durable.
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.data.gemfire.config.support.DefinedIndexesApplicationListener
Attempts to create all defined Indexes using the QueryService, defineXxxIndex(..)
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Event handler method called when GemFire has created and initialized (refreshed) the Spring ApplicationContext using the SpringContextBootstrappingInitializer Declarable class.
onApplicationEvent(SnapshotApplicationEvent<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Listens for SnapshotApplicationEvents triggering a GemFire Cache-wide or Region data snapshot import/export when details of the event match the criteria of this factory's constructed GemFire SnapshotService.
onApplicationEvent(ApplicationContextEvent) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Gets notified when the Spring ApplicationContext gets created and refreshed by GemFire, once the <initializer> block is processed and the SpringContextBootstrappingInitializer Declarable component is initialized.
onCreation(GemfireRepositoryQuery) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener
 
onEvent(CqEvent) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Standard ContinuousQueryListener entry point.
onEvent(CqEvent) - Method in interface org.springframework.data.gemfire.listener.ContinuousQueryListener
Action performed by the listener when notified of a CQ event.
onInit() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
OnMember - Annotation Type in org.springframework.data.gemfire.function.annotation
Annotation to declare an interface as a GemFire OnMember Function Execution
OnMembers - Annotation Type in org.springframework.data.gemfire.function.annotation
Annotation to declare an interface as a GemFire OnMembers Function Execution
OnRegion - Annotation Type in org.springframework.data.gemfire.function.annotation
Annotation to declare an interface as a GemFire OnRegion Function Execution
OnRegionFunctionProxyFactoryBean - Class in org.springframework.data.gemfire.function.execution
 
OnRegionFunctionProxyFactoryBean(Class<?>, GemfireOnRegionOperations) - Constructor for class org.springframework.data.gemfire.function.execution.OnRegionFunctionProxyFactoryBean
 
OnServer - Annotation Type in org.springframework.data.gemfire.function.annotation
Annotation to declare an interface as a GemFire OnServer Function Execution
OnServers - Annotation Type in org.springframework.data.gemfire.function.annotation
Annotation to declare an interface as a GemFire OnServers Function Execution
operate(boolean, boolean) - Method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
 
optimizeForWrite() - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
optimizeForWrite() - Method in class org.springframework.data.gemfire.support.ListRegionsOnServerFunction
 
OqlKeyword - Enum in org.springframework.data.gemfire.repository.query.support
The OqlKeyword enum represents the range of keywords (Reserved Words) in GemFire's Object Query Language (OQL).
or(SnapshotFilter<K, V>...) - Static method in class org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter
Composes the array of SnapshotFilters into a logical boolean expression using the OR Operator.
or(Filter<T>) - Method in class org.springframework.data.gemfire.util.AbstractFilter
Combines this Filter with the given Filter using logical OR.
or(Filter<T>) - Method in interface org.springframework.data.gemfire.util.Filter
Combines this Filter with the given Filter using logical OR.
orderBy(Sort) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Appends the Sort order to this GemFire OQL Query string.
OrderPolicyConverter - Class in org.springframework.data.gemfire.wan
The OrderPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor used to convert a String value into an appropriate GemFire Gateway.OrderPolicy enum.
OrderPolicyConverter() - Constructor for class org.springframework.data.gemfire.wan.OrderPolicyConverter
 
OrderPolicyType - Enum in org.springframework.data.gemfire.wan
The OrderPolicyType class is an enumeration of GemFire Gateway Order Policies.
org.springframework.data.gemfire - package org.springframework.data.gemfire
Package providing integration of GemFire with Spring concepts.
org.springframework.data.gemfire.client - package org.springframework.data.gemfire.client
Classes providing support for GemFire client configuration.
org.springframework.data.gemfire.client.support - package org.springframework.data.gemfire.client.support
 
org.springframework.data.gemfire.config.annotation - package org.springframework.data.gemfire.config.annotation
 
org.springframework.data.gemfire.config.annotation.support - package org.springframework.data.gemfire.config.annotation.support
 
org.springframework.data.gemfire.config.support - package org.springframework.data.gemfire.config.support
 
org.springframework.data.gemfire.config.xml - package org.springframework.data.gemfire.config.xml
This package provides classes and components for configuring GemFire using Spring Data GemFire's XML namespace support.
org.springframework.data.gemfire.function - package org.springframework.data.gemfire.function
 
org.springframework.data.gemfire.function.annotation - package org.springframework.data.gemfire.function.annotation
 
org.springframework.data.gemfire.function.config - package org.springframework.data.gemfire.function.config
 
org.springframework.data.gemfire.function.execution - package org.springframework.data.gemfire.function.execution
 
org.springframework.data.gemfire.listener - package org.springframework.data.gemfire.listener
Base package for GemFire continuous query listener / container facility
org.springframework.data.gemfire.listener.adapter - package org.springframework.data.gemfire.listener.adapter
Continuous query listener adapter package.
org.springframework.data.gemfire.mapping - package org.springframework.data.gemfire.mapping
 
org.springframework.data.gemfire.mapping.model - package org.springframework.data.gemfire.mapping.model
 
org.springframework.data.gemfire.repository - package org.springframework.data.gemfire.repository
Implementations of Spring Data COmmons Core repository abstraction.
org.springframework.data.gemfire.repository.cdi - package org.springframework.data.gemfire.repository.cdi
 
org.springframework.data.gemfire.repository.config - package org.springframework.data.gemfire.repository.config
 
org.springframework.data.gemfire.repository.query - package org.springframework.data.gemfire.repository.query
 
org.springframework.data.gemfire.repository.query.annotation - package org.springframework.data.gemfire.repository.query.annotation
 
org.springframework.data.gemfire.repository.query.support - package org.springframework.data.gemfire.repository.query.support
 
org.springframework.data.gemfire.repository.support - package org.springframework.data.gemfire.repository.support
 
org.springframework.data.gemfire.serialization - package org.springframework.data.gemfire.serialization
Classes supporting the org.springframework.data.gemfire package.
org.springframework.data.gemfire.server - package org.springframework.data.gemfire.server
Support package for GemFire CacheServer.
org.springframework.data.gemfire.snapshot - package org.springframework.data.gemfire.snapshot
 
org.springframework.data.gemfire.snapshot.event - package org.springframework.data.gemfire.snapshot.event
 
org.springframework.data.gemfire.snapshot.filter - package org.springframework.data.gemfire.snapshot.filter
 
org.springframework.data.gemfire.support - package org.springframework.data.gemfire.support
Support package for Spring Gemfire integration.
org.springframework.data.gemfire.util - package org.springframework.data.gemfire.util
 
org.springframework.data.gemfire.wan - package org.springframework.data.gemfire.wan
Base package for Spring GemFire WAN support
ORG_SPRING_FRAMEWORK_PACKAGE_NAME - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer.ExcludeOrgSpringFrameworkTypesFilter
 

P

parse(Element, ParserContext) - Method in class org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionParser
 
parse(String) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Parses the host and port String value into a valid ConnectionEndpoint.
parse(String, int) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Parses the host and port value into a valid ConnectionEndpoint.
parse(int, String...) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Parses the array of hosts and ports in the format 'host[port]' to convert into an instance of ConnectionEndpointList.
parseAction(String) - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
parseConnectionEndpoints(Map<String, Object>, String, String, int) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
parseDiskStoreDiskDirectories(AnnotationMetadata, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
parseTimeout(String) - Static method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
PartitionAttributesFactoryBean<K,V> - Class in org.springframework.data.gemfire
Spring FactoryBean for creating PartitionAttributes.
PartitionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
PartitionedRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
 
PartitionedRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.PartitionedRegionFactoryBean
 
PartitionRegion - Annotation Type in org.springframework.data.gemfire.mapping
Annotation defining the Partition Region in which the application persistent entity will be stored.
PartitionRegion.FixedPartition - Annotation Type in org.springframework.data.gemfire.mapping
PartitionRegion.FixedPartition defined fixed partition meta-data within a DataPolicy.PARTITION Region.
PartTreeGemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
GemfireRepositoryQuery backed by a PartTree and thus, deriving an OQL query from the backing query method's name.
PartTreeGemfireRepositoryQuery(GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery
pause() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
PdxDiskStoreAwareBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
PdxDiskStoreAwareBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor that modifies all GemFire Async Event Queue, Region and Disk Store beans in the Spring container to form a dependency on the Cache's PDX DiskStore bean.
PdxDiskStoreAwareBeanFactoryPostProcessor(String) - Constructor for class org.springframework.data.gemfire.config.support.PdxDiskStoreAwareBeanFactoryPostProcessor
Constructs an instance of the PdxDiskStoreAwareBeanFactoryPostProcessor class initialized with the given PDX DiskStore name.
pdxDiskStoreName() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
pdxIgnoreUnreadFields() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
pdxPersistent() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
pdxReadSerialized() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
pdxSerializer() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
PeerCacheApplication - Annotation Type in org.springframework.data.gemfire.config.annotation
The PeerCacheApplication annotation enables an embedded GemFire peer Cache instance in a Spring Data GemFire based application.
PeerCacheConfiguration - Class in org.springframework.data.gemfire.config.annotation
Spring Configuration class used to configure, construct and initialize a GemFire peer Cache instance in a Spring application context.
PeerCacheConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
pingInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
PojoFunctionWrapper - Class in org.springframework.data.gemfire.function
Invokes a POJO's given method as a Gemfire remote function.
PojoFunctionWrapper(Object, Method, String) - Constructor for class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
POOL_NAME_PROPERTY - Static variable in class org.springframework.data.gemfire.config.support.ClientRegionPoolBeanFactoryPostProcessor
 
PoolAdapter - Class in org.springframework.data.gemfire.client
The PoolAdapter class is an abstract, default no-op implementation of the GemFire Pool interface that conveniently enables implementing classes to extend this adapter to adapt their interfaces and serve as a Pool.
PoolAdapter() - Constructor for class org.springframework.data.gemfire.client.PoolAdapter
 
PoolFactoryBean - Class in org.springframework.data.gemfire.client
FactoryBean for easy declaration and configuration of a GemFire Pool.
PoolFactoryBean() - Constructor for class org.springframework.data.gemfire.client.PoolFactoryBean
 
poolLocators() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
poolServers() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
port() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
postProcess(T) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Post processes the GemFire Cache instance by loading any cache.xml, applying settings specified in SDG XML configuration meta-data, and registering the appropriate Transaction Listeners, Writer and JNDI settings.
postProcess(Region<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
postProcess(AnnotationMetadata, BeanDefinitionRegistry, GemfirePersistentEntity<?>) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
Performs addition post processing on the GemfirePersistentEntity to offer additional feature support (e.g. dynamic Index creation).
postProcess(AnnotationMetadata, BeanDefinitionRegistry, GemfirePersistentEntity<?>) - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
 
postProcess(RegionFactory<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Post-process the RegionFactory used to create the GemFire Region for this factory bean during the initialization process.
postProcess(Region<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Post-process the Region for this factory bean during the initialization process.
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
 
postProcess(QueryMethod, QUERY, Object...) - Method in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor.ComposableQueryPostProcessor
 
postProcess(QueryMethod, QUERY) - Method in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor
Callback method invoked by the Spring Data (SD) Repository framework to allow the user to process the given query and (possibly) return a new or modified version of the query.
postProcess(QueryMethod, QUERY) - Method in interface org.springframework.data.gemfire.repository.query.QueryPostProcessor
Callback method invoked by the Spring Data (SD) Repository framework to allow the user to process the given query and (possibly) return a new or modified version of the query.
postProcess(QueryMethod, QUERY, Object...) - Method in interface org.springframework.data.gemfire.repository.query.QueryPostProcessor
Callback method invoked by the Spring Data (SD) Repository framework to allow the user to process the given query and (possibly) return a new or modified version of the query.
postProcess(QueryMethod, String, Object...) - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.HintQueryPostProcessor
 
postProcess(QueryMethod, String, Object...) - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.ImportQueryPostProcessor
 
postProcess(QueryMethod, String, Object...) - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.LimitQueryPostProcessor
 
postProcess(QueryMethod, String, Object...) - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.TraceQueryPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
postProcessAfterInitialization(Object, String) - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
postProcessAfterInitialization(Object, String) - Method in class org.springframework.data.gemfire.config.support.DiskStoreDirectoryBeanPostProcessor
postProcessAfterInitialization(Object, String) - Method in class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.gemfire.config.support.ClientRegionPoolBeanFactoryPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.gemfire.config.support.PdxDiskStoreAwareBeanFactoryPostProcessor
postProcessBeforeCacheInitialization(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
postProcessBeforeCacheInitialization(Properties) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.data.gemfire.config.support.DiskStoreDirectoryBeanPostProcessor
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessor
 
preferDefault() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
preferPool() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
prefersDefault() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
prefersPool() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
prepareFactory(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Initializes the GemFire factory used to create the GemFire cache instance.
prepareFactory(Object) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Initializes the GemFire factory used to create the GemFire client cache instance.
processAfter(QueryPostProcessor<?, QUERY>) - Method in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor
Builder method used to compose, or combine this QueryPostProcessor with the given QueryPostProcessor.
processAfter(QueryPostProcessor<?, QUERY>) - Method in interface org.springframework.data.gemfire.repository.query.QueryPostProcessor
Builder method used to compose, or combine this QueryPostProcessor with the given QueryPostProcessor.
processBefore(QueryPostProcessor<?, QUERY>) - Method in class org.springframework.data.gemfire.repository.query.AbstractQueryPostProcessor
Builder method used to compose, or combine this QueryPostProcessors with the given QueryPostProcessor.
processBefore(QueryPostProcessor<?, QUERY>) - Method in interface org.springframework.data.gemfire.repository.query.QueryPostProcessor
Builder method used to compose, or combine this QueryPostProcessors with the given QueryPostProcessor.
PropertiesBuilder - Class in org.springframework.data.gemfire.util
The PropertiesBuilder class is a Builder for Properties.
PropertiesBuilder() - Constructor for class org.springframework.data.gemfire.util.PropertiesBuilder
Constructs an instance of the PropertiesBuilder class.
PropertiesBuilder(Properties) - Constructor for class org.springframework.data.gemfire.util.PropertiesBuilder
Constructs an instance of the PropertiesBuilder class initialized with the default Properties.
PropertiesBuilder(PropertiesBuilder) - Constructor for class org.springframework.data.gemfire.util.PropertiesBuilder
Constructs an instance of the PropertiesBuilder class initialized with the given PropertiesBuilder providing the default Properties for this builder.
prSingleHopEnabled() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
put(K, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
put(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
put(Object, Object) - Method in class org.springframework.data.gemfire.support.GemfireCache
Stores the given value in the cache referenced by the given key.
put(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
putAll(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
 
putIfAbsent(K, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
putIfAbsent(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
putIfAbsent(Object, Object) - Method in class org.springframework.data.gemfire.support.GemfireCache
Implementation of Cache.putIfAbsent(Object, Object) satisfying the extension of the Cache interface in Spring 4.1.

Q

query(String) - Method in interface org.springframework.data.gemfire.GemfireOperations
Shortcut for Region.query(String) method.
query(String) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
Query - Annotation Type in org.springframework.data.gemfire.repository
 
QueryPostProcessor<T extends Repository,QUERY> - Interface in org.springframework.data.gemfire.repository.query
The QueryPostProcessor interface defines a contract for implementations to post process a given query and possibly return a new or modified version of the same query.
QueryPostProcessorRegistrationOnQueryCreationListener(ApplicationContext) - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener
 
QueryString - Class in org.springframework.data.gemfire.repository.query
The QueryString class is a utility class for working with GemFire OQL query statement syntax.
QueryString(String) - Constructor for class org.springframework.data.gemfire.repository.query.QueryString
Constructs an instance of QueryString initialized with the given GemFire OQL Query String.
QueryString(Class<?>) - Constructor for class org.springframework.data.gemfire.repository.query.QueryString
Constructs a GemFire OQL SELECT Query for the given domain class.
QueryString(Class<?>, boolean) - Constructor for class org.springframework.data.gemfire.repository.query.QueryString
Constructs a GemFire OQL SELECT Query for the given domain class.

R

readTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
readyForEvents() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
rebalance() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
refreshApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Refreshes the given ApplicationContext making the context active.
RegexInterest - Class in org.springframework.data.gemfire.client
Cache interest based on regular expression rather then individual key types.
RegexInterest() - Constructor for class org.springframework.data.gemfire.client.RegexInterest
 
Region - Annotation Type in org.springframework.data.gemfire.mapping
Annotation defining the Region in which the application persistent entity will be stored.
REGION_ANNOTATION_TYPES - Static variable in annotation type org.springframework.data.gemfire.mapping.Region
 
regionAnnotatedPersistentEntityTypeFilters() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
regionAnnotationToRegionFactoryBeanClass - Static variable in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
RegionAttributesFactoryBean - Class in org.springframework.data.gemfire
Spring-friendly bean for creating RegionAttributes.
RegionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
RegionData - Annotation Type in org.springframework.data.gemfire.function.annotation
Used to inject Region data into a function execution.
regionDataAccessTracingAdvice() - Method in class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
 
regionDataAccessTracingAspect() - Method in class org.springframework.data.gemfire.config.annotation.RegionDataAccessTracingConfiguration
 
RegionDataAccessTracingAspect - Class in org.springframework.data.gemfire.config.annotation.support
The RegionDataAccessTracingAspect class...
RegionDataAccessTracingAspect() - Constructor for class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
 
RegionDataAccessTracingConfiguration - Class in org.springframework.data.gemfire.config.annotation
The RegionDataAccessTracingConfiguration class...
RegionDataAccessTracingConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.RegionDataAccessTracingConfiguration
 
RegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
Base class for FactoryBeans used to create GemFire Regions.
RegionFactoryBean() - Constructor for class org.springframework.data.gemfire.RegionFactoryBean
 
RegionLookupFactoryBean<K,V> - Class in org.springframework.data.gemfire
Simple FactoryBean for retrieving generic GemFire Regions.
RegionLookupFactoryBean() - Constructor for class org.springframework.data.gemfire.RegionLookupFactoryBean
 
Regions - Class in org.springframework.data.gemfire.mapping
Simple value object to abstract access to regions by name and mapped type.
Regions(Iterable<Region<?, ?>>, MappingContext<? extends GemfirePersistentEntity<?>, ?>) - Constructor for class org.springframework.data.gemfire.mapping.Regions
Creates a new Regions wrapper for the given Regions and MappingContext.
RegionShortcutConverter - Class in org.springframework.data.gemfire
The RegionShortcutConverter class is a Spring Converter implementation converting String value Region Shortcut representations into actual GemFire RegionShortcut enumerated values.
RegionShortcutConverter() - Constructor for class org.springframework.data.gemfire.RegionShortcutConverter
 
RegionShortcutWrapper - Enum in org.springframework.data.gemfire.support
The RegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's RegionShortcuts with Spring Data GemFire RegionShortcutWrapper enumerated values.
RegionSnapshotServiceAdapter(RegionSnapshotService<K, V>) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
 
register(AbstractBeanDefinition) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Registers the given BeanDefinition with the BeanDefinitionRegistry using a generated bean name.
register(QueryPostProcessor<?, String>) - Method in class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
Registers the given QueryPostProcessor to use for processing OQL queries generated from Repository query methods.
register(T) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Registers a Spring ApplicationListener to be notified when the Spring ApplicationContext is created by GemFire when instantiating and initializing Declarables declared inside the <initializer> block inside GemFire's cache.xml file.
register(Class<?>) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Registers the specified Spring annotated POJO class, which will be used to configure and initialize the Spring ApplicationContext.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServerConfiguration
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServersConfiguration
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolsConfiguration
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoresConfiguration
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
registerBeanDefinitions(AnnotationMetadata, Map<String, Object>, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.function.config.GemfireFunctionPostBeanProcessorRegistrar
 
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
 
registerCacheServerFactoryBeanDefinition(Map<String, Object>, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServerConfiguration
Registers a CacheServerFactoryBean bean definition for the given EnableCacheServer annotation configuration meta-data.
registerClientRegionPoolBeanFactoryPostProcessor(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
registerCustomEditorBeanFactoryPostProcessor(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
registerDefinedIndexesApplicationListener(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
registerDiskStoreBeanDefinition(AnnotationMetadata, AnnotationAttributes, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
registerDiskStoreDirectoryBeanPostProcessor(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
registerFunctionForPojoMethod(Object, Method, Map<String, Object>, boolean) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
Wrap a target object and method in a GemFire Function and register the function to the FunctionService
registerGemFirePropertiesBeanPostProcessor(BeanDefinitionRegistry, Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
registerIndexBeanDefinition(AnnotationAttributes, GemfirePersistentEntity<?>, GemfirePersistentProperty, IndexType, Annotation, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
Registers an Index of the given IndexType for the GemfirePersistentProperty on the GemfirePersistentEntity using the Annotation meta-data to define the Index.
registerPdxDiskStoreAwareBeanFactoryPostProcessor(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
registerPoolFactoryBeanDefinition(Map<String, Object>, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
Registers a PoolFactoryBean definition in the Spring application context configured with the EnablePool annotation meta-data.
registerRegionBeanDefinition(GemfirePersistentEntity, boolean, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
releaseThreadLocalConnection() - Method in class org.springframework.data.gemfire.client.PoolAdapter
 
releaseThreadLocalConnection() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
releaseThreadLocalConnection() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
 
remove(K) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
remove(K) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
remove(Object[], int) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Remove an element from the given array at position (index).
removeGatewayEventFilter(GatewayEventFilter) - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
replace(K, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
replace(K, V, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
 
replace(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
replace(K, V, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
ReplicatedRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
 
ReplicatedRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.ReplicatedRegionFactoryBean
 
ReplicateRegion - Annotation Type in org.springframework.data.gemfire.mapping
Annotation defining the Replicate Region in which the application persistent entity will be stored.
resolveAction(ExpirationActionType) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Resolves the ExpirationAction used in the expiration policy.
resolveBasePackages(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveBean(Class<T>) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
Resolves a Spring managed bean with the given Class type from the Spring BeanFactory.
resolveBeanClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveCache() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Resolves the GemFire Cache by first attempting to lookup and find an existing Cache instance in the VM; if an existing Cache could not be found, then this method proceeds in attempting to create a new Cache instance.
resolveContext() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Resolves the Context used to perform lookups of registered, managed objects in a management environment.
resolveDataPolicy(RegionFactory<K, V>, Boolean, DataPolicy) - Method in class org.springframework.data.gemfire.LocalRegionFactoryBean
 
resolveDataPolicy(RegionFactory<K, V>, Boolean, String) - Method in class org.springframework.data.gemfire.LocalRegionFactoryBean
Resolves the Data Policy used by this "local" GemFire Region (i.e. locally Scoped; Scope.LOCAL) based on the enumerated value from com.gemstone.gemfire.cache.RegionShortcuts (LOCAL, LOCAL_PERSISTENT, LOCAL_HEAP_LRU, LOCAL_OVERFLOW, and LOCAL_PERSISTENT_OVERFLOW), but without consideration of the Eviction settings.
resolveDataPolicy(RegionFactory<K, V>, Boolean, DataPolicy) - Method in class org.springframework.data.gemfire.PartitionedRegionFactoryBean
 
resolveDataPolicy(RegionFactory<K, V>, Boolean, String) - Method in class org.springframework.data.gemfire.PartitionedRegionFactoryBean
 
resolveDataPolicy(RegionFactory<K, V>, Boolean, DataPolicy) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Validates and sets the Data Policy on the RegionFactory used to create and configure the Region from this FactoryBean.
resolveDataPolicy(RegionFactory<K, V>, Boolean, String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Validates the configured Data Policy and may override it, taking into account the 'persistent' attribute and constraints for the Region type.
resolveDataPolicy(RegionFactory<K, V>, Boolean, DataPolicy) - Method in class org.springframework.data.gemfire.ReplicatedRegionFactoryBean
 
resolveDataPolicy(RegionFactory<K, V>, Boolean, String) - Method in class org.springframework.data.gemfire.ReplicatedRegionFactoryBean
 
resolveDomainType(GemfirePersistentEntity) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveEnableTransactionManagementAttributes(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
resolveEnableTransactionManagementOrder(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
resolveEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Resolves the environment used by the application to configure the InitialContext.
resolveExcludes(AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveGemFireCache() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Resolves a reference to the GemFireCache required by this Aspect to perform its function.
resolveGemFireCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
resolveGemFireJcaResourceAdapterJndiName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Resolves the configured JNDI name used to lookup and resolve the GemFire JCA ResourceAdapter object from the JNDI context in the managed environment.
resolveHost(String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
resolveHost(String, String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
resolveIdType(GemfirePersistentEntity) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveIncludes(AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveIndex() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
resolveMappingContext() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveObjectSizer(String, ApplicationContext) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
resolvePdxSerializer(String) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
resolvePort(Integer) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
resolvePort(Integer, Integer) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
resolveProperties() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Resolves the GemFire System properties used to configure the GemFire Cache instance.
resolveProperties() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Resolves the GemFire System properties used to configure the GemFire ClientCache instance.
resolveQueryService(Region<?, ?>) - Method in class org.springframework.data.gemfire.GemfireTemplate
Returns the QueryService used by this template in its query/finder methods.
resolveRegionAnnotation(Class<?>) - Static method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
 
resolveRegionAttributesFactoryBeanBuilder(Annotation, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveRegionFactoryBeanClass(GemfirePersistentEntity) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
resolveRegionName(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Resolves the name of a given Region from the corresponding RegionLookupFactoryBean object.
resolveRegionName(Class<?>, Annotation) - Static method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
 
resolveRegionName() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Resolves the name of the GemFire Region.
resolveSnapshotMetadata(SnapshotApplicationEvent<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Resolves the SnapshotMetadata used to perform the GemFire Cache or Region data snapshot import/export.
resolveThreshold(int, EvictionPolicyType) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Resolves the Eviction policy threshold (a.k.a. maximum) based on the EvictionPolicyType.
resolveTimeout(int) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Resolves the expiration timeout used in the expiration policy.
resume() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
retryAttempts() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
returnPropertyIfBetterIdPropertyCandidateOrNull(GemfirePersistentProperty) - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
 

S

save(Wrapper<T, ID>) - Method in interface org.springframework.data.gemfire.repository.GemfireRepository
 
save(U) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
save(Iterable<U>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
save(Wrapper<T, ID>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
save(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<Object, Object>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
save(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
 
save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
 
save(File, SnapshotOptions.SnapshotFormat) - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
 
save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>) - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
 
save(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
scan() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Scans the Set of base packages searching for GemFire application components accepted by the filters of this scanner.
ScopeConverter - Class in org.springframework.data.gemfire
The ScopeConverter class is a Spring Converter and JavaBeans PropertyEditor that converts Strings into GemFire Scope constant values.
ScopeConverter() - Constructor for class org.springframework.data.gemfire.ScopeConverter
 
ScopeType - Enum in org.springframework.data.gemfire
The ScopeType enum is an enumeration of GemFire Scopes.
searchTimeout() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
serverGroup() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
serverLoadProbe() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
set(int, ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Sets the element at the given index in this list to the given ConnectionEndpoint.
setAction(EvictionAction) - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
Sets the action to perform on the Region when Eviction occurs.
setAction(ExpirationAction) - Method in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
Sets the action to perform when a Region or an Entry expire.
setAlertThreshold(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
setAlertThreshold(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setAllowForceCompaction(Boolean) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setAndGetHolder(GemfireTransactionManager.CacheHolder) - Method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheTransactionObject
 
setAndReturnExistingHolder(GemfireTransactionManager.CacheHolder) - Method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheTransactionObject
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Sets a reference to the Spring ApplicationContext in which this object runs.
setAsText(String) - Method in class org.springframework.data.gemfire.support.AbstractPropertyEditorConverterSupport
Sets the value of this PropertyEditor to the given String converted to the appropriate type.
setAsyncEventListener(AsyncEventListener) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setAsyncEventQueue(AsyncEventQueue) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setAsyncEventQueues(AsyncEventQueue[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setAsyncEventQueues(AsyncEventQueue[]) - Method in class org.springframework.data.gemfire.RegionFactoryBean
The list of AsyncEventQueues to use with this Region.
setAsyncEventQueues(Object[]) - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
 
setAttributes(Map<String, String>) - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
 
setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the region attributes used for the region used by this factory.
setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the region attributes used for the region used by this factory.
setAutoCompact(Boolean) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setAutoRegister(boolean) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
Sets the auto-registration of this Instantiator during the container startup.
setAutoRegister(boolean) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
Sets the auto-registration of this Instantiator during the container startup.
setAutoStartup(boolean) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Sets whether the CQ listener container should automatically start on startup.
setAutoStartup(boolean) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setBatchConflationEnabled(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Enable or disable the Async Event Queue's (AEQ) should conflate messages.
setBatchConflationEnabled(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setBatchSize(int) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
setBatchSize(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setBatchSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
setBatchSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setBatchTimeInterval(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Set the Aysync Event Queue's (AEQ) interval between sending batches.
setBatchTimeInterval(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
setBatchTimeInterval(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets a reference to the ClassLoader used to load and create bean classes in the Spring container.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Sets a reference to the ClassLoader used by the Spring container to load and create bean classes.
setBeanClassLoader(ClassLoader) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Sets the ClassLoader used by the Spring ApplicationContext, created by this GemFire Initializer, when creating bean definition classes.
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets a reference to the Spring BeanFactory containing this GemFire Cache FactoryBean.
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Sets the BeanFactory containing this bean.
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Sets a reference to the Spring BeanFactory in which this FactoryBean was declared.
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Sets the BeanFactory managing this AnnotationBasedExpiration bean in the Spring context.
setBeanName(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the Spring bean name for this GemFire Cache.
setBeanName(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setBeanName(String) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setBeanName(String) - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
setBeanName(String) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set the name of the bean in the bean factory that created this bean.
setBeanName(String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Sets the name of the Region based on the bean 'id' attribute.
setBeanName(String) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Sets the bean name assigned to this FactoryBean as declared in the Spring container.
setBeanName(String) - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
setBindAddress(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setBindAddress(String) - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
setBindAddress(String) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setCache(Cache) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
setCache(GemFireCache) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setCache(GemFireCache) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Sets a reference to the GemFireCache for which this transaction manager will manage local cache transactions.
setCache(RegionService) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Sets a reference to the RegionService.
setCache(RegionService) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set the underlying RegionService (GemFire Cache) used for registering Queries.
setCache(GemFireCache) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Sets a reference to the GemFireCache used to create the Region.
setCache(Cache) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setCache(Cache) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Sets a reference to the GemFire Cache for which the snapshot will be taken.
setCache(GemFireCache) - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Sets the GemFire cache instance backing this CacheManager.
setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the cache listeners used for the region used by this factory.
setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the cache listeners used for the region used by this factory.
setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
Sets the cache listeners used for the region used by this factory.
setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the CacheLoader used to load data local to the client's Region on cache misses.
setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the cache loader used for the region used by this factory.
setCacheNames(Set<String>) - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Sets the names of all Spring Caches that will be used in the application.
setCacheWriter(CacheWriter<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the CacheWriter used to perform a synchronous write-behind when data is put into the client's Region.
setCacheWriter(CacheWriter<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setCacheWriter(CacheWriter<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the cache writer used for the region used by this factory.
setCacheXml(Resource) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the Cache configuration meta-data.
setClientRegionAttributes(AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
setClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setCloningEnabled(Boolean) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setClose(boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Set whether the Cache should be closed.
setClose(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Indicates whether the region referred by this factory bean, will be closed on shutdown (default true).
setClose(Boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setClose(boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Indicates whether the Region referred to by this factory bean will be closed on shutdown (default true).
setColocatedWith(String) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setCommonCacheConfiguration(T) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Configures common GemFire cache configuration settings.
setCompactionThreshold(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setConcurrencyLevel(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
setConfigurer(BeanConfigurerSupport) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
Sets the manager responsible for configuring the newly created instances.
setConvertReturnedCollections(boolean) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
Flag to convert collections returned from cache from @{link PdxInstance} to JSON String.
setCopyOnRead(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Set the copyOnRead attribute of the Cache.
setCopyOnRead(boolean) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Set whether the cache returns direct object references or copies of the objects it manages.
setCriticalHeapPercentage(Float) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Set the Cache's critical heap percentage attribute.
setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setCustomPdxSerializers(Map<?, PdxSerializer>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Configures custom PDX serializers used to customize the serialization for specific application domain types.
setCustomSerializers(Map<Class<?>, PdxSerializer>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Deprecated.
setCustomTypes(Map<Class<? extends DataSerializable>, Integer>) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
Sets the custom types and associated user ids for generating the Instantiators.
setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the Data Policy.
setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the DataPolicy of the Region.
setDataPolicy(String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Deprecated.
as of 1.4.0, use setDataPolicy(:DataPolicy) instead.
setDataPolicyName(String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Deprecated.
use setDataPolicy(:DataPolicy) instead.
setDefaultExpirationAttributes(ExpirationAttributes) - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration
Sets the expiration policy to use by default when no application domain object specific expiration meta-data has been specified.
setDefaultListenerMethod(String) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Specify the name of the default listener method to delegate to in the case where no specific listener method has been determined.
setDefine(boolean) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Sets a boolean condition to indicate whether the Index declared and defined by this IndexFactoryBean will only be defined initially, or defined and created.
setDelegate(Object) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Set a target object to delegate events listening to.
setDestroy(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Indicates whether the region referred by this factory bean will be destroyed on shutdown (default false).
setDestroy(boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Indicates whether the Region referred to by this factory bean will be destroyed on shutdown (default false).
setDiskDir(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
setDiskDirs(List<DiskStoreFactoryBean.DiskDir>) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setDiskStoreName(String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the name of disk store to use for overflow and persistence
setDiskStoreName(String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the name of Disk Store used for either overflow or persistence, or both.
setDiskStoreRef(String) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setDiskStoreRef(String) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
setDiskStoreRef(String) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setDiskSynchronous(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Set the Async Event Queue (AEQ) disk write synchronization policy.
setDiskSynchronous(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setDiskUsageCriticalPercentage(Float) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setDiskUsageWarningPercentage(Float) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setDispatcherThreads(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Set the number of dispatcher threads used to process Region Events from the associated Async Event Queue (AEQ).
setDispatcherThreads(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setDistribute(boolean) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
Sets the distribution of the region of this Instantiator during the container startup.
setDistribute(boolean) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
Sets the distribution of the region of this Instantiator during the container startup.
setDurable(boolean) - Method in class org.springframework.data.gemfire.client.Interest
Sets the interest durability.
setDurableClientId(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Set the GemFire System property 'durable-client-id' to indicate to the server that this client is durable.
setDurableClientTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Set the GemFire System property 'durable-client-timeout' indicating to the server how long to track events for the durable client when disconnected.
setDynamicRegionSupport(CacheFactoryBean.DynamicRegionSupport) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets an instance of the DynamicRegionSupport to support Dynamic Regions in this GemFire Cache.
setEnableAutoReconnect(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Controls whether auto-reconnect functionality introduced in GemFire 8 is enabled or not.
setEnableAutoReconnect(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setEnableBatchConflation(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
setEnableBatchConflation(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
Deprecated.
use setBatchConflationEnabled(Boolean)
setEnableGateway(boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
setEndpoints(List<GatewayProxy.GatewayEndpoint>) - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
setEndPort(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setEntryIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setEntryTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setEnvironment(Environment) - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
setErrorHandler(ErrorHandler) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a CQ event.
setEventFilters(List<GatewayEventFilter>) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setEventSubstitutionFilter(GatewayEventSubstitutionFilter) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setEvictionAttributes(EvictionAttributes) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
setEvictionAttributes(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Sets the EvictionAttributes on the RegionFactoryBean or ClientRegionFactoryBean used to create the targeted Region.
setEvictionAttributes(EvictionAttributes) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
setEvictionHeapPercentage(Float) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Set the Cache's eviction heap percentage attribute.
setEvictionMaximum(Integer) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setEvictionPolicy(ClientSubscriptionConfig) - Method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
Null-safe utility method for setting the client's subscription eviction policy on the configuration meta-data.
setExcludeTypeFilters(Filter<Class<?>>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Sets the type filters used to exclude or filter types serializable by this PDX serializer.
setExports(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>[]) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
setExposeNativeRegion(boolean) - Method in class org.springframework.data.gemfire.GemfireTemplate
Sets whether to expose the native Gemfire Region to GemfireCallback code.
setExpression(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setFactory(Object) - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
setFactoryKey(String) - Method in class org.springframework.data.gemfire.DeclarableSupport
Sets the key under which the enclosing BeanFactory can be found.
setFactoryKey(String) - Method in class org.springframework.data.gemfire.LazyWiringDeclarableSupport
Set the key used to locate (lookup) the Spring BeanFactory.
setFixedPartitionAttributes(List<FixedPartitionAttributes>) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setFixedPartitionRegionAttributes(AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
setFreeConnectionTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setFreeConnectionTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setFrom(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setFunctions(List<Function>) - Method in class org.springframework.data.gemfire.FunctionServiceFactoryBean
 
setGatewayConflictResolver(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Requires GemFire 7.0 or higher
setGatewayEventFilters(List<GatewayEventFilter>) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setGatewayEventSubstitutionFilter(GatewayEventSubstitutionFilter) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setGatewayReceiver(GatewayReceiver) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setGateways(List<GatewayProxy>) - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
setGatewaySenders(GatewaySender[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setGatewaySenders(GatewaySender[]) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
setGatewaySenders(Object[]) - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
 
setGemfireInstantiators(EntityInstantiators) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Configures the EntityInstantiators used to create the instances read by this PdxSerializer.
setGemfireInstantiators(Map<Class<?>, EntityInstantiator>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Configures the EntityInstantiators used to create the instances read by this PdxSerializer.
setGemfireMappingContext(MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Configures the MappingContext used to perform domain object type to store mappings.
setGemFireProperties(AnnotationMetadata, Map<String, Object>, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
setGemfireTemplate(GemfireOperations) - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Set the GemfireTemplate for this DAO explicitly as an alternative to specifying a GemFire Cache Region.
setGenerator(InstantiatorGenerator) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
Sets the generator to use for creating Instantiators.
setHA(boolean) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
setHasResult(boolean) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
setHolder(GemfireTransactionManager.CacheHolder) - Method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheTransactionObject
 
setHost(String) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayEndpoint
 
setHostNameForClients(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setHostnameForSenders(String) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setHubId(String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
setId(int) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
Sets the id for this serializer.
setId(String) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayEndpoint
 
setId(String) - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
setIdleTimeout(Long) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setIdleTimeout(long) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setIgnoreIfExists(boolean) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Configures whether to ignore the Index defined by this IndexFactoryBean when an IndexExistsException or IndexNameConflictException is thrown.
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
setImports(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setImports(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>[]) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Sets the meta-data (location, filter and format) used to read a data snapshot into an entire Cache or individual Region.
setIncludedRegionNames(List<String>) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
Sets names of regions to be included for JSON conversion.
setIncludedRegions(List<Region<?, ?>>) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
Sets regions to be included for JSON conversion.
setIncludeTypeFilters(Filter<Class<?>>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Sets the type filters used to include or filter types serializable by this PDX serializer.
setIndexMaintenance(AttributesFactory) - Method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
Sets the GemFire AttributesFactory's 'indexMaintenanceSynchronous' property appropriately based on this IndexMaintenancePolicyType.
setIndexMaintenance(RegionFactory) - Method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
Sets the GemFire RegionFactory's 'indexMaintenanceSynchronous' property appropriately based on this IndexMaintenancePolicyType.
setIndexUpdateType(IndexMaintenancePolicyType) - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
setInterestPolicy(InterestPolicy) - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
Sets GemFire's InterestPolicy specified on the SubscriptionAttributes in order to define/declare the data interests and distribution of changes.
setInterests(Interest<K>[]) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Set the interests for this client region.
setJndiDataSources(List<CacheFactoryBean.JndiDataSource>) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
setKeepAlive(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Sets whether the server(s) should keep the durable client's queue alive for the duration of the timeout when the client voluntarily disconnects.
setKeepAlive(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setKey(K) - Method in class org.springframework.data.gemfire.client.Interest
Sets the key of interest.
setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
setListeners(Set<InterestRegistrationListener>) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setListeners(List<GatewayEventListener>) - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
setLoadConditioningInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setLoadConditioningInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setLoadPollInterval(long) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setLocalMaxMemory(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setLocators(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setLocators(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setLocators(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setLocators(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setLocatorsConfiguration(Object) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setLockLease(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the number of seconds for implicit and explicit object lock leases to timeout.
setLockTimeout(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the number of seconds in which the implicit object lock request will timeout.
setLookupEnabled(Boolean) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
setLookupOnly(boolean) - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
Set to true if the subregion should already exist, e.g., specified by <lookup-region>
setManualStart(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
setManualStart(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setManualStart(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setManualStart(boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
setMaxConnections(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setMaxConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setMaxConnections(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMaxConnections(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
setMaximumQueueMemory(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setMaximumQueueMemory(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
setMaximumQueueMemory(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setMaximumTimeBetweenPings(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
setMaximumTimeBetweenPings(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setMaxMessageCount(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMaxOplogSize(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setMaxThreads(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMaxTimeBetweenPings(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMessageSyncInterval(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Set for client subscription queue synchronization when this member acts as a server to clients and server redundancy is used.
setMessageTimeToLive(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMinConnections(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setMinConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setMultiUserAuthentication(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setMultiUserAuthentication(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setName(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setName(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Sets the name of the Index.
setName(String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Sets the name of the cache Region based on the bean 'name' attribute.
setName(String) - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
Set the bean name - the same as the Subregion full path.
setName(String) - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
setNotifyBySubscription(boolean) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setNumBuckets(Integer) - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
Set the number of buckets in the Partition Region.
setObjectSizer(ObjectSizer) - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
Sets the GemFire ObjectSizer used in determining object sizes of data stored in the Cache.
setOptimizeForWrite(boolean) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
setOrder(int) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Sets the order of this AOP Aspect relative to other Aspects in the chain of Aspects configured in Spring's Transaction Management.
setOrderPolicy(String) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Set the Async Event Queue (AEQ) ordering policy (e.g.
setOrderPolicy(Gateway.OrderPolicy) - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
setOrderPolicy(String) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setOverride(boolean) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Configures whether to override an existing Index having the same definition but different name as the Index that would be created by this IndexFactoryBean.
setParallel(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setParallel(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setParent(Region<?, ?>) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Sets a reference to the parent Region to indicated this FactoryBean represents a GemFire cache Sub-Region.
setParent(Region<?, ?>) - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
Set the parent Region.
setPartitionListeners(List<PartitionListener>) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setPartitionName(String) - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
Set the name of the partition in the Partition Region.
setPartitionRegionAttributes(AnnotationAttributes, BeanDefinitionBuilder, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
setPartitionResolver(PartitionResolver) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setPdxDiskStoreName(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Set the disk store that is used for PDX meta data.
setPdxIgnoreUnreadFields(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Controls whether pdx ignores fields that were unread during deserialization.
setPdxPersistent(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Controls whether type metadata for PDX objects is persisted to disk.
setPdxReadSerialized(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the object preference to PdxInstance.
setPdxSerializer(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the PdxSerializable for this cache.
setPersistent(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
setPersistent(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
setPersistent(Boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
setPersistent(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
setPersistent(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayQueue
 
setPersistent(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setPhase(int) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
setPhase(int) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Sets the phase in which this CQ listener container will start in the Spring container.
setPingInterval(Long) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setPingInterval(long) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setPolicy(Object) - Method in class org.springframework.data.gemfire.client.Interest
Sets the interest policy.
setPolicy(InterestPolicy) - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
Deprecated.
setPool(Pool) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Sets the Pool used by this cache client to obtain connections to the GemFire cluster.
setPool(Pool) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the Pool used by this client Region.
setPool(Pool) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setPoolName(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
setPoolName(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Sets the name of the Pool used by this cache client to obtain connections to the GemFire cluster.
setPoolName(String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the Pool name used by this client Region.
setPoolName(String) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setPoolName(String) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set the name of the Pool used for performing the queries by this container.
setPort(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setPort(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
setPort(int) - Method in class org.springframework.data.gemfire.wan.GatewayProxy.GatewayEndpoint
 
setPreference(DefaultableDelegatingPoolAdapter.Preference) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
setPrettyPrint(boolean) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
Flag to print JSON Strings with proper indentation, etc.
setPrimary(boolean) - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
Sets whether this particular PARTITION Region is the primary (i.e. not secondary).
setProperties(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the cache properties.
setProperty(String, Object) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Sets a property with given name to the specified value.
setProperty(String, Object[]) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Sets the named property to the given array of object values.
setProperty(String, String) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Sets a property with the given name to the specified String value.
setPropertyIfNotDefault(String, Object, T) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Sets the named property to the given value if the defaultValue is not null and value is not equal to defaultValue.
setProps(List<ConfigProperty>) - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
 
setPrSingleHopEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setPrSingleHopEnabled(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setQueryListeners(Set<ContinuousQueryDefinition>) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Attaches the given query definitions.
setQueryService(QueryService) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Sets the QueryService used to create the Index.
setQueryService(QueryService) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set the GemFire QueryService used by this container to create ContinuousQueries (CQ).
setQueue(GatewayProxy.GatewayQueue) - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
setQueueSize(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setReadTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setReadTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setReadyForEvents(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Sets the readyForEvents property to indicate whether the cache client should notify the server that it is ready to receive updates.
setReceiveValues(boolean) - Method in class org.springframework.data.gemfire.client.Interest
Switches between the different entities received by the listener.
setRecoveryDelay(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setRedundantCopies(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.GemfireAccessor
Sets the template GemFire Cache Region.
setRegion(Region<K, V>) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Sets the GemFire cache Region as an alternative in setting in the GemFireCache directly.
setRegion(Region<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Sets a reference to the GemFire Region for which the snapshot will be taken.
setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Sets the GemFire Cache Region to be used by this DAO.
setRegionAttributes(GemfirePersistentEntity, BeanDefinitionBuilder, boolean) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
setRegionIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setRegionName(String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Sets the name of the cache Region.
setRegionName(String) - Method in class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
Set the simple name of this Subregion.
setRegions(Set<Region<?, ?>>) - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Explicitly sets the GemFire Regions to be used as Spring Caches in the application.
setRegionTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setRegisterInterest(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
 
setRemoteDistributedSystemId(int) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setReplicateRegionAttributes(AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
setResumeWaitTime(Long) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
setResumeWaitTimeUnit(TimeUnit) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
setRetryAttempts(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setRetryAttempts(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setRollbackOnly() - Method in class org.springframework.data.gemfire.GemfireTransactionManager.CacheHolder
 
setScope(Scope) - Method in class org.springframework.data.gemfire.LocalRegionFactoryBean
 
setScope(Scope) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the region scope.
setSearchTimeout(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Set the number of seconds a netSearch operation can wait for data before timing out.
setServerGroup(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setServerGroup(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setServerGroups(String[]) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setServerLoadProbe(ServerLoadProbe) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setServerRegionShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setServers(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setServers(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setServers(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setServers(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setServersConfiguration(Object) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Initializes the client Region using a GemFire ClientRegionShortcut.
setShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Configures the Region with a RegionShortcut.
setSnapshot(Resource) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Specifies the data snapshots used for loading a newly created Region.
setSnapshot(Resource) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the snapshots used for loading a newly created region.
setSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setSocketBufferSize(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSocketBufferSize(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
setSocketBufferSize(int) - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
setSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setSocketReadTimeout(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayProxy
 
setSocketReadTimeout(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setStartPort(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setStartupPolicy(StartupPolicyType) - Method in class org.springframework.data.gemfire.wan.GatewayHubFactoryBean
 
setStartupRecoveryDelay(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setStatisticInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setStatisticsEnabled(Boolean) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
 
setStatisticsInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setSubscriptionAckInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setSubscriptionAckInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionCapacity(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setSubscriptionDiskStore(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setSubscriptionEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setSubscriptionEnabled(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionEvictionPolicy(SubscriptionEvictionPolicy) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setSubscriptionMessageTrackingTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setSubscriptionMessageTrackingTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionRedundancy(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setSubscriptionRedundancy(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSuppressImportOnInit(Boolean) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Sets a boolean condition to indicate whether importing on initialization should be suppressed.
setTaskExecutor(Executor) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Sets the Task Executor used for running the event listeners when messages are received.
setThreadLocalConnections(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setThreadLocalConnections(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setThreshold(Integer) - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
Set the threshold used by the LRU algorithm in ENTRY_COUNT and MEMORY_SIZE eviction policy.
setTimeInterval(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
setTimeout(Integer) - Method in class org.springframework.data.gemfire.ExpirationAttributesFactoryBean
Sets the number of seconds before a Region or an Entry expires.
setTotalMaxMemory(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setTotalNumBuckets(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setTransactionListeners(List<TransactionListener>) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the list of TransactionListeners used to configure the Cache to receive transaction events after the transaction is processed (committed, rolled back).
setTransactionWriter(TransactionWriter) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the TransactionWriter used to configure the Cache for handling transaction events, such as to veto the transaction or update an external DB before the commit.
setTransportFilters(List<GatewayTransportFilter>) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
setTransportFilters(List<GatewayTransportFilter>) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
setType(EvictionPolicyType) - Method in class org.springframework.data.gemfire.EvictionAttributesFactoryBean
Sets the type of eviction policy and algorithm (e.g.
setType(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Set the type of the Index as a String.
setType(IndexType) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Set the type of the Index.
setUseBeanFactoryLocator(boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Indicates whether a bean factory locator is enabled for this cache definition or not.
setUseClusterConfiguration(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the state of the use-shared-configuration GemFire distribution config setting.
setUseClusterConfiguration(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
 
setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
setWriteBufferSize(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
SimpleGemfireRepository<T,ID extends Serializable> - Class in org.springframework.data.gemfire.repository.support
Basic Repository implementation for GemFire.
SimpleGemfireRepository(GemfireTemplate, EntityInformation<T, ID>) - Constructor for class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
size() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Determines the number of ConnectionEndpoints contained in this collection.
SnapshotApplicationEvent<K,V> - Class in org.springframework.data.gemfire.snapshot.event
The SnapshotApplicationEvent class is a Spring ApplicationEvent signaling a GemFire Cache or Region snapshot event, used to trigger a snapshot to occur.
SnapshotApplicationEvent(Object, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
Constructs an instance of SnapshotApplicationEvent initialized with an event source and optional meta-data describing the data snapshots to be imported/exported.
SnapshotApplicationEvent(Object, String, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
Constructs an instance of SnapshotApplicationEvent initialized with an event source, a pathname of the Region which data snapshots are imported/exported along with meta-data describing the details of the snapshot source.
SnapshotMetadata(File, SnapshotOptions.SnapshotFormat) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
SnapshotMetadata(File, SnapshotFilter<K, V>, SnapshotOptions.SnapshotFormat) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
SnapshotServiceAdapterSupport() - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
SnapshotServiceFactoryBean<K,V> - Class in org.springframework.data.gemfire.snapshot
The SnapshotServiceFactoryBean class is a Spring FactoryBean used to configure and create an instance of an appropriate GemFire Snapshot Service to perform data import and exports.
SnapshotServiceFactoryBean() - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
 
SnapshotServiceFactoryBean.ArchiveFileFilter - Class in org.springframework.data.gemfire.snapshot
The ArchiveFileFilter class is a Java FileFilter implementation accepting any File that is either a JAR file or ZIP file.
SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter - Class in org.springframework.data.gemfire.snapshot
The CacheSnapshotServiceAdapter is a SnapshotServiceAdapter adapting GemFire's CacheSnapshotService.
SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter<K,V> - Class in org.springframework.data.gemfire.snapshot
The RegionSnapshotServiceAdapter is a SnapshotServiceAdapter adapting GemFire's RegionSnapshotService.
SnapshotServiceFactoryBean.SnapshotMetadata<K,V> - Class in org.springframework.data.gemfire.snapshot
The SnapshotMetadata class encapsulates details of the GemFire Cache or Region data snapshot on either import or export.
SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V> - Interface in org.springframework.data.gemfire.snapshot
The SnapshotServiceAdapter interface is an Adapter adapting both GemFire CacheSnapshotService and RegionSnapshotService to treat them uniformly.
SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport<K,V> - Class in org.springframework.data.gemfire.snapshot
SnapshotServiceAdapterSupport is an abstract base class for all SnapshotServiceAdapter implementations encapsulating common reusable functionality.
socketBufferSize() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
socketBufferSize() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
sort(T[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Sort the array of elements according to the elements natural ordering.
sort(List<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Sors the elements of the given List by their natural, Comparable ordering.
SpringContextBootstrappingInitializer - Class in org.springframework.data.gemfire.support
The SpringContextBootstrappingInitializer class is a GemFire configuration initializer used to bootstrap a Spring ApplicationContext inside a GemFire Server JVM-based process.
SpringContextBootstrappingInitializer() - Constructor for class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
 
SpringUtils - Class in org.springframework.data.gemfire.util
SpringUtils is a utility class encapsulating common functionality on objects and other class types.
SpringUtils() - Constructor for class org.springframework.data.gemfire.util.SpringUtils
 
SslConfiguration - Class in org.springframework.data.gemfire.config.annotation
The SslConfiguration class...
SslConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.SslConfiguration
 
start() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
start() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
start() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
start() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
START_LOCATOR_GEMFIRE_SYSTEM_PROPERTY_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
 
startLocator() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
StartupPolicyConverter - Class in org.springframework.data.gemfire.wan
The StartupPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor responsible for converting String values into appropriate StartupPolicyType enumerated values.
StartupPolicyConverter() - Constructor for class org.springframework.data.gemfire.wan.StartupPolicyConverter
 
StartupPolicyType - Enum in org.springframework.data.gemfire.wan
The StartupPolicyType class is an enumeration of GemFire GatewayHub Startup Policies.
StatisticsConfiguration - Class in org.springframework.data.gemfire.config.annotation
The StatisticsConfiguration class is a Spring ImportBeanDefinitionRegistrar that applies additional GemFire/Geode configuration by way of GemFire/Geode System properties to configure GemFire/Geode Statistics.
StatisticsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
 
statisticsInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
stop(Runnable) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
stop() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
stop(Runnable) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
stop() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
stop(Runnable) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
stop() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
stop() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
StringBasedGemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
GemfireRepositoryQuery using plain String based OQL queries.
StringBasedGemfireRepositoryQuery(GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
StringBasedGemfireRepositoryQuery(String, GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
StringBasedGemfireRepositoryQuery.HintQueryPostProcessor - Class in org.springframework.data.gemfire.repository.query
 
StringBasedGemfireRepositoryQuery.ImportQueryPostProcessor - Class in org.springframework.data.gemfire.repository.query
 
StringBasedGemfireRepositoryQuery.LimitQueryPostProcessor - Class in org.springframework.data.gemfire.repository.query
 
StringBasedGemfireRepositoryQuery.TraceQueryPostProcessor - Class in org.springframework.data.gemfire.repository.query
 
StringToConnectionEndpointConverter() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter
 
StringToConnectionEndpointListConverter() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter
 
subList(List<T>, int...) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Returns a sub-list of elements from the given List based on the provided indices.
SubRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
Deprecated.
as Spring Data GemFire 1.4.0. Use Region type specific FactoryBeans (e.g. ReplicatedRegionFactoryBean) instead.
SubRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.SubRegionFactoryBean
Deprecated.
 
subscriptionAckInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
SubscriptionAttributesFactoryBean - Class in org.springframework.data.gemfire
The SubscriptionAttributesFactoryBean class is a Spring FactoryBean used for defining and constructing a GemFire SubscriptionAttributes object, which determines the Subscription policy used by Regions to declared their data interests.
SubscriptionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
 
subscriptionCapacity() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
subscriptionDiskStoreName() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
subscriptionEnabled() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
subscriptionEvictionPolicy() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
SubscriptionEvictionPolicy - Enum in org.springframework.data.gemfire.server
Enumeration of the various client subscription policies for CacheServer.
SubscriptionEvictionPolicyConverter - Class in org.springframework.data.gemfire.server
The SubscriptionEvictionPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor for converting Strings into a SubscriptionEvictionPolicy enumerated value.
SubscriptionEvictionPolicyConverter() - Constructor for class org.springframework.data.gemfire.server.SubscriptionEvictionPolicyConverter
 
subscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
subscriptionRedundancy() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
SUPPORTED_IDENTIFIER_NAMES - Static variable in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
 

T

templateQuery(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
 
TEMPORARY_DIRECTORY - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
threadLocalConnections() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
timeout() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
TimeToLiveExpiration - Annotation Type in org.springframework.data.gemfire.support
TimeToLiveExpiration is an enumerated type encapsulating custom expiration settings for application domain objects to express their time-to-live (TTL) expiration policy.
toArray() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Converts this collection of ConnectionEndpoints into an array of ConnectionEndpoints.
toData(Object, PdxWriter) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
 
toData(Object, DataOutput) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
toExpirationAttributes() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.ManagerConfiguration
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.McastConfiguration
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.MemcachedServerConfiguration
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.SslConfiguration
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
 
toGemFireProperties(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
toInetSocketAddress() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Converts this ConnectionEndpoint into an InetSocketAddress representation.
toInetSocketAddresses() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Converts this collection of ConnectionEndpoints into a List of InetSocketAddresses.
toRegionPath(String) - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
toSimpleFilename(String) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
 
toString() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
toString() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
toString() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
toString() - Method in enum org.springframework.data.gemfire.config.annotation.EnableExpiration.ExpirationType
 
toString() - Method in enum org.springframework.data.gemfire.config.annotation.EnableSsl.Component
 
toString() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
toString() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
toString() - Method in enum org.springframework.data.gemfire.JndiDataSourceType
Returns a String describing this JNDI DataSource implementation based on the GemFire supported names.
toString() - Method in class org.springframework.data.gemfire.repository.query.QueryString
 
toString() - Method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
 
toString() - Method in class org.springframework.data.gemfire.repository.Wrapper
 
toString() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
toString() - Method in class org.springframework.data.gemfire.support.AnnotationBasedExpiration.ExpirationMetaData
 
toString() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
toString() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
 
toString() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
toUpperCase(String) - Static method in class org.springframework.data.gemfire.ClientRegionShortcutConverter
Converts the String value to upper case, trimming all whitespace.
toUpperCase(String) - Static method in class org.springframework.data.gemfire.RegionShortcutConverter
Converts the String value to upper case, trimming all whitespace.
Trace - Annotation Type in org.springframework.data.gemfire.repository.query.annotation
The Trace class is an annotation type to enable GemFire OQL Query debugging.
TRACE_PATTERN - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
 
TraceQueryPostProcessor() - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery.TraceQueryPostProcessor
 
transactionListeners() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
transactionWriter() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 

U

unregister(T) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Un-registers the Spring ApplicationListener from this SpringContextBootstrappingInitializer in order to stop receiving ApplicationEvents on Spring context refreshes.
unregister(Class<?>) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Un-registers the specified Spring annotated POJO class used to configure and initialize the Spring ApplicationContext.
unsetProperty(String) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Un-sets the named property.
useBeanFactory(String) - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
useBeanFactoryLocator() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
useClusterConfiguration() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
usePropertyAccess() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
 
useSavepointForNestedTransaction() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 

V

VALID_ORDER_POLICIES - Static variable in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
validateCompactionThreshold(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
valueOf(String) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
Returns the enum constant of this type with the specified name.
valueOf(InterestResultPolicy) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
 
valueOf(String) - Static method in enum org.springframework.data.gemfire.config.annotation.EnableExpiration.ExpirationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.gemfire.config.annotation.EnableMemcachedServer.MemcachedProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.gemfire.config.annotation.EnableSsl.Component
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.gemfire.EvictionActionType
Returns the enum constant of this type with the specified name.
valueOf(EvictionAction) - Static method in enum org.springframework.data.gemfire.EvictionActionType
Returns an EvictionActionType enumerated value matching the given GemFire EvictionAction.
valueOf(String) - Static method in enum org.springframework.data.gemfire.EvictionPolicyType
Returns the enum constant of this type with the specified name.
valueOf(EvictionAlgorithm) - Static method in enum org.springframework.data.gemfire.EvictionPolicyType
Returns an EvictionPolicyType enumerated value matching the given GemFire EvictionAlgorithm.
valueOf(String) - Static method in enum org.springframework.data.gemfire.ExpirationActionType
Returns the enum constant of this type with the specified name.
valueOf(ExpirationAction) - Static method in enum org.springframework.data.gemfire.ExpirationActionType
Returns the ExpirationActionType enumerated value matching the given GemFire ExpirationAction.
valueOf(String) - Static method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.gemfire.IndexType
Returns the enum constant of this type with the specified name.
valueOf(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
Returns an IndexType given the corresponding GemFire IndexType or null if no SDG IndexType corresponds to the GemFire IndexType.
valueOf(String) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
Returns the enum constant of this type with the specified name.
valueOf(InterestPolicy) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
Returns a SubscriptionType enumerated value for the given GemFire InterestPolicy.
valueOf(String) - Static method in enum org.springframework.data.gemfire.JndiDataSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.gemfire.ScopeType
Returns the enum constant of this type with the specified name.
valueOf(Scope) - Static method in enum org.springframework.data.gemfire.ScopeType
Returns a ScopeType enumerated value for the given a GemFire Scope.
valueOf(String) - Static method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
Returns the enum constant of this type with the specified name.
valueOf(ClientRegionShortcut) - Static method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
 
valueOf(String) - Static method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
Returns the enum constant of this type with the specified name.
valueOf(RegionShortcut) - Static method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
 
valueOf(String) - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
Returns the enum constant of this type with the specified name.
valueOf(Gateway.OrderPolicy) - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
Returns the matching OrderPolicyType given a GemFire Gateway.OrderPolicy enumerated value.
valueOf(String) - Static method in enum org.springframework.data.gemfire.wan.StartupPolicyType
Returns the enum constant of this type with the specified name.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
 
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.EvictionActionType
Returns an EvictionActionType enumerated value given the named, case-insensitive eviction action.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.EvictionPolicyType
Returns an EvictionPolicyType enumerated value given the case-insensitive, named eviction policy.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.ExpirationActionType
Returns an ExpirationActionType enumerated value given a named, case-insensitive expiration action.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
Return an IndexMaintenanceType enumerated value given a case-insensitive, named String value describing the type of Index maintenance.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.IndexType
Returns an IndexType matching the given String.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
Returns a SubscriptionType enumerated value for the case-insensitive, named Subscription (InterestsPolicy).
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.JndiDataSourceType
Returns a JndiDataSourceType enumerated value based on the GemFire preferred name for the supported JNDI, DataSource implementation, ignoring case and all extra leading/trailing whitespace.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
Looks up an OqlKeyword for the given keyword String.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.ScopeType
Returns a ScopeType enumerated value given the case-insensitive name of the GemFire Scope.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
Returns the value of the given String name as a SubscriptionEvictionPolicy enum using a case-insensitive, equality comparison.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
Returns a matching OrderPolicyType given the case-insensitive, name of the GemFire Gateway OrderPolicy.
valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.wan.StartupPolicyType
Returns a StartupPolicyType enumerated value matching the given official, case-insensitve "name" for the GatewayHub Startup Policy used by GemFire.
values() - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.config.annotation.EnableExpiration.ExpirationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.config.annotation.EnableMemcachedServer.MemcachedProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.config.annotation.EnableSsl.Component
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.EvictionActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.EvictionPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.ExpirationActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.InterestPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.JndiDataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.ScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.support.ClientRegionShortcutWrapper
Returns an array containing the constants of this enum type, in the order they are declared.
values(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.support.JSONRegionAdvice
 
values() - Static method in enum org.springframework.data.gemfire.support.RegionShortcutWrapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.gemfire.wan.StartupPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WiringDeclarableSupport - Class in org.springframework.data.gemfire
Deprecated.
please use LazyWiringDeclarableSupport instead.
WiringDeclarableSupport() - Constructor for class org.springframework.data.gemfire.WiringDeclarableSupport
Deprecated.
 
WiringInstantiator - Class in org.springframework.data.gemfire.serialization
Instantiator that performs instance wiring using the Spring IoC container, allowing common properties to be injected before the object is hydrated/deserialized.
WiringInstantiator(Instantiator) - Constructor for class org.springframework.data.gemfire.serialization.WiringInstantiator
 
WiringInstantiator(Class<? extends DataSerializable>, int) - Constructor for class org.springframework.data.gemfire.serialization.WiringInstantiator
 
with(ClassLoader) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
 
with(ConfigurableApplicationContext) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
 
withExcludes(TypeFilter...) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
 
withExcludes(Iterable<TypeFilter>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
 
withHints(String...) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Applies HINTS to the OQL Query.
withImport(String) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Applies an IMPORT to the OQL Query.
withIncludes(TypeFilter...) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
 
withIncludes(Iterable<TypeFilter>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
 
withLimit(Integer) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Applies a LIMIT to the OQL Query.
withThrowOnError(boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Builder method used to set the throwOnError property.
withTrace() - Method in class org.springframework.data.gemfire.repository.query.QueryString
Applies TRACE logging to the OQL Query.
wrap(CacheSnapshotService) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Wraps the GemFire CacheSnapshotService into an appropriate Adapter to uniformly access snapshot operations on the Cache and Regions alike.
wrap(RegionSnapshotService<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
Wraps GemFire's RegionSnapshotService into an appropriate Adapter to uniformly access snapshot operations on the Cache and Regions alike.
wrap(Region<?, ?>) - Static method in class org.springframework.data.gemfire.support.GemfireCache
Wraps a GemFire Region in an instance of GemfireCache to adapt the GemFire Region to function as a Spring Cache in Spring's caching infrastructure.
Wrapper<T,KEY extends Serializable> - Class in org.springframework.data.gemfire.repository
Simple value object to hold an entity alongside an external key the entity shall be stored under.
Wrapper(T, KEY) - Constructor for class org.springframework.data.gemfire.repository.Wrapper
The entity to handle as well as the key.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Spring Data GemFire

Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.