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

A

abbreviation() - Method in enum org.springframework.data.gemfire.config.annotation.EnableExpiration.ExpirationType
Returns the abbreviation for this EnableExpiration.ExpirationType.
AbstractAnnotationConfigSupport - Class in org.springframework.data.gemfire.config.annotation.support
An abstract base class encapsulating functionality common to all Spring Data for Apache Geode (SDG) annotations and configuration classes used to configure Apache Geode objects using Spring Data for Apache Geode.
AbstractAnnotationConfigSupport() - Constructor for class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Constructs a new instance of AbstractAnnotationConfigSupport.
AbstractAnnotationConfigSupport(BeanFactory) - Constructor for class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Constructs a new instance of AbstractAnnotationConfigSupport initialized with the given, non-required BeanFactory.
AbstractAnnotationConfigSupport.TypeResolver<T> - Interface in org.springframework.data.gemfire.config.annotation.support
AbstractAnnotationConfigSupport.TypeResolver is a FunctionalInterface defining a contract to encapsulate logic used to resolve a particular type.
AbstractAuthInitialize - Class in org.springframework.data.gemfire.config.annotation.support
Abstract class and basic implementation of the AuthInitialize interface used to authenticate a client or peer with a secure Apache Geode cluster.
AbstractAuthInitialize() - Constructor for class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
 
AbstractBasicCacheFactoryBean - Class in org.springframework.data.gemfire
Abstract base class for CacheFactoryBean and ClientCacheFactoryBean classes, used to create Apache Geode peer Cache and ClientCache instances, respectively.
AbstractBasicCacheFactoryBean() - Constructor for class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
 
AbstractBasicCacheFactoryBean.CacheFactoryInitializer<T> - Interface in org.springframework.data.gemfire
Callback interface for initializing a CacheFactory or a ClientCacheFactory instance, which is used to create an instance of GemFireCache.
AbstractBasicCacheFactoryBean.PdxConfigurer<T> - Interface in org.springframework.data.gemfire
Callback interface to configure PDX.
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
 
AbstractCacheNameResolver() - Constructor for class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
 
AbstractCachingCacheResolver<T extends org.apache.geode.cache.GemFireCache> - Class in org.springframework.data.gemfire.support
Thread-safe, abstract CacheResolver implementation to "cache" the instance reference to the (single) GemFireCache so that the GemFireCache object is only ever resolved once.
AbstractCachingCacheResolver() - Constructor for class org.springframework.data.gemfire.support.AbstractCachingCacheResolver
 
AbstractCachingRegionResolver - Class in org.springframework.data.gemfire.support
RegionResolver implementation capable of caching the results of a Region resolution (lookup) operation.
AbstractCachingRegionResolver() - Constructor for class org.springframework.data.gemfire.support.AbstractCachingRegionResolver
 
AbstractClientFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
Abstract base class for Apache Geode client-side Function Execution.
AbstractClientFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
 
AbstractClientFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
 
AbstractClientFunctionTemplate(String) - Constructor for class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
 
AbstractConfigurableCacheFactoryBean - Class in org.springframework.data.gemfire
Abstract base class encapsulating functionality for (externally) configuring an Apache Geode ClientCache or peer Cache as a bean in the Spring context.
AbstractConfigurableCacheFactoryBean() - Constructor for class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
 
AbstractDependencyStructuringBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
The AbstractDependencyStructuringBeanFactoryPostProcessor class is a Spring BeanFactoryPostProcessor post processing the Spring BeanFactory to help ensure that the dependencies between different Apache Geode or Pivotal GemFire objects (e.g.
AbstractDependencyStructuringBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
 
AbstractFactoryBeanSupport<T> - Class in org.springframework.data.gemfire.support
An abstract Spring FactoryBean base class implementation encapsulating operations common to all Spring Data for Apache Geode (SDG) FactoryBean implementations.
AbstractFactoryBeanSupport() - Constructor for class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Constructs a new instance of AbstractFactoryBeanSupport initializing a Logger to log operations performed by this FactoryBean.
AbstractFunctionExecutionConfigurationSource - Class in org.springframework.data.gemfire.function.config
Abstract base class and configuration source for Function Executions.
AbstractFunctionExecutionConfigurationSource() - Constructor for class org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource
 
AbstractGemfireAdminOperations - Class in org.springframework.data.gemfire.config.admin
AbstractGemfireAdminOperations is an abstract base class encapsulating common functionality supporting administrative (management) operations against a Pivotal GemFire or Apache Geode cluster.
AbstractGemfireAdminOperations() - Constructor for class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
 
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 Apache Geode 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
 
AbstractGemFirePropertiesConfigurer(Properties) - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer
 
AbstractIndexSupport - Class in org.springframework.data.gemfire.domain.support
AbstractIndexSupport is an abstract base class supporting the implementation of the Pivotal GemFire / Apache Geode Index interface.
AbstractIndexSupport() - Constructor for class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
 
AbstractLazyResolvingComposableConfigurer<T,C extends Configurer<T>> - Class in org.springframework.data.gemfire.config.annotation.support
Abstract base class for Configurer interface implementations, encapsulating logic and functionality common to all lazy resolving, composable Configurer implementations.
AbstractLazyResolvingComposableConfigurer() - Constructor for class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
 
AbstractPageSupport<T> - Class in org.springframework.data.gemfire.domain.support
The AbstractPageSupport class is an abstract Spring Data Page type supporting the implementation of application specific Page implementations.
AbstractPageSupport() - Constructor for class org.springframework.data.gemfire.domain.support.AbstractPageSupport
 
AbstractPeerRegionParser - Class in org.springframework.data.gemfire.config.xml
Abstract Spring XML parser for peer Region bean definitions.
AbstractPeerRegionParser() - Constructor for class org.springframework.data.gemfire.config.xml.AbstractPeerRegionParser
 
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
 
AbstractResolvableCacheFactoryBean - Class in org.springframework.data.gemfire
Abstract base class encapsulating logic to resolve or create a GemFireCache instance.
AbstractResolvableCacheFactoryBean() - Constructor for class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
 
AbstractSelectResults<T> - Class in org.springframework.data.gemfire.repository.query
An abstract base class implementation of Apache Geode's SelectResults interface and Java Collection interface, which delegates to, and is backed by a given, required SelectResults instance.
AbstractSelectResults(SelectResults<T>) - Constructor for class org.springframework.data.gemfire.repository.query.AbstractSelectResults
Constructs a new instance of SelectResults initialized with the given, required SelectResults instance backing this base class.
AbstractSliceSupport<T> - Class in org.springframework.data.gemfire.domain.support
The AbstractSliceSupport class is an abstract Spring Data Slice type supporting the implementation of application specific Slice implementations.
AbstractSliceSupport() - Constructor for class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
 
AbstractSmartLifecycle - Class in org.springframework.data.gemfire.config.support
AbstractSmartLifecycle is an abstract base class implementing the SpringSmartLifecycle interface to support custom implementations.
AbstractSmartLifecycle() - Constructor for class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
 
AbstractWANComponentFactoryBean<T> - Class in org.springframework.data.gemfire.wan
Abstract base class for WAN Gateway objects.
AbstractWANComponentFactoryBean() - Constructor for class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
AbstractWANComponentFactoryBean(GemFireCache) - Constructor for class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
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(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
Determines whether the given Region is accepted for Eviction policy configuration.
accepts(Supplier<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(Object) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Determines whether the given Object (e.g.
accepts(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
Determines whether the given Region is accepted for Eviction policy configuration.
accepts(Supplier<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, Consumer<String>) - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
action() - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration.ExpirationMetaData
 
add(Properties) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
add(T) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
 
add(Lifecycle) - Method in class org.springframework.data.gemfire.support.CompositeLifecycle
Adds a Lifecycle object to this composite.
add(ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Adds the given ConnectionEndpoint to this list.
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(Collection<? extends T>) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
 
addAll(T, Iterable<E>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Adds all elements from the given Iterable to the Collection.
addAsyncEventQueueIds(String[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Registers the array of AsyncEventQueues (AEQ) with this Region by ID by appending to the already existing, registered AEQs for this Region.
addAsyncEventQueues(AsyncEventQueue[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Registers the array of AsyncEventQueues (AEQ) with this Region by appending to the already existing, registered AEQs for this Region.
addCacheServer(Cache) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
Adds a CacheServer to the given Cache for server cache clients.
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 annotation.
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
 
addContinuousQueryDefinition(ContinuousQueryDefinition) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
addDependsOn(BeanDefinition, String...) - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
 
addDependsOn(BeanDefinition, String...) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
Adds an array of bean dependencies (by name) to the given BeanDefinition.
addEnum(Class<?>) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
addGatewayEventFilter(GatewayEventFilter) - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
addGatewaySenders(GatewaySender[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Registers the array of GatewaySenders with this Region by appending to the already existing, registered GatewaySenders for this Region.
addGatewaySendersIds(String[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Registers the array of GatewaySender IDs with this Region by appending to the already existing, registered GatewaySenders for this Region.
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 AddPoolConfiguration class is a Spring ImportBeanDefinitionRegistrar that registers a PoolFactoryBean definition for the Pool configuration meta-data defined in EnablePool annotations.
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
 
adjustLimit(Integer) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Null-safe method to adjust the LIMIT of the OQL query to use the new, given LIMIT.
AdministrativeConfiguration - Class in org.springframework.data.gemfire.config.annotation
The AdministrativeConfiguration class is a Spring @Configuration class that registers SDG Administrative Functions used by SDG's EnableClusterConfiguration without HTTP enabled.
AdministrativeConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AdministrativeConfiguration
 
afterCommit(TransactionEvent) - Method in class org.springframework.data.gemfire.transaction.event.TransactionListenerAdapter
 
afterFailedCommit(TransactionEvent) - Method in class org.springframework.data.gemfire.transaction.event.TransactionListenerAdapter
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Initializes this cache FactoryBean after all properties for this cache bean have been set by the Spring container.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Initializes a the instance of ClientRegionFactoryBean.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.Interest
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Prepares the construction, configuration and initialization of a new Pool.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.RegexInterest
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
Applies all RegionConfigurers.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.expiration.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.function.FunctionServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireAccessor
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireTemplate
 
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.LocatorFactoryBean
 
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.repository.support.GemfireRepositoryFactoryBean
Initializes the GemfireRepositoryFactoryBean by configuring Regions and resolving the GemfireMappingContext.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
Initializes this ResolvableRegionFactoryBean after properties have been set by the Spring container.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.search.lucene.LuceneServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
 
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.SubscriptionAttributesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
Initializes the CacheResolver [composition] created by this FactoryBean.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
afterRegionDestroy(RegionEvent) - Method in class org.springframework.data.gemfire.support.AbstractCachingRegionResolver
Clears the cache entry for the Region identified by the RegionEvent.
afterRollback(TransactionEvent) - Method in class org.springframework.data.gemfire.transaction.event.TransactionListenerAdapter
 
ALL_KEYS - Static variable in class org.springframework.data.gemfire.client.Interest
 
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
 
ALLOW - Static variable in interface org.springframework.data.gemfire.support.CompositeTypeFilter
 
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.
andThen(TypeFilter) - Method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
Composes this TypeFilter with the given TypeFilter using the logical AND operator.
AnnotationBasedExpiration<K,V> - Class in org.springframework.data.gemfire.expiration
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.expiration.AnnotationBasedExpiration
Constructs a new instance of the AnnotationBasedExpiration class with no default expiration policy.
AnnotationBasedExpiration(ExpirationAttributes) - Constructor for class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
Constructs a new instance of AnnotationBasedExpiration initialized with a specific, default expiration policy.
AnnotationBasedExpiration.ExpirationMetaData - Class in org.springframework.data.gemfire.expiration
The ExpirationMetaData class encapsulates the settings constituting the expiration policy including the expiration timeout and the action performed when expiration occurs.
AnnotationFunctionExecutionConfigurationSource - Class in org.springframework.data.gemfire.function.config
Annotation based configuration source for function executions
AnnotationFunctionExecutionConfigurationSource(AnnotationMetadata) - Constructor for class org.springframework.data.gemfire.function.config.AnnotationFunctionExecutionConfigurationSource
APACHE_GEODE_NAME - Static variable in class org.springframework.data.gemfire.GemfireUtils
 
APACHE_SHIRO_LIFECYCLE_BEAN_POST_PROCESSOR_CLASS_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration.ApacheShiroPresentCondition
 
apacheGeodeProductName() - Static method in class org.springframework.data.gemfire.GemfireUtils
 
apacheGeodeVersion() - Static method in class org.springframework.data.gemfire.GemfireUtils
 
ApacheShiroPresentCondition() - Constructor for class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration.ApacheShiroPresentCondition
 
ApacheShiroSecurityConfiguration - Class in org.springframework.data.gemfire.config.annotation
The ApacheShiroSecurityConfiguration class is a Spring @Configuration component responsible for configuring and initializing the Apache Shiro security framework in order to secure Apache Geode administrative and data access operations.
ApacheShiroSecurityConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
 
ApacheShiroSecurityConfiguration.ApacheShiroPresentCondition - Class in org.springframework.data.gemfire.config.annotation
A Spring Condition to determine whether the user has included (declared) the 'shiro-spring' dependency on their application's classpath, which is necessary for configuring Apache Shiro to secure Apache Geode in a Spring context.
append(Class[], Class...) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
 
apply(T) - Method in interface org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.CacheFactoryInitializer
applyCacheConfigurers() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Applies any user-defined cache configurers (e.g.
applyCacheConfigurers() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Applies the composite PeerCacheConfigurers to this CacheFactoryBean before the peer cache is created.
applyCacheConfigurers() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Applies the composite ClientCacheConfigurers to this ClientCacheFactoryBean before the ClientCache is created.
applyCacheServerConfigurers(CacheServerConfigurer...) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
Null-safe operation to apply the given array of CacheServerConfigurers to this CacheServerFactoryBean.
applyCacheServerConfigurers(Iterable<CacheServerConfigurer>) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
Null-safe operation to apply the given Iterable of CacheServerConfigurers to this CacheServerFactoryBean.
applyClientCacheConfigurers(ClientCacheConfigurer...) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Applies the array of ClientCacheConfigurers to this ClientCacheFactoryBean before the ClientCache is created.
applyClientCacheConfigurers(Iterable<ClientCacheConfigurer>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Apples the Iterable of ClientCacheConfigurers to this ClientCacheFactoryBean before the ClientCache is created.
applyContinuousQueryListenerContainerConfigurers(ContinuousQueryListenerContainerConfigurer...) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Applies an array of ContinuousQueryListenerContainerConfigurer objects to customize the configuration of this ContinuousQueryListenerContainer.
applyContinuousQueryListenerContainerConfigurers(Iterable<ContinuousQueryListenerContainerConfigurer>) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Applies an Iterable of ContinuousQueryListenerContainerConfigurer objects to customize the configuration of this ContinuousQueryListenerContainer.
applyDiskStoreConfigurers(String, DiskStoreConfigurer...) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
Null-safe operation to apply the given array of DiskStoreConfigurers to this DiskStoreFactoryBean.
applyDiskStoreConfigurers(String, Iterable<DiskStoreConfigurer>) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
Null-safe operation to apply the given Iterable of DiskStoreConfigurers to this DiskStoreFactoryBean.
applyIndexConfigurers(String, IndexConfigurer...) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Null-safe operation to apply the given array of IndexConfigurers to this IndexFactoryBean.
applyIndexConfigurers(String, Iterable<IndexConfigurer>) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Null-safe operation to apply the given Iterable of IndexConfigurers to this IndexFactoryBean.
applyIndexConfigurers(String, IndexConfigurer...) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
Applies the given array of IndexConfigurers to this LuceneIndexFactoryBean.
applyIndexConfigurers(String, Iterable<IndexConfigurer>) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
Applies the given Iterable of IndexConfigurers to this LuceneIndexFactoryBean.
applyLocatorConfigurers() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
 
applyLocatorConfigurers(LocatorConfigurer...) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
 
applyLocatorConfigurers(Iterable<LocatorConfigurer>) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
 
applyPeerCacheConfigurers(PeerCacheConfigurer...) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Applies the array of PeerCacheConfigurers to this CacheFactoryBean before the peer cache is created.
applyPeerCacheConfigurers(Iterable<PeerCacheConfigurer>) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Applies the Iterable of PeerCacheConfigurers to this CacheFactoryBean before the peer cache is created.
applyPoolConfigurers(PoolConfigurer...) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Null-safe operation to apply the given array of PoolConfigurers to this PoolFactoryBean.
applyPoolConfigurers(Iterable<PoolConfigurer>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Null-safe operation to apply the given Iterable of PoolConfigurers to this PoolFactoryBean.
applyRegionConfigurers(String) - Method in class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
Null-safe operation to apply the composite RegionConfigurers to this ConfigurableRegionFactoryBean.
applyRegionConfigurers(String, RegionConfigurer...) - Method in class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
Null-safe operation to apply the given array of RegionConfigurers to this ConfigurableRegionFactoryBean.
applyRegionConfigurers(String, Iterable<RegionConfigurer>) - Method in class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
Null-safe operation to apply the given Iterable of RegionConfigurers to this ConfigurableRegionFactoryBean.
ArchiveFileFilter() - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
 
areNotNull(Object...) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
Determines whether all the Object values in the array are non-null
arrayOfPropertyNamesFor(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
arrayOfPropertyNamesFor(String, String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
ArrayUtils - Class in org.springframework.data.gemfire.util
ArrayUtils is an abstract utility class used to work with Object arrays.
ArrayUtils() - Constructor for class org.springframework.data.gemfire.util.ArrayUtils
 
ArrayUtils.IterableArray<T> - Class in org.springframework.data.gemfire.util
 
as(IndexType) - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
 
as(IndexType) - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
 
asArray(T...) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
Returns the given varargs element as an array.
asArrayProperty(String, int, String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
asDerivedQuery() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
Builder method used to set this RepositoryQuery as derived.
asDistinct() - Method in class org.springframework.data.gemfire.repository.query.QueryString
Replaces an OQL SELECT query with an OQL SELECT DISTINCT query if the query is not already distinct; i.e. does not contain the DISTINCT OQL keyword.
asList() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
 
asList() - Method in class org.springframework.data.gemfire.repository.query.PagedSelectResults
 
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
 
assertClientRegionShortcutAndPersistentAttributeAreCompatible(ClientRegionShortcut, Boolean) - Static method in class org.springframework.data.gemfire.util.RegionUtils
Assert that the configuration settings for ClientRegionShortcut and the persistent attribute in <gfe:*-region> elements are compatible.
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.
assertDataPolicyAndPersistentAttributeAreCompatible(DataPolicy, Boolean) - Static method in class org.springframework.data.gemfire.util.RegionUtils
Assert that the configuration settings for DataPolicy and the persistent attribute in <gfe:*-region> elements are compatible.
assertInitialized() - Method in class org.springframework.data.gemfire.support.LazyWiringDeclarableSupport
Asserts that this Declarable object has been properly configured and initialized by the Spring container after has GemFire constructed this Declarable object during startup.
assertPageable(Pageable) - Static method in class org.springframework.data.gemfire.repository.query.support.PagingUtils
Asserts that the Pageable object is valid.
assertUninitialized() - Method in class org.springframework.data.gemfire.support.LazyWiringDeclarableSupport
Asserts that this Declarable object has not yet been used, or activated prior to being fully constructed, configured and initialized by the Spring container.
asSet() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
 
asSet() - Method in class org.springframework.data.gemfire.repository.query.PagedSelectResults
 
asSet(T...) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
Returns an unmodifiable Set containing the elements from the given object array.
asType(Interest.Type) - Method in class org.springframework.data.gemfire.client.Interest
Builder method to specify the type of interest registration.
asUserDefinedQuery() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
Builder method used to set this RepositoryQuery as user-defined.
AsyncEventQueueFactoryBean - Class in org.springframework.data.gemfire.wan
Spring FactoryBean for constructing, configuring and initializing 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 configuration using Pivotal GemFire/Apache Geode Properties to configure Pivotal GemFire/Apache Geode Authentication and Authorization framework and services.
AuthConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
Authentication<PRINCIPAL,CREDENTIALS> - Interface in org.springframework.data.gemfire.config.annotation.support
Abstract Data Type (ADT) and FunctionalInterface defining a contract to model the details of a security authentication request.
AuthenticationAutoConfigurationEnabledCondition() - Constructor for class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition
 
AuthenticationBeanConfiguration - Class in org.springframework.data.gemfire.config.annotation
Spring Configuration class used to configure and register an Authentication object based on security (auth) configuration metadata supplied in the EnableSecurity annotation.
AuthenticationBeanConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
 
AuthenticationBeanConfiguration.SpringDataGeodeAuthentication - Class in org.springframework.data.gemfire.config.annotation
 
authenticationInitializingClientCacheConfigurer(Authentication<String, String>) - Method in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
 
authenticationInitializingLocatorConfigurer(Authentication<String, String>) - Method in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
 
authenticationInitializingPeerCacheConfigurer(Authentication<String, String>) - Method in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
 
authenticator(Authentication<String, String>) - Method in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
 
AUTO_CONFIGURED_AUTH_INIT_STATIC_FACTORY_METHOD - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
 
AutoConfiguredAuthenticationConfiguration - Class in org.springframework.data.gemfire.config.annotation
The AutoConfiguredAuthenticationConfiguration class is a Spring Configuration class that auto-configures Apache Geode Authentication by providing an implementation of the AuthInitialize interface along with setting the necessary Apache Geode Properties.
AutoConfiguredAuthenticationConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
 
AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition - Class in org.springframework.data.gemfire.config.annotation
 
AutoConfiguredAuthenticationInitializer - Class in org.springframework.data.gemfire.config.annotation.support
The AutoConfiguredAuthenticationInitializer class is an AuthInitialize implementation, which auto-configures security, and specifically authentication, for Apache Geode/Pivotal GemFire.
AutoConfiguredAuthenticationInitializer() - Constructor for class org.springframework.data.gemfire.config.annotation.support.AutoConfiguredAuthenticationInitializer
 
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
 

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_FACTORIES - Static variable in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
 
BEAN_FACTORY_REFERENCE - Static variable in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
 
BeanDefinitionRegistryPostProcessorSupport - Class in org.springframework.data.gemfire.config.annotation.support
The BeanDefinitionRegistryPostProcessorSupport is an abstract class supporting the implementation of the Spring BeanDefinitionRegistryPostProcessor interface.
BeanDefinitionRegistryPostProcessorSupport() - Constructor for class org.springframework.data.gemfire.config.annotation.support.BeanDefinitionRegistryPostProcessorSupport
 
BeanFactoryCacheResolver - Class in org.springframework.data.gemfire.support
Cacheable CacheResolver implementation capable of resolving a GemFireCache instance from the Spring BeanFactory.
BeanFactoryCacheResolver(BeanFactory) - Constructor for class org.springframework.data.gemfire.support.BeanFactoryCacheResolver
Constructs a new instance of BeanFactoryCacheResolver initialized with the given, required Spring BeanFactory.
BeanFactoryLocatorConfiguration - Class in org.springframework.data.gemfire.config.annotation
The BeanFactoryLocatorConfiguration class extends the Spring application configuration by enabling Spring Data GemFire/Geode's GemfireBeanFactoryLocator in order to auto-wire and configure any GemFire/Geode Objects declared in GemFire/Geode config (e.g.
BeanFactoryLocatorConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.BeanFactoryLocatorConfiguration
 
BeanFactoryPoolResolver - Class in org.springframework.data.gemfire.client.support
PoolResolver implementation that uses the Spring BeanFactory to resolve managed Pool objects.
BeanFactoryPoolResolver(BeanFactory) - Constructor for class org.springframework.data.gemfire.client.support.BeanFactoryPoolResolver
Constructs a new instance of the BeanFactoryPoolResolver initialized with the given Spring BeanFactory used to resolve managed Pool objects.
BeanFactoryReference(BeanFactory) - Constructor for class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator.BeanFactoryReference
Constructs an instance of GemfireBeanFactoryLocator.BeanFactoryReference initialized with the given BeanFactory.
BeanFactoryRegionResolver - Class in org.springframework.data.gemfire.support
RegionResolver implementation used to resolve a Region by name from a Spring BeanFactory.
BeanFactoryRegionResolver(BeanFactory) - Constructor for class org.springframework.data.gemfire.support.BeanFactoryRegionResolver
Constructs a new instance of BeanFactoryRegionResolver initialized with the given BeanFactory.
beforeCommit(TransactionEvent) - Method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
 
beforeCommit(TransactionEvent) - Method in class org.springframework.data.gemfire.transaction.event.TransactionListenerAdapter
 
bindIn(Collection<?>) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Binds the given Collection of values into the first IN parameter of the OQL Query (String) by expanding the given values into a comma-separated list.
build() - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate.Builder
 
build() - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
Builds the Properties object from this builder.
Builder() - Constructor for class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate.Builder
 

C

cache - Variable in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
cacheClientProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
cacheCompressionProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
CacheFactoryBean - Class in org.springframework.data.gemfire
Spring FactoryBean used to construct, configure and initialize a peer Cache instance.
CacheFactoryBean() - Constructor for class org.springframework.data.gemfire.CacheFactoryBean
 
CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter - Class in org.springframework.data.gemfire
 
CacheFactoryBean.JndiDataSource - Class in org.springframework.data.gemfire
 
CacheFactoryCacheResolver - Class in org.springframework.data.gemfire.support
Cacheable CacheResolver implementation resolving a Cache using the CacheFactory API.
CacheFactoryCacheResolver() - Constructor for class org.springframework.data.gemfire.support.CacheFactoryCacheResolver
 
CacheFactoryToPdxConfigurerAdapter(CacheFactory) - Constructor for class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
 
CacheHolder() - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager.CacheHolder
 
cacheManager(GemFireCache) - Method in class org.springframework.data.gemfire.cache.config.GemfireCachingConfiguration
SDG's GemfireCacheManager used to position Pivotal GemFire or Apache Geode as the caching provider in Spring's Cache Abstraction.
cacheOffHeapProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
cachePeerProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
cacheProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
CacheResolver<T extends org.apache.geode.cache.GemFireCache> - Interface in org.springframework.data.gemfire
Strategy interface for resolving a instance reference to a GemFireCache.
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 construct, configure and initialize a CacheServer instance in a Spring application context.
CacheServerConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
CacheServerConfigurer - Interface in org.springframework.data.gemfire.config.annotation
The CacheServerConfigurer interface defines a contract for implementing Objects in order to customize the configuration of a CacheServerFactoryBean used to construct, configure and initialize an instance of CacheServer.
CacheServerFactoryBean - Class in org.springframework.data.gemfire.server
Spring FactoryBean used to construct, configure and initialize a CacheServer.
CacheServerFactoryBean() - Constructor for class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
cacheServerProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
CacheSnapshotServiceAdapter(CacheSnapshotService) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
 
CacheTransactionObject() - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager.CacheTransactionObject
 
CacheTypeAwareRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.config.annotation.support
The CacheTypeAwareRegionFactoryBean 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.
CacheTypeAwareRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
CacheUtils - Class in org.springframework.data.gemfire.util
CacheUtils is an abstract utility class encapsulating common operations for working with Cache and ClientCache instances.
CacheUtils() - Constructor for class org.springframework.data.gemfire.util.CacheUtils
 
cachingAnnotationsRegionBeanRegistrar(ConfigurableBeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
 
cachingDefinedRegionsCompositeLifecycleBean() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
 
CachingDefinedRegionsConfiguration - Class in org.springframework.data.gemfire.config.annotation
The CachingDefinedRegionsConfiguration class is a Spring @Configuration class that applies configuration to a Spring (Data GemFire/Geode) application to create GemFire/Geode cache Regions based on the use of Spring's Cache Abstraction to enable caching for application service classes and methods.
CachingDefinedRegionsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
 
CachingDefinedRegionsConfiguration.AbstractCacheNameResolver - Class in org.springframework.data.gemfire.config.annotation
CachingDefinedRegionsConfiguration.AbstractCacheNameResolver is an abstract base class encapsulating reusable functionality common to all CachingDefinedRegionsConfiguration.CacheNameResolver implementations.
CachingDefinedRegionsConfiguration.CacheNameResolver - Interface in org.springframework.data.gemfire.config.annotation
CachingDefinedRegionsConfiguration.CacheNameResolver is a FunctionalInterface declaring a contract for all implementations used to resolve all cache names declared and used by a Spring application.
CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver - Class in org.springframework.data.gemfire.config.annotation
 
call() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
Invoked to load a cache value for the specified key.
CallableCacheLoaderAdapter<K,V> - Class in org.springframework.data.gemfire.cache
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.cache.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.cache.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.cache.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.
canDefine(Object) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectDefiner
Determines whether this definer is able to define the given schema object instance.
canDefine(Class<?>) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectDefiner
Determines whether this definer is able to define schema objects of the given type.
canDefine(SchemaObjectType) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectDefiner
Determines whether this definer is able to define schema objects of the given enumerated schema object type.
CHARS_TO_DELETE - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
 
checkDaoConfig() - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
Verifies that this DAO has been configured properly.
clear() - Method in class org.springframework.data.gemfire.cache.GemfireCache
Clears the entire contents of this Spring Cache.
clear() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
 
clear() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Clears the current list of ConnectionEndpoints.
clear() - Static method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
Cleans up all BeanFactory references tracked by this locator.
ClientCacheApplication - Annotation Type in org.springframework.data.gemfire.config.annotation
The ClientCacheApplication annotation enables a Spring Data for Apache Geode based application to become an Apache Geode cache client by creating a ClientCache instance.
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 construct, configure and initialize a ClientCache instance in a Spring application context.
ClientCacheConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
ClientCacheConfigurer - Interface in org.springframework.data.gemfire.config.annotation
The ClientCacheConfigurer interface defines a contract for implementing Objects in order to customize the configuration of a ClientCacheFactoryBean used to construct, configure and initialize an instance of a ClientCache.
ClientCacheDefaultPoolResolver - Class in org.springframework.data.gemfire.client.support
PoolResolver implementation used to resolve the DEFAULT Pool from a ClientCache instance by lazily resolving the ClientCache instance and calling ClientCache.getDefaultPool() on DEFAULT Pool resolution.
ClientCacheDefaultPoolResolver(CacheResolver<ClientCache>) - Constructor for class org.springframework.data.gemfire.client.support.ClientCacheDefaultPoolResolver
Constructs a new instance of ClientCacheDefaultPoolResolver initialized with a CacheResolver used to lazily resolve the ClientCache instance on Pool resolution.
ClientCacheFactoryBean - Class in org.springframework.data.gemfire.client
Spring FactoryBean used to construct, configure and initialize a ClientCache.
ClientCacheFactoryBean() - Constructor for class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter - Class in org.springframework.data.gemfire.client
 
ClientCacheFactoryCacheResolver - Class in org.springframework.data.gemfire.client.support
Cacheable CacheResolver implementation resolving a ClientCache using the ClientCacheFactory API.
ClientCacheFactoryCacheResolver() - Constructor for class org.springframework.data.gemfire.client.support.ClientCacheFactoryCacheResolver
 
ClientCacheFactoryToPdxConfigurerAdapter(ClientCacheFactory) - Constructor for class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
 
ClientCachePoolBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
The ClientCachePoolBeanFactoryPostProcessor class...
ClientCachePoolBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.ClientCachePoolBeanFactoryPostProcessor
 
ClientGemFirePropertiesConfigurer(Properties) - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer
 
ClientRegion - Annotation Type in org.springframework.data.gemfire.mapping.annotation
Annotation defining the Client Region in which the application persistent entity will be stored.
ClientRegionCollector - Class in org.springframework.data.gemfire.config.schema.support
The ClientRegionCollector class is an extension of the RegionCollector which applies additional filtering to find only client Regions in a given context.
ClientRegionCollector() - Constructor for class org.springframework.data.gemfire.config.schema.support.ClientRegionCollector
 
ClientRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.client
Spring FactoryBean used to construct, configure and initialize a 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 client Region and a client Pool it references and uses, providing the client Pool has been defined and configured with Spring Data for Apache Geode configuration metadata (e.g.
ClientRegionPoolBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.ClientRegionPoolBeanFactoryPostProcessor
 
ClientRegionShortcutConverter - Class in org.springframework.data.gemfire.client
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.client.ClientRegionShortcutConverter
 
ClientRegionShortcutToDataPolicyConverter - Class in org.springframework.data.gemfire.client
Spring Converter to convert a ClientRegionShortcut into a DataPolicy.
ClientRegionShortcutToDataPolicyConverter() - Constructor for class org.springframework.data.gemfire.client.ClientRegionShortcutToDataPolicyConverter
 
ClientRegionShortcutWrapper - Enum in org.springframework.data.gemfire.client
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.AbstractBasicCacheFactoryBean
Null-safe method used to close the GemFireCache by calling RegionService.close() iff the cache is not already closed.
close() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
Closes any resources used by this CacheLoader.
close(GemFireCache) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Null-safe internal method used to close the ClientCache and preserve durability.
close() - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
close(boolean, Consumer<String>) - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
 
close() - Method in class org.springframework.data.gemfire.expiration.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.listener.ContinuousQueryListenerContainer.EventDispatcherAdapter
 
close() - Method in class org.springframework.data.gemfire.support.DeclarableSupport
 
close() - Method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
 
close() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
close(GemFireCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
close(GemFireCache, Runnable) - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
close(Region<?, ?>) - Static method in class org.springframework.data.gemfire.util.RegionUtils
Safely closes the target Region.
closeCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
closeClientCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
ClusterConfigurationConfiguration - Class in org.springframework.data.gemfire.config.annotation
Spring @Configuration class defining Spring beans that will record the creation of Apache Geode / Pivotal GemFire Regions defined in Spring config (i.e.
ClusterConfigurationConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer - Class in org.springframework.data.gemfire.config.annotation
 
ClusterConfigurationConfiguration.SchemaObjectContext - Class in org.springframework.data.gemfire.config.annotation
 
ClusterDefinedRegionsConfiguration - Class in org.springframework.data.gemfire.config.annotation
The ClusterDefinedRegionsConfiguration class configures client Proxy-based Regions for all Regions defined in the cluster to which the cache client is connected.
ClusterDefinedRegionsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
 
clusterProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
ClusterSchemaObjectInitializer(ClusterConfigurationConfiguration.SchemaObjectContext) - Constructor for class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
 
collectFrom(ApplicationContext) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectCollector
Collects all schema objects of type T declared in the given ApplicationContext.
collectFrom(GemFireCache) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectCollector
Collects all schema objects of type T defined in the GemFireCache.
collectFrom(ApplicationContext) - Method in class org.springframework.data.gemfire.config.schema.support.ClientRegionCollector
 
collectFrom(GemFireCache) - Method in class org.springframework.data.gemfire.config.schema.support.ClientRegionCollector
 
collectFrom(ApplicationContext) - Method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
 
collectFrom(GemFireCache) - Method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
 
collectFrom(ApplicationContext) - Method in class org.springframework.data.gemfire.config.schema.support.IndexCollector
 
collectFrom(GemFireCache) - Method in class org.springframework.data.gemfire.config.schema.support.IndexCollector
 
collectFrom(ApplicationContext) - Method in class org.springframework.data.gemfire.config.schema.support.RegionCollector
 
collectFrom(GemFireCache) - Method in class org.springframework.data.gemfire.config.schema.support.RegionCollector
 
CollectionUtils - Class in org.springframework.data.gemfire.util
Abstract utility class used to operate on 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
 
COMMA_DELIMITER - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
 
compareTo(ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
compareTo(JavaVersion) - Method in class org.springframework.data.gemfire.util.JavaVersion
 
ComposableCacheResolver<T extends org.apache.geode.cache.GemFireCache> - Class in org.springframework.data.gemfire.support
Composition of CacheResolvers using the Composite Software Design Pattern that acts, and can be referred to, as a single instance of CacheResolver.
ComposableCacheResolver(CacheResolver<T>, CacheResolver<T>) - Constructor for class org.springframework.data.gemfire.support.ComposableCacheResolver
Constructs a new instance of ComposableCacheResolver initialized and composed with the given CacheResolvers forming the composition.
ComposablePoolResolver - Class in org.springframework.data.gemfire.client.support
Composite of PoolResolvers functioning as a single PoolResolver.
ComposablePoolResolver(PoolResolver, PoolResolver) - Constructor for class org.springframework.data.gemfire.client.support.ComposablePoolResolver
Constructs a new instance of ComposablePoolResolver initialized and composed of two PoolResolver implementations that will function as one.
ComposableRegionResolver - Class in org.springframework.data.gemfire.support
RegionResolver implementation used to compose a collection of RegionResolvers.
ComposableRegionResolver(RegionResolver, RegionResolver) - Constructor for class org.springframework.data.gemfire.support.ComposableRegionResolver
Constructs a new instance of ComposableRegionResolver initialized and composed with the given RegionResolvers forming the composition.
ComposableSchemaObjectCollector - Class in org.springframework.data.gemfire.config.schema.support
The ComposableSchemaObjectCollector class is a SchemaObjectCollector implementation composed of multiple SchemaObjectCollector objects wrapped in a facade and treated like a single SchemaObjectCollector using the Composite Software Design Pattern.
ComposableSchemaObjectDefiner - Class in org.springframework.data.gemfire.config.schema.support
ComposableSchemaObjectDefiner is an implementation of SchemaObjectDefiner as well as a composition of SchemaObjectInstanceHandlers composed using the Composite Software Design Pattern.
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.
ComposableTransactionWriter - Class in org.springframework.data.gemfire.transaction.event
An implementation of Apache Geode's TransactionWriter interface that uses the Composite Software Design Pattern to compose multiple TransactionWriter objects into a single instance.
compose(PoolResolver...) - Static method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
Null-safe factory method to compose an array of PoolResolver objects.
compose(Iterable<PoolResolver>) - Static method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
Null-safe factory method to compose an Iterable of PoolResolver objects.
compose(PoolResolver, PoolResolver) - Static method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
Null-safe factory method to compose two PoolResolver objects in a composition.
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(SchemaObjectCollector<?>...) - Static method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
 
compose(Iterable<SchemaObjectCollector<?>>) - Static method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
 
compose(SchemaObjectDefiner...) - Static method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectDefiner
 
compose(Iterable<SchemaObjectDefiner>) - Static method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectDefiner
 
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.
compose(CacheResolver<T>...) - Static method in class org.springframework.data.gemfire.support.ComposableCacheResolver
Factory method used to compose an array of CacheResolvers in a composition.
compose(Iterable<CacheResolver<T>>) - Static method in class org.springframework.data.gemfire.support.ComposableCacheResolver
Factory method used to compose an Iterable collection of CacheResolvers in a composition.
compose(CacheResolver<T>, CacheResolver<T>) - Static method in class org.springframework.data.gemfire.support.ComposableCacheResolver
Null-safe factory method used to compose two CacheResolver objects in a composition.
compose(RegionResolver...) - Static method in class org.springframework.data.gemfire.support.ComposableRegionResolver
Factory method used to compose an array of RegionResolvers in a composition.
compose(Iterable<RegionResolver>) - Static method in class org.springframework.data.gemfire.support.ComposableRegionResolver
Factory method used to compose an Iterable collection of RegionResolvers in a composition.
compose(RegionResolver, RegionResolver) - Static method in class org.springframework.data.gemfire.support.ComposableRegionResolver
Composes two RegionResolvers in a composition.
compose(TransactionWriter, TransactionWriter) - Static method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
Factory method used to construct and compose 2 TransactionWriter objects into a composite instance of TransactionWriter functioning as a single instance.
composeAnd(TypeFilter...) - Static method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
Composes the array of TypeFilters into a Composite TypeFilter that acts as a single instance of TypeFilter.
composeAnd(Iterable<TypeFilter>) - Static method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
Composes the Iterable of TypeFilters into a Composite TypeFilter that acts as a single instance of TypeFilter.
composeOr(TypeFilter...) - Static method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
Composes the array of TypeFilters into a Composite TypeFilter that acts as a single instance of TypeFilter.
composeOr(Iterable<TypeFilter>) - Static method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
Composes the Iterable of TypeFilters into a Composite TypeFilter that acts as a single instance of TypeFilter.
CompositeLifecycle - Class in org.springframework.data.gemfire.support
A Spring Lifecycle that implements the Composite software design pattern composing 1 or more Lifecycle components as a single, logical, composite Lifecycle object.
CompositeLifecycle() - Constructor for class org.springframework.data.gemfire.support.CompositeLifecycle
 
CompositeTypeFilter - Interface in org.springframework.data.gemfire.support
A Spring TypeFilter implementation using the Composite Software Design Pattern to compose multiple TypeFilters acting a single instance of TypeFilter.
CompressionConfiguration - Class in org.springframework.data.gemfire.config.annotation
The CompressionConfiguration class is a Spring ImportAware implementation capable of enabling Pivotal GemFire/Apache Geode cache Regions data compression.
CompressionConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
 
concat(Stream<T>...) - Static method in class org.springframework.data.gemfire.util.StreamUtils
Concatenates an array of Streams into a single, continuous Stream.
ConfigurableRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
ConfigurableRegionFactoryBean is an abstract base class encapsulating functionality common to all configurable Region FactoryBeans.
ConfigurableRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
 
configure(ClientRegionFactory<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Configures the given ClientRegionFactoryBean from the configuration settings of this ClientRegionFactoryBean and any RegionAttributes.
configure(PoolFactory) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Configures the given PoolFactory from this PoolFactoryBean.
configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
 
configure(Region<?, ?>) - 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 ClientRegionFactoryBean or PeerRegionFactoryBean used to create an Apache Geode Region.
configure(Region<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyConfigurer
Configures the Eviction policy of the given Apache Geode Region.
configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
configure(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
 
configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
 
configure(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
 
configure(Object) - Method in interface org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyConfigurer
Configures the expiration policy for the given Region.
configure(Region<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyConfigurer
Configures the expiration policy for the given Region.
configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
 
configure(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
 
configure(String, GatewaySenderFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.GatewaySenderConfigurer
Configuration callback method providing a reference to a GatewaySenderFactoryBean used to construct, configure and initialize an instance of GatewaySender.
configure(String, IndexFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.IndexConfigurer
Configuration callback method providing a reference to a IndexFactoryBean used to construct, configure and initialize an instance of a peer Index.
configure(String, LuceneIndexFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.IndexConfigurer
Configuration callback method providing a reference to a LuceneIndexFactoryBean used to construct, configure and initialize an instance of a peer LuceneIndex.
configure(String, LuceneIndexFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableIndexConfigurer
 
configure(String, PeerRegionFactoryBean<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
 
configure(String, ClientRegionFactoryBean<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.RegionConfigurer
Configuration callback method providing a reference to a ClientRegionFactoryBean used to construct, configure and initialize an instance of a client Region.
configure(String, PeerRegionFactoryBean<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.RegionConfigurer
Configuration callback method providing a reference to a PeerRegionFactoryBean used to construct, configure and initialize an instance of a peer Region.
configure(String, T) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
Applies the configuration from the composition of Configurers composed by this Configurer to the given Spring component (bean).
configure(String, T) - Method in interface org.springframework.data.gemfire.config.annotation.support.Configurer
Applies additional user-defined configuration to the given Spring component.
configure(String, ClientCacheFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer
 
configure(String, LocatorFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer
 
configure(String, CacheFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer
 
configure(RestTemplate) - Method in interface org.springframework.data.gemfire.config.support.RestTemplateConfigurer
User-defined method and contract for applying custom configuration to the given RestTemplate.
configure(DiskStoreFactory) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
Configures the given DiskStoreFactory with the configuration settings present on this DiskStoreFactoryBean
configure(RegionFactory<K, V>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Configures the RegionFactory based on the configuration settings of this PeerRegionFactoryBean.
configure(CacheServer) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
Configures the provided CacheServer with any custom, application-specific configuration.
configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Configures Pivotal GemFire/Apache Geode cache specific settings.
configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Configures ClientCache specific settings.
configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
Configures peer Cache specific settings.
configureCacheFactoryBean(T) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Configures the CacheFactoryBean with common cache configuration settings.
configureDurableClient(Properties, String, Integer) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
configureEviction(EvictingRegionFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
configureExpiration(ExpiringRegionFactoryBean<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
configureFactory(Object) - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
Configures the cache factory used to create the GemFireCache.
configureFactory(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Configures the CacheFactory used to create the Cache.
configureFactory(Object) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Configures the ClientCacheFactory used to create the ClientCache.
configureGemFireProperties(CacheFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer
 
configureGemfireProperties(LocatorLauncher.Builder) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
 
configureHeapPercentages(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Configures the GemFireCache critical and eviction heap thresholds as percentages.
configureInfrastructure(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Configures Spring container infrastructure components and beans used by Spring Data GemFire to enable Pivotal GemFire or Apache Geode to function properly inside a Spring context.
configureInfrastructure(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Configures Spring container infrastructure components and beans used by Spring Data GemFire to enable Pivotal GemFire or Apache Geode to function properly inside a Spring context.
configureOffHeapPercentages(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Configures the GemFireCache critical and eviction off-heap thresholds as percentages.
configureOptional(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
Callback method allowing developers to configure other cache or application specific configuration settings.
configureOptional(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
Configures CacheServer specific settings.
configurePdx(AbstractBasicCacheFactoryBean.PdxConfigurer<T>) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Configures the cache to use PDX serialization.
configurePdx(CacheFactory) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Configures the Cache to use PDX serialization.
configurePdx(ClientCacheFactory) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Configures the ClientCache to use PDX serialization.
configurePdx(CacheFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
Configures Pivotal GemFire/Apache Geode cache PDX Serialization.
configurePool(ClientCacheFactory) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Configure the DEFAULT Pool of the ClientCacheFactory using a given Pool instance or a named Pool instance.
configurePoolConnections(String, AnnotationAttributes, 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.
configurePoolLocators(String, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
configurePoolServers(String, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
Configurer<T> - Interface in org.springframework.data.gemfire.config.annotation.support
The Configurer interface defines a contract for implementing objects that can modify some aspect of configuration given a reference to the Spring component responsible for the configuration of some Apache Geode or Pivotal GemFire Object declared as a bean in the Spring container.
configureRegions() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Configures a reference to a Set of all Regions defined, declared and registered in the Spring ApplicationContext as well as in the Apache Geode GemFireCache.
configureSecurity(CacheFactory) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Configures the Cache with security.
configureThis(String) - Method in class org.springframework.data.gemfire.support.WiringDeclarableSupport
Configures this Declarable object using a Spring bean defined and identified in the Spring BeanFactory with the given name used as a template for the auto-wiring function.
configureThis(BeanFactory, String) - Method in class org.springframework.data.gemfire.support.WiringDeclarableSupport
Configures this Declarable object using a Spring bean defined and identified in the given Spring BeanFactory with the given name used as a template for the auto-wiring function.
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 a new, empty and uninitialized instance of the ConnectionEndpointList.
ConnectionEndpointList(ConnectionEndpoint...) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
Constructs a new instance of ConnectionEndpointList initialized with an array of ConnectionEndpoints.
ConnectionEndpointList(Iterable<ConnectionEndpoint>) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
Constructs a new 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 CacheFactoryBean based on the Spring application's cache type preference (i.e. client or peer), which is expressed via the appropriate annotation.
contains(Object) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
 
containsAll(Collection<?>) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
 
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
 
containsNonAlphaNumericWhitespace(String) - Method in class org.springframework.data.gemfire.client.Interest
Determines whether the given String value contains at least 1 special character.
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
 
ContinuousQuery - Annotation Type in org.springframework.data.gemfire.listener.annotation
The ContinuousQuery annotation to define a GemFire/Geode Continuous Query (CQ) on a POJO method which handles all CQ events and errors.
continuousQueryBeanPostProcessor() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
 
ContinuousQueryConfiguration - Class in org.springframework.data.gemfire.config.annotation
The ContinuousQueryConfiguration class is a Spring @Configuration class enabling Continuous Query (CQ) Pivotal GemFire/Apache Geode capabilities in this cache client application.
ContinuousQueryConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
 
ContinuousQueryDefinition - Class in org.springframework.data.gemfire.listener
Class type for defining a CqQuery.
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
Constructs a new instance of ContinuousQueryListenerAdapter with default settings.
ContinuousQueryListenerAdapter(Object) - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Constructs a new instance of ContinuousQueryListenerAdapter initialized with the given delegate.
continuousQueryListenerContainer(GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
 
ContinuousQueryListenerContainer - Class in org.springframework.data.gemfire.listener
Container providing asynchronous processing/handling for Apache Geode Continuous Queries (CQ).
ContinuousQueryListenerContainer() - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
ContinuousQueryListenerContainer.EventDispatcherAdapter - Class in org.springframework.data.gemfire.listener
 
ContinuousQueryListenerContainerConfigurer - Interface in org.springframework.data.gemfire.config.annotation
The ContinuousQueryListenerContainerConfigurer interfaces defines a contract for implementing Objects in order to customize the configuration of a ContinuousQueryListenerContainer when enabling Continuous Query (CQ) functionality in a Spring Boot, Apache Geode/Pivotal GemFire ClientCache applications.
convert(String) - Method in class org.springframework.data.gemfire.client.ClientRegionShortcutConverter
Converts the source String representation of a Client Region Shortcut into a ClientRegionShortcut enumerated value.
convert(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.ClientRegionShortcutToDataPolicyConverter
Converts the given ClientRegionShortcut into a corresponding DataPolicy.
convert(String) - Method in class org.springframework.data.gemfire.client.InterestResultPolicyConverter
Converts the given String into an instance of GemFire InterestResultPolicy.
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.eviction.EvictionActionConverter
Converts the given String into a GemFire EvictionAction value.
convert(String) - Method in class org.springframework.data.gemfire.eviction.EvictionPolicyConverter
Converts the given String into a matching EvictionType.
convert(String) - Method in class org.springframework.data.gemfire.expiration.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(RegionShortcut) - Method in class org.springframework.data.gemfire.RegionShortcutToDataPolicyConverter
Converts the given RegionShortcut into a corresponding DataPolicy.
convert(String) - Method in class org.springframework.data.gemfire.ScopeConverter
Converts the given String into an instance of 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.
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.
count(Class<?>) - Static method in class org.springframework.data.gemfire.repository.query.QueryString
Factory method used to construct a new instance of QueryString that creates an OQL query to count the number of objects of the specified application domain model type.
count() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
Counts the number of entities stored in the Region.
COUNT_PROJECTION - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
 
COUNT_QUERY - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
create(PoolFactory, String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableCacheServerConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableCacheServerConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableClientCacheConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableClientCacheConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableContinuousQueryListenerContainerConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableContinuousQueryListenerContainerConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableDiskStoreConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableDiskStoreConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewayReceiverConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewayReceiverConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewaySenderConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewaySenderConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableIndexConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableIndexConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableLocatorConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableLocatorConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePeerCacheConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePeerCacheConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePoolConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePoolConfigurer
 
create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
 
create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
 
create(GemfireAdminOperations) - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
 
create(GemfireAdminOperations) - Method in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
 
create(GemfireAdminOperations) - Method in class org.springframework.data.gemfire.config.schema.SchemaObjectDefinition
Creates an actual schema object from this SchemaObjectDefinition.
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.support.SmartCacheResolverFactoryBean
Factory method used to construct a new instance of the SmartCacheResolverFactoryBean.
create() - Static method in class org.springframework.data.gemfire.util.PropertiesBuilder
Factory method to create a default PropertiesBuilder instance.
CREATE_INDEX_FUNCTION_ID - Static variable in class org.springframework.data.gemfire.config.admin.functions.CreateIndexFunction
 
CREATE_REGION_FUNCTION_ID - Static variable in class org.springframework.data.gemfire.config.admin.functions.CreateRegionFunction
 
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.AbstractResolvableCacheFactoryBean
Creates a new GemFireCache instance using the provided factory.
createCache(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Creates a new Cache instance using the provided factory.
createCache(Object) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Creates a new ClientCache instance using the provided factory.
createCache(Properties, ServerLauncher) - Method in class org.springframework.data.gemfire.support.SpringServerLauncherCacheProvider
 
createClientRegionFactory(ClientCache, ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Constructs a new instance of ClientRegionFactory using the given ClientCache and ClientRegionShortcut.
createDefaultTaskExecutor() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Creates a default TaskExecutor.
createDiskStore(SchemaObjectDefinition) - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
Creates a DiskStore based on the given schema object definition.
createDiskStore(SchemaObjectDefinition) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
Creates a DiskStore based on the given schema object definition.
createDiskStoreFactory(GemFireCache) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
Creates an instance of DiskStoreFactory using the given GemFireCache in order to construct, configure and initialize a new DiskStore.
createDiskStores(SchemaObjectDefinition...) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
 
createDiskStores(Iterable<SchemaObjectDefinition>) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
 
createFactory(Properties) - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
Constructs a new cache factory initialized with the given Apache Geode Properties used to construct, configure and initialize a new GemFireCache.
createFactory(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Constructs a new instance of CacheFactory initialized with the given Apache Geode Properties used to construct, configure and initialize a new peer Cache instance.
createFactory(Properties) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Constructs a new instance of ClientCacheFactory initialized with the given Apache Geode Properties used to construct, configure and initialize a new ClientCache instance.
createGemfireTemplate(Region<?, ?>) - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
Creates an instance of the GemfireTemplate for the given GemFire Cache Region.
createIndex(IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
Creates a Region OQL Index based on the given schema object definition.
createIndex(IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.functions.CreateIndexFunction
 
createIndex(IndexDefinition) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
Creates a Region OQL Index based on the given schema object definition.
createIndex(IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
 
createIndex(IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
 
createIndexes(IndexDefinition...) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
 
createIndexes(Iterable<IndexDefinition>) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
 
CreateIndexFunction - Class in org.springframework.data.gemfire.config.admin.functions
The CreateIndexFunction class...
CreateIndexFunction() - Constructor for class org.springframework.data.gemfire.config.admin.functions.CreateIndexFunction
 
createIndexFunction() - Method in class org.springframework.data.gemfire.config.annotation.AdministrativeConfiguration
 
createLuceneIndex(SchemaObjectDefinition) - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
Creates a Region LuceneIndex based on the given schema object definition.
createLuceneIndex(SchemaObjectDefinition) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
Creates a Region LuceneIndex based on the given schema object definition.
createLuceneIndex(String, String) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
Creates a LuceneIndex with the given indexName on the GemFireCache Region identified by the given regionPath.
createLuceneIndexes(SchemaObjectDefinition...) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
 
createLuceneIndexes(Iterable<SchemaObjectDefinition>) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
 
createLuceneQueryFactory() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
Creates an instance of the LuceneQueryFactory to create and execute Lucene queries.
createLuceneQueryFactory(int) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
Creates an instance of the LuceneQueryFactory to create and execute Lucene queries.
createLuceneQueryFactory(int, int) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
Creates an instance of the LuceneQueryFactory to create and execute Lucene queries.
createMethodInterceptor(Object, Class<?>) - Method in enum org.springframework.data.gemfire.search.lucene.support.PdxInstanceMethodInterceptorFactory
 
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(SnapshotServiceFactoryBean.SnapshotMetadata<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(Property, GemfirePersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
 
createPool(PoolFactory, String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Creates a Pool with the given name using the provided PoolFactory.
createPoolFactory() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Creates an instance of the PoolFactory interface to construct, configure and initialize a Pool.
createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Creates a new Region with the given name.
createRegion(RegionDefinition) - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
Creates a cache Region based on the given schema object definition.
createRegion(RegionDefinition) - Method in class org.springframework.data.gemfire.config.admin.functions.CreateRegionFunction
 
createRegion(RegionDefinition) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
Creates a cache Region based on the given schema object definition.
createRegion(RegionDefinition) - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
 
createRegion(RegionDefinition) - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
 
createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Creates a new Region with the given name.
createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
Creates a new Region with the given name.
createRegionFactory(Cache) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Create a new instance of RegionFactory initialized with the given Cache that is then used to construct, configure and initialize the Region specified by this PeerRegionFactoryBean.
CreateRegionFunction - Class in org.springframework.data.gemfire.config.admin.functions
The CreateRegionFunction class...
CreateRegionFunction() - Constructor for class org.springframework.data.gemfire.config.admin.functions.CreateRegionFunction
 
createRegionFunction() - Method in class org.springframework.data.gemfire.config.annotation.AdministrativeConfiguration
 
createRegionProxy(Region<K, V>) - Method in class org.springframework.data.gemfire.GemfireTemplate
Create a close-suppressing proxy for the given Apache Geode cache Region.
createRegions(RegionDefinition...) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
 
createRegions(Iterable<RegionDefinition>) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
 
createRepositoryFactory() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Creates a new instance of GemfireRepositoryFactory used to create an Apache Geode Repository.
CREATING_REGION_LOG_MESSAGE - Static variable in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
 
current() - Static method in class org.springframework.data.gemfire.util.JavaVersion
 
CURRENT_THREAD_CONTEXT_CLASS_LOADER - Static variable in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
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 metadata and actual Apache Geode or Spring Data for Apache Geode 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.CustomEditorPropertyEditorRegistrar - 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
 
CustomEditorPropertyEditorRegistrar() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.CustomEditorPropertyEditorRegistrar
 

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.support
Abstract base class for implementing Spring aware, Apache Geode Declarable components.
DeclarableSupport() - Constructor for class org.springframework.data.gemfire.support.DeclarableSupport
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.client.InterestResultPolicyType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.eviction.EvictionActionType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.expiration.ExpirationActionType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.IndexType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.InterestPolicyType
 
DEFAULT - Static variable in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
 
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_ALLOW_FORCE_COMPACTION - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
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_COMPACT - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
DEFAULT_AUTO_STARTUP - Static variable in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
DEFAULT_AUTO_STARTUP - Static variable in interface org.springframework.data.gemfire.support.SmartLifecycleSupport
 
DEFAULT_BIND_ADDRESS - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_BUILD_NUMBER - Static variable in class org.springframework.data.gemfire.util.JavaVersion
 
DEFAULT_CACHE_SERVER_PORT - Static variable in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
DEFAULT_CACHE_XML_FILE - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_CLIENT_REGION_SHORTCUT - Static variable in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
 
DEFAULT_CLIENT_REGION_SHORTCUT - Static variable in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
DEFAULT_CLOSE - Static variable in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
DEFAULT_CLUSTER_CONFIGURATION_DIRECTORY - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_COMPACTION_THRESHOLD - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
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_CREATE_REGION_SKIP_IF_EXISTS - Static variable in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
 
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_DESTROY - Static variable in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
 
DEFAULT_DISABLE_TCP - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
DEFAULT_DISK_USAGE_WARNING_PERCENTAGE - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
DEFAULT_DISTRIBUTED_SYSTEM_ID - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_DURABLE - Static variable in class org.springframework.data.gemfire.client.Interest
 
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_ENABLED - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition
 
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.expiration.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_GROUPS - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_HOST - Static variable in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
 
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_FOLLOW_REDIRECTS - Static variable in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
 
DEFAULT_HTTP_FOLLOW_REDIRECTS - Static variable in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
DEFAULT_HTTP_REQUEST_INTERCEPTORS_ENABLED - Static variable in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
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_IGNORE_UNREAD_FIELDS - Static variable in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
 
DEFAULT_INVOKE_CALLBACKS - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
DEFAULT_IS_PAGE_QUERY_FUNCTION - Static variable in class org.springframework.data.gemfire.repository.query.support.PagingUtils
 
DEFAULT_IS_RUNNING - Static variable in interface org.springframework.data.gemfire.support.SmartLifecycleSupport
 
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.LocatorApplicationConfiguration
 
DEFAULT_LOG_LEVEL - Static variable in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
 
DEFAULT_LOG_LEVEL - Static variable in class org.springframework.data.gemfire.LocatorFactoryBean
 
DEFAULT_LRU_MAXIMUM_ENTRIES - Static variable in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
 
DEFAULT_MANAGEMENT_HTTP_HOST - Static variable in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
DEFAULT_MANAGEMENT_HTTP_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
DEFAULT_MANAGEMENT_REQUIRE_HTTPS - Static variable in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
DEFAULT_MANAGEMENT_USE_HTTP - Static variable in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
DEFAULT_MAX_OPLOG_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
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.eviction.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.GemFirePropertiesConfiguration
 
DEFAULT_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
 
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_PAGE_SIZE - Static variable in interface org.springframework.data.gemfire.search.lucene.LuceneOperations
 
DEFAULT_PARALLEL - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
DEFAULT_PASSWORD - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
 
DEFAULT_PATCH_VERSION - Static variable in class org.springframework.data.gemfire.util.JavaVersion
 
DEFAULT_PDX_DISK_STORE_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
 
DEFAULT_PDX_SERIALIZER_BEAN_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
 
DEFAULT_PEER_VERIFY_MEMBER_TIMEOUT - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
DEFAULT_PERSISTENT - Static variable in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
 
DEFAULT_PHASE - Static variable in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
 
DEFAULT_PHASE - Static variable in interface org.springframework.data.gemfire.support.SmartLifecycleSupport
 
DEFAULT_POOL_NAME - Static variable in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
DEFAULT_POOL_NAME - Static variable in interface org.springframework.data.gemfire.client.PoolResolver
 
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_POOL_RESOLVER - Static variable in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
DEFAULT_POOL_RESOLVER - Static variable in class org.springframework.data.gemfire.client.PoolFactoryBean
 
DEFAULT_POOL_RESOLVER - Static variable in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
 
DEFAULT_POOL_RESOLVER - Static variable in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
DEFAULT_PORT - Static variable in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
 
DEFAULT_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
 
DEFAULT_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
DEFAULT_PORT - Static variable in class org.springframework.data.gemfire.LocatorFactoryBean
 
DEFAULT_PORT - Static variable in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
DEFAULT_QUEUE_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
DEFAULT_READ_SERIALIZED - Static variable in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
 
DEFAULT_READY_FOR_EVENTS - Static variable in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
DEFAULT_RECEIVE_VALUES - Static variable in class org.springframework.data.gemfire.client.Interest
 
DEFAULT_REDIS_PORT - Static variable in class org.springframework.data.gemfire.config.annotation.RedisServerConfiguration
Deprecated.
 
DEFAULT_REDUNDANCY_ZONE - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_REGION_SHORTCUT - Static variable in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
 
DEFAULT_REMOTE_LOCATORS - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_REMOVE_UNRESPONSIVE_CLIENT - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_RESOURCE_PERMISSION - Static variable in annotation type org.springframework.data.gemfire.function.annotation.GemfireFunction
 
DEFAULT_RESULT_LIMIT - Static variable in interface org.springframework.data.gemfire.search.lucene.LuceneOperations
 
DEFAULT_RESUME_WAIT_TIME_UNIT - Static variable in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
 
DEFAULT_SCHEME - Static variable in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
 
DEFAULT_SECURITY_LOG_LEVEL - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
DEFAULT_SERIALIZABLE_OBJECT_FILTER - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_SERVER_PORT - Static variable in class org.springframework.data.gemfire.client.PoolFactoryBean
 
DEFAULT_SERVER_REGION_SHORTCUT - Static variable in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
 
DEFAULT_SINGLETON - Static variable in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
 
DEFAULT_SNAPSHOT_FORMAT - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
 
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_TIME_INTERVAL - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.data.gemfire.expiration.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_BEAN_FACTORY_LOCATOR - Static variable in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
 
DEFAULT_USE_CLUSTER_CONFIGURATION - Static variable in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
 
DEFAULT_USE_CLUSTER_CONFIGURATTION_SERVICE - Static variable in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
 
DEFAULT_USER_COMMAND_PACKAGES - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_USERNAME - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
 
DEFAULT_VALIDATE_SERIALIZABLE_OBJECTS - Static variable in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
 
DEFAULT_VERSION_NUMBER - Static variable in class org.springframework.data.gemfire.util.JavaVersion
 
DEFAULT_WRITE_BUFFER_SIZE - Static variable in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
 
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 provided in the case that the Pool's settings 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 ExpirationAttributes.
DefaultGemfireEntityInformation<T,ID> - Class in org.springframework.data.gemfire.repository.query
Implementation of GemfireEntityInformation and Spring Data's PersistentEntityInformation that returns the Region name associated with the PersistentEntity.
DefaultGemfireEntityInformation(GemfirePersistentEntity<T>) - Constructor for class org.springframework.data.gemfire.repository.query.DefaultGemfireEntityInformation
defaultIfEmpty(T, Supplier<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(String, String) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
 
defaultIfEmpty(String, Supplier<String>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
 
defaultIfNull(T, Supplier<T>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
 
defaultIfNull(T, T) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
 
defaultIfNull(T, Supplier<T>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
 
defaultPort(Integer, int) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
 
define(Object) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectDefiner
Returns an Optional definition for the given schema object instance.
define(Object) - Method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectDefiner
 
define(Object) - Method in class org.springframework.data.gemfire.config.schema.support.IndexDefiner
 
define(Object) - Method in class org.springframework.data.gemfire.config.schema.support.RegionDefiner
 
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
Constructs an instance of DelegatingPoolAdapter initialized with the specified Pool.
delete(T) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
deleteAll() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
deleteById(ID) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
DENY - Static variable in interface org.springframework.data.gemfire.support.CompositeTypeFilter
 
dereferenceBean(String) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
 
destroy() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Destroys the cache bean on Spring container shutdown.
destroy() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
Destroys and releases resources used by the GemfireBeanFactoryLocator, if present.
destroy() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Closes and destroys the Region.
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
Releases all system resources and destroys the Pool when created by this PoolFactoryBean.
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.listener.ContinuousQueryListenerContainer
 
destroy() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Closes and destroys this Region.
destroy() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
 
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.support.GemfireBeanFactoryLocator
 
destroy() - Method in class org.springframework.data.gemfire.support.LazyWiringDeclarableSupport
When this Declarable object/bean gets destroyed by the Spring container, destroy() will make sure this component gets unregistered from the SpringContextBootstrappingInitializer properly.
destroy() - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
Destroy the state of the SpringContextBootstrappingInitializer.
destroy() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
DETAILED_INDEX_DEFINITION - Static variable in class org.springframework.data.gemfire.IndexFactoryBean
 
DisableBeanDefinitionOverridingApplicationContextInitializer - Class in org.springframework.data.gemfire.support
Spring ApplicationContextInitializer implementation that disables the Spring container's (ConfigurableApplicationContext) default behavior of bean definition overriding.
DisableBeanDefinitionOverridingApplicationContextInitializer() - Constructor for class org.springframework.data.gemfire.support.DisableBeanDefinitionOverridingApplicationContextInitializer
 
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
 
DiskStoreConfigurer - Interface in org.springframework.data.gemfire.config.annotation
The DiskStoreConfigurer interface defines a contract for implementing Objects in order to customize the configuration of a DiskStoreFactoryBean used to construct, configure and initialize a DiskStore.
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
Spring FactoryBean used to create a DiskStore.
DiskStoreFactoryBean() - Constructor for class org.springframework.data.gemfire.DiskStoreFactoryBean
 
DiskStoreFactoryBean.DiskDir - Class in org.springframework.data.gemfire
 
diskStoreProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
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
 
dispatchEvent(ContinuousQueryListener, CqEvent) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Asynchronously dispatches the CQ event to the targeted ContinuousQueryListener.
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.transaction.GemfireTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.transaction.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
 
doFetchCache() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Called by AbstractBasicCacheFactoryBean.fetchCache() if the GemFireCache reference returned by AbstractBasicCacheFactoryBean.getCache() is null.
doFetchCache() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
doFetchCache() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Fetches an existing ClientCache instance from the ClientCacheFactory.
doFind(LuceneAccessor.LuceneQueryExecutor<T>, Object, String, String) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
 
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.
doGetCredentials(Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
 
doGetCredentials(Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.AutoConfiguredAuthenticationInitializer
 
doGetObject() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Called if AbstractBasicCacheFactoryBean.getCache() returns a null GemFireCache reference from AbstractBasicCacheFactoryBean.getObject().
doGetObject() - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
 
doGetObjectType() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
By default, returns GemFireCache Class.
doGetObjectType() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
doGetObjectType() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Returns the type of GemFireCache constructed by this ClientCacheFactoryBean.
doGetTransaction() - Method in class org.springframework.data.gemfire.transaction.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
This methods gets called by GemfireTemplate.execute(GemfireCallback).
doInit() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
 
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.GatewayReceiverFactoryBean
 
doInit() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
doParseRegionConfiguration(Element, ParserContext, BeanDefinitionBuilder, BeanDefinitionBuilder, boolean) - Method in class org.springframework.data.gemfire.config.xml.AbstractPeerRegionParser
 
doPostInit(Properties) - Method in class org.springframework.data.gemfire.support.LazyWiringDeclarableSupport
Performs any post configuration and initialization activities required by the application.
doResolve() - Method in class org.springframework.data.gemfire.client.support.ClientCacheFactoryCacheResolver
 
doResolve() - Method in class org.springframework.data.gemfire.support.AbstractCachingCacheResolver
Performs the actual resolution process of the GemFireCache object iff the cache reference is not already cached.
doResolve(String) - Method in class org.springframework.data.gemfire.support.AbstractCachingRegionResolver
Performs the actual Region resolution operation to resolve a Region with the given name.
doResolve() - Method in class org.springframework.data.gemfire.support.BeanFactoryCacheResolver
Uses the configured Spring BeanFactory to resolve a reference to the single GemFireCache instance.
doResolve(String) - Method in class org.springframework.data.gemfire.support.BeanFactoryRegionResolver
 
doResolve() - Method in class org.springframework.data.gemfire.support.CacheFactoryCacheResolver
 
doResolve() - Method in class org.springframework.data.gemfire.support.ComposableCacheResolver
Resolves the first, single reference to a GemFireCache, handling any Exceptions throwing by the composed CacheResolvers, such as a CacheClosedException.
doResolve(String) - Method in class org.springframework.data.gemfire.support.ComposableRegionResolver
Resolves the first non-null reference to cache Region identified by the given name, handling any Exceptions throwing by the composed RegionResolvers, such as a RegionDestroyedException.
doResolve(String) - Method in class org.springframework.data.gemfire.support.RegionServiceRegionResolver
Resolves a cache Region identified by the given name using the configured RegionService resolved from the RegionServiceRegionResolver.RegionServiceResolver.
doResume(Object, Object) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
 
doSuspend(Object) - Method in class org.springframework.data.gemfire.transaction.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
 

E

EIGHT - Static variable in class org.springframework.data.gemfire.util.JavaVersion
 
ELEVEN - Static variable in class org.springframework.data.gemfire.util.JavaVersion
 
EmbeddedServiceConfigurationSupport - Class in org.springframework.data.gemfire.config.annotation.support
An abstract base class supporting the configuration of Apache Geode embedded services.
EmbeddedServiceConfigurationSupport() - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
 
EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer - Class in org.springframework.data.gemfire.config.annotation.support
 
EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer - Class in org.springframework.data.gemfire.config.annotation.support
 
EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor - Class in org.springframework.data.gemfire.config.annotation.support
Spring BeanPostProcessor used to process before initialization Pivotal GemFire or Apache Geode Properties defined as a bean in the Spring application context.
EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer - Class in org.springframework.data.gemfire.config.annotation.support
 
EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer - Class in org.springframework.data.gemfire.config.annotation.support
 
EMPTY_ARGUMENTS - Static variable in interface org.springframework.data.gemfire.repository.query.QueryPostProcessor
 
EMPTY_ARRAY - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
 
EMPTY_PAGE - Static variable in class org.springframework.data.gemfire.domain.EmptyPage
 
EMPTY_SLICE - Static variable in class org.springframework.data.gemfire.domain.EmptySlice
 
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.
EmptyPage<T> - Class in org.springframework.data.gemfire.domain
The EmptyPage class is an implementation of an empty Spring Data Page.
EmptyPage() - Constructor for class org.springframework.data.gemfire.domain.EmptyPage
 
EmptySlice<T> - Class in org.springframework.data.gemfire.domain
The EmptySlice class is an implementation of an empty Spring Data Slice.
EmptySlice() - Constructor for class org.springframework.data.gemfire.domain.EmptySlice
 
EnableAuth - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableAuth annotation marks a Spring @Configuration annotated Class to configure and enable Pivotal GemFire/Apache Geode's Authentication and Authorization framework and 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 any Apache Geode or Pivotal GemFire Regions which may have be defined in cache.xml or by using the Cluster Configuration Service.
EnableBeanFactoryLocator - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableBeanFactoryLocator annotation annotates a Spring @Configuration class enabling SDG's GemfireBeanFactoryLocator in order to auto-wire and configure GemFire/Geode Objects declared in GemFire/Geode config.
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 CacheServers to be defined and used in a peer cache application configured with Spring (Data GemFire/Geode).
EnableCachingDefinedRegions - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableCachingDefinedRegions annotation marks a Spring @Configuration application annotated class to enable the creation of GemFire/Geode Regions based on Spring's Cache Abstraction Annotations applied to application service methods and types.
EnableClusterConfiguration - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableClusterConfiguration annotation enables Apache Geode / Pivotal GemFire schema object definitions defined in a Spring [Boot], Apache Geode / Pivotal GemFire ClientCache application using Spring config to be pushed to an Apache Geode / Pivotal GemFire cluster, similar to how schema commands (e.g.
EnableClusterDefinedRegions - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableClusterDefinedRegions annotation marks a Spring @Configuration application annotated class to enable the creation of client Proxy-based Regions for all Regions defined in an Apache Geode/Pivotal GemFire cluster.
EnableCompression - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableCompression annotation marks a Spring @Configuration annotated application Class to configure and enable Pivotal GemFire/Apache Geode Region data compression.
EnableContinuousQueries - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableContinuousQueries annotation marks a Spring @Configuration annotated application configuration class to enable Pivotal GemFire / Apache Geode Continuous Queries (CQ) feature.
EnableDiskStore - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableDiskStore annotation marks a Spring @Configuration annotated Class to configure a single GemFire/Geode DiskStore bean in the Spring application context in which to persist or overflow data from 1 or more cache 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 application annotated class to enable the creation of GemFire/Geode Regions based on the application persistent 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).
EnableGatewayReceiver - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableGatewayReceiver annotation creates a GatewayReceiver within an Apache Geode or Pivotal GemFire peer Cache.
EnableGatewaySender - Annotation Type in org.springframework.data.gemfire.config.annotation
This Annotation is responsible for configuring a single GatewaySender.
EnableGatewaySenders - Annotation Type in org.springframework.data.gemfire.config.annotation
This Annotation is responsible for the configuration of multiple GatewaySenders.
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.
EnableGemfireCacheTransactions - Annotation Type in org.springframework.data.gemfire.transaction.config
The EnableGemfireCacheTransactions annotation enables Pivotal GemFire or Apache Geode Cache Transactions in Spring's Transaction Management infrastructure.
EnableGemfireCaching - Annotation Type in org.springframework.data.gemfire.cache.config
The EnableGemfireCaching annotation enables Pivotal GemFire or Apache Geode as a caching provider in Spring's Cache Abstraction.
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 Apache Geode, Spring Data Repositories.
EnableHttpService - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableHttpService annotation marks a Spring @Configuration annotated Class to configure and enable Pivotal GemFire/Apache Geode's embedded HTTP service.
EnableIndexing - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableIndexing annotation marks a Spring @Configuration annotated application class to enable the creation of GemFire/Geode Indexes and LuceneIndexes based on application persistent entity field/property annotations, such as the @Id, @Indexed and @LuceneIndex annotations.
EnableLocator - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableLocator annotation configures a Spring @Configuration annotated Class to start an embedded Pivotal GemFire/Apache Geode Locator service in this cluster member.
EnableLogging - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableLogging annotation marks a Spring @Configuration annotated Class to configure and enable Pivotal GemFire/Apache 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 Pivotal GemFire/Apache Geode Manager service in this cluster member.
EnableMcast - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableMcast annotation marks a Spring @Configuration annotated Class to configure and enable Pivotal GemFire/Apache Geode's multi-cast networking features.
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 this cluster member.
EnableMemcachedServer.MemcachedProtocol - Enum in org.springframework.data.gemfire.config.annotation
Valid values for the Memcached Network Protocol on-the-wire transport.
EnableOffHeap - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableOffHeap annotation marks a Spring @Configuration annotated application Class to configure and enable Off-Heap Memory data storage in cache Regions.
EnablePdx - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnablePdx annotation marks a Spring @Configuration annotated Class to enable the Apache Geode PDX features and functionality in this peer cache, cluster member or 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).
EnableRedisServer - Annotation Type in org.springframework.data.gemfire.config.annotation
Deprecated.
Support for the Redis Server protocol in Apache Geode to service Redis clients is targeted to be removed in the Apache Geode project as of Apache Geode 1.15.
EnableRegionDataAccessTracing - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableRegionDataAccessTracing class...
EnableSecurity - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableSecurity annotation marks a Spring @Configuration annotated Class to configure and enable Pivotal GemFire/Apache Geode's Security features for authentication, authorization and post processing.
EnableSsl - Annotation Type in org.springframework.data.gemfire.config.annotation
The EnableSsl annotation marks a Spring @Configuration annotated Class to configure and enable Pivotal GemFire/Apache Geode's TCP/IP Socket SSL.
EnableSsl.Component - Enum in org.springframework.data.gemfire.config.annotation
 
EnableSsl.ComponentAlias - Annotation Type 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 Pivotal GemFire/Apache Geode system.
entitiesProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
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
 
EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata - Class in org.springframework.data.gemfire.config.annotation
The EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata class encapsulates details for creating a Region from application persistent entities.
EnumSerializer - Class in org.springframework.data.gemfire.serialization
Generic serializer for all Java Enums.
EnumSerializer() - Constructor for class org.springframework.data.gemfire.serialization.EnumSerializer
 
equals(Object) - Method in class org.springframework.data.gemfire.config.schema.SchemaObjectDefinition
 
equals(Object) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration.ExpirationMetaData
 
equals(Object) - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
equals(Object) - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
equals(Object) - Method in class org.springframework.data.gemfire.util.JavaVersion
 
equalsIgnoreNull(Object, Object) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
 
EVALUATION_CONTEXT_REFERENCE - Static variable in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
 
EventDispatcherAdapter(ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer.EventDispatcherAdapter
 
evict(Object) - Method in class org.springframework.data.gemfire.cache.GemfireCache
Evicts (destroys) the entry (key/value) mapped to the given key from this Spring Cache.
EvictingRegionFactoryBean - Interface in org.springframework.data.gemfire.eviction
The EvictingRegionFactoryBean interface specifies Region FactoryBeans capable of supporting Eviction configuration, that is, evicting Region entries.
EvictionActionConverter - Class in org.springframework.data.gemfire.eviction
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.eviction.EvictionActionConverter
 
EvictionActionType - Enum in org.springframework.data.gemfire.eviction
The EvictionActionType enum is an enumeration of all the GemFire EvictionAction values.
EvictionAttributesFactoryBean - Class in org.springframework.data.gemfire.eviction
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.eviction.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 cache 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 an Apache Geode Region.
EvictionConfiguration.EvictionPolicyMetaData - Class in org.springframework.data.gemfire.config.annotation
 
evictionContextRefreshedListener(ContextRefreshedEvent) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
 
EvictionPolicyConverter - Class in org.springframework.data.gemfire.eviction
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.eviction.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.eviction
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
 
execute(FunctionContext) - Method in class org.springframework.data.gemfire.client.function.ListRegionsOnServerFunction
 
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(String, Set<?>, Object...) - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
 
execute(Function, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
execute(String, 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
Executes the given data access operation defined by the GemfireCallback in the context of Apache Geode.
execute(GemfireCallback<T>, boolean) - Method in class org.springframework.data.gemfire.GemfireTemplate
Executes the given data access operation defined by the GemfireCallback in the context of Apache Geode.
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(QueryMethod, String, Object...) - Method in interface org.springframework.data.gemfire.repository.query.support.OqlQueryExecutor
Executes the given OQL query.
execute(QueryMethod, String, Object...) - Method in class org.springframework.data.gemfire.repository.query.support.TemplateBasedOqlQueryExecutor
 
execute() - Method in interface org.springframework.data.gemfire.search.lucene.LuceneAccessor.LuceneQueryExecutor
 
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(Function, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
executeAndExtract(String, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
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(Function, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
executeWithNoResult(String, Set<?>, Object...) - Method in interface org.springframework.data.gemfire.function.execution.GemfireOnRegionOperations
 
ExecutionTimeoutFunctionException - Exception in org.springframework.data.gemfire.function
A FunctionException indicating a timeout during execution.
ExecutionTimeoutFunctionException() - Constructor for exception org.springframework.data.gemfire.function.ExecutionTimeoutFunctionException
 
ExecutionTimeoutFunctionException(String) - Constructor for exception org.springframework.data.gemfire.function.ExecutionTimeoutFunctionException
 
ExecutionTimeoutFunctionException(Throwable) - Constructor for exception org.springframework.data.gemfire.function.ExecutionTimeoutFunctionException
 
ExecutionTimeoutFunctionException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.function.ExecutionTimeoutFunctionException
 
existsById(ID) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
Determines whether an entity with the given ID is stored in the Region.
Expiration - Annotation Type in org.springframework.data.gemfire.expiration
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.expiration.AnnotationBasedExpiration.ExpirationMetaData
 
ExpirationActionConverter - Class in org.springframework.data.gemfire.expiration
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.expiration.ExpirationActionConverter
 
ExpirationActionType - Enum in org.springframework.data.gemfire.expiration
The ExpirationActionType enum is a enumeration of GemFire ExpirationActions on expired Cache Region entries.
ExpirationAttributesFactoryBean - Class in org.springframework.data.gemfire.expiration
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.expiration.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.
expirationContextRefreshedListener(ContextRefreshedEvent) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
 
ExpirationMetaData(int, ExpirationActionType) - Constructor for class org.springframework.data.gemfire.expiration.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.
ExpiringRegionFactoryBean<K,V> - Interface in org.springframework.data.gemfire.expiration
The ExpiringRegionFactoryBean interface signifies Region FactoryBeans that support Expiration configuration.
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 the Pool interface and extension of PoolAdapter that provides 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.AbstractBasicCacheFactoryBean
Fetches an existing cache instance from the Apache Geode cache factory.
FIFTEEN - Static variable in class org.springframework.data.gemfire.util.JavaVersion
 
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() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findAll(Pageable) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findAll(Sort) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findAllById(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.
findById(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
 
FIVE - Static variable in class org.springframework.data.gemfire.util.JavaVersion
 
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
 
followRedirects(boolean) - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate.Builder
 
FollowRedirectsSimpleClientHttpRequestFactory(boolean) - Constructor for class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate.FollowRedirectsSimpleClientHttpRequestFactory
 
forIdleTimeout() - Static method in class org.springframework.data.gemfire.expiration.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.expiration.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.
format(String, Object...) - Static method in class org.springframework.data.gemfire.util.RuntimeExceptionFactory
Formats the given message using the given arguments.
forTimeToLive() - Static method in class org.springframework.data.gemfire.expiration.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.expiration.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.
FOURTEEN - Static variable in class org.springframework.data.gemfire.util.JavaVersion
 
from(CacheFactory) - Static method in class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
 
from(ClientCacheFactory) - Static method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
 
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(ClientCache) - Static method in class org.springframework.data.gemfire.client.support.SinglePoolPoolResolver
Factory method used to construct a new instance of SinglePoolPoolResolver from an instance of ClientCache using the ClientCache.getDefaultPool() DEFAULT} Pool.
from(Supplier<String>, Supplier<String>) - Static method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration.SpringDataGeodeAuthentication
 
from(GemFireCache) - Static method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.SchemaObjectContext
 
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(EvictionPolicyType, int, 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(Index) - Static method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
Factory method used to construct a new instance of IndexDefinition defined from the given Index.
from(String, String, String, IndexType) - Static method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition.IndexWrapper
 
from(Region<?, ?>) - Static method in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
Factory method used to construct a new instance of RegionDefinition defined from the given Region.
from(Object) - Static method in enum org.springframework.data.gemfire.config.schema.SchemaObjectType
Null-safe factory method used to look up and resolve the corresponding SchemaObjectType given an instance of a GemFire schema object.
from(Class<?>) - Static method in enum org.springframework.data.gemfire.config.schema.SchemaObjectType
Null-safe factory method used to look up and resolve the corresponding SchemaObjectType given the type of GemFire schema object.
from(ExpirationAttributes) - Static method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration.ExpirationMetaData
 
from(Expiration) - Static method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration.ExpirationMetaData
 
from(IdleTimeoutExpiration) - Static method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration.ExpirationMetaData
 
from(TimeToLiveExpiration) - Static method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration.ExpirationMetaData
 
from(String) - Static method in enum org.springframework.data.gemfire.GemFireProperties
Factory method used to get a GemFireProperties enumerated value for the given property name.
from(Object, Method) - Static method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
from(Class<?>) - Static method in class org.springframework.data.gemfire.repository.query.QueryString
Factory method used to construct a new instance of QueryString initialized with the given application domain model type from which the OQL query will be created.
from(int) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Factory method used to construct a new ConnectionEndpoint with the given port listening on the default host.
from(String, int) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Factory method used to construct a new ConnectionEndpoint for the given host and port.
from(InetSocketAddress) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpoint
Factory method used to convert the given InetSocketAddress into a ConnectionEndpoint.
from(ConnectionEndpoint...) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Factory method used to create a ConnectionEndpointList from an array of ConnectionPoints.
from(InetSocketAddress...) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Factory method used to create a ConnectionEndpointList from an array of InetSocketAddresses.
from(Iterable<InetSocketAddress>) - Static method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Factory method used to create a ConnectionEndpointList from an Iterable of InetSocketAddresses.
from(CacheResolver<S>) - Static method in class org.springframework.data.gemfire.support.RegionServiceRegionResolver
Factory method used to construct a RegionServiceRegionResolver from a CacheResolver.
from(RegionService) - Static method in class org.springframework.data.gemfire.support.RegionServiceRegionResolver
Factory method used to construct a RegionServiceRegionResolver initialized with the given RegionService.
from(Cache) - Static method in class org.springframework.data.gemfire.support.SingleCacheCacheResolver
Factory method used to resolve a single, configured instance of a peer Cache.
from(ClientCache) - Static method in class org.springframework.data.gemfire.support.SingleCacheCacheResolver
Factory method used to resolve a single, configured instance of a peer ClientCache.
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
Deserializes (reads) an Object of type from PDX using the PdxReader.
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.
fromRegion(Region<?, ?>, Class<?>) - Method in class org.springframework.data.gemfire.repository.query.QueryString
Replaces the domain classes referenced inside the current query with the given Region.
fromRegion(Class<?>, Region<?, ?>) - Method in class org.springframework.data.gemfire.repository.query.QueryString
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
Parser for a <function-executions> bean definition.
FunctionExecutionBeanDefinitionParser() - Constructor for class org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionParser
 
FunctionExecutionBeanDefinitionRegistrar - Class in org.springframework.data.gemfire.function.config
FunctionExecutionBeanDefinitionRegistrar() - Constructor for class org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionRegistrar
 
FunctionExecutionConfigurationSource - Interface in org.springframework.data.gemfire.function.config
Interface for Function Execution configuration sources (e.g.
FunctionGemfireAdminTemplate - Class in org.springframework.data.gemfire.config.admin.remote
The FunctionGemfireAdminTemplate class is an implementation of the GemfireAdminOperations interface supporting the Pivotal GemFire / Apache Geode administrative functions/operations via Function execution in the cluster.
FunctionGemfireAdminTemplate(ClientCache) - Constructor for class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
Constructs a new instance of the FunctionGemfireAdminTemplate initialized with a ClientCache instance.
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.function
Spring FactoryBean for registering instance of GemFire Function with the GemFire FunctionService.
FunctionServiceFactoryBean() - Constructor for class org.springframework.data.gemfire.function.FunctionServiceFactoryBean
 

G

GatewayReceiverConfiguration - Class in org.springframework.data.gemfire.config.annotation
Spring Configuration class used to construct, configure and initialize a GatewayReceiver instance in a Spring application context.
GatewayReceiverConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GatewayReceiverConfiguration
 
GatewayReceiverConfigurer - Interface in org.springframework.data.gemfire.config.annotation
GatewayReceiverConfigurer used to customize the configuration of a GatewayReceiverFactoryBean.
GatewayReceiverFactoryBean - Class in org.springframework.data.gemfire.wan
Spring FactoryBean used to construct, configure and initialize a GatewayReceiver.
GatewayReceiverFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
Constructs an instance of the GatewayReceiverFactoryBean class initialized with a reference to the GemFire Cache used to configure and initialize a GemFire GatewayReceiver.
gatewayReceiverProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
GatewaySenderBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
A BeanFactoryPostProcessor to associate the configured GatewaySender onto the corresponding Region.
GatewaySenderBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.GatewaySenderBeanFactoryPostProcessor
 
GatewaySenderConfiguration - Class in org.springframework.data.gemfire.config.annotation
 
GatewaySenderConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GatewaySenderConfiguration
 
GatewaySenderConfigurer - Interface in org.springframework.data.gemfire.config.annotation
 
GatewaySenderFactoryBean - Class in org.springframework.data.gemfire.wan
Spring FactoryBean used to construct, configure and initialize parallel and serial GatewaySenders.
GatewaySenderFactoryBean() - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
GatewaySenderFactoryBean(GemFireCache) - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
Constructs an instance of the GatewaySenderFactoryBean class initialized with a reference to the GemFire Cache used to configured and initialized a GemFire GatewaySender.
gatewaySenderProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
 
GatewaySendersConfiguration - Class in org.springframework.data.gemfire.config.annotation
Spring Configuration class used to construct, configure and initialize GatewaySender instances in a Spring application context.
GatewaySendersConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GatewaySendersConfiguration
 
GatewaySenderWrapper - Class in org.springframework.data.gemfire.wan
GatewaySenderWrapper is an Adapter around an Apache Geode GatewaySender providing the ability to control manual start and stop of the sender.
GatewaySenderWrapper(GatewaySender) - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderWrapper
Constructs an instance of GatewaySenderWrapper initialized with the given GatewaySender to adapt.
GEMFIRE_HOST_PORT_SEPARATOR - Static variable in class org.springframework.data.gemfire.support.ConnectionEndpoint
 
GEMFIRE_NAME - Static variable in class org.springframework.data.gemfire.GemfireUtils
 
GEMFIRE_POOL_NAME - Static variable in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
GEMFIRE_PREFIX - Static variable in class org.springframework.data.gemfire.util.DistributedSystemUtils
 
GEMFIRE_PROPERTIES_BEAN_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
 
GEMFIRE_PROPERTY_NAME_PREFIX - Static variable in enum org.springframework.data.gemfire.GemFireProperties
 
GEMFIRE_SECURITY_PROPERTY_FILE - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
 
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 to encapsulate common operations and properties, such as accessors to a Region.
GemfireAccessor() - Constructor for class org.springframework.data.gemfire.GemfireAccessor
 
GemfireAdminOperations - Interface in org.springframework.data.gemfire.config.admin
The GemfireAdminOperations interface defines a set of operations to define schema objects in a remote Apache Geode or Pivotal GemFire cluster.
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.support
The GemfireBeanFactoryLocator class stores a reference to the Spring ApplicationContext / BeanFactory needed to auto-wire user application Apache Geode objects implementing the Declarable interface and defined in Apache Geode's native configuration format (e.g.
GemfireBeanFactoryLocator() - Constructor for class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
 
GemfireBeanFactoryLocator.BeanFactoryReference - Class in org.springframework.data.gemfire.support
Reference holder storing a reference to a Spring BeanFactory.
GemfireCache - Class in org.springframework.data.gemfire.cache
Spring Framework Cache implementation backed by a GemFire Region.
GemfireCache(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.cache.GemfireCache
Constructs an instance of GemFireCache initialized with the given GemFire Region.
gemfireCache() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Bean declaration for a single, peer ClientCache instance.
gemfireCache() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
Bean declaration for a single, peer Cache instance.
GemfireCacheManager - Class in org.springframework.data.gemfire.cache
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.cache.GemfireCacheManager
 
gemfireCachePostProcessor(GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
 
gemfireCacheServer(GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
Bean declaration for a single, CacheServer to serve cache client applications.
GemfireCacheTransactionsConfiguration - Class in org.springframework.data.gemfire.transaction.config
The GemfireCacheTransactionsConfiguration class is a Spring @Configuration class used to enable Spring's Transaction Management infrastructure along with SDG's GemfireTransactionManager to manage local, cache transactions for either Pivotal GemFire or Apache Geode.
GemfireCacheTransactionsConfiguration() - Constructor for class org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
 
GemfireCacheUtils - Class in org.springframework.data.gemfire
Abstract utility class featuring methods for Apache Geode / Pivotal GemFire Cache or Region handling.
GemfireCacheUtils() - Constructor for class org.springframework.data.gemfire.GemfireCacheUtils
 
GemfireCachingConfiguration - Class in org.springframework.data.gemfire.cache.config
The GemfireCachingConfiguration class is a Spring @Configuration class used to configure Pivotal GemFire or Apache Geode as the caching provider in Spring's Cache Abstraction.
GemfireCachingConfiguration() - Constructor for class org.springframework.data.gemfire.cache.config.GemfireCachingConfiguration
 
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
 
gemfireClusterSchemaObjectInitializer(Environment, GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
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.dao
Convenient super class for GemFire Data Access Objects (DAO) implementing the Spring DaoSupport abstract class.
GemfireDaoSupport() - Constructor for class org.springframework.data.gemfire.dao.GemfireDaoSupport
 
GemfireDataSourcePostProcessor - Class in org.springframework.data.gemfire.client
A Spring BeanFactoryPostProcessor used to register a Client Region beans for each Region accessible to an Apache Geode or Pivotal GemFire DataSource.
GemfireDataSourcePostProcessor() - Constructor for class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
 
gemfireDataSourcePostProcessor() - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
 
GemfireEntityInformation<T,ID> - Interface in org.springframework.data.gemfire.repository.query
EntityInformation capturing GemFire specific information.
GemfireFeature - Enum in org.springframework.data.gemfire.config.support
The GemfireFeature enum is an enumeration of features available in Apache Geode and Pivotal GemFire combined.
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
Spring BeanPostProcessor that discovers bean components configured as Function implementations, i.e. beans containing methods annotated with GemfireFunction.
GemfireFunctionBeanPostProcessor() - Constructor for class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessor
 
GemfireFunctionBeanPostProcessorRegistrar - Class in org.springframework.data.gemfire.function.config
GemfireFunctionBeanPostProcessorRegistrar() - Constructor for class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessorRegistrar
 
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
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
Constructs a new instance of GemfireFunctionProxyFactoryBean initialized with the given Function Excution Interface and GemfireFunctionOperations.
GemfireFunctions - Class in org.springframework.data.gemfire.support
Abstract class defining useful Java Functions for Apache Geode
GemfireFunctions() - Constructor for class org.springframework.data.gemfire.support.GemfireFunctions
 
GemfireFunctionUtils - Class in org.springframework.data.gemfire.function
Utility class for registering a POJO as a GemFire/Geode 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() - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
 
GemfireOnMemberFunctionTemplate(DistributedMember) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
 
GemfireOnMemberFunctionTemplate(String[]) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
 
GemfireOnMembersFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
 
GemfireOnMembersFunctionTemplate() - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
 
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
 
GemfireOnRegionFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
An AbstractFunctionTemplate implementation for executing a Function on a target Region.
GemfireOnRegionFunctionTemplate(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
Constructs a new instance of the GemfireOnRegionFunctionTemplate initialized with the given Region.
GemfireOnRegionOperations - Interface in org.springframework.data.gemfire.function.execution
Interface define Region Function data access operations.
GemfireOnServerFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
Creates an OnServer Function Execution initialized with either a RegionService or a Pool.
GemfireOnServerFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
 
GemfireOnServerFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
 
GemfireOnServerFunctionTemplate(String) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
 
GemfireOnServersFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
Creates an OnServers Function Execution initialized with either a RegionService or a Pool.
GemfireOnServersFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
 
GemfireOnServersFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
 
GemfireOnServersFunctionTemplate(String) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
 
GemfireOperations - Interface in org.springframework.data.gemfire
GemfireOperations defines the {Region data access operations that can be performed using the Template software design pattern.
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(Property, PersistentEntity<?, GemfirePersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
Constructs an instance of 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 Pivotal GemFire/Apache Geode properties used to configure the Pivotal GemFire/Apache Geode cache.
GemFireProperties - Enum in org.springframework.data.gemfire
An Enum (enumeration) of Apache Geode gemfire.properties.
GemFirePropertiesBeanPostProcessor(Properties) - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
Constructs a new instance of the EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor initialized with the given GemFire/Geode 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
QueryMethod implementation for Apache Geode.
GemfireQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Constructs a new instance of GemfireQueryMethod from the given Method and RepositoryMetadata.
GemfireQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Constructs a new instance of GemfireQueryMethod from the given Method and RepositoryMetadata.
GemfireRepositoriesRegistrar - Class in org.springframework.data.gemfire.repository.config
ImportBeanDefinitionRegistrar to configure and setup Apache Geode Repositories via EnableGemfireRepositories.
GemfireRepositoriesRegistrar() - Constructor for class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
 
GemfireRepository<T,ID> - Interface in org.springframework.data.gemfire.repository
Apache Geode extension of the Spring Data PagingAndSortingRepository interface.
GemfireRepositoryConfigurationExtension - Class in org.springframework.data.gemfire.repository.config
RepositoryConfigurationExtension implementation handling Apache Geode specific extensions in the Repository XML and Annotation-based configuration metadata.
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
Constructs a new instance of GemfireRepositoryFactory initialized with the given collection of configured Regions and the MappingContext.
GemfireRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID> - Class in org.springframework.data.gemfire.repository.support
GemfireRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Constructs a new instance of GemfireRepositoryFactoryBean initialized with the given Repository interface.
GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener - Class in org.springframework.data.gemfire.repository.support
 
GemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
Abstract base class for Apache Geode specific RepositoryQuery implementations.
GemfireRepositoryQuery(GemfireQueryMethod) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
Constructs a new instance of GemfireRepositoryQuery initialized with the given GemfireQueryMethod implementing the Repository QueryMethod.
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
The GemfireTemplate class simplifies Apache Geode data access operations, converting Apache Geode GemFireCheckedExceptions and GemFireExceptions into Spring DataAccessExceptions, following the org.springframework.dao Exception hierarchy.
GemfireTemplate() - Constructor for class org.springframework.data.gemfire.GemfireTemplate
Constructs a new, uninitialized instance of GemfireTemplate.
GemfireTemplate(Region<K, V>) - Constructor for class org.springframework.data.gemfire.GemfireTemplate
Constructs a new instance of the GemfireTemplate initialized with the given Region on which (cache) data access operations will be performed.
GemfireTransactionCommitException - Exception in org.springframework.data.gemfire.transaction
Gemfire-specific subclass of TransactionException, indicating a transaction failure at commit time.
GemfireTransactionCommitException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.transaction.GemfireTransactionCommitException
 
GemfireTransactionCommitException(String) - Constructor for exception org.springframework.data.gemfire.transaction.GemfireTransactionCommitException
 
GemfireTransactionManager - Class in org.springframework.data.gemfire.transaction
Local Transaction Management for Pivotal GemFire.
GemfireTransactionManager() - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager
Constructs an instance of the GemfireTransactionManager.
GemfireTransactionManager(GemFireCache) - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager
Constructs an instance of the GemfireTransactionManager initialized with the given GemFireCache reference.
GemfireTransactionManager.CacheHolder - Class in org.springframework.data.gemfire.transaction
Holder of GemFire cache transaction state.
GemfireTransactionManager.CacheTransactionObject - Class in org.springframework.data.gemfire.transaction
GemFire local cache transaction object.
GemfireUtils - Class in org.springframework.data.gemfire
GemfireUtils is an abstract utility class encapsulating common functionality for accessing features and capabilities of Apache Geode based on version as well as 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 PeerRegionFactoryBean class enabling developers to define a GemFire Cache Region with defaults.
GenericRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.GenericRegionFactoryBean
 
GeodeIntegratedSecurityConfiguration - Class in org.springframework.data.gemfire.config.annotation
The GeodeIntegratedSecurityConfiguration class is a EmbeddedServiceConfigurationSupport implementation that enables Apache Geode's Integrated Security framework and services.
GeodeIntegratedSecurityConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
 
get(Object) - Method in class org.springframework.data.gemfire.cache.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.cache.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.cache.GemfireCache
Returns the cache value for given key.
get() - Method in interface org.springframework.data.gemfire.CacheResolver
Gets the resolved instance of the GemFireCache.
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(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.serialization.json.JSONRegionAdvice
 
get(int) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
Gets the ConnectionEndpoint at the given index in this list.
get() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator.BeanFactoryReference
Returns the reference to the Spring BeanFactory.
get() - Method in interface org.springframework.data.gemfire.util.SpringExtensions.ValueReturningThrowableOperation
 
getAction() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
Gets the action performed on the Region when Eviction occurs.
getAction() - Method in class org.springframework.data.gemfire.expiration.ExpirationAttributesFactoryBean
Gets the action to perform when a Region or an Entry expires.
getAlertThreshold() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
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.serialization.json.JSONRegionAdvice
 
getAndValidatePoolName(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
getAnnotatedQuery() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Returns the Query annotated OQL query value for this QueryMethod if present.
getAnnotation() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
Identifies the Annotation enabling Apache Geode Repositories.
getAnnotationAttributes(Annotation) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Returns the AnnotationAttributes for the given Annotation.
getAnnotationAttributes(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
getAnnotationAttributes(AnnotationMetadata, String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Returns AnnotationAttributes for the given named Annotation from the given type meta-data.
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.AddCacheServerConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
Returns the EnableSecurity Annotation Class type.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
Returns the EnableAuth Annotation Class type.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
Returns the cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
Returns the Annotation type that configures and creates Regions for application service Methods that are annotated with Spring's Cache Abstraction Annotations.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Returns the cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
Returns the Annotation type that configures and creates Continuous Queries for application ContinuousQuery annotated POJO service methods.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
Returns the DiskStore Annotation type specified in 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.GatewayReceiverConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GatewaySenderConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GatewaySendersConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
Returns the cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
Returns the EnableSecurity Annotation Class type.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
Returns the LocatorApplication annotation used to configure and bootstrap a Locator-based, Spring application.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
Returns the EnableLocator Annotation Class type.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
Returns the EnableLogging Annotation Class type.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ManagerConfiguration
Returns the EnableManager Annotation Class type.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.McastConfiguration
Returns the EnableMcast Annotation Class type.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.MemcachedServerConfiguration
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.OffHeapConfiguration
Returns the EnableOffHeap Annotation Class type.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.OffHeapConfiguration.OffHeapBeanFactoryPostProcessor
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
 
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
Returns the cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.RedisServerConfiguration
Deprecated.
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.AbstractAnnotationConfigSupport
Returns the cache application Annotation type pertaining to this configuration.
getAnnotationType() - Method in class org.springframework.data.gemfire.config.support.GatewaySenderBeanFactoryPostProcessor
 
getAnnotationType() - Method in class org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
 
getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Returns the fully-qualified class name of the cache application Annotation type.
getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Returns the simple class name of the cache application Annotation type.
getApplicationContext() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Returns a reference to the Spring ApplicationContext.
getApplicationContext() - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
 
getApplicationContext() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Returns an Optional reference to the configured 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.
getApplicationEventPublisher() - Method in class org.springframework.data.gemfire.transaction.event.TransactionListenerAdapter
Returns a reference to the configured ApplicationEventPublisher.
getArgument() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
Gets the argument used by this CacheLoader to load the value for the specified key.
getAssociatedBeanName() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
Gets the name of the Spring bean associated with the Spring BeanFactory that possibly created the bean.
getAssociatedBeanNameWithAliases() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
Returns a Set of all names and aliases assigned to the Spring bean that is associated with the Spring BeanFactory.
getAsyncEventListener() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Returns the configured AsyncEventListener for the AsyncEventQueue returned by this FactoryBean.
getAsyncEventQueue() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
Returns the AsyncEventQueue created by this FactoryBean.
getAttributes() - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
 
getAttributes() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Gets the RegionAttributes used to configure the client Region created by this ClientRegionFactoryBean.
getAttributes() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
getAttributes() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Returns the RegionAttributes used to configure this Region.
getAuthentication() - Method in class org.springframework.data.gemfire.config.annotation.support.AutoConfiguredAuthenticationInitializer
 
getAvailableServerRegionIndexes() - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
Returns an Iterable of all the server Region Indexes.
getAvailableServerRegionIndexes() - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
Returns an Iterable of all the server Region Indexes.
getAvailableServerRegionIndexes() - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
Returns an Iterable of all the server Region Indexes.
getAvailableServerRegions() - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
Returns a collection of Region names defined on the GemFire Servers in the cluster.
getAvailableServerRegions() - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
Returns a collection of Region names defined on the GemFire Servers in the cluster.
getAvailableServerRegions() - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
Lists all available Regions configured for all servers in the remote Pivotal GemFire / Apache Geode cluster.
getBasePackages() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
Returns an unmodifiable Set of base packages to scan for GemFire components.
getBasePackages() - Method in class org.springframework.data.gemfire.function.config.AnnotationFunctionExecutionConfigurationSource
 
getBasePackages() - Method in interface org.springframework.data.gemfire.function.config.FunctionExecutionConfigurationSource
Returns the base packages the repository interfaces shall be found under.
getBasePackages() - Method in class org.springframework.data.gemfire.function.config.XmlFunctionExecutionConfigurationSource
 
getBatchConflationEnabled() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
getBatchSize() - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
 
getBatchSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
getBatchSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getBatchTimeInterval() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
getBatchTimeInterval() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getBean() - Method in interface org.springframework.data.gemfire.util.SpringExtensions.OrderedBeanWrapper
 
getBeanClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Returns a reference to the ClassLoader use by the Spring BeanFactory to load classes for bean definitions.
getBeanClassLoader() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
 
getBeanClassLoader() - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
Returns a reference to the ClassLoader used by the Spring container to load bean class definitions.
getBeanClassLoader() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Returns a reference to the ClassLoader used by the Spring container to load bean classes.
getBeanFactory() - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
Returns a reference to the configured ConfigurableBeanFactory.
getBeanFactory() - Method in class org.springframework.data.gemfire.client.support.BeanFactoryPoolResolver
Returns a reference to the configured Spring BeanFactory used to resolve managed Pool objects.
getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
Returns a reference to the Spring BeanFactory in the current application context.
getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
 
getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Returns a reference to the Spring BeanFactory in the current application context.
getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
Returns a reference to the configured Spring BeanFactory.
getBeanFactory() - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
Returns a reference to the containing Spring BeanFactory.
getBeanFactory() - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
Gets a reference to the Spring BeanFactory in which this AnnotationBasedExpiration bean is managed.
getBeanFactory() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Returns a reference to the configured BeanFactory.
getBeanFactory() - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
Returns a reference to the Spring container.
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.BeanFactoryCacheResolver
Returns the configured reference to the Spring BeanFactory used to resolve the single instance of the GemFireCache.
getBeanFactory() - Method in class org.springframework.data.gemfire.support.BeanFactoryRegionResolver
Returns the configured reference to the BeanFactory used to resolve cache Regions.
getBeanFactory() - Method in class org.springframework.data.gemfire.support.DeclarableSupport
Returns a reference to the Spring BeanFactory.
getBeanFactory() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
Returns a reference to the BeanFactory managed by this GemfireBeanFactoryLocator instance; Might be null if this GemfireBeanFactoryLocator is just used to lookup an existing BeanFactory reference.
getBeanFactoryKey() - Method in class org.springframework.data.gemfire.support.DeclarableSupport
Returns the key used to lookup the Spring BeanFactory.
getBeanFactoryLocator() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
Returns a reference to the configured GemfireBeanFactoryLocator used to resolve Spring bean references in Apache Geode native configuration metadata (e.g.
getBeanName() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Returns the configured bean name of this container.
getBeanName() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Returns the bean name assigned to this FactoryBean as declared in the Spring container.
getBeanName() - Method in interface org.springframework.data.gemfire.util.SpringExtensions.OrderedBeanWrapper
 
getBeansOfTypeOrdered(ConfigurableListableBeanFactory, Class<T>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
Returns a List of beans by the given type in order.
getBeansOfTypeOrdered(ConfigurableListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
Returns a List of beans by the given type in order.
getBindAddress() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
 
getBindAddress() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
 
getBindAddress() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
 
getBuildNumber() - Method in class org.springframework.data.gemfire.util.JavaVersion
 
getCache() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Returns a reference to the constructed, configured an initialized GemFireCache instance created by this cache FactoryBean.
getCache() - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
Returns the GemFireCache instance backing this CacheManager.
getCache() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
Returns an Optional reference to the configured Apache Geode GemFireCache.
getCache() - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
Returns a reference to the GemFireCache used to create the Region.
getCache() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
Returns a reference to the GemFireCache.
getCache() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
Returns a reference to the GemFireCache.
getCache() - Method in class org.springframework.data.gemfire.search.lucene.LuceneServiceFactoryBean
Returns a reference to the single GemFireCache instance.
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.SmartCacheResolverFactoryBean
 
getCache() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
Returns a reference to the GemFireCache for which this transaction manager manages local cache transactions.
getCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
getCache() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
 
getCacheBeanName() - Method in class org.springframework.data.gemfire.support.BeanFactoryCacheResolver
Returns the optionally configured bean name used to further qualify the resolution of the GemFireCache object reference in a Spring context.
getCacheBeanName() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
 
getCacheConfiguration() - 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.
getCacheFactoryInitializer() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Return the AbstractBasicCacheFactoryBean.CacheFactoryInitializer called by this FactoryBean to initialize the Apache Geode cache factory used to create the cache constructed by this FactoryBean.
getCacheLoader() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
The CacheLoader delegate used to actually load the cache value for the specified key.
getCacheNameResolver() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
Returns the configured CachingDefinedRegionsConfiguration.CacheNameResolver to resolve all the declared cache name on Spring application beans/components declared and registered in the Spring container (context).
getCacheResolverOne() - Method in class org.springframework.data.gemfire.support.ComposableCacheResolver
Returns a reference to the first, non-null, configured CacheResolver in the composition.
getCacheResolverTwo() - Method in class org.springframework.data.gemfire.support.ComposableCacheResolver
Returns a reference to the second, non-null, configured CacheResolver in the composition.
getCacheTransactionManager() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
Returns a reference to the CacheTransactionManager used by Apache Geode to manage local, cache transactions.
getCacheXml() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
Returns a reference to an (optional) Apache Geode native cache.xml Resource.
getCacheXml() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
getCandidates(ResourceLoader) - Method in class org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource
 
getCanonicalizedFromClause() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
 
getCanonicalizedFromClause() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getCanonicalizedIndexedExpression() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
 
getCanonicalizedIndexedExpression() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getCanonicalizedProjectionAttributes() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
 
getCanonicalizedProjectionAttributes() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
 
getClassCacheAnnotationTypes() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
 
getClassCacheAnnotationTypes() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver
 
getClientCache() - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
Returns a reference to the configured ClientCache instance.
getClientCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
 
getClientCacheResolver() - Method in class org.springframework.data.gemfire.client.support.ClientCacheDefaultPoolResolver
Returns a reference to the configured CacheResolver used to (lazily) resolve the ClientCache instance.
getClientRegionShortcut() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
 
getClientRegionShortcut() - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
Returns the data policy used to configure the client Region.
getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
Returns the configured ClientRegionShortcut specifying the data management policy to use when creating a client Region.
getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
 
getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
 
getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
getClose() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
getCollectionType() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
 
getCompositeCacheServerConfigurer() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
Returns a reference to the Composite CacheServerConfigurer used to apply additional configuration to this CacheServerFactoryBean on Spring container initialization.
getCompositeClientCacheConfigurer() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Returns a reference to the Composite ClientCacheConfigurer used to apply additional configuration to this ClientCacheFactoryBean on Spring container initialization.
getCompositeContinuousQueryListenerContainerConfigurer() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Returns a Composite object containing the collection of ContinuousQueryListenerContainerConfigurer objects used to customize the configuration of this ContinuousQueryListenerContainer.
getCompositeDiskStoreConfigurer() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
Returns a reference to the Composite DiskStoreConfigurer used to apply additional configuration to this DiskStoreFactoryBean on Spring container initialization.
getCompositeIndexConfigurer() - Method in class org.springframework.data.gemfire.IndexFactoryBean
Returns a reference to the Composite IndexConfigurer used to apply additional configuration to this IndexFactoryBean on Spring container initialization.
getCompositeIndexConfigurer() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
Returns a reference to the Composite IndexConfigurer used to apply additional configuration to this LuceneIndexFactoryBean on Spring container initialization.
getCompositeLocatorConfigurer() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
 
getCompositePeerCacheConfigurer() - Method in class org.springframework.data.gemfire.CacheFactoryBean
Returns a reference to the Composite PeerCacheConfigurer used to apply additional configuration to this CacheFactoryBean during Spring container initialization.
getCompositePoolConfigurer() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
Returns a reference to the Composite PoolConfigurer used to apply additional configuration to this PoolFactoryBean on Spring container initialization.
getCompositeRegionConfigurer() - Method in class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
Returns a reference to the Composite RegionConfigurer used to apply additional configuration to this ClientRegionFactoryBean on Spring container initialization.
getCompositionStrategy() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
 
getCompressor() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
Returns the configured Compressor used to compress the this Region's data.
getConfigurationPhase() - Method in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition
 
getConfiguredCacheResolvers() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableCacheServerConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableClientCacheConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableContinuousQueryListenerContainerConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableDiskStoreConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewayReceiverConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewaySenderConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableIndexConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableLocatorConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePeerCacheConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePoolConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
 
getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
Returns the primary Class type of the Configurer composed by this Configurer.
getContent() - Method in class org.springframework.data.gemfire.domain.EmptySlice
 
getContent() - Method in class org.springframework.data.gemfire.domain.ListablePage
 
getContent() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
 
getContent() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
 
getContext() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
Returns a reference to the naming Context.
getContinuousQueries() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Returns a reference to all the configured/registered Continuous Queries.
getContinuousQueryDefinitions() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Returns a reference to all the configured ContinuousQueryDefinitions.
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.AbstractBasicCacheFactoryBean
Returns the configuration of the GemFireCache.getCopyOnRead() property set on the GemFireCache.
getCopyOnRead() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
getCredentials() - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration.SpringDataGeodeAuthentication
 
getCredentials(Properties, DistributedMember, boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
Gets the security credentials used to authenticate this Apache Geode node with the Apache Geode distributed system (cluster).
getCredentials() - Method in interface org.springframework.data.gemfire.config.annotation.support.Authentication
Returns an Object with credentials that prove the principal is correct and is who they say they are.
getCriticalHeapPercentage() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Gets the configuration of the GemFireCache critical heap percentage property.
getCriticalHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
getCriticalOffHeapPercentage() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
Gets the configuration of the GemFireCache critical off-heap percentage property.
getCriticalOffHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
 
getCurrentThreadStackTrace() - Method in class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
 
getCustomEntryIdleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
getCustomEntryTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
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.
getDataPolicy() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
 
getDataPolicy() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
getDataPolicy() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
Returns resolved DataPolicy as configured with the RegionFactory when creating this Region.
getDataPolicy() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
 
getDefaultExpirationAttributes() - Method in class org.springframework.data.gemfire.expiration.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.
getDefaultPoolResolver() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Gets a reference to the configured, default PoolResolver used by this client Region to resolve Pool objects if a explicit PoolResolver was not configured.
getDefaultValue() - Method in enum org.springframework.data.gemfire.GemFireProperties
Gets this property's default value.
getDefaultValueAsString() - Method in enum org.springframework.data.gemfire.GemFireProperties
Gets this property's default value as a String.
getDefaultValueAsType() - Method in enum org.springframework.data.gemfire.GemFireProperties
Gets this property's default value converted to the property's declared type.
getDefaultValueAsType(Class<T>) - Method in enum org.springframework.data.gemfire.GemFireProperties
Gets this property's default value converted to the given type.
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 a reference to the target object used to listen for and handle CQ events.
getDetails() - Method in class org.springframework.data.gemfire.transaction.event.TransactionApplicationEvent
 
getDigitsOnly(String) - Static method in class org.springframework.data.gemfire.repository.query.QueryString
Null-safe method used to extract digits from the given String value as a whole number.
getDiskStoreName() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
 
getDiskStoreName() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
getDiskStoreName() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getDiskStoreReference() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
getDiskSynchronous() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
getDispatcherThreads() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
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.
getDurableClientId() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
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.
getDurableClientTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
 
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
 
getEnableIndexingAnnotationType() - 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.
getEnableIndexingAnnotationTypeName() - 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.
getEnableIndexingAnnotationTypeSimpleName() - 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
 
getEnforceThreadsConnectSameReceiver() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
 
getEnforceThreadsConnectToSameReceiver() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
 
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 used to find and load GemFire application persistent entity classes.
getEntityInformation(Class<T>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 
getEntityInformation() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
Returns a reference to the EntityInformation type describing the entity.
getEntityInstantiators() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Returns the configured EntityInstantiators handling instantiation for GemFire persistent entities.
getEntryIdleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
getEntryTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
 
getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
Returns a reference to the Spring Environment.
getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
Get an Optional reference to the configured Spring