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

A

addEnum(Class) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 
afterPropertiesSet() - Method in class org.springframework.data.gemfire.CacheFactoryBean
 
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.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
 
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
 
checkDaoConfig() - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
 
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
 
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.
createGemfireTemplate(Region<?, ?>) - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Creates a GemfireTemplate for the given Region.
createRegionProxy(Region<K, V>) - Method in class org.springframework.data.gemfire.GemfireTemplate
Create a close-suppressing proxy for the given GemFire Region.

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
 
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.RegionFactoryBean
 
destroy() - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
 
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
 
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.

F

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
 
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
 
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
 
GemfireQueryException - Exception in org.springframework.data.gemfire
GemFire-specific subclass of InvalidDataAccessResourceUsageException thrown on invalid OQL query syntax.
GemfireQueryException(QueryException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(QueryExecutionTimeoutException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
GemfireQueryException(QueryInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
 
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
 
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
 
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.
getGemfireTemplate() - Method in class org.springframework.data.gemfire.support.GemfireDaoSupport
Return the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.
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.
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.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
 
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.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
 
getPolicy() - Method in class org.springframework.data.gemfire.client.Interest
Returns the interest policy.
getPort() - Method in class org.springframework.data.gemfire.client.PoolConnection
 
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.
getResourceFactory() - Method in class org.springframework.data.gemfire.GemfireTransactionManager
 
getSupportedClasses() - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
 

I

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, InterestResultPolicy, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
 
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.
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.
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.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
 

L

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
 
lookupFallback(Cache, String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
 
lookupFallback(Cache, String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Fall back method in case the named region does not exist.

N

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

O

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.serialization - package org.springframework.data.gemfire.serialization
Classes supporting the org.springframework.data.gemfire package.
org.springframework.data.gemfire.support - package org.springframework.data.gemfire.support
Classes supporting the org.springframework.data.gemfire package.

P

PartitionAttributesFactoryBean - Class in org.springframework.data.gemfire
Spring-friendly bean for creating PartitionAttributes.
PartitionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
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.client.ClientRegionFactoryBean
 
postProcess(AttributesFactory<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
Post-process the attribute factory object used for configuring the region of this factory bean during the initialization process.
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
 

Q

query(String) - Method in class org.springframework.data.gemfire.GemfireTemplate
 

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
 
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
 
remove(K) - Method in class org.springframework.data.gemfire.GemfireTemplate
 

S

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.
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.RegionLookupFactoryBean
 
setCache(Cache) - Method in class org.springframework.data.gemfire.GemfireTransactionManager
Sets the Cache that this instance manages local transactions for.
setCache(Cache) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
Sets the cache used for creating the region.
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.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.RegionFactoryBean
Sets the data policy.
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.
setExposeNativeRegion(boolean) - Method in class org.springframework.data.gemfire.GemfireTemplate
Sets whether to expose the native Gemfire Region to GemfireCallback code.
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
 
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
 
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
 
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.
setLoadConditioningInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setLocalMaxMemory(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
setLocators(Collection<PoolConnection>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setMaxConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setMinConnections(int) - 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.RegionLookupFactoryBean
Sets the name of the cache region.
setPartitionResolver(PartitionResolver) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
 
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.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.ClientRegionFactoryBean
Sets the pool name used by this client.
setPort(int) - Method in class org.springframework.data.gemfire.client.PoolConnection
 
setProperties(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
Sets the cache properties.
setReadTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
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
 
setServers(Collection<PoolConnection>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
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
 
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
 
setSubscriptionEnabled(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionMessageTrackingTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
setSubscriptionRedundancy(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
 
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
 

T

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
 

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
 

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

Copyright © 2010-2011 SpringSource, a division of VMware. All Rights Reserved.