A C D E F G H I L M N O P Q R S T U V W

A

addEnum(Class) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
addListener(ContinuousQueryDefinition) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Adds a query definition to the (potentially running) container.
afterPropertiesSet() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.Interest
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.client.RegexInterest
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireAccessor
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireTemplate
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
applyPdxOptions(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the PDX properties for the given object.
applyPdxOptions(Object) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
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
 

C

CacheFactoryBean - Class in org.springframework.data.gemfire
Factory used for configuring a Gemfire Cache manager.
CacheFactoryBean() - Constructor for class org.springframework.data.gemfire.CacheFactoryBean
 
CacheServerFactoryBean - Class in org.springframework.data.gemfire.server
FactoryBean for easy creation and configuration of GemFire CacheServer instances.
CacheServerFactoryBean() - Constructor for class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
checkDaoConfig() - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
 
clear() - Method in class org.springframework.data.gemfire.support.GemfireCache
 
ClientCacheFactoryBean - Class in org.springframework.data.gemfire.client
FactoryBean dedicated to creating client caches (caches for client JVMs).
ClientCacheFactoryBean() - Constructor for class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
ClientRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.client
Client extension for GemFire regions.
ClientRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
close() - Method in class org.springframework.data.gemfire.DeclarableSupport
 
containsKey(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
containsKeyOnServer(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
containsValue(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
containsValueForKey(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
ContinuousQueryDefinition - Class in org.springframework.data.gemfire.listener
Basic holder class for defining an CqQuery.
ContinuousQueryDefinition() - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryDefinition(String, ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryDefinition(String, ContinuousQueryListener, boolean) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryDefinition(String, String, ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryDefinition(String, String, ContinuousQueryListener, boolean) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
ContinuousQueryListener - Interface in org.springframework.data.gemfire.listener
Continuous query listener.
ContinuousQueryListenerAdapter - Class in org.springframework.data.gemfire.listener.adapter
Event listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible event type conversion.
ContinuousQueryListenerAdapter() - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Create a new ContinuousQueryListenerAdapter with default settings.
ContinuousQueryListenerAdapter(Object) - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Create a new ContinuousQueryListenerAdapter for the given delegate.
ContinuousQueryListenerContainer - Class in org.springframework.data.gemfire.listener
Container providing asynchronous behaviour for GemFire continuous queries.
ContinuousQueryListenerContainer() - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
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() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
create(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
createAssociation() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
 
createCache(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
createCache(Object) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
createDefaultTaskExecutor() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Creates a default TaskExecutor.
createFactory(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
createFactory(Properties) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
createGemfireTemplate(Region<?, ?>) - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Creates a GemfireTemplate for the given Region.
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, GemfirePersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
 
createRegionProxy(Region<K, V>) - Method in class org.springframework.data.gemfire.GemfireTemplate
Create a close-suppressing proxy for the given GemFire Region.
createRepositoryFactory() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
 

D

DeclarableSupport - Class in org.springframework.data.gemfire
Convenience class for Spring-aware GemFire Declarable components.
DeclarableSupport() - Constructor for class org.springframework.data.gemfire.DeclarableSupport
 
DEFAULT_THREAD_NAME_PREFIX - Static variable in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Default thread name prefix: "ContinousQueryListenerContainer-".
DefaultGemfireEntityInformation<T,ID extends Serializable> - Class in org.springframework.data.gemfire.repository.query
Implementation of GemfireEntityInformation using reflection to lookup region names.
DefaultGemfireEntityInformation(GemfirePersistentEntity<T>) - Constructor for class org.springframework.data.gemfire.repository.query.DefaultGemfireEntityInformation
Creates a new DefaultGemfireEntityInformation.
delete(T) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
delete(ID) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
deleteAll() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
destroy() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
destroy() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
destroy() - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 
destroy() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
doBegin(Object, TransactionDefinition) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doCleanupAfterCompletion(Object) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doGetTransaction() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doInGemfire(Region) - Method in interface org.springframework.data.gemfire.GemfireCallback
Gets called by GemfireTemplate.execute(GemfireCallback).
doRollback(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 

E

EnumSerializer - Class in org.springframework.data.gemfire.serialization
Generic Serializer for JDK Enums.
EnumSerializer() - Constructor for class org.springframework.data.gemfire.serialization.EnumSerializer
 
equals(Object) - Method in class org.springframework.data.gemfire.repository.Wrapper
 
evict(Object) - Method in class org.springframework.data.gemfire.support.GemfireCache
 
execute(GemfireCallback<T>) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
execute(GemfireCallback<T>, boolean) - Method in class org.springframework.data.gemfire.GemfireTemplate
Execute the action specified by the given action object within a Region.
execute(Object[]) - Method in class org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery
 
execute(Object[]) - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
 
executeListener(ContinuousQueryListener, CqEvent) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Execute the specified listener.
exists(ID) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 

F

fetchCache() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
fetchCache() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
 
find(String, Object...) - Method in class org.springframework.data.gemfire.GemfireTemplate
Executes a GemFire query with the given (optional) parameters and returns the result.
findAll() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findOne(ID) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
findUnique(String, Object...) - Method in class org.springframework.data.gemfire.GemfireTemplate
Executes a GemFire query with the given (optional) parameters and returns the result.
fromData(Class<?>, PdxReader) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
 
fromData(DataInput) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 

G

GemfireAccessor - Class in org.springframework.data.gemfire
Base class for GemfireTemplate and GemfireInterceptor, defining common properties such as Region.
GemfireAccessor() - Constructor for class org.springframework.data.gemfire.GemfireAccessor
 
GemfireBeanFactoryLocator - Class in org.springframework.data.gemfire
BeanFactoryLocator used for storing Spring application context/bean factory for Gemfire user components (or Declarable.
GemfireBeanFactoryLocator() - Constructor for class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
GemfireCache - Class in org.springframework.data.gemfire.support
Spring Framework Cache implementation using a GemFire Region underneath.
GemfireCache(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.support.GemfireCache
Creates a GemFireCache instance.
GemfireCacheManager - Class in org.springframework.data.gemfire.support
Spring Framework CacheManager backed by a Gemfire Cache.
GemfireCacheManager() - Constructor for class org.springframework.data.gemfire.support.GemfireCacheManager
 
GemfireCacheUtils - Class in org.springframework.data.gemfire
Helper class featuring methods for GemFire Cache or Region handling.
GemfireCacheUtils() - Constructor for class org.springframework.data.gemfire.GemfireCacheUtils
 
GemfireCallback<T> - Interface in org.springframework.data.gemfire
Callback interface for GemFire code.
GemfireCancellationException - Exception in org.springframework.data.gemfire
GemFire-specific class for exceptions caused by system cancellations.
GemfireCancellationException(CancelException) - Constructor for exception org.springframework.data.gemfire.GemfireCancellationException
 
GemfireDaoSupport - Class in org.springframework.data.gemfire.support
Convenient super class for GemFire data access objects.
GemfireDaoSupport() - Constructor for class org.springframework.data.gemfire.support.GemfireDaoSupport
 
GemfireEntityInformation<T,ID extends Serializable> - Interface in org.springframework.data.gemfire.repository.query
EntityInformation to capture Gemfire specific information.
GemfireIndexException - Exception in org.springframework.data.gemfire
Gemfire-specific subclass thrown on index creation.
GemfireIndexException(IndexCreationException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexExistsException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexNameConflictException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexMaintenanceException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireIndexException(IndexInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
 
GemfireListenerExecutionFailedException - Exception in org.springframework.data.gemfire.listener
Exception thrown when the execution of a listener method failed.
GemfireListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
Constructs a new GemfireListenerExecutionFailedException instance.
GemfireListenerExecutionFailedException(String) - Constructor for exception org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
Constructs a new GemfireListenerExecutionFailedException instance.
GemfireMappingContext - Class in org.springframework.data.gemfire.mapping
 
GemfireMappingContext() - Constructor for class org.springframework.data.gemfire.mapping.GemfireMappingContext
 
GemfirePersistentEntity<T> - Class in org.springframework.data.gemfire.mapping
PersistentEntity implementation adding custom Gemfire related metadata, such as the region the entity is mapped to etc.
GemfirePersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
Creates a new GemfirePersistentEntity for the given TypeInformation.
GemfirePersistentProperty - Class in org.springframework.data.gemfire.mapping
PersistentProperty implementation to for Gemfire related metadata.
GemfirePersistentProperty(Field, PropertyDescriptor, PersistentEntity<?, GemfirePersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
 
GemfireQueryException - Exception in org.springframework.data.gemfire
GemFire-specific subclass of InvalidDataAccessResourceUsageException thrown on invalid OQL query syntax.
GemfireQueryException(String, QueryException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(QueryException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(String, QueryExecutionTimeoutException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(QueryExecutionTimeoutException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(String, QueryInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(QueryInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(String, RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryMethod - Class in org.springframework.data.gemfire.repository.query
Gemfire specific QueryMethod.
GemfireQueryMethod(Method, RepositoryMetadata, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Creates a new GemfireQueryMethod from the given Method and RepositoryMetadata.
GemfireRepository<T,ID extends Serializable> - Interface in org.springframework.data.gemfire.repository
Gemfire-specific extension of the CrudRepository interface.
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
Creates a new GemfireRepositoryFactory.
GemfireRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.gemfire.repository.support
 
GemfireRepositoryFactoryBean() - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
 
GemfireRepositoryParser - Class in org.springframework.data.gemfire.repository.config
BeanDefinitionParser to create GemfireRepositoryFactoryBean.
GemfireRepositoryParser() - Constructor for class org.springframework.data.gemfire.repository.config.GemfireRepositoryParser
 
GemfireSystemException - Exception in org.springframework.data.gemfire
GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete org.springframework.dao exceptions.
GemfireSystemException(GemFireCheckedException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
 
GemfireSystemException(GemFireException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
 
GemfireSystemException(RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
 
GemfireTemplate - Class in org.springframework.data.gemfire
Helper class that simplifies GemFire data access code and converts GemFireCheckedException and GemFireException into Spring DataAccessException, following the org.springframework.dao exception hierarchy.
GemfireTemplate() - Constructor for class org.springframework.data.gemfire.GemfireTemplate
 
GemfireTemplate(Region<K, V>) - Constructor for class org.springframework.data.gemfire.GemfireTemplate
 
GemfireTransactionCommitException - Exception in org.springframework.data.gemfire
Gemfire-specific subclass of TransactionException, indicating a transaction failure at commit time.
GemfireTransactionCommitException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.GemfireTransactionCommitException
 
GemfireTransactionCommitException(String) - Constructor for exception org.springframework.data.gemfire.GemfireTransactionCommitException
 
GemfireTransactionManager - Class in org.springframework.data.gemfire
Local transaction manager for GemFire Enterprise Fabric (GEF).
GemfireTransactionManager() - Constructor for class org.springframework.data.gemfire.GemfireTransactionManager
Creates a new GemfireTransactionManager instance.
GemfireTransactionManager(Cache) - Constructor for class org.springframework.data.gemfire.GemfireTransactionManager
Creates a new GemfireTransactionManager instance.
get(K) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
get(Object) - Method in class org.springframework.data.gemfire.support.GemfireCache
 
getAll(Collection<?>) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
getBeanFactory() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getBeanFactory() - Method in class org.springframework.data.gemfire.DeclarableSupport
 
getCache() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Returns the Cache that this instance manages local transactions for.
getCache(String) - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
 
getDefaultListenerMethod() - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Return the name of the default listener method to delegate to.
getDelegate() - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Returns the target object to delegate event listening to.
getEntity() - Method in class org.springframework.data.gemfire.repository.Wrapper
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 
getGemfireTemplate() - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Return the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.
getGlobalRepositoryConfigInformation(Element) - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryParser
 
getHost() - Method in class org.springframework.data.gemfire.client.PoolConnection
 
getId() - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
getInstantiator(Class<? extends DataSerializable>, int) - Method in class org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator
 
getInstantiator(Class<? extends DataSerializable>, int) - Method in interface org.springframework.data.gemfire.serialization.InstantiatorGenerator
Returns a (potentially new) Instantiator that optimizes the instantiation of the given types.
getKey() - Method in class org.springframework.data.gemfire.client.Interest
Returns the key of interest.
getKey() - Method in class org.springframework.data.gemfire.repository.Wrapper
 
getListener() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
getListenerMethodName(CqEvent) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Determine the name of the listener method that is supposed to handle the given event.
getName() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
getName() - Method in class org.springframework.data.gemfire.support.GemfireCache
 
getNativeCache() - Method in class org.springframework.data.gemfire.support.GemfireCache
 
getObject() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
getObject() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
getObjectType() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
getPersistentEntity() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
 
getPhase() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
getPhase() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
getPolicy() - Method in class org.springframework.data.gemfire.client.Interest
Returns the interest policy.
getPort() - Method in class org.springframework.data.gemfire.client.PoolConnection
 
getQuery() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 
getRegex() - Method in class org.springframework.data.gemfire.client.RegexInterest
Returns the regex backing this interest.
getRegion() - Method in class org.springframework.data.gemfire.GemfireAccessor
Returns the template region.
getRegion(Class<T>) - Method in class org.springframework.data.gemfire.mapping.Regions
Returns the Region the given type is mapped to.
getRegion(String) - Method in class org.springframework.data.gemfire.mapping.Regions
Returns the region with the given name.
getRegion() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
getRegionName() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
Returns the name of the region the entity shall be stored in.
getRegionName() - Method in class org.springframework.data.gemfire.repository.query.DefaultGemfireEntityInformation
 
getRegionName() - Method in interface org.springframework.data.gemfire.repository.query.GemfireEntityInformation
Returns the name of the Region the entity is held in.
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 
getResourceFactory() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
getSupportedClasses() - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
 

H

handleListenerException(Throwable) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Handle the given exception that arose during listener execution.
handleListenerException(Throwable) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Handle the given exception that arose during listener execution.
hasAnnotatedQuery() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
Returns whether the query method contains an annotated, non-empty query.
hashCode() - Method in class org.springframework.data.gemfire.repository.Wrapper
 

I

IndexFactoryBean - Class in org.springframework.data.gemfire
Factory bean for easy declarative creation of GemFire Indexes.
IndexFactoryBean() - Constructor for class org.springframework.data.gemfire.IndexFactoryBean
 
init(Properties) - Method in class org.springframework.data.gemfire.DeclarableSupport
This implementation uses this method as a lifecycle hook to initialize the bean factory locator.
initInstance(Properties) - Method in class org.springframework.data.gemfire.DeclarableSupport
Initialize the current instance based on the given properties.
initInstance(Properties) - Method in class org.springframework.data.gemfire.WiringDeclarableSupport
 
InstantiatorFactoryBean - Class in org.springframework.data.gemfire.serialization
FactoryBean that eases registration of custom Instantiator through InstantiatorGenerators, inside the Spring container.
InstantiatorFactoryBean() - Constructor for class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
InstantiatorGenerator - Interface in org.springframework.data.gemfire.serialization
Factory that generates Instantiator classes to improve instantiation of custom types.
Interest<K> - Class in org.springframework.data.gemfire.client
Basic holder class for registering an interest.
Interest() - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, InterestResultPolicy) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, String) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, String, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, String, boolean, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, InterestResultPolicy, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
Interest(K, InterestResultPolicy, boolean, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
invokeErrorHandler(Throwable) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Invoke the registered ErrorHandler, if any.
invokeListenerMethod(CqEvent, String) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Invoke the specified listener method.
isActive() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Return whether this container is currently active, that is, whether it has been set up but not shut down yet.
isAutoStartup() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
isAutoStartup() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
isCopyOnRead() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Indicates whether copy on read is set or not on the transaction manager.
isDurable() - Method in class org.springframework.data.gemfire.client.Interest
Returns the interest durability.
isDurable() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
 
isExistingTransaction(Object) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
isExposeNativeRegion() - Method in class org.springframework.data.gemfire.GemfireTemplate
Returns whether to expose the native GemFire Region to GemfireCallback code, or rather a Region proxy.
isReceiveValues() - Method in class org.springframework.data.gemfire.client.Interest
Returns the type of values received by the listener.
isRunning() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
isRunning() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
isSingleton() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
iterator() - Method in class org.springframework.data.gemfire.mapping.Regions
 

L

loadCaches() - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
 
log - Variable in class org.springframework.data.gemfire.CacheFactoryBean
 
log - Variable in class org.springframework.data.gemfire.GemfireAccessor
Logger available to subclasses
log - Variable in class org.springframework.data.gemfire.RegionFactoryBean
 
log - Variable in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
logger - Variable in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Logger available to subclasses
logger - Variable in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Logger available to subclasses
lookupFallback(GemFireCache, String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
lookupFallback(GemFireCache, String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
lookupFallback(GemFireCache, String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Fall back method in case the named region does not exist.
lookupQueryService(Region<?, ?>) - Method in class org.springframework.data.gemfire.GemfireTemplate
Returns the query service used by the template in its find methods.

M

MappingPdxSerializer - Class in org.springframework.data.gemfire.mapping
PdxSerializer implementation that uses a GemfireMappingContext to read and write entities.
MappingPdxSerializer(GemfireMappingContext, ConversionService) - Constructor for class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Creates a new MappingPdxSerializer using the given GemfireMappingContext and ConversionService.
mergeProperties() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 

N

newInstance() - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 

O

onEvent(CqEvent) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Standard ContinuousQueryListener entry point.
onEvent(CqEvent) - Method in interface org.springframework.data.gemfire.listener.ContinuousQueryListener
 
org.springframework.data.gemfire - package org.springframework.data.gemfire
Package providing integration of GemFire with Spring concepts.
org.springframework.data.gemfire.client - package org.springframework.data.gemfire.client
Classes providing support for GemFire client configuration.
org.springframework.data.gemfire.listener - package org.springframework.data.gemfire.listener
Base package for GemFire continuous query listener / container facility
org.springframework.data.gemfire.listener.adapter - package org.springframework.data.gemfire.listener.adapter
Continuous query listener adapter package.
org.springframework.data.gemfire.mapping - package org.springframework.data.gemfire.mapping
 
org.springframework.data.gemfire.repository - package org.springframework.data.gemfire.repository
Implementations of Spring Data COmmons Core repository abstraction.
org.springframework.data.gemfire.repository.config - package org.springframework.data.gemfire.repository.config
 
org.springframework.data.gemfire.repository.query - package org.springframework.data.gemfire.repository.query
 
org.springframework.data.gemfire.repository.support - package org.springframework.data.gemfire.repository.support
 
org.springframework.data.gemfire.serialization - package org.springframework.data.gemfire.serialization
Classes supporting the org.springframework.data.gemfire package.
org.springframework.data.gemfire.server - package org.springframework.data.gemfire.server
Support package for GemFire CacheServer.
org.springframework.data.gemfire.support - package org.springframework.data.gemfire.support
Support package for Spring Gemfire integration.
ORIGINAL_DEFAULT_LISTENER_METHOD - Static variable in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Out-of-the-box value for the default listener method: "handleEvent".

P

PartitionAttributesFactoryBean - Class in org.springframework.data.gemfire
Spring-friendly bean for creating PartitionAttributes.
PartitionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
PartTreeGemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
GemfireRepositoryQuery backed by a PartTree and thus, deriving an OQL query from the backing query method's name.
PartTreeGemfireRepositoryQuery(GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery
Creates a new PartTreeGemfireRepositoryQuery using the given GemfireQueryMethod and GemfireTemplate.
pdxDiskStoreName - Variable in class org.springframework.data.gemfire.CacheFactoryBean
 
pdxIgnoreUnreadFields - Variable in class org.springframework.data.gemfire.CacheFactoryBean
 
pdxPersistent - Variable in class org.springframework.data.gemfire.CacheFactoryBean
 
pdxReadSerialized - Variable in class org.springframework.data.gemfire.CacheFactoryBean
 
pdxSerializer - Variable in class org.springframework.data.gemfire.CacheFactoryBean
 
PoolConnection - Class in org.springframework.data.gemfire.client
Simple holder class used for configuring servers or locators for GemFire pools.
PoolConnection() - Constructor for class org.springframework.data.gemfire.client.PoolConnection
 
PoolFactoryBean - Class in org.springframework.data.gemfire.client
Factory bean for easy declaration and configuration of a GemFire pool.
PoolFactoryBean() - Constructor for class org.springframework.data.gemfire.client.PoolFactoryBean
 
postProcess(Region<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
postProcess(AttributesFactory<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Deprecated. as of GemFire 6.5, the use of AttributesFactory has been deprecated
postProcess(Region<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Post-process the region object for this factory bean during the initialization process.
put(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
put(Object, Object) - Method in class org.springframework.data.gemfire.support.GemfireCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
putIfAbsent(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 

Q

query(String) - Method in class org.springframework.data.gemfire.GemfireTemplate
Shortcut for Region.query(String) method.
Query - Annotation Type in org.springframework.data.gemfire.repository
 

R

RegexInterest - Class in org.springframework.data.gemfire.client
Cache interest based on regular expression rather then individual key types.
RegexInterest() - Constructor for class org.springframework.data.gemfire.client.RegexInterest
 
Region - Annotation Type in org.springframework.data.gemfire.mapping
Annotation to define the region an entity will be stored in.
RegionAttributesFactoryBean - Class in org.springframework.data.gemfire
Spring-friendly bean for creating RegionAttributes.
RegionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
RegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
FactoryBean for creating generic GemFire Regions.
RegionFactoryBean() - Constructor for class org.springframework.data.gemfire.RegionFactoryBean
 
RegionLookupFactoryBean<K,V> - Class in org.springframework.data.gemfire
Simple FactoryBean for retrieving generic GemFire Regions.
RegionLookupFactoryBean() - Constructor for class org.springframework.data.gemfire.RegionLookupFactoryBean
 
Regions - Class in org.springframework.data.gemfire.mapping
Simple value object to abstract access to regions by name and mapped type.
Regions(Iterable<Region<?, ?>>, MappingContext<? extends GemfirePersistentEntity<?>, ?>) - Constructor for class org.springframework.data.gemfire.mapping.Regions
Creates a new Regions wrapper for the given Regions and MappingContext.
remove(K) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
replace(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 
replace(K, V, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
 

S

save(Wrapper<T, ID>) - Method in interface org.springframework.data.gemfire.repository.GemfireRepository
 
save(T) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
save(Iterable<? extends T>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
save(Wrapper<T, ID>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
 
setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the region attributes used for the region used by this factory.
setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the region attributes used for the region used by this factory.
setAutoRegister(boolean) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
Sets the auto-registration of this Instantiator during the container startup.
setAutoRegister(boolean) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
Sets the auto-registration of this Instantiator during the container startup.
setAutoStartup(boolean) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 
setBeanName(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
setBeanName(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setBeanName(String) - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
setBeanName(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setBeanName(String) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
setBeanName(String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
 
setBindAddress(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setCache(Cache) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Sets the Cache that this instance manages local transactions for.
setCache(RegionService) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Sets the underlying cache used for creating indexes.
setCache(RegionService) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set the underlying cache used for registering queries.
setCache(GemFireCache) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Sets the cache used for creating the region.
setCache(Cache) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setCache(Cache) - Method in class org.springframework.data.gemfire.support.GemfireCacheManager
Sets the GemFire Cache backing this CacheManager.
setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the cache listeners used for the region used by this factory.
setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the cache listeners used for the region used by this factory.
setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the cache loader used for the region used by this factory.
setCacheWriter(CacheWriter<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the cache writer used for the region used by this factory.
setCacheXml(Resource) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the cache configuration.
setClose(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Indicates whether the region referred by this factory bean, will be closed on shutdown (default true).
setClose(boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Indicates whether the region referred by this factory bean, will be closed on shutdown (default true).
setColocatedWith(String) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setConfigurer(BeanConfigurerSupport) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
Sets the manager responsible for configuring the newly created instances.
setCopyOnRead(boolean) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Indicates whether the cache returns direct references or copies of the objects (default) it manages.
setCustomTypes(Map<Class<? extends DataSerializable>, Integer>) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
Sets the custom types and associated user ids for generating the Instantiators.
setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the data policy.
setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the data policy.
setDefaultListenerMethod(String) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Specify the name of the default listener method to delegate to, for the case where no specific listener method has been determined.
setDelegate(Object) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
Set a target object to delegate events listening to.
setDestroy(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Indicates whether the region referred by this factory bean, will be destroyed on shutdown (default false).
setDestroy(boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Indicates whether the region referred by this factory bean, will be destroyed on shutdown (default false).
setDiskDirs(File[]) - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
 
setDiskSizes(int[]) - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
Sets the sizes (in megabytes) for each disk directory.
setDistribute(boolean) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
Sets the distribution of the region of this Instantiator during the container startup.
setDistribute(boolean) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
Sets the distribution of the region of this Instantiator during the container startup.
setDurable(boolean) - Method in class org.springframework.data.gemfire.client.Interest
Sets the interest durability.
setErrorHandler(ErrorHandler) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a event.
setExposeNativeRegion(boolean) - Method in class org.springframework.data.gemfire.GemfireTemplate
Sets whether to expose the native Gemfire Region to GemfireCallback code.
setExpression(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setFactoryKey(String) - Method in class org.springframework.data.gemfire.DeclarableSupport
Sets the key under which the enclosing beanFactory can be found.
setFreeConnectionTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setFrom(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setGemfireInstantiators(Map<Class<?>, EntityInstantiator>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
Configures the EntityInstantiators to be used to create the instances to be read.
setGemfireTemplate(GemfireTemplate) - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Set the GemfireTemplate for this DAO explicitly, as an alternative to specifying a GemFire Region.
setGenerator(InstantiatorGenerator) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
Sets the generator to use for creating Instantiators.
setHost(String) - Method in class org.springframework.data.gemfire.client.PoolConnection
 
setHostNameForClients(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setId(int) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
Sets the id for this serializer.
setIdleTimeout(long) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setImports(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setInterests(Interest<K>[]) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Set the interests for this client region.
setKeepAlive(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setKey(K) - Method in class org.springframework.data.gemfire.client.Interest
Sets the key of interest.
setListeners(Set<InterestRegistrationListener>) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setLoadConditioningInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setLoadPollInterval(long) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setLocalMaxMemory(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setLocators(Collection<PoolConnection>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setMappingContext(MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
 
setMaxConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setMaxConnections(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMaxMessageCount(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMaxThreads(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMaxTimeBetweenPings(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMessageTimeToLive(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setMinConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setMultiUserAuthentication(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setName(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setName(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setName(String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Sets the name of the cache region.
setNotifyBySubscription(boolean) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setOverride(boolean) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setPartitionResolver(PartitionResolver) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setPdxDiskStoreName(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Set the disk store that is used for PDX meta data.
setPdxIgnoreUnreadFields(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Controls whether pdx ignores fields that were unread during deserialization.
setPdxPersistent(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the object preference to PdxInstance type.
setPdxReadSerialized(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Controls whether the type metadata for PDX objects is persisted to disk.
setPdxSerializer(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the PdxSerializable for this cache.
setPingInterval(long) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setPolicy(Object) - Method in class org.springframework.data.gemfire.client.Interest
Sets the interest policy.
setPool(Pool) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Sets the pool used by this client.
setPool(Pool) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the pool used by this client.
setPool(Pool) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setPoolName(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
Sets the pool name used by this client.
setPoolName(String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the pool name used by this client.
setPoolName(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Sets the beanName of the Pool used for used for creating indexes.
setPoolName(String) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set the name of the Pool used for performing the queries by this container.
setPort(int) - Method in class org.springframework.data.gemfire.client.PoolConnection
 
setPort(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setProperties(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the cache properties.
setPrSingleHopEnabled(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setQueryListeners(Set<ContinuousQueryDefinition>) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Attaches the given query definitions.
setQueryService(QueryService) - Method in class org.springframework.data.gemfire.IndexFactoryBean
Sets the query service used for creating indexes.
setQueryService(QueryService) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Set the query service to be used by this container.
setReadTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setReceiveValues(boolean) - Method in class org.springframework.data.gemfire.client.Interest
Switches between the different entities received by the listener.
setRecoveryDelay(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setRedundantCopies(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.GemfireAccessor
Sets the template region.
setRegion(Region<K, V>) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Sets the Gemfire Region (as an alternative in setting in the cache directly).
setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Sets the GemFire Region to be used by this DAO.
setRetryAttempts(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setScope(Scope) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the region scope.
setServerGroup(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setServerGroups(String[]) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setServerLoadProbe(ServerLoadProbe) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setServers(Collection<PoolConnection>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Initializes the client using a GemFire ClientRegionShortcut.
setSnapshot(Resource) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
Sets the snapshots used for loading a newly created region.
setSnapshot(Resource) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Sets the snapshots used for loading a newly created region.
setSocketBufferSize(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSocketBufferSize(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setStartupRecoveryDelay(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setStatisticInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionAckInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionCapacity(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setSubscriptionDiskStore(Resource) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setSubscriptionEnabled(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionEvictionPolicy(SubscriptionEvictionPolicy) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
setSubscriptionMessageTrackingTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionRedundancy(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setTaskExecutor(Executor) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
Sets the task executor used for running the event listeners when messages are received.
setThreadLocalConnections(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setTotalMaxMemory(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setTotalNumBuckets(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setType(IndexType) - Method in class org.springframework.data.gemfire.IndexFactoryBean
 
setUseBeanFactoryLocator(boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Indicates whether a bean factory locator is enabled (default) for this cache definition or not.
SimpleGemfireRepository<T,ID extends Serializable> - Class in org.springframework.data.gemfire.repository.support
Basic repository implementation.
SimpleGemfireRepository(GemfireTemplate, EntityInformation<T, ID>) - Constructor for class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
Creates a new SimpleGemfireRepository.
start() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
start() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
stop(Runnable) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
stop() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
 
stop(Runnable) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
stop() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
 
StringBasedGemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
GemfireRepositoryQuery using plain String based OQL queries.
StringBasedGemfireRepositoryQuery(GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
Creates a new StringBasedGemfireRepositoryQuery using the given GemfireQueryMethod and GemfireTemplate.
StringBasedGemfireRepositoryQuery(String, GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
Creates a new StringBasedGemfireRepositoryQuery using the given query String, GemfireQueryMethod and GemfireTemplate.
SubscriptionEvictionPolicy - Enum in org.springframework.data.gemfire.server
Enumeration of the various client subscription policies for CacheServer.

T

toData(Object, PdxWriter) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
 
toData(Object, DataOutput) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.gemfire.CacheFactoryBean
 

U

useBeanFactory(String) - Method in class org.springframework.data.gemfire.GemfireBeanFactoryLocator
 
useSavepointForNestedTransaction() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 

V

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

W

WiringDeclarableSupport - Class in org.springframework.data.gemfire
Dedicated Declarable support class for wiring the declaring instance through the Spring container.
WiringDeclarableSupport() - Constructor for class org.springframework.data.gemfire.WiringDeclarableSupport
 
WiringInstantiator - Class in org.springframework.data.gemfire.serialization
Instantiator that performs instance wiring using the Spring IoC container, allowing common properties to be injected before the object is hydrated/deserialized.
WiringInstantiator(Instantiator) - Constructor for class org.springframework.data.gemfire.serialization.WiringInstantiator
 
WiringInstantiator(Class<? extends DataSerializable>, int) - Constructor for class org.springframework.data.gemfire.serialization.WiringInstantiator
 
Wrapper<T,KEY extends Serializable> - Class in org.springframework.data.gemfire.repository
Simple value object to hold an entity alongside an external key the entity shall be stored under.
Wrapper(T, KEY) - Constructor for class org.springframework.data.gemfire.repository.Wrapper
The entity to handle as well as the key.

A C D E F G H I L M N O P Q R S T U V W