- cache - Variable in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- cacheClientProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- cacheCompressionProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- CacheFactoryBean - Class in org.springframework.data.gemfire
-
Spring FactoryBean
used to construct, configure and initialize a peer Cache
instance.
- CacheFactoryBean() - Constructor for class org.springframework.data.gemfire.CacheFactoryBean
-
- CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter - Class in org.springframework.data.gemfire
-
- CacheFactoryBean.JndiDataSource - Class in org.springframework.data.gemfire
-
- CacheFactoryCacheResolver - Class in org.springframework.data.gemfire.support
-
Cacheable
CacheResolver
implementation resolving a
Cache
using the
CacheFactory
API.
- CacheFactoryCacheResolver() - Constructor for class org.springframework.data.gemfire.support.CacheFactoryCacheResolver
-
- CacheFactoryToPdxConfigurerAdapter(CacheFactory) - Constructor for class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
-
- CacheHolder() - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager.CacheHolder
-
- cacheManager(GemFireCache) - Method in class org.springframework.data.gemfire.cache.config.GemfireCachingConfiguration
-
SDG's
GemfireCacheManager
used to position Pivotal GemFire or Apache Geode as the caching provider
in Spring's Cache Abstraction.
- cacheOffHeapProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- cachePeerProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- cacheProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- CacheResolver<T extends org.apache.geode.cache.GemFireCache> - Interface in org.springframework.data.gemfire
-
Strategy interface for resolving a instance reference to a GemFireCache
.
- CacheServerApplication - Annotation Type in org.springframework.data.gemfire.config.annotation
-
The CacheServerApplication annotation enables an embedded GemFire
CacheServer
instance in a Spring Data GemFire based application.
- CacheServerConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
Spring Configuration
class used to construct, configure and initialize a CacheServer
instance
in a Spring application context.
- CacheServerConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- CacheServerConfigurer - Interface in org.springframework.data.gemfire.config.annotation
-
The
CacheServerConfigurer
interface defines a contract for implementing
Objects
in order to
customize the configuration of a
CacheServerFactoryBean
used to construct, configure and initialize
an instance of
CacheServer
.
- CacheServerFactoryBean - Class in org.springframework.data.gemfire.server
-
Spring FactoryBean
used to construct, configure and initialize a CacheServer
.
- CacheServerFactoryBean() - Constructor for class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- cacheServerProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- CacheSnapshotServiceAdapter(CacheSnapshotService) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
-
- CacheTransactionObject() - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager.CacheTransactionObject
-
- CacheTypeAwareRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.config.annotation.support
-
The
CacheTypeAwareRegionFactoryBean
class is a smart Spring
FactoryBean
that knows how to
create a client or server
Region
depending on whether the
GemFireCache
is a
ClientCache
or a peer
Cache
.
- CacheTypeAwareRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- CacheUtils - Class in org.springframework.data.gemfire.util
-
CacheUtils
is an abstract utility class encapsulating common operations for working with
Cache
and
ClientCache
instances.
- CacheUtils() - Constructor for class org.springframework.data.gemfire.util.CacheUtils
-
- cachingAnnotationsRegionBeanRegistrar(ConfigurableBeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
- cachingDefinedRegionsCompositeLifecycleBean() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
- CachingDefinedRegionsConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The
CachingDefinedRegionsConfiguration
class is a Spring
@Configuration
class
that applies configuration to a Spring (Data GemFire/Geode) application to create GemFire/Geode cache
Regions
based on the use of Spring's Cache Abstraction to enable caching for application
service classes and methods.
- CachingDefinedRegionsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
- CachingDefinedRegionsConfiguration.AbstractCacheNameResolver - Class in org.springframework.data.gemfire.config.annotation
-
- CachingDefinedRegionsConfiguration.CacheNameResolver - Interface in org.springframework.data.gemfire.config.annotation
-
- CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver - Class in org.springframework.data.gemfire.config.annotation
-
- call() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
Invoked to load a cache value for the specified key.
- CallableCacheLoaderAdapter<K,V> - Class in org.springframework.data.gemfire.cache
-
The
CallableCacheLoaderAdapter
class is a
Callable
and GemFire
CacheLoader
implementation
that adapts the
Callable
interface into an instance of the
CacheLoader
interface.
- CallableCacheLoaderAdapter(CacheLoader<K, V>) - Constructor for class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
Constructs an instance of the CallableCacheLoaderAdapter that delegates to the given CacheLoader
.
- CallableCacheLoaderAdapter(CacheLoader<K, V>, K, Region<K, V>) - Constructor for class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
Constructs an instance of the CallableCacheLoaderAdapter that delegates to the given CacheLoader
and is initialized with the given key for which the value will be loaded along with the Region
in which the entry (key/value) belongs.
- CallableCacheLoaderAdapter(CacheLoader<K, V>, K, Region<K, V>, Object) - Constructor for class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
Constructs an instance of the CallableCacheLoaderAdapter that delegates to the given CacheLoader
and is initialized with the given key for which the value will be loaded along with the Region
in which the entry (key/value) belongs.
- canDefine(Object) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectDefiner
-
Determines whether this definer is able to define the given schema object
instance.
- canDefine(Class<?>) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectDefiner
-
Determines whether this definer is able to define schema objects of the given type
.
- canDefine(SchemaObjectType) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectDefiner
-
- CHARS_TO_DELETE - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
- checkDaoConfig() - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
-
Verifies that this DAO has been configured properly.
- clear() - Method in class org.springframework.data.gemfire.cache.GemfireCache
-
Clears the entire contents of this Spring Cache
.
- clear() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- clear() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
-
- clear() - Static method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
Cleans up all BeanFactory
references tracked by this locator.
- ClientCacheApplication - Annotation Type in org.springframework.data.gemfire.config.annotation
-
The
ClientCacheApplication
annotation enables a Spring Data for Apache Geode based application
to become an Apache Geode cache client by creating a
ClientCache
instance.
- ClientCacheApplication.Locator - Annotation Type in org.springframework.data.gemfire.config.annotation
-
- ClientCacheApplication.Server - Annotation Type in org.springframework.data.gemfire.config.annotation
-
- ClientCacheConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
Spring Configuration
class used to construct, configure and initialize
a ClientCache
instance in a Spring application context.
- ClientCacheConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- ClientCacheConfigurer - Interface in org.springframework.data.gemfire.config.annotation
-
The
ClientCacheConfigurer
interface defines a contract for implementing
Objects
in order to
customize the configuration of a
ClientCacheFactoryBean
used to construct, configure and initialize
an instance of a
ClientCache
.
- ClientCacheDefaultPoolResolver - Class in org.springframework.data.gemfire.client.support
-
PoolResolver
implementation used to resolve the DEFAULT
Pool
from a
ClientCache
instance by lazily resolving the
ClientCache
instance and calling
ClientCache.getDefaultPool()
on DEFAULT
Pool
resolution.
- ClientCacheDefaultPoolResolver(CacheResolver<ClientCache>) - Constructor for class org.springframework.data.gemfire.client.support.ClientCacheDefaultPoolResolver
-
- ClientCacheFactoryBean - Class in org.springframework.data.gemfire.client
-
Spring FactoryBean
used to construct, configure and initialize a ClientCache
.
- ClientCacheFactoryBean() - Constructor for class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter - Class in org.springframework.data.gemfire.client
-
- ClientCacheFactoryCacheResolver - Class in org.springframework.data.gemfire.client.support
-
Cacheable
CacheResolver
implementation resolving a
ClientCache
using the
ClientCacheFactory
API.
- ClientCacheFactoryCacheResolver() - Constructor for class org.springframework.data.gemfire.client.support.ClientCacheFactoryCacheResolver
-
- ClientCacheFactoryToPdxConfigurerAdapter(ClientCacheFactory) - Constructor for class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
-
- ClientCachePoolBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
-
The ClientCachePoolBeanFactoryPostProcessor class...
- ClientCachePoolBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.ClientCachePoolBeanFactoryPostProcessor
-
- ClientGemFirePropertiesConfigurer(Properties) - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer
-
- ClientRegion - Annotation Type in org.springframework.data.gemfire.mapping.annotation
-
Annotation
defining the Client
Region
in which the application persistent entity will be stored.
- ClientRegionCollector - Class in org.springframework.data.gemfire.config.schema.support
-
- ClientRegionCollector() - Constructor for class org.springframework.data.gemfire.config.schema.support.ClientRegionCollector
-
- ClientRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.client
-
Spring FactoryBean
used to construct, configure and initialize a client Region
.
- ClientRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- ClientRegionPoolBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
-
ClientRegionPoolBeanFactoryPostProcessor
is a Spring
BeanFactoryPostProcessor
implementation
ensuring a proper dependency is declared between a client
Region
and a client
Pool
it references
and uses, providing the client
Pool
has been defined and configured with Spring Data for Apache Geode
configuration metadata (e.g.
- ClientRegionPoolBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.ClientRegionPoolBeanFactoryPostProcessor
-
- ClientRegionShortcutConverter - Class in org.springframework.data.gemfire.client
-
The ClientRegionShortcutConverter class is a Spring Converter implementation converting String value Client Region
Shortcut representations into actual GemFire ClientRegionShortcut enumerated values.
- ClientRegionShortcutConverter() - Constructor for class org.springframework.data.gemfire.client.ClientRegionShortcutConverter
-
- ClientRegionShortcutToDataPolicyConverter - Class in org.springframework.data.gemfire.client
-
Spring Converter
to convert a ClientRegionShortcut
into a DataPolicy
.
- ClientRegionShortcutToDataPolicyConverter() - Constructor for class org.springframework.data.gemfire.client.ClientRegionShortcutToDataPolicyConverter
-
- ClientRegionShortcutWrapper - Enum in org.springframework.data.gemfire.client
-
The ClientRegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's ClientRegionShortcuts
with Spring Data GemFire ClientRegionShortcutWrapper enumerated values.
- clone() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
- close(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Null-safe method used to close the GemFireCache
by calling RegionService.close()
iff the cache is not already closed.
- close() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
Closes any resources used by this CacheLoader
.
- close(GemFireCache) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Null-safe internal method used to close the ClientCache
and preserve durability.
- close() - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
-
- close(boolean, Consumer<String>) - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
-
- close() - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Called when the Region containing this callback is closed or destroyed, when the Cache is closed,
or when a callback is removed from a Region using an AttributesMutator.
- close() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer.EventDispatcherAdapter
-
- close() - Method in class org.springframework.data.gemfire.support.DeclarableSupport
-
- close() - Method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
-
- close() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- close(GemFireCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- close(GemFireCache, Runnable) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- close(Region<?, ?>) - Static method in class org.springframework.data.gemfire.util.RegionUtils
-
Safely closes the target Region
.
- closeCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- closeClientCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- ClusterConfigurationConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
Spring @Configuration
class defining Spring beans that will record the creation of
Apache Geode / Pivotal GemFire Regions
defined in Spring config (i.e.
- ClusterConfigurationConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer - Class in org.springframework.data.gemfire.config.annotation
-
- ClusterConfigurationConfiguration.SchemaObjectContext - Class in org.springframework.data.gemfire.config.annotation
-
- ClusterDefinedRegionsConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
- ClusterDefinedRegionsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
-
- clusterProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- ClusterSchemaObjectInitializer(ClusterConfigurationConfiguration.SchemaObjectContext) - Constructor for class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
-
- collectFrom(ApplicationContext) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectCollector
-
Collects all schema objects of type T
declared in the given ApplicationContext
.
- collectFrom(GemFireCache) - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectCollector
-
Collects all schema objects of type T
defined in the GemFireCache
.
- collectFrom(ApplicationContext) - Method in class org.springframework.data.gemfire.config.schema.support.ClientRegionCollector
-
- collectFrom(GemFireCache) - Method in class org.springframework.data.gemfire.config.schema.support.ClientRegionCollector
-
- collectFrom(ApplicationContext) - Method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
-
- collectFrom(GemFireCache) - Method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
-
- collectFrom(ApplicationContext) - Method in class org.springframework.data.gemfire.config.schema.support.IndexCollector
-
- collectFrom(GemFireCache) - Method in class org.springframework.data.gemfire.config.schema.support.IndexCollector
-
- collectFrom(ApplicationContext) - Method in class org.springframework.data.gemfire.config.schema.support.RegionCollector
-
- collectFrom(GemFireCache) - Method in class org.springframework.data.gemfire.config.schema.support.RegionCollector
-
- CollectionUtils - Class in org.springframework.data.gemfire.util
-
Abstract utility class used to operate on Java Collections Framework and classes.
- CollectionUtils() - Constructor for class org.springframework.data.gemfire.util.CollectionUtils
-
- COM_GEMSTONE_GEMFIRE_PACKAGE_NAME - Static variable in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- COMMA_DELIMITER - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
- compareTo(ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
- compareTo(JavaVersion) - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- ComposableCacheResolver<T extends org.apache.geode.cache.GemFireCache> - Class in org.springframework.data.gemfire.support
-
- ComposableCacheResolver(CacheResolver<T>, CacheResolver<T>) - Constructor for class org.springframework.data.gemfire.support.ComposableCacheResolver
-
- ComposablePoolResolver - Class in org.springframework.data.gemfire.client.support
-
- ComposablePoolResolver(PoolResolver, PoolResolver) - Constructor for class org.springframework.data.gemfire.client.support.ComposablePoolResolver
-
- ComposableRegionResolver - Class in org.springframework.data.gemfire.support
-
- ComposableRegionResolver(RegionResolver, RegionResolver) - Constructor for class org.springframework.data.gemfire.support.ComposableRegionResolver
-
- ComposableSchemaObjectCollector - Class in org.springframework.data.gemfire.config.schema.support
-
- ComposableSchemaObjectDefiner - Class in org.springframework.data.gemfire.config.schema.support
-
- ComposableSnapshotFilter<K,V> - Class in org.springframework.data.gemfire.snapshot.filter
-
The ComposableSnapshotFilter class is a GemFire SnapshotFilter implementation of the Composition design pattern
allowing 2 or more SnapshotFilters to be combined by logical AND and OR operators acting as a single SnapshotFilter.
- ComposableSnapshotFilter.Operator - Enum in org.springframework.data.gemfire.snapshot.filter
-
Operator is an enumeration of logical operators (AND, OR) used to compose SnapshotFilters
into a boolean expression.
- ComposableTransactionWriter - Class in org.springframework.data.gemfire.transaction.event
-
An implementation of Apache Geode's TransactionWriter
interface that uses the Composite Software Design
Pattern to compose multiple TransactionWriter
objects into a single instance.
- compose(PoolResolver...) - Static method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
-
Null-safe factory method to compose an array of
PoolResolver
objects.
- compose(Iterable<PoolResolver>) - Static method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
-
Null-safe factory method to compose an
Iterable
of
PoolResolver
objects.
- compose(PoolResolver, PoolResolver) - Static method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
-
Null-safe factory method to compose two
PoolResolver
objects in a composition.
- compose(EvictionConfiguration.EvictionPolicyConfigurer[]) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
-
- compose(Iterable<EvictionConfiguration.EvictionPolicyConfigurer>) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
-
- compose(EvictionConfiguration.EvictionPolicyConfigurer, EvictionConfiguration.EvictionPolicyConfigurer) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
-
- compose(ExpirationConfiguration.ExpirationPolicyConfigurer[]) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
-
- compose(Iterable<ExpirationConfiguration.ExpirationPolicyConfigurer>) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
-
- compose(ExpirationConfiguration.ExpirationPolicyConfigurer, ExpirationConfiguration.ExpirationPolicyConfigurer) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
-
- compose(SchemaObjectCollector<?>...) - Static method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
-
- compose(Iterable<SchemaObjectCollector<?>>) - Static method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
-
- compose(SchemaObjectDefiner...) - Static method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectDefiner
-
- compose(Iterable<SchemaObjectDefiner>) - Static method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectDefiner
-
- compose(ComposableSnapshotFilter.Operator, SnapshotFilter<K, V>...) - Static method in class org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter
-
Composes the array of SnapshotFilters into a logical boolean expression using the specified Operator.
- compose(CacheResolver<T>...) - Static method in class org.springframework.data.gemfire.support.ComposableCacheResolver
-
Factory method used to compose an array of
CacheResolvers
in a composition.
- compose(Iterable<CacheResolver<T>>) - Static method in class org.springframework.data.gemfire.support.ComposableCacheResolver
-
Factory method used to compose an
Iterable
collection of
CacheResolvers
in a composition.
- compose(CacheResolver<T>, CacheResolver<T>) - Static method in class org.springframework.data.gemfire.support.ComposableCacheResolver
-
Null-safe factory method used to compose two
CacheResolver
objects in a composition.
- compose(RegionResolver...) - Static method in class org.springframework.data.gemfire.support.ComposableRegionResolver
-
Factory method used to compose an array of
RegionResolvers
in a composition.
- compose(Iterable<RegionResolver>) - Static method in class org.springframework.data.gemfire.support.ComposableRegionResolver
-
Factory method used to compose an Iterable collection of
RegionResolvers
in a composition.
- compose(RegionResolver, RegionResolver) - Static method in class org.springframework.data.gemfire.support.ComposableRegionResolver
-
- compose(TransactionWriter, TransactionWriter) - Static method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
-
Factory method used to construct and compose 2 TransactionWriter
objects into a composite instance of
TransactionWriter
functioning as a single instance.
- composeAnd(TypeFilter...) - Static method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
-
Composes the array of TypeFilters
into a Composite TypeFilter
that acts as a single instance of TypeFilter
.
- composeAnd(Iterable<TypeFilter>) - Static method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
-
Composes the Iterable
of TypeFilters
into a Composite TypeFilter
that acts as a single instance of TypeFilter
.
- composeOr(TypeFilter...) - Static method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
-
Composes the array of TypeFilters
into a Composite TypeFilter
that acts as a single instance of TypeFilter
.
- composeOr(Iterable<TypeFilter>) - Static method in interface org.springframework.data.gemfire.support.CompositeTypeFilter
-
Composes the Iterable
of TypeFilters
into a Composite TypeFilter
that acts as a single instance of TypeFilter
.
- CompositeLifecycle - Class in org.springframework.data.gemfire.support
-
A Spring Lifecycle
that implements the Composite software design pattern composing 1 or more
Lifecycle
components as a single, logical, composite Lifecycle
object.
- CompositeLifecycle() - Constructor for class org.springframework.data.gemfire.support.CompositeLifecycle
-
- CompositeTypeFilter - Interface in org.springframework.data.gemfire.support
-
A Spring TypeFilter
implementation using the Composite Software Design Pattern to compose multiple
TypeFilters
acting a single instance of TypeFilter
.
- CompressionConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The
CompressionConfiguration
class is a Spring
ImportAware
implementation capable of
enabling Pivotal GemFire/Apache Geode cache
Regions
data compression.
- CompressionConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- concat(Stream<T>...) - Static method in class org.springframework.data.gemfire.util.StreamUtils
-
Concatenates an array of Streams
into a single, continuous Stream
.
- ConfigurableRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
-
- ConfigurableRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
-
- configure(ClientRegionFactory<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- configure(PoolFactory) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
-
- configure(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
-
- configure(Object) - Method in interface org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyConfigurer
-
- configure(Region<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyConfigurer
-
Configures the Eviction policy of the given Apache Geode Region
.
- configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
-
- configure(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
-
- configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
-
- configure(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ComposableExpirationPolicyConfigurer
-
- configure(Object) - Method in interface org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyConfigurer
-
Configures the expiration policy for the given Region
.
- configure(Region<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyConfigurer
-
Configures the expiration policy for the given Region
.
- configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
-
- configure(Region<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
-
- configure(String, GatewaySenderFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.GatewaySenderConfigurer
-
Configuration callback method providing a reference to a
GatewaySenderFactoryBean
used to construct,
configure and initialize an instance of
GatewaySender
.
- configure(String, IndexFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.IndexConfigurer
-
Configuration callback method providing a reference to a
IndexFactoryBean
used to construct, configure
and initialize an instance of a peer
Index
.
- configure(String, PeerRegionFactoryBean<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
-
- configure(String, ClientRegionFactoryBean<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.RegionConfigurer
-
Configuration callback method providing a reference to a
ClientRegionFactoryBean
used to construct,
configure and initialize an instance of a client
Region
.
- configure(String, PeerRegionFactoryBean<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.RegionConfigurer
-
Configuration callback method providing a reference to a
PeerRegionFactoryBean
used to construct,
configure and initialize an instance of a peer
Region
.
- configure(String, T) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
-
Applies the configuration from the composition of
Configurers
composed by
this
Configurer
to the given Spring component (bean).
- configure(String, T) - Method in interface org.springframework.data.gemfire.config.annotation.support.Configurer
-
Applies additional user-defined configuration to the given Spring component.
- configure(String, ClientCacheFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer
-
- configure(String, LocatorFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer
-
- configure(String, CacheFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer
-
- configure(RestTemplate) - Method in interface org.springframework.data.gemfire.config.support.RestTemplateConfigurer
-
User-defined method and contract for applying custom configuration to the given RestTemplate
.
- configure(DiskStoreFactory) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
Configures the given
DiskStoreFactory
with the configuration settings present
on this
DiskStoreFactoryBean
- configure(RegionFactory<K, V>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- configure(CacheServer) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
Configures the provided CacheServer
with any custom, application-specific configuration.
- configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Configures Pivotal GemFire/Apache Geode cache specific settings.
- configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
Configures ClientCache
specific settings.
- configureCache(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
-
Configures peer Cache
specific settings.
- configureCacheFactoryBean(T) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- configureDurableClient(Properties, String, Integer) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- configureEviction(EvictingRegionFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- configureExpiration(ExpiringRegionFactoryBean<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- configureFactory(Object) - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
-
Configures the cache factory used to create the GemFireCache
.
- configureFactory(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Configures the CacheFactory
used to create the Cache
.
- configureFactory(Object) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Configures the ClientCacheFactory
used to create the ClientCache
.
- configureGemFireProperties(CacheFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer
-
- configureGemfireProperties(LocatorLauncher.Builder) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- configureHeapPercentages(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures the GemFireCache
critical and eviction heap thresholds as percentages.
- configureInfrastructure(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Configures Spring container infrastructure components and beans used by Spring Data GemFire
to enable Pivotal GemFire or Apache Geode to function properly inside a Spring context.
- configureInfrastructure(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
Configures Spring container infrastructure components and beans used by Spring Data GemFire
to enable Pivotal GemFire or Apache Geode to function properly inside a Spring context.
- configureOffHeapPercentages(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures the GemFireCache
critical and eviction off-heap thresholds as percentages.
- configureOptional(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Callback method allowing developers to configure other cache or application specific configuration settings.
- configureOptional(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
Configures CacheServer
specific settings.
- configurePdx(AbstractBasicCacheFactoryBean.PdxConfigurer<T>) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures the cache to use PDX serialization.
- configurePdx(CacheFactory) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Configures the Cache
to use PDX serialization.
- configurePdx(ClientCacheFactory) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Configures the ClientCache
to use PDX serialization.
- configurePdx(CacheFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
Configures Pivotal GemFire/Apache Geode cache PDX Serialization.
- configurePool(ClientCacheFactory) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Configure the DEFAULT Pool
of the ClientCacheFactory
using a given Pool
instance or a named Pool
instance.
- configurePoolConnections(String, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
Uses the list of GemFire Locator and Server connection endpoint definitions and meta-data to configure
the GemFire client Pool
used to communicate with the servers
in the GemFire cluster.
- configurePoolLocators(String, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
- configurePoolServers(String, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
- Configurer<T> - Interface in org.springframework.data.gemfire.config.annotation.support
-
The
Configurer
interface defines a contract for implementing objects that can modify some aspect
of configuration given a reference to the Spring component responsible for the configuration of some
Apache Geode or Pivotal GemFire
Object
declared as a bean in the Spring container.
- configureRegions() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Configures a reference to a Set
of all Regions
defined, declared and registered in
the Spring ApplicationContext
as well as in the Apache Geode GemFireCache
.
- configureSecurity(CacheFactory) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Configures the Cache
with security.
- configureThis(String) - Method in class org.springframework.data.gemfire.support.WiringDeclarableSupport
-
Configures this Declarable
object using a Spring bean defined and identified in the Spring
BeanFactory
with the given name
used as a template for the auto-wiring function.
- configureThis(BeanFactory, String) - Method in class org.springframework.data.gemfire.support.WiringDeclarableSupport
-
Configures this Declarable
object using a Spring bean defined and identified in the given Spring
BeanFactory
with the given name
used as a template for the auto-wiring function.
- ConnectionEndpoint - Class in org.springframework.data.gemfire.support
-
The ConnectionEndpoint class models a GemFire connection endpoint in the format of hostname[portnumber],
where hostname is the network name or IP address of the host.
- ConnectionEndpoint(String, int) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpoint
-
Constructs a ConnectionEndpoint initialized with the specific host and port.
- ConnectionEndpointArrayToIterableConverter() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter
-
- ConnectionEndpointList - Class in org.springframework.data.gemfire.support
-
- ConnectionEndpointList() - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
-
- ConnectionEndpointList(ConnectionEndpoint...) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
-
- ConnectionEndpointList(Iterable<ConnectionEndpoint>) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
-
- constructCacheFactoryBean() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Constructs a new, initialized instance of
CacheFactoryBean
based on the Spring application's
cache type preference (i.e.
- contains(Object) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- containsAll(Collection<?>) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- containsAny(Collection<?>, Object...) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Null-safe method to determines whether the given Collection
contains any elements from the given array.
- containsKey(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- containsKey(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- containsKeyOnServer(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- containsKeyOnServer(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- containsNonAlphaNumericWhitespace(String) - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether the given String
value contains at least 1 special character.
- containsValue(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- containsValue(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- containsValueForKey(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- containsValueForKey(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- CONTEXT_CONFIG_LOCATIONS_PARAMETER - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
- ContinuousQuery - Annotation Type in org.springframework.data.gemfire.listener.annotation
-
The
ContinuousQuery
annotation to define a GemFire/Geode Continuous Query (CQ) on a POJO method
which handles all CQ events and errors.
- continuousQueryBeanPostProcessor() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- ContinuousQueryConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The
ContinuousQueryConfiguration
class is a Spring
@Configuration
class enabling
Continuous Query (CQ) Pivotal GemFire/Apache Geode capabilities in this cache client application.
- ContinuousQueryConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- ContinuousQueryDefinition - Class in org.springframework.data.gemfire.listener
-
Class type for defining a CqQuery
.
- ContinuousQueryDefinition(String, ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryDefinition(String, ContinuousQueryListener, boolean) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryDefinition(String, String, ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryDefinition(String, String, ContinuousQueryListener, boolean) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryListener - Interface in org.springframework.data.gemfire.listener
-
Continuous Query (CQ) listener listening for events and notifications by a GemFire Continuous Query (CQ).
- ContinuousQueryListenerAdapter - Class in org.springframework.data.gemfire.listener.adapter
-
Event listener adapter that delegates the handling of messages to target listener methods via reflection,
with flexible event type conversion.
- ContinuousQueryListenerAdapter() - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
- ContinuousQueryListenerAdapter(Object) - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
- continuousQueryListenerContainer(GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- ContinuousQueryListenerContainer - Class in org.springframework.data.gemfire.listener
-
Container providing asynchronous processing/handling for Apache Geode Continuous Queries (CQ).
- ContinuousQueryListenerContainer() - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- ContinuousQueryListenerContainer.EventDispatcherAdapter - Class in org.springframework.data.gemfire.listener
-
- ContinuousQueryListenerContainerConfigurer - Interface in org.springframework.data.gemfire.config.annotation
-
- convert(String) - Method in class org.springframework.data.gemfire.client.ClientRegionShortcutConverter
-
Converts the source String representation of a Client Region Shortcut into a ClientRegionShortcut enumerated
value.
- convert(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.ClientRegionShortcutToDataPolicyConverter
-
Converts the given ClientRegionShortcut
into a corresponding DataPolicy
.
- convert(String) - Method in class org.springframework.data.gemfire.client.InterestResultPolicyConverter
-
Converts the given String into an instance of GemFire InterestResultPolicy.
- convert(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter
- convert(String) - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter
- convert(String) - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter
- convert(String) - Method in class org.springframework.data.gemfire.DataPolicyConverter
-
- convert(String) - Method in class org.springframework.data.gemfire.eviction.EvictionActionConverter
-
Converts the given String into a GemFire EvictionAction value.
- convert(String) - Method in class org.springframework.data.gemfire.eviction.EvictionPolicyConverter
-
Converts the given String into a matching EvictionType.
- convert(String) - Method in class org.springframework.data.gemfire.expiration.ExpirationActionConverter
-
Converts the given String into an appropriate GemFire ExpirationAction.
- convert(String) - Method in class org.springframework.data.gemfire.IndexMaintenancePolicyConverter
-
Converts the given String value into an appropriate IndexMaintenancePolicyType.
- convert(String) - Method in class org.springframework.data.gemfire.IndexTypeConverter
-
Converts the given String value into an appropriate IndexType.
- convert(String) - Method in class org.springframework.data.gemfire.InterestPolicyConverter
-
Converts the given String into a GemFire InterestPolicy value.
- convert(String) - Method in class org.springframework.data.gemfire.RegionShortcutConverter
-
Converts the source String representation of a Region Shortcut into a RegionShortcut enumerated value.
- convert(RegionShortcut) - Method in class org.springframework.data.gemfire.RegionShortcutToDataPolicyConverter
-
Converts the given RegionShortcut
into a corresponding DataPolicy
.
- convert(String) - Method in class org.springframework.data.gemfire.ScopeConverter
-
Converts the given String
into an instance of Scope
.
- convert(String) - Method in class org.springframework.data.gemfire.server.SubscriptionEvictionPolicyConverter
-
Converts the given String into a SubscriptionEvictionPolicy enumerated value.
- convert(String) - Method in class org.springframework.data.gemfire.wan.OrderPolicyConverter
-
Converts the given String into a GemFire Gateway.OrderPolicy enum.
- convertGemFireAccessException(GemFireCheckedException) - Method in class org.springframework.data.gemfire.GemfireAccessor
-
Converts the given GemFireCheckedException
to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertGemFireAccessException(GemFireException) - Method in class org.springframework.data.gemfire.GemfireAccessor
-
Converts the given GemFireException
to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertGemfireAccessException(GemFireException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
-
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao
hierarchy.
- convertGemfireAccessException(GemFireCheckedException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
-
Converts the given (checked) Gemfire exception to an appropriate one from the
org.springframework.dao
hierarchy.
- convertGemfireAccessException(IndexInvalidException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
-
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao
hierarchy.
- convertGemfireAccessException(QueryInvalidException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
-
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao
hierarchy.
- convertGemFireQueryException(RuntimeException) - Method in class org.springframework.data.gemfire.GemfireAccessor
-
Converts the given GemFire exception to an appropriate exception from the
org.springframework.dao
hierarchy.
- count(Class<?>) - Static method in class org.springframework.data.gemfire.repository.query.QueryString
-
Factory method used to construct a new instance of
QueryString
that creates an
OQL query
to count the number of objects of the specified
application domain model type
.
- count() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
Counts the number of entities stored in the Region
.
- COUNT_PROJECTION - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- COUNT_QUERY - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- create(PoolFactory, String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableCacheServerConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableCacheServerConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableClientCacheConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableClientCacheConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableContinuousQueryListenerContainerConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableContinuousQueryListenerContainerConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableDiskStoreConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableDiskStoreConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewayReceiverConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewayReceiverConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewaySenderConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewaySenderConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableIndexConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableIndexConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableLocatorConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableLocatorConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePeerCacheConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePeerCacheConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePoolConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePoolConfigurer
-
- create() - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
-
- create(BeanFactory) - Static method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
-
- create(GemfireAdminOperations) - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
- create(GemfireAdminOperations) - Method in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
-
- create(GemfireAdminOperations) - Method in class org.springframework.data.gemfire.config.schema.SchemaObjectDefinition
-
- create(K, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- create(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- create(ConversionService) - Static method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- create(GemfireMappingContext) - Static method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Factory method used to construct a new instance of
MappingPdxSerializer
initialized with
the given
mapping context
supplying entity mapping meta-data,
using a provided, default
ConversionService
.
- create(GemfireMappingContext, ConversionService) - Static method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- create() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Constructs an appropriate instance of the SnapshotServiceAdapter based on the FactoryBean configuration.
- create() - Static method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- create() - Static method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
- CREATE_INDEX_FUNCTION_ID - Static variable in class org.springframework.data.gemfire.config.admin.functions.CreateIndexFunction
-
- CREATE_REGION_FUNCTION_ID - Static variable in class org.springframework.data.gemfire.config.admin.functions.CreateRegionFunction
-
- createApplicationContext(String[], String[]) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Creates (constructs and configures) an instance of the ConfigurableApplicationContext based on either the
specified base packages containing @Configuration, @Component or JSR 330 annotated classes to scan, or the
specified locations of context configuration meta-data files.
- createAssociation() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
- createCache(Object) - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
-
Creates a new GemFireCache
instance using the provided factory
.
- createCache(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Creates a new Cache
instance using the provided factory
.
- createCache(Object) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Creates a new ClientCache
instance using the provided factory
.
- createCache(Properties, ServerLauncher) - Method in class org.springframework.data.gemfire.support.SpringServerLauncherCacheProvider
-
- createClientRegionFactory(ClientCache, ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Constructs a new instance of ClientRegionFactory
using the given ClientCache
and ClientRegionShortcut
.
- createDefaultTaskExecutor() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Creates a default TaskExecutor
.
- createDiskStore(SchemaObjectDefinition) - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
-
- createDiskStore(SchemaObjectDefinition) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- createDiskStoreFactory(GemFireCache) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
Creates an instance of DiskStoreFactory
using the given GemFireCache
in order to
construct, configure and initialize a new DiskStore
.
- createDiskStores(SchemaObjectDefinition...) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- createDiskStores(Iterable<SchemaObjectDefinition>) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- createFactory(Properties) - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
-
Constructs a new cache factory initialized with the given Apache Geode Properties
used to construct, configure and initialize a new GemFireCache
.
- createFactory(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Constructs a new instance of CacheFactory
initialized with the given Apache Geode Properties
used to construct, configure and initialize a new peer Cache
instance.
- createFactory(Properties) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Constructs a new instance of ClientCacheFactory
initialized with the given Apache Geode Properties
used to construct, configure and initialize a new ClientCache
instance.
- createGemfireTemplate(Region<?, ?>) - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
-
Creates an instance of the GemfireTemplate for the given GemFire Cache Region.
- createIndex(IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
-
- createIndex(IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.functions.CreateIndexFunction
-
- createIndex(IndexDefinition) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- createIndex(IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
-
- createIndex(IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
- createIndexes(IndexDefinition...) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- createIndexes(Iterable<IndexDefinition>) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- CreateIndexFunction - Class in org.springframework.data.gemfire.config.admin.functions
-
The CreateIndexFunction class...
- CreateIndexFunction() - Constructor for class org.springframework.data.gemfire.config.admin.functions.CreateIndexFunction
-
- createIndexFunction() - Method in class org.springframework.data.gemfire.config.annotation.AdministrativeConfiguration
-
- createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
-
- createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
-
- createOptions() - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
-
- createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
-
- createOptions(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
-
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
-
- createPersistentProperty(Property, GemfirePersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
-
- createPool(PoolFactory, String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Creates a Pool
with the given name
using the provided PoolFactory
.
- createPoolFactory() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Creates an instance of the PoolFactory
interface to construct, configure and initialize a Pool
.
- createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Creates a new Region
with the given name
.
- createRegion(RegionDefinition) - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
-
- createRegion(RegionDefinition) - Method in class org.springframework.data.gemfire.config.admin.functions.CreateRegionFunction
-
- createRegion(RegionDefinition) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- createRegion(RegionDefinition) - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
-
- createRegion(RegionDefinition) - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
- createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Creates a new Region
with the given name
.
- createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Creates a new Region
with the given name
.
- createRegionFactory(Cache) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Create a new instance of
RegionFactory
initialized with the given
Cache
that is then used
to construct, configure and initialize the
Region
specified by this
PeerRegionFactoryBean
.
- CreateRegionFunction - Class in org.springframework.data.gemfire.config.admin.functions
-
The CreateRegionFunction class...
- CreateRegionFunction() - Constructor for class org.springframework.data.gemfire.config.admin.functions.CreateRegionFunction
-
- createRegionFunction() - Method in class org.springframework.data.gemfire.config.annotation.AdministrativeConfiguration
-
- createRegionProxy(Region<K, V>) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
Create a close-suppressing proxy for the given Apache Geode cache Region
.
- createRegions(RegionDefinition...) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- createRegions(Iterable<RegionDefinition>) - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
- createRepositoryFactory() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
- CREATING_REGION_LOG_MESSAGE - Static variable in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
- current() - Static method in class org.springframework.data.gemfire.util.JavaVersion
-
- CURRENT_THREAD_CONTEXT_CLASS_LOADER - Static variable in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- CUSTOM_SIMPLE_TYPES - Static variable in class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
-
- CustomEditorBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
-
CustomEditorBeanFactoryPostProcessor
is a Spring
BeanFactoryPostProcessor
implementation
used to register custom
PropertyEditors
/ Spring
Converters
that are used to perform type conversions between
String-based
configuration metadata
and actual Apache Geode or Spring Data for Apache Geode defined (enumerated) types.
- CustomEditorBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor
-
- CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter - Class in org.springframework.data.gemfire.config.support
-
- CustomEditorBeanFactoryPostProcessor.CustomEditorPropertyEditorRegistrar - Class in org.springframework.data.gemfire.config.support
-
- CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter - Class in org.springframework.data.gemfire.config.support
-
- CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter - Class in org.springframework.data.gemfire.config.support
-
- CustomEditorPropertyEditorRegistrar() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.CustomEditorPropertyEditorRegistrar
-
- GatewayReceiverConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
Spring Configuration
class used to construct, configure and initialize a GatewayReceiver
instance
in a Spring application context.
- GatewayReceiverConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GatewayReceiverConfiguration
-
- GatewayReceiverConfigurer - Interface in org.springframework.data.gemfire.config.annotation
-
- GatewayReceiverFactoryBean - Class in org.springframework.data.gemfire.wan
-
Spring FactoryBean
used to construct, configure and initialize a GatewayReceiver
.
- GatewayReceiverFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
Constructs an instance of the
GatewayReceiverFactoryBean
class initialized with a reference to
the GemFire
Cache
used to configure and initialize a GemFire
GatewayReceiver
.
- gatewayReceiverProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- GatewaySenderBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
-
A BeanFactoryPostProcessor
to associate the configured GatewaySender
onto the corresponding Region
.
- GatewaySenderBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.GatewaySenderBeanFactoryPostProcessor
-
- GatewaySenderConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
- GatewaySenderConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GatewaySenderConfiguration
-
- GatewaySenderConfigurer - Interface in org.springframework.data.gemfire.config.annotation
-
- GatewaySenderFactoryBean - Class in org.springframework.data.gemfire.wan
-
Spring FactoryBean
used to construct, configure and initialize parallel and serial
GatewaySenders
.
- GatewaySenderFactoryBean() - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- GatewaySenderFactoryBean(GemFireCache) - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
Constructs an instance of the
GatewaySenderFactoryBean
class initialized with a reference to
the GemFire
Cache
used to configured and initialized a GemFire
GatewaySender
.
- gatewaySenderProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- GatewaySendersConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
Spring Configuration
class used to construct, configure and initialize GatewaySender
instances
in a Spring application context.
- GatewaySendersConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GatewaySendersConfiguration
-
- GatewaySenderWrapper - Class in org.springframework.data.gemfire.wan
-
GatewaySenderWrapper
is an Adapter around an Apache Geode
GatewaySender
providing the ability to control manual start and stop of the sender.
- GatewaySenderWrapper(GatewaySender) - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- GEMFIRE_HOST_PORT_SEPARATOR - Static variable in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
- GEMFIRE_NAME - Static variable in class org.springframework.data.gemfire.GemfireUtils
-
- GEMFIRE_POOL_NAME - Static variable in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- GEMFIRE_PREFIX - Static variable in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- GEMFIRE_PROPERTIES_BEAN_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
-
- GEMFIRE_PROPERTY_NAME_PREFIX - Static variable in enum org.springframework.data.gemfire.GemFireProperties
-
- GEMFIRE_SECURITY_PROPERTY_FILE - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- GEMFIRE_VERSION - Static variable in class org.springframework.data.gemfire.GemfireUtils
-
- GemfireAccessor - Class in org.springframework.data.gemfire
-
- GemfireAccessor() - Constructor for class org.springframework.data.gemfire.GemfireAccessor
-
- GemfireAdminOperations - Interface in org.springframework.data.gemfire.config.admin
-
The
GemfireAdminOperations
interface defines a set of operations to define schema objects in a remote
Apache Geode or Pivotal GemFire cluster.
- GemFireAsLastResourceConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
- GemFireAsLastResourceConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
-
- GemFireAsLastResourceConnectionAcquiringAspect - Class in org.springframework.data.gemfire.config.annotation.support
-
- GemFireAsLastResourceConnectionAcquiringAspect() - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionAcquiringAspect
-
- GemFireAsLastResourceConnectionClosingAspect - Class in org.springframework.data.gemfire.config.annotation.support
-
- GemFireAsLastResourceConnectionClosingAspect() - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionClosingAspect
-
- GemfireBeanFactoryLocator - Class in org.springframework.data.gemfire.support
-
The
GemfireBeanFactoryLocator
class stores a reference to the Spring
ApplicationContext
/
BeanFactory
needed to auto-wire
user application Apache Geode objects implementing the
Declarable
interface
and defined in Apache Geode's native configuration format (e.g.
- GemfireBeanFactoryLocator() - Constructor for class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
- GemfireBeanFactoryLocator.BeanFactoryReference - Class in org.springframework.data.gemfire.support
-
Reference holder storing a reference to a Spring BeanFactory
.
- GemfireCache - Class in org.springframework.data.gemfire.cache
-
Spring Framework Cache
implementation backed by a GemFire Region
.
- GemfireCache(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.cache.GemfireCache
-
Constructs an instance of GemFireCache
initialized with the given GemFire Region
.
- gemfireCache() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
Bean declaration for a single, peer ClientCache
instance.
- gemfireCache() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
-
Bean declaration for a single, peer Cache
instance.
- GemfireCacheManager - Class in org.springframework.data.gemfire.cache
-
Core Spring Framework CacheManager
implementation backed by a GemFire cache instance
(either a client or peer cache).
- GemfireCacheManager() - Constructor for class org.springframework.data.gemfire.cache.GemfireCacheManager
-
- gemfireCachePostProcessor(GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
-
- gemfireCacheServer(GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
Bean declaration for a single, CacheServer
to serve cache client
applications.
- GemfireCacheTransactionsConfiguration - Class in org.springframework.data.gemfire.transaction.config
-
- GemfireCacheTransactionsConfiguration() - Constructor for class org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
-
- GemfireCacheUtils - Class in org.springframework.data.gemfire
-
Abstract utility class featuring methods for Apache Geode / Pivotal GemFire Cache or Region handling.
- GemfireCacheUtils() - Constructor for class org.springframework.data.gemfire.GemfireCacheUtils
-
- GemfireCachingConfiguration - Class in org.springframework.data.gemfire.cache.config
-
The
GemfireCachingConfiguration
class is a Spring
@Configuration
class
used to configure Pivotal GemFire or Apache Geode as the caching provider in Spring's Cache Abstraction.
- GemfireCachingConfiguration() - Constructor for class org.springframework.data.gemfire.cache.config.GemfireCachingConfiguration
-
- GemfireCallback<T> - Interface in org.springframework.data.gemfire
-
Callback interface for GemFire code.
- GemfireCancellationException - Exception in org.springframework.data.gemfire
-
GemFire-specific class for exceptions caused by system cancellations.
- GemfireCancellationException(CancelException) - Constructor for exception org.springframework.data.gemfire.GemfireCancellationException
-
- gemfireClusterSchemaObjectInitializer(Environment, GemFireCache) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- GemFireComponentClassTypeScanner - Class in org.springframework.data.gemfire.config.annotation.support
-
- GemFireComponentClassTypeScanner(Set<String>) - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
- GemFireConnectionHolder() - Constructor for class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
-
- GemfireConstants - Interface in org.springframework.data.gemfire.config.xml
-
The GemfireConstants class define constants for Spring GemFire component bean names.
- GemfireDaoSupport - Class in org.springframework.data.gemfire.dao
-
Convenient super class for GemFire Data Access Objects (DAO) implementing the Spring
DaoSupport
abstract class.
- GemfireDaoSupport() - Constructor for class org.springframework.data.gemfire.dao.GemfireDaoSupport
-
- GemfireDataSourcePostProcessor - Class in org.springframework.data.gemfire.client
-
A Spring BeanFactoryPostProcessor
used to register a Client Region beans for each Region accessible to
an Apache Geode or Pivotal GemFire DataSource.
- GemfireDataSourcePostProcessor() - Constructor for class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
-
- gemfireDataSourcePostProcessor() - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
-
- GemfireEntityInformation<T,ID> - Interface in org.springframework.data.gemfire.repository.query
-
EntityInformation
capturing GemFire specific information.
- GemfireFeature - Enum in org.springframework.data.gemfire.config.support
-
The GemfireFeature enum is an enumeration of features available in Apache Geode and Pivotal GemFire combined.
- GemfireFunction - Annotation Type in org.springframework.data.gemfire.function.annotation
-
Used to declare a concrete method as a GemFire function implementation
- GemfireFunctionBeanPostProcessor - Class in org.springframework.data.gemfire.function.config
-
Spring BeanPostProcessor
that discovers bean components configured as Function
implementations,
i.e.
- GemfireFunctionBeanPostProcessor() - Constructor for class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessor
-
- GemfireFunctionBeanPostProcessorRegistrar - Class in org.springframework.data.gemfire.function.config
-
- GemfireFunctionBeanPostProcessorRegistrar() - Constructor for class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessorRegistrar
-
- GemfireFunctionCallback<T> - Interface in org.springframework.data.gemfire.function.execution
-
A callback for Gemfire Function Templates
- GemfireFunctionOperations - Interface in org.springframework.data.gemfire.function.execution
-
An interface for invoking Gemfire functions
- GemfireFunctionProxyFactoryBean - Class in org.springframework.data.gemfire.function.execution
-
A Proxy FactoryBean
for all non-Region Function Execution interfaces.
- GemfireFunctionProxyFactoryBean(Class<?>, GemfireFunctionOperations) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- GemfireFunctions - Class in org.springframework.data.gemfire.support
-
Abstract class defining useful Java Functions
for Apache Geode
- GemfireFunctions() - Constructor for class org.springframework.data.gemfire.support.GemfireFunctions
-
- GemfireFunctionUtils - Class in org.springframework.data.gemfire.function
-
Utility class for registering a POJO as a GemFire/Geode Function
.
- GemfireFunctionUtils() - Constructor for class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
- GemfireIndexException - Exception in org.springframework.data.gemfire
-
Gemfire-specific subclass thrown on Index management.
- GemfireIndexException(Exception) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(String, Exception) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(IndexCreationException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(String, IndexCreationException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(IndexExistsException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(String, IndexExistsException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(IndexInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(String, IndexInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(IndexMaintenanceException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(String, IndexMaintenanceException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(IndexNameConflictException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- GemfireIndexException(String, IndexNameConflictException) - Constructor for exception org.springframework.data.gemfire.GemfireIndexException
-
- gemfireJcaConnectionAcquiringAspect() - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
-
- gemfireJcaConnectionClosingAspect() - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
-
- GemfireListenerExecutionFailedException - Exception in org.springframework.data.gemfire.listener
-
Exception thrown when the execution of a listener method failed.
- GemfireListenerExecutionFailedException(String) - Constructor for exception org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
-
Constructs a new GemfireListenerExecutionFailedException
instance.
- GemfireListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
-
Constructs a new GemfireListenerExecutionFailedException
instance.
- GemfireMappingContext - Class in org.springframework.data.gemfire.mapping
-
Spring Data AbstractMappingContext
implementation defining entity mapping meta-data
for GemFire persistent entities.
- GemfireMappingContext() - Constructor for class org.springframework.data.gemfire.mapping.GemfireMappingContext
-
Constructs a GemfireMappingContext with a GemfireSimpleTypeHolder.
- GemfireOnMemberFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
- GemfireOnMemberFunctionTemplate() - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
-
- GemfireOnMemberFunctionTemplate(DistributedMember) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
-
- GemfireOnMemberFunctionTemplate(String[]) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
-
- GemfireOnMembersFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
- GemfireOnMembersFunctionTemplate() - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
-
- GemfireOnMembersFunctionTemplate(Set<DistributedMember>) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
-
- GemfireOnMembersFunctionTemplate(String[]) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
-
- GemfireOnRegionFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
An AbstractFunctionTemplate
implementation for executing
a Function
on a target Region
.
- GemfireOnRegionFunctionTemplate(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
-
- GemfireOnRegionOperations - Interface in org.springframework.data.gemfire.function.execution
-
Interface define Region
Function
data access operations.
- GemfireOnServerFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
Creates an OnServer Function
Execution
initialized with
either a RegionService
or a Pool
.
- GemfireOnServerFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
-
- GemfireOnServerFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
-
- GemfireOnServerFunctionTemplate(String) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
-
- GemfireOnServersFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
Creates an OnServers Function
Execution
initialized with
either a RegionService
or a Pool
.
- GemfireOnServersFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
-
- GemfireOnServersFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
-
- GemfireOnServersFunctionTemplate(String) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
-
- GemfireOperations - Interface in org.springframework.data.gemfire
-
GemfireOperations
defines the {
Region
data access operations that can be performed
using the Template software design pattern.
- GemfirePersistentEntity<T> - Class in org.springframework.data.gemfire.mapping
-
PersistentEntity
implementation adding custom GemFire persistent entity related metadata, such as the
Region
to which the entity is mapped, etc.
- GemfirePersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
Constructs a new instance of
GemfirePersistentEntity
initialized with the given
TypeInformation
describing the domain object (entity)
Class
type.
- GemfirePersistentProperty - Class in org.springframework.data.gemfire.mapping
-
PersistentProperty
implementation to for Gemfire related metadata.
- GemfirePersistentProperty(Property, PersistentEntity<?, GemfirePersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
- gemfireProperties() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Returns a Properties
object containing Pivotal GemFire/Apache Geode properties used to configure
the Pivotal GemFire/Apache Geode cache.
- GemFireProperties - Enum in org.springframework.data.gemfire
-
An Enum (enumeration) of Apache Geode gemfire.properties.
- GemFirePropertiesBeanPostProcessor(Properties) - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
-
- GemFirePropertiesConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The
GemFirePropertiesConfiguration
class is a Spring
ImportBeanDefinitionRegistrar
capable of configuring additional GemFire Properties on a (Spring Boot) application class at runtime
during startup.
- GemFirePropertiesConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
-
- GemfireQueryException - Exception in org.springframework.data.gemfire
-
GemFire-specific subclass of InvalidDataAccessResourceUsageException
thrown on invalid
OQL query syntax.
- GemfireQueryException(String, QueryException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
-
- GemfireQueryException(QueryException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
-
- GemfireQueryException(String, QueryExecutionTimeoutException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
-
- GemfireQueryException(QueryExecutionTimeoutException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
-
- GemfireQueryException(String, QueryInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
-
- GemfireQueryException(QueryInvalidException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
-
- GemfireQueryException(String, RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
-
- GemfireQueryException(RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireQueryException
-
- GemfireQueryMethod - Class in org.springframework.data.gemfire.repository.query
-
QueryMethod
implementation for Apache Geode.
- GemfireQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Constructs a new instance of
GemfireQueryMethod
from the given
Method
and
RepositoryMetadata
.
- GemfireQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Constructs a new instance of
GemfireQueryMethod
from the given
Method
and
RepositoryMetadata
.
- GemfireRepositoriesRegistrar - Class in org.springframework.data.gemfire.repository.config
-
- GemfireRepositoriesRegistrar() - Constructor for class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
-
- GemfireRepository<T,ID> - Interface in org.springframework.data.gemfire.repository
-
Apache Geode extension of the Spring Data PagingAndSortingRepository
interface.
- GemfireRepositoryConfigurationExtension - Class in org.springframework.data.gemfire.repository.config
-
RepositoryConfigurationExtension
implementation handling Apache Geode specific extensions
in the Repository
XML and Annotation-based configuration metadata.
- GemfireRepositoryConfigurationExtension() - Constructor for class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
-
- GemfireRepositoryExtension - Class in org.springframework.data.gemfire.repository.cdi
-
The GemfireRepositoryExtension class...
- GemfireRepositoryExtension() - Constructor for class org.springframework.data.gemfire.repository.cdi.GemfireRepositoryExtension
-
- GemfireRepositoryFactory - Class in org.springframework.data.gemfire.repository.support
-
RepositoryFactorySupport
implementation creating repository proxies
for Gemfire.
- GemfireRepositoryFactory(Iterable<Region<?, ?>>, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
Constructs a new instance of
GemfireRepositoryFactory
initialized with the given collection
of configured
Regions
and the
MappingContext
.
- GemfireRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID> - Class in org.springframework.data.gemfire.repository.support
-
- GemfireRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
- GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener - Class in org.springframework.data.gemfire.repository.support
-
- GemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
-
Abstract base class for Apache Geode specific RepositoryQuery
implementations.
- GemfireRepositoryQuery(GemfireQueryMethod) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
-
- GemfireSimpleTypeHolder - Class in org.springframework.data.gemfire.mapping.model
-
The GemfireSimpleTypeHolder class is a Spring Data Commons SimpleTypeHolder implementation adding additional
simple types to the collection.
- GemfireSimpleTypeHolder() - Constructor for class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
-
Constructs an instance of GemfireSimpleTypeHolder initialized with additional, custom simple types
handled by GemFire along with register the default simple types.
- GemfireSimpleTypeHolder(SimpleTypeHolder) - Constructor for class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
-
Constructs an instance of the GemfireSimpleTypeHolder initialized with a source SimpleTypeHolder
.
- GemfireSystemException - Exception in org.springframework.data.gemfire
-
GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete org.springframework.dao
exceptions.
- GemfireSystemException(GemFireCheckedException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
-
- GemfireSystemException(GemFireException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
-
- GemfireSystemException(RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
-
- GemfireTemplate - Class in org.springframework.data.gemfire
-
The
GemfireTemplate
class simplifies Apache Geode data access operations, converting Apache Geode
GemFireCheckedExceptions
and
GemFireExceptions
into
Spring
DataAccessExceptions
, following the
org.springframework.dao
Exception
hierarchy.
- GemfireTemplate() - Constructor for class org.springframework.data.gemfire.GemfireTemplate
-
- GemfireTemplate(Region<K, V>) - Constructor for class org.springframework.data.gemfire.GemfireTemplate
-
Constructs a new instance of the
GemfireTemplate
initialized with the given
Region
on which
(cache) data access operations will be performed.
- GemfireTransactionCommitException - Exception in org.springframework.data.gemfire.transaction
-
Gemfire-specific subclass of TransactionException
, indicating a transaction failure at commit time.
- GemfireTransactionCommitException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.transaction.GemfireTransactionCommitException
-
- GemfireTransactionCommitException(String) - Constructor for exception org.springframework.data.gemfire.transaction.GemfireTransactionCommitException
-
- GemfireTransactionManager - Class in org.springframework.data.gemfire.transaction
-
Local Transaction Management for Pivotal GemFire.
- GemfireTransactionManager() - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
- GemfireTransactionManager(GemFireCache) - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
- GemfireTransactionManager.CacheHolder - Class in org.springframework.data.gemfire.transaction
-
Holder of GemFire cache transaction state.
- GemfireTransactionManager.CacheTransactionObject - Class in org.springframework.data.gemfire.transaction
-
GemFire local cache transaction object.
- GemfireUtils - Class in org.springframework.data.gemfire
-
GemfireUtils
is an abstract utility class encapsulating common functionality for accessing features
and capabilities of Apache Geode based on version as well as other configuration meta-data.
- GemfireUtils() - Constructor for class org.springframework.data.gemfire.GemfireUtils
-
- generateBeanName() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- generateBeanName(Class<?>) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- generateBeanName(String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- GenericRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
-
The GenericRegionFactoryBean class is an extension of the abstract, base PeerRegionFactoryBean class enabling developers
to define a GemFire Cache Region with defaults.
- GenericRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.GenericRegionFactoryBean
-
- GeodeIntegratedSecurityConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
- GeodeIntegratedSecurityConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- get(Object) - Method in class org.springframework.data.gemfire.cache.GemfireCache
-
Returns the cache value for the given key wrapped in an instance of
Cache.ValueWrapper
.
- get(Object, Class<T>) - Method in class org.springframework.data.gemfire.cache.GemfireCache
-
Returns the cache value for the given key cast to the specified Class
type.
- get(Object, Callable<T>) - Method in class org.springframework.data.gemfire.cache.GemfireCache
-
Returns the cache value for given key.
- get() - Method in interface org.springframework.data.gemfire.CacheResolver
-
Gets the resolved instance of the GemFireCache
.
- get() - Static method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport.GemFireConnectionHolder
-
- get(K) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- get(K) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- get(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.serialization.json.JSONRegionAdvice
-
- get(int) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
-
- get() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator.BeanFactoryReference
-
Returns the reference to the Spring BeanFactory
.
- get() - Method in interface org.springframework.data.gemfire.util.SpringExtensions.ValueReturningThrowableOperation
-
- getAction() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Gets the action performed on the Region when Eviction occurs.
- getAction() - Method in class org.springframework.data.gemfire.expiration.ExpirationAttributesFactoryBean
-
Gets the action to perform when a Region or an Entry expires.
- getAlertThreshold() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getAlertThreshold() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getAll(Collection<?>) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- getAll(Collection<?>) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- getAll(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.serialization.json.JSONRegionAdvice
-
- getAndValidatePoolName(Map<String, Object>) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
- getAnnotatedQuery() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Returns the
Query
annotated OQL query value for this
QueryMethod
if present.
- getAnnotation() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
-
Identifies the Annotation
enabling Apache Geode Repositories
.
- getAnnotationAttributes(Annotation) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns the AnnotationAttributes
for the given Annotation
.
- getAnnotationAttributes(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- getAnnotationAttributes(AnnotationMetadata, String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns AnnotationAttributes
for the given named
Annotation
from the given
type meta-data
.
- getAnnotationAttributeStringValue(Annotation, String) - Static method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- getAnnotationParameterPosition(Method, Class<?>, Class<?>[]) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Determine the order position of a an annotated method parameter
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServerConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
Returns the cache application Annotation
type pertaining to this configuration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Returns the Annotation
type
that configures and creates Regions
for application service Methods
that are annotated with Spring's Cache Abstraction Annotations.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
Returns the cache application Annotation
type pertaining to this configuration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
Returns the
Annotation
type
that configures and creates
Continuous Queries
for application
ContinuousQuery
annotated POJO service methods.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
-
Returns the DiskStore
Annotation
type specified in configuration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
Returns the Annotation
type
that configures and creates Regions
for application persistent entities.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
Returns the Annotation
type
that enables and configures Eviction.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
Returns the Annotation
type
that enables and configures Expiration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GatewayReceiverConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GatewaySenderConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GatewaySendersConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
-
Returns the cache application Annotation
type pertaining to this configuration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.HttpServiceConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
Returns the
LocatorApplication
annotation used to configure and bootstrap a
Locator
-based,
Spring application.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ManagerConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.McastConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.MemcachedServerConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.OffHeapConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.OffHeapConfiguration.OffHeapBeanFactoryPostProcessor
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
-
Returns the cache application Annotation
type pertaining to this configuration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.SslConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns the cache application Annotation
type pertaining to this configuration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.support.GatewaySenderBeanFactoryPostProcessor
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
-
- getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns the fully-qualified class name
of the cache application
Annotation
type.
- getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns the simple class name
of the cache application
Annotation
type.
- getApplicationContext() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns a reference to the Spring ApplicationContext
.
- getApplicationContext() - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- getApplicationContext() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Returns an Optional
reference to the configured Spring ApplicationContext
.
- getApplicationContext() - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Gets a reference to the Spring ApplicationContext constructed, configured and initialized inside the GemFire
Server-based JVM process.
- getApplicationEventPublisher() - Method in class org.springframework.data.gemfire.transaction.event.TransactionListenerAdapter
-
Returns a reference to the configured ApplicationEventPublisher
.
- getArgument() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
Gets the argument used by this CacheLoader
to load the value for the specified key.
- getAssociatedBeanName() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
Gets the name of the Spring bean associated with the Spring BeanFactory
that possibly created the bean.
- getAssociatedBeanNameWithAliases() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
Returns a Set
of all names and aliases assigned to the Spring bean that is associated with
the Spring BeanFactory
.
- getAsyncEventListener() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Returns the configured AsyncEventListener
for the AsyncEventQueue
returned by this FactoryBean
.
- getAsyncEventQueue() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Returns the AsyncEventQueue
created by this FactoryBean
.
- getAttributes() - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
-
- getAttributes() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- getAttributes() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getAttributes() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Returns the RegionAttributes
used to configure this Region
.
- getAuthentication() - Method in class org.springframework.data.gemfire.config.annotation.support.AutoConfiguredAuthenticationInitializer
-
- getAvailableServerRegionIndexes() - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
-
Returns an Iterable
of all the server Region
Indexes
.
- getAvailableServerRegionIndexes() - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
Returns an Iterable
of all the server Region
Indexes
.
- getAvailableServerRegionIndexes() - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
-
Returns an Iterable
of all the server Region
Indexes
.
- getAvailableServerRegions() - Method in class org.springframework.data.gemfire.config.admin.AbstractGemfireAdminOperations
-
Returns a collection
of Region
names defined on the GemFire Servers in the cluster.
- getAvailableServerRegions() - Method in interface org.springframework.data.gemfire.config.admin.GemfireAdminOperations
-
Returns a collection
of Region
names defined on the GemFire Servers in the cluster.
- getAvailableServerRegions() - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
-
Lists all available Regions
configured for all servers in the remote Pivotal GemFire
/ Apache Geode cluster.
- getBasePackages() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns an unmodifiable Set
of base packages to scan for GemFire components.
- getBasePackages() - Method in class org.springframework.data.gemfire.function.config.AnnotationFunctionExecutionConfigurationSource
-
- getBasePackages() - Method in interface org.springframework.data.gemfire.function.config.FunctionExecutionConfigurationSource
-
Returns the base packages the repository interfaces shall be found under.
- getBasePackages() - Method in class org.springframework.data.gemfire.function.config.XmlFunctionExecutionConfigurationSource
-
- getBatchConflationEnabled() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getBatchSize() - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- getBatchSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getBatchSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getBatchTimeInterval() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getBatchTimeInterval() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getBean() - Method in interface org.springframework.data.gemfire.util.SpringExtensions.OrderedBeanWrapper
-
- getBeanClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns a reference to the ClassLoader
use by the Spring BeanFactory
to load classes
for bean definitions.
- getBeanClassLoader() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- getBeanClassLoader() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Returns a reference to the ClassLoader
used by the Spring container to load bean classes
.
- getBeanFactory() - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
-
Returns a reference to the configured ConfigurableBeanFactory
.
- getBeanFactory() - Method in class org.springframework.data.gemfire.client.support.BeanFactoryPoolResolver
-
Returns a reference to the configured Spring BeanFactory
used to resolve managed Pool
objects.
- getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
Returns a reference to the Spring BeanFactory
in the current application context.
- getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns a reference to the Spring BeanFactory
in the current application context.
- getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
-
Returns a reference to the configured Spring BeanFactory
.
- getBeanFactory() - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
-
Returns a reference to the containing Spring BeanFactory
.
- getBeanFactory() - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Returns a reference to the configured BeanFactory
.
- getBeanFactory() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Returns a reference to the Spring BeanFactory
in which this FactoryBean
was declared.
- getBeanFactory() - Method in class org.springframework.data.gemfire.support.BeanFactoryCacheResolver
-
Returns the configured reference to the Spring BeanFactory
used to resolve the single instance
of the GemFireCache
.
- getBeanFactory() - Method in class org.springframework.data.gemfire.support.BeanFactoryRegionResolver
-
Returns the configured reference to the BeanFactory
used to resolve cache Regions
.
- getBeanFactory() - Method in class org.springframework.data.gemfire.support.DeclarableSupport
-
Returns a reference to the Spring BeanFactory
.
- getBeanFactory() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
- getBeanFactoryKey() - Method in class org.springframework.data.gemfire.support.DeclarableSupport
-
Returns the key used to lookup the Spring BeanFactory
.
- getBeanFactoryLocator() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Returns a reference to the configured
GemfireBeanFactoryLocator
used to resolve Spring bean references
in Apache Geode native configuration metadata (e.g.
- getBeanName() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Returns the configured bean name
of this container.
- getBeanName() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Returns the bean name
assigned to this FactoryBean
as declared in the Spring container.
- getBeanName() - Method in interface org.springframework.data.gemfire.util.SpringExtensions.OrderedBeanWrapper
-
- getBeansOfTypeOrdered(ConfigurableListableBeanFactory, Class<T>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
Returns a List
of beans by the given type
in order.
- getBeansOfTypeOrdered(ConfigurableListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
Returns a List
of beans by the given type
in order.
- getBindAddress() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getBindAddress() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- getBindAddress() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getBuildNumber() - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- getCache() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Returns a reference to the constructed, configured an initialized GemFireCache
instance created by
this cache FactoryBean
.
- getCache() - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
-
Returns the GemFireCache
instance backing this CacheManager
.
- getCache() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Returns an Optional
reference to the configured Apache Geode GemFireCache
.
- getCache() - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Returns a reference to the GemFireCache
used to create the Region
.
- getCache() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Gets a reference to the GemFire Cache for which the snapshot will be taken.
- getCache() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- getCache() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Returns a reference to the GemFireCache
for which this transaction manager
manages local cache transactions.
- getCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- getCache() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- getCacheBeanName() - Method in class org.springframework.data.gemfire.support.BeanFactoryCacheResolver
-
Returns the optionally configured bean name
used to further qualify the resolution of
the GemFireCache
object reference in a Spring context.
- getCacheBeanName() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- getCacheConfiguration() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
Returns a reference to an instance of the
AbstractCacheConfiguration
class used to configure
a GemFire (Singleton, client or peer) cache instance along with it's associated, embedded services.
- getCacheFactoryInitializer() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
- getCacheLoader() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
The CacheLoader
delegate used to actually load the cache value for the specified key.
- getCacheNameResolver() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
- getCacheResolverOne() - Method in class org.springframework.data.gemfire.support.ComposableCacheResolver
-
Returns a reference to the first, non-null, configured
CacheResolver
in the composition.
- getCacheResolverTwo() - Method in class org.springframework.data.gemfire.support.ComposableCacheResolver
-
Returns a reference to the second, non-null, configured
CacheResolver
in the composition.
- getCacheTransactionManager() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Returns a reference to the CacheTransactionManager
used by Apache Geode to manage local,
cache transactions.
- getCacheXml() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Returns a reference to an (optional) Apache Geode native cache.xml Resource
.
- getCacheXml() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getCandidates(ResourceLoader) - Method in class org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource
-
- getCanonicalizedFromClause() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getCanonicalizedFromClause() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getCanonicalizedIndexedExpression() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getCanonicalizedIndexedExpression() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getCanonicalizedProjectionAttributes() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getCanonicalizedProjectionAttributes() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getClassCacheAnnotationTypes() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
-
- getClassCacheAnnotationTypes() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver
-
- getClientCache() - Method in class org.springframework.data.gemfire.config.admin.remote.FunctionGemfireAdminTemplate
-
Returns a reference to the configured ClientCache
instance.
- getClientCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- getClientCacheResolver() - Method in class org.springframework.data.gemfire.client.support.ClientCacheDefaultPoolResolver
-
Returns a reference to the configured
CacheResolver
used to (lazily) resolve
the
ClientCache
instance.
- getClientRegionShortcut() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- getClientRegionShortcut() - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
-
Returns the data policy used to configure the client Region
.
- getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Returns the configured ClientRegionShortcut
specifying the data management policy to use
when creating a client Region
.
- getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
-
- getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getClose() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getCollectionType() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- getCompositeCacheServerConfigurer() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- getCompositeClientCacheConfigurer() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getCompositeContinuousQueryListenerContainerConfigurer() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- getCompositeDiskStoreConfigurer() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- getCompositeIndexConfigurer() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- getCompositeLocatorConfigurer() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getCompositePeerCacheConfigurer() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getCompositePoolConfigurer() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Returns a reference to the Composite
PoolConfigurer
used to apply additional configuration
to this
PoolFactoryBean
on Spring container initialization.
- getCompositeRegionConfigurer() - Method in class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
-
- getCompositionStrategy() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- getCompressor() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
Returns the configured Compressor
used to compress the this Region's
data.
- getConfigurationPhase() - Method in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition
-
- getConfiguredCacheResolvers() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableCacheServerConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableClientCacheConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableContinuousQueryListenerContainerConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableDiskStoreConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewayReceiverConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewaySenderConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableIndexConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableLocatorConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePeerCacheConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePoolConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
-
- getConfigurerType() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
-
- getContent() - Method in class org.springframework.data.gemfire.domain.EmptySlice
-
- getContent() - Method in class org.springframework.data.gemfire.domain.ListablePage
-
- getContent() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- getContext() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Returns a reference to the naming Context
.
- getContinuousQueries() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Returns a reference to all the configured/registered Continuous Queries
.
- getContinuousQueryDefinitions() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- getConversionService() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Returns a reference to the configured ConversionService
used to convert data store types
to application domain object types.
- getCopyOnRead() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Returns the configuration of the GemFireCache.getCopyOnRead()
property set on the GemFireCache
.
- getCopyOnRead() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getCredentials() - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration.SpringDataGeodeAuthentication
-
- getCredentials(Properties, DistributedMember, boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
-
Gets the security credentials used to authenticate this Apache Geode node
with the Apache Geode distributed system (cluster).
- getCredentials() - Method in interface org.springframework.data.gemfire.config.annotation.support.Authentication
-
Returns an Object
with credentials that prove the principal is correct
and is who they say they are.
- getCriticalHeapPercentage() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Gets the configuration of the GemFireCache
critical heap percentage property.
- getCriticalHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getCriticalOffHeapPercentage() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Gets the configuration of the GemFireCache
critical off-heap percentage property.
- getCriticalOffHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getCurrentThreadStackTrace() - Method in class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
-
- getCustomEntryIdleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getCustomEntryTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getCustomPdxSerializers() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Returns a mapping
of application domain types
to custom
PDX serializers
used to customize the serialization
for specific application domain types
.
- getDataPolicy() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- getDataPolicy() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getDataPolicy() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Returns resolved DataPolicy
as configured with the RegionFactory
when creating this Region
.
- getDataPolicy() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- getDefaultExpirationAttributes() - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Gets the expiration policy used by default when no application domain object specific expiration meta-data
has been specified.
- getDefaultListenerMethod() - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Return the name of the default listener method to delegate to.
- getDefaultOrder() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Returns the default order used by this AOP Aspect in the chain of Aspects configured
in Spring's Transaction Management.
- getDefaultOrder() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionAcquiringAspect
-
Returns the default order used by this AOP Aspect in the chain of Aspects configured
in Spring's Transaction Management.
- getDefaultOrder() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionClosingAspect
-
Returns the default order used by this AOP Aspect in the chain of Aspects configured
in Spring's Transaction Management.
- getDefaultPoolResolver() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Gets a reference to the configured, default
PoolResolver
used by this client
Region
to resolve
Pool
objects if a explicit
PoolResolver
was not configured.
- getDefaultValue() - Method in enum org.springframework.data.gemfire.GemFireProperties
-
Gets this property's default value
.
- getDefaultValueAsString() - Method in enum org.springframework.data.gemfire.GemFireProperties
-
Gets this property's default value
as a String
.
- getDefaultValueAsType() - Method in enum org.springframework.data.gemfire.GemFireProperties
-
Gets this property's default value
converted to the property's declared type
.
- getDefaultValueAsType(Class<T>) - Method in enum org.springframework.data.gemfire.GemFireProperties
-
Gets this property's default value
converted to the given type
.
- getDelegate() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getDelegate() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getDelegate() - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Returns a reference to the target object used to listen for and handle CQ events.
- getDetails() - Method in class org.springframework.data.gemfire.transaction.event.TransactionApplicationEvent
-
- getDigitsOnly(String) - Static method in class org.springframework.data.gemfire.repository.query.QueryString
-
Null-safe method used to extract digits from the given String
value as a whole number.
- getDiskStoreName() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- getDiskStoreName() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getDiskStoreName() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getDiskStoreReference() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getDiskSynchronous() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getDispatcherThreads() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getDispatcherThreads() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getDistributedSystem() - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- getDistributedSystem(GemFireCache) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- getDurableClientId() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the value of the GemFire System property 'durable-client-id' indicating to the server whether
this client is durable.
- getDurableClientId() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getDurableClientTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Get the value of the GemFire System property 'durable-client-timeout' indicating to the server how long
to track events for the durable client when disconnected.
- getDurableClientTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getEnableAutoReconnect() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Gets the value for the auto-reconnect setting.
- getEnableAutoReconnect() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getEnableIndexingAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
-
Returns the Annotation
type
that configures and creates Region
Indexes
from application persistent entity properties.
- getEnableIndexingAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
-
Returns the name of the Annotation
type
that configures and creates Region
Indexes
from application persistent entity properties.
- getEnableIndexingAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
-
Returns the simple name of the Annotation
type
that configures and creates Region
Indexes from application persistent entity properties.
- getEnableTransactionManagementOrder() - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
-
- getEnforceThreadsConnectSameReceiver() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getEnforceThreadsConnectToSameReceiver() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getEntity() - Method in class org.springframework.data.gemfire.repository.Wrapper
-
- getEntityClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns a reference to the ClassLoader
used to find and load GemFire application
persistent entity classes.
- getEntityInformation(Class<T>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- getEntityInformation() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
Returns a reference to the EntityInformation
type describing the entity.
- getEntityInstantiators() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Returns the configured EntityInstantiators
handling instantiation for GemFire persistent entities.
- getEntryIdleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getEntryTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns a reference to the Spring Environment
.
- getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
-
Get an Optional
reference to the configured Spring Environment
.
- getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns a reference to the Spring Environment
in which the Spring GemFire application is running.
- getErrorHandler() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Returns an Optional
reference to the configured ErrorHandler
invoked when
any unhandled Exceptions
are thrown when invoking CQ listeners processing CQ events.
- getErrorHandlerBeanName() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- getEvaluationContext() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns a reference to the EvaluationContext
used to evaluate SpEL expressions.
- getEventFilters() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getEventSubstitutionFilter() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getEvictionAction(EvictionActionType) - Static method in enum org.springframework.data.gemfire.eviction.EvictionActionType
-
A null-safe operation to extract the GemFire EvictionAction from the EvictionActionType enumerated value.
- getEvictionAction() - Method in enum org.springframework.data.gemfire.eviction.EvictionActionType
-
Gets the matching GemFire EvictionAction represented by this enumerated value.
- getEvictionAlgorithm(EvictionPolicyType) - Static method in enum org.springframework.data.gemfire.eviction.EvictionPolicyType
-
A null-safe operation to extract the GemFire EvictionAlgorithm from the given EvictionPolicyType.
- getEvictionAlgorithm() - Method in enum org.springframework.data.gemfire.eviction.EvictionPolicyType
-
Gets the GemFire EvictionAlgorithm represented by this enumerated value.
- getEvictionAttributes() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
-
Returns an instance of the EvictionAttributes
specifying the Eviction policy configuration
captured in this Eviction policy meta-data.
- getEvictionAttributes() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getEvictionHeapPercentage() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Gets the configuration of the GemFireCache
eviction heap percentage property.
- getEvictionHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getEvictionOffHeapPercentage() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Gets the configuration of the GemFireCache
eviction off-heap percentage property.
- getEvictionOffHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getEvictionPolicyConfigurer() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
- getExcludeFilters() - Method in class org.springframework.data.gemfire.function.config.AnnotationFunctionExecutionConfigurationSource
-
- getExcludeFilters() - Method in interface org.springframework.data.gemfire.function.config.FunctionExecutionConfigurationSource
-
Returns configured TypeFilter
s
- getExcludeFilters() - Method in class org.springframework.data.gemfire.function.config.XmlFunctionExecutionConfigurationSource
-
- getExcludes() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns a collection of TypeFilters
used to exclude types found
during the classpath component scan.
- getExpiration(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Gets the Expiration Annotation meta-data from the Region Entry.
- getExpirationAction(ExpirationActionType) - Static method in enum org.springframework.data.gemfire.expiration.ExpirationActionType
-
A null-safe operation to extract the corresponding GemFire ExpirationAction for the ExpirationActionType.
- getExpirationAction() - Method in enum org.springframework.data.gemfire.expiration.ExpirationActionType
-
Gets the matching GemFire ExpirationAction for this enumerated value.
- getExpirationMetaData(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Gets custom expiration (Annotation-based) policy meta-data for the given Region
entry.
- getExpirationPolicyConfigurer() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
- getExpiry(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Calculate the expiration for a given entry.
- getExports() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
- getExpression() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
- getExtension() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
-
Returns the RepositoryConfigurationExtension
implementing class to configure Apache Geode
Repositories
.
- getFileExtension(File) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
-
- getFilter() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- getFirst(T[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Null-safe method to return the first element in the array or null
if the array is null or empty.
- getFirst(T[], T) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Null-safe method to return the first element in the array or the defaultValue
if the array is null or empty.
- getFormat() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getFreeConnectionTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getFreeConnectionTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getFromClause() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
- getFromClause() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition.IndexWrapper
-
- getFromClause() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getFromClause() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
-
- getFunctionExecutionAnnotationTypeNames() - Static method in class org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource
-
- getFunctionExecutionAnnotationTypes() - Static method in class org.springframework.data.gemfire.function.config.AbstractFunctionExecutionConfigurationSource
-
- getFunctionExecutionInterface() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- getFunctionExecutionMethodMetadata() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- getGatewayConflictResolver() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getGatewayConflictResolver() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getGatewayEventFilters() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getGatewayEventSubstitutionFilter() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getGatewaySender() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getGatewayTransportFilters() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getGemfireAdminOperations() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.SchemaObjectContext
-
- getGemfireCache() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.SchemaObjectContext
-
- getGemFireCache() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Returns a reference to the GemFireCache
used to interact with GemFire.
- getGemFireConnectionFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireAsLastResourceConnectionAcquiringAspect
-
Returns a reference to the configured GFConnectionFactory
instance.
- getGemfireFunctionId(Method) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Null-safe operation used to determine the GemFire/Geode
Function.getId()
Function ID}
of a given
GemfireFunction
annotated POJO
Method
.
- getGemfireFunctionOperations() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- getGemfireIndexType() - Method in enum org.springframework.data.gemfire.IndexType
-
Gets the matching Apache Geode
IndexType
for this
IndexType
enumerated value.
- getGemFireJcaResourceAdapterJndiName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Returns the configured reference to GemFire's JCA ResourceAdapter registered in the managed environment's
JNDI context.
- getGemfireMappingContext() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Returns a reference to the Spring Data MappingContext
used to perform application domain object type
to data store mappings.
- getGemFireProperties() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getGemfireQueryMethod() - Method in class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
-
Returns a reference to the
Repository
GemfireQueryMethod
modeling the Apache Geode OQL query.
- getGemfireTemplate() - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
-
Returns the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.
- getGroupTransactionEvents() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getHints() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Gets the query HINTs for this query method.
- getHost() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
Gets the host in this ConnectionEndpoint.
- getHostnameForClients() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getHostnameForClients() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- getHostnameForClients() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getId() - Method in class org.springframework.data.gemfire.client.function.ListRegionsOnServerFunction
-
- getId() - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- getId() - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
-
- getId() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getIdentifyingAnnotations() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
-
- getIdentifyingTypes() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
-
- getIdleTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getIdleTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getIdleTimeout(Long) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getIdleTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getIdleTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getIdleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getIdleTimeout(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Gets the IdleTimeoutExpiration Annotation meta-data from the Region Entry.
- getImport() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Gets the IMPORT statement for this query method.
- getImports() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Gets the meta-data (location, filter and format) used to read a data snapshot into an entire Cache
or individual Region.
- getIncludeDomainTypes() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- getIncludeFilters() - Method in class org.springframework.data.gemfire.function.config.AnnotationFunctionExecutionConfigurationSource
-
- getIncludeFilters() - Method in interface org.springframework.data.gemfire.function.config.FunctionExecutionConfigurationSource
-
Returns configured TypeFilter
s
- getIncludeFilters() - Method in class org.springframework.data.gemfire.function.config.XmlFunctionExecutionConfigurationSource
-
- getIncludes() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns a collection of TypeFilters
used to include (match) types found
during the classpath component scan.
- getIndex() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
Returns a reference to the Index
on which this definition is defined.
- getIndex() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- getIndex() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getIndexedExpression() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition.IndexWrapper
-
- getIndexedExpression() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getIndexedExpression() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getIndexName() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getIndexType() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
- getInitialContextFactory() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Returns the configured, fully-qualified classname of the InitialContextFactory
used to construct the InitialContext
that is then used to lookup managed objects registered
in the JNDI context of the managed environment.
- getInParameterIndexes() - Method in class org.springframework.data.gemfire.repository.query.QueryString
-
Returns the parameter indexes used in this query.
- getInstantiator(Class<? extends DataSerializable>, int) - Method in class org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator
-
- getInstantiator(Class<? extends DataSerializable>, int) - Method in interface org.springframework.data.gemfire.serialization.InstantiatorGenerator
-
Returns a (potentially new) Instantiator that optimizes the instantiation of the given types.
- getInterestPolicy(InterestPolicyType) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Null-safe operation to extract the GemFire InterestPolicy from the InterPolicyType enumerated value.
- getInterestPolicy() - Method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns the GemFire InterestPolicy corresponding to this SubscriptionType enumerated value.
- getInterestPolicy() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
Gets GemFire's InterestPolicy specified on the SubscriptionAttributes which defines data interests
and distribution of changes.
- getInterestRegistrationListeners() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getInterestResultPolicy(InterestResultPolicyType) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
-
- getInterestResultPolicy() - Method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
-
- getInterests() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getJndiDataSources() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getJndiDataSources() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getKeepAlive() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the user specified value for whether the server(s) should keep the durable client's queue alive
for the duration of the timeout when the client voluntarily disconnects.
- getKeepAlive() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getKey() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
The specified key for which a value will be loaded by this CacheLoader
.
- getKey() - Method in class org.springframework.data.gemfire.client.Interest
-
Returns the key on which interest is registered.
- getKey() - Method in class org.springframework.data.gemfire.repository.Wrapper
-
- getKeyConstraint() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getKeyword() - Method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
-
Returns name of this GemFire OQL Keyword enumerated value.
- getLimit() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Gets the LIMIT for this query method on the result set returned by the query.
- getLimit() - Method in class org.springframework.data.gemfire.repository.query.QueryString
-
Gets the LIMIT number.
- getListableBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
Returns a reference to the Spring BeanFactory
.
- getListener() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- getListener() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer.EventDispatcherAdapter
-
- 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.
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getLoadConditioningInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getLoadPollInterval() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getLocation() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- getLocator() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getLocator() - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- getLocatorLauncher() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getLocators() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getLocators() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getLocators(List<InetSocketAddress>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getLocators() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getLocators() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getLocators() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- getLocators() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getLockLease() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getLockTimeout() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getLogger() - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
-
Returns a reference to the configured Logger
used to log messages.
- getLogger() - Method in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
-
- getLogger() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Returns a reference to the Logger
used by this class to log messages
.
- getLogger() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Returns a reference to the Logger
used to record debug, info, warning and error messages
logged by the application.
- getLogger() - Method in class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
-
- getLogger() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Returns a reference to the configured Logger
used to log messages
about the functions of this PdxSerializer
.
- getLogger() - Method in class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
-
Returns the configured SLF4J Logger
used log statements.
- getLogger() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
Returns a reference to the SLF4J
Logger
used to log the operations of this
GemfireRepository
.
- getLogger() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Returns a reference to the Logger
used by this FactoryBean
to log messages
.
- getLogLevel() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- getLogLevel() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getLookupEnabled() - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
- getMajor() - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- getManagementHttpEnableInterceptors() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- getManagementHttpFollowRedirects() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- getManagementHttpHost() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- getManagementHttpPort() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- getManagementRequireHttps() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- getManagementRestApiUrl() - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
Returns a reference to the resolved GemFire/Geode Management REST API URL.
- getManagementUseHttp() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- getMappingContext() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Returns a reference to the configured
mapping context
used to handling mapping
logic between GemFire persistent entities and application domain object
types
.
- getMappingContext() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
Returns a reference to the GemFire MappingContext
used to provide mapping meta-data
between entity types
and the data store.
- getMaxConnections() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getMaxConnections(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getMaximumQueueMemory() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getMaximumQueueMemory() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getMaxMessageCount() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getMaxParallelismForReplicatedRegion() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getMaxThreads() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getMaxTimeBetweenPings() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getMessageSyncInterval() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getMessageTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getMethod() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Returns the Method
reference on which this QueryMethod
is based.
- getMethodCacheAnnotationTypes() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
-
- getMethodCacheAnnotationTypes() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver
-
- getMinConnections() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getMinConnections() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getMinConnections(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getMinConnections() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getMinConnections() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getMinConnections() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getMinor() - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- getMissingCache(String) - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
-
Returns a missing Spring Cache
for the given name
.
- getModulePrefix() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
-
- getMultiUserAuthentication() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getMultiuserAuthentication() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getMultiuserAuthentication(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getMultiuserAuthentication() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getMultiuserAuthentication() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getMultiUserAuthentication() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getName() - Method in class org.springframework.data.gemfire.cache.GemfireCache
-
Returns the name of this Spring Cache
.
- getName() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getName() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Gets the configured name
of the Pool
bean.
- getName() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getName() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getName() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getName() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- getName() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
- getName() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition.IndexWrapper
-
- getName() - Method in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
-
- getName() - Method in class org.springframework.data.gemfire.config.schema.SchemaObjectDefinition
-
Returns the name
assigned to the schema object.
- getName() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getName() - Method in enum org.springframework.data.gemfire.GemFireProperties
-
Gets the name
of this property.
- getName() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getName() - Method in enum org.springframework.data.gemfire.JndiDataSourceType
-
Gets the GemFire name of the support JNDI DataSource implementation type.
- getName() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
Gets the name
of the CQ.
- getName() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getName() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- getNativeCache() - Method in class org.springframework.data.gemfire.cache.GemfireCache
-
Returns the GemFire Region
used as the implementation for this Spring Cache
.
- getNonPagedQueryExecutor() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
Returns the configured
OqlQueryExecutor
(strategy) used to execute Apache Geode
non-paged
OQL queries
.
- getNumber() - Method in class org.springframework.data.gemfire.domain.EmptySlice
-
- getNumber() - Method in class org.springframework.data.gemfire.domain.ListablePage
-
- getNumber() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- getNumberOfElements() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- getObject() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Returns the cache object reference
created by this cache FactoryBean
.
- getObject() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.expiration.ExpirationAttributesFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.function.FunctionServiceFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- 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.ResolvableRegionFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
- getObject() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Gets the reference to the GemFire Snapshot Service created by this FactoryBean.
- getObject() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
Returns the fully constructed and initialized instance of the
CacheResolver
created by this
FactoryBean
.
- getObject() - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
- getObject() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getObjectSizer() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Gets the GemFire ObjectSizer used in determining object sizes of data stored in the Cache.
- getObjectType() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Returns the type
of GemFireCache
created by this cache FactoryBean
.
- getObjectType() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- getObjectType() - Method in enum org.springframework.data.gemfire.config.schema.SchemaObjectType
-
Returns the class type
of the GemFire schema object represented by this enumerated value.
- getObjectType() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.expiration.ExpirationAttributesFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.function.FunctionServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- 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.ResolvableRegionFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
- getObjectType() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Gets the type of Snapshot Service created by this FactoryBean.
- getObjectType() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
Returns the
type
of the
CacheResolver
returned by this
FactoryBean
.
- getObjectType() - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
- getObjectType() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getOffHeap() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
Return the configuration setting for whether the Region's
data will be managed in Off-Heap Memory.
- getOffHeap() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Returns a Boolean
value indicating whether off-heap memory was enabled for this Region
.
- getOnlineLocators() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getOnlineLocators() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getOnlineLocators() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getOptionalBeanFactoryLocator() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Returns an
Optional
reference to the configured
GemfireBeanFactoryLocator
used to
resolve Spring bean references in Apache Geode native configuration metadata (e.g.
- getOptionalCache() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Returns an Optional
reference to the constructed, configured and initialized GemFireCache
instance created by this cache FactoryBean
.
- getOptionalCacheXml() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Returns an Optional
reference to an Apache Geode native cache.xml Resource
.
- getOptionalLogger() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Returns an Optional
reference to the Logger
used by this FactoryBean
to log messages
.
- getOrder() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Returns the order of this AOP Aspect relative to other Aspects in the chain of Aspects configured
in Spring's Transaction Management.
- getOrder() - Method in interface org.springframework.data.gemfire.config.annotation.support.Configurer
-
- getOrder() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
Get the order value of this object.
- getOrder() - Method in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
-
Get the order value of this object.
- getOrder() - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor
- getOrder() - Method in interface org.springframework.data.gemfire.repository.query.QueryPostProcessor
-
- getOrder(Object) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
Null-safe operation to return the order
of the given Object
if it is Ordered
or null if the given Object
is not Ordered
.
- getOrderedStreamOfBeansByType(BeanFactory, Class<T>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
Returns bean of the given type
in an ordered Stream
.
- getOrderPolicy() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getOrderPolicy() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getOrderPolicy(OrderPolicyType) - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
-
Null-safe operation to extract the matching GemFire Gateway.OrderPolicy enumerated value from
the specified OrderPolicyType.
- getOrderPolicy() - Method in enum org.springframework.data.gemfire.wan.OrderPolicyType
-
Gets the GemFire Gateway.OrderPolicy corresponding to this OrderPolicyType enum.
- getPagedList(List<T>, Pageable) - Static method in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
Gets a page from the given List
.
- getPagedQueryExecutor() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
Returns the configured
OqlQueryExecutor
(strategy) used to execute Apache Geode
paged
OQL queries
.
- getPageRequest() - Method in class org.springframework.data.gemfire.repository.query.PagedSelectResults
-
Returns the Pageable
object encapsulating the details of the requested page.
- getPageRequest(QueryMethod, Object...) - Static method in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
Finds the page request
argument from an array of arguments passed to
the given QueryMethod
.
- getParent() - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Returns a reference to the parent Region
making this FactoryBean
represent a cache Sub-Region
.
- getPartTree() - Method in class org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery
-
Returns a PartTree
object consisting of the parts of the (OQL) query.
- getPatch() - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- getPdxDiskStoreName() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Gets the name
of the Apache Geode DiskStore
used to store PDX metadata.
- getPdxDiskStoreName() - Method in class org.springframework.data.gemfire.config.support.PdxDiskStoreAwareBeanFactoryPostProcessor
-
Returns the name of the GemFire PDX DiskStore
.
- getPdxIgnoreUnreadFields() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Gets the configuration determining whether PDX will ignore unread fields when deserializing PDX bytes
back to an Object
.
- getPdxPersistent() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Gets the configuration determining whether type
metadata for objects
serialized
to PDX will be persisted to disk.
- getPdxReadSerialized() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Gets the configuration determining whether objects
stored in the Apache Geode
cache
as PDX will be read back as PDX bytes or (deserialized) as an Object
when Region.get(Object)
is called.
- getPdxSerializer() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Get a reference to the configured PdxSerializer
used by this cache to de/serialize objects
stored in the cache and distributed/transferred across the distributed system as PDX bytes.
- getPendingEventCount() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getPendingEventCount() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getPendingEventCount() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getPersistentEntity(Class<?>) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
Returns the associated
persistent entity
for the given application
domain object type.
- getPersistentEntity() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- getPersistentEntity(Object) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Looks up and returns the PersistentEntity
meta-data for the given entity object.
- getPersistentEntity(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Looks up and returns the PersistentEntity
meta-data for the given entity Class
type.
- getPersistentEntity() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
- getPhase() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Returns the configured lifecycle phase for this cache bean in the Spring container.
- getPhase() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
-
- getPhase() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- getPhase() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getPhase() - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- getPhase() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Gets the phase in which this CQ listener container will start in the Spring container.
- getPhase() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- getPhase() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
Start at the latest possible moment.
- getPhase() - Method in interface org.springframework.data.gemfire.support.SmartLifecycleSupport
-
- getPingInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getPingInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getPingInterval(Long) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getPingInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getPingInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getPingInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getPolicy() - Method in class org.springframework.data.gemfire.client.Interest
-
Returns the InterestResultPolicy
used when interest is registered and determines whether KEYS,
KEYS_VALUES or nothing (NONE) is initially fetched on initial registration.
- getPool() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the Pool
used by this ClientCache
to obtain connections to the Apache Geode cluster.
- getPool() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- getPool() - Method in class org.springframework.data.gemfire.client.support.SinglePoolPoolResolver
-
Returns a reference to the configured, "resolvable" Pool
.
- getPoolLocators() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getPoolName() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the name
of the Pool
used by this ClientCache
to obtain connections to
the Apache Geode cluster.
- getPoolName() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Returns the name
of the configured Pool
used by this client Region
.
- getPoolName() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Returns the name of the dedicated Pool
used by all caching-defined client Regions
to send and receive data between the client and server.
- getPoolName() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- getPoolName() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- getPoolName() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getPoolName() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Returns the configured pool name
.
- getPoolResolver() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the configured
PoolResolver
used by this
ClientCache
to resolve
Pool
objects.
- getPoolResolver() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Gets the configured
PoolResolver
used by this client
Region
to resolve
Pool
objects.
- getPoolResolver() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Returns the configured
PoolResolver
used to resolve
Pool
object by
name
.
- getPoolResolver() - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- getPoolResolver() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Returns the configured
PoolResolver
used to resolve
Pool
object by
name
.
- getPoolResolverOne() - Method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
-
Returns a reference to the first
PoolResolver
in the composition.
- getPoolResolverTwo() - Method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
-
Returns a reference to the second
PoolResolver
in the composition.
- getPoolServers() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getPort() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getPort() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- getPort() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- getPort() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
Gets the port number in this ConnectionEndpoint.
- getPreference() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getPrincipal() - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration.SpringDataGeodeAuthentication
-
- getPrincipal() - Method in interface org.springframework.data.gemfire.config.annotation.support.Authentication
-
Returns an Object
identifying the principal being authenticated.
- getProjectionAttributes() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getProjectionAttributes() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getProperties() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Returns a reference to the Apache Geode Properties
used to configure the cache.
- getPropertyValue(BeanDefinition, String) - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
-
- getPropertyValue(BeanDefinition, String) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- getProps() - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
-
- getProviderUrl() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Returns the URL of the Naming Context Provider as a String
.
- getPrSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getPRSingleHopEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getPrSingleHopEnabled() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getQuery() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
Gets the query
executed by the CQ.
- getQuery() - Method in class org.springframework.data.gemfire.repository.query.QueryString
-
Returns the
OQL query statement
from which this
QueryString
was constructed.
- getQuery() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- getQueryMethod() - Method in class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
-
Returns a reference to the Repository
QueryMethod
modeling the data store query.
- getQueryMethod() - Method in class org.springframework.data.gemfire.repository.query.PagedQueryString
-
- getQueryPostProcessor() - Method in class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
-
Returns a reference to the composed
QueryPostProcessors
that are applied to
OQL queries prior to execution.
- getQueryPostProcessorsMetadata() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean.QueryPostProcessorRegistrationOnQueryCreationListener
-
- getQueryResultSetEndIndexForPage(Pageable) - Static method in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
Null-safe method used to determine the end index in the query result set for populating the content
of the Page
.
- getQueryResultSetLimitForPage(Pageable) - Static method in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
Null-safe method used to determine the maximum results that would be returned by a query
given the Pageable
object specifying the requested Page
.
- getQueryResultSetStartIndexForPage(Pageable) - Static method in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
Null-safe method used to determine the starting index in the query result set for populating the content
of the Page
.
- getQueryService() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getQueryService(QueryService) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getQueryService() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getQueryService() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getQueryService() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getQueryService() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Returns a reference to the configured QueryService
.
- getQueryServiceBeanName() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getReadTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getReadyForEvents() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the user-configured value for deciding that this client is ready to receive events from the server(s).
- getReadyForEvents() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getRegex() - Method in class org.springframework.data.gemfire.client.RegexInterest
-
Returns the Regular Expression sent to the cache server to express interests in keys matching Regex pattern.
- getRegion() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
Returns the Region to which the entry (key/value) belongs.
- getRegion() - Method in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
-
Returns a reference to the Region
from which this definition is defined.
- getRegion() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getRegion() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
-
- getRegion() - Method in class org.springframework.data.gemfire.GemfireAccessor
-
Returns the template GemFire Cache Region.
- getRegion() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getRegion(Class<T>) - Method in class org.springframework.data.gemfire.mapping.Regions
-
Returns the Region
the given type is mapped to.
- getRegion(String) - Method in class org.springframework.data.gemfire.mapping.Regions
-
Returns the Region
with the given name or path.
- getRegion() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- getRegion() - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Returns a reference to the Region
resolved by this Spring FactoryBean
during the lookup operation; maybe a new Region
.
- getRegion() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Gets a reference to the GemFire Region for which the snapshot will be taken.
- getRegion() - Method in class org.springframework.data.gemfire.support.SingleRegionRegionResolver
-
Returns a reference to the configured Region
.
- getRegionAnnotation() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- getRegionAnnotation() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
Returns the
Region
Annotation
used to annotate this
PersistentEntity
or null
if this
PersistentEntity
was not annotated with a
Region
Annotation
.
- getRegionAnnotationType() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
Returns the
Class
type of the
Region
Annotation
used to annotate this entity
or null if this entity was not annotated with a
Region
Annotation
.
- getRegionFromCache(String) - Static method in class org.springframework.data.gemfire.support.GemfireFunctions
-
- getRegionFromCache(GemFireCache, String) - Static method in class org.springframework.data.gemfire.support.GemfireFunctions
-
- getRegionIdleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getRegionKeyConstraint() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- getRegionName() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- getRegionName() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
Returns the name
of the Region
in which this PersistentEntity
will be stored.
- getRegionName() - Method in class org.springframework.data.gemfire.repository.query.DefaultGemfireEntityInformation
-
- getRegionName() - Method in interface org.springframework.data.gemfire.repository.query.GemfireEntityInformation
-
Returns the name of the Region
the entity is held in.
- getRegionPath() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Gets the absolute pathname of the Region in GemFire for which the snapshot will be taken.
- getRegionResolverOne() - Method in class org.springframework.data.gemfire.support.ComposableRegionResolver
-
Returns a reference to the first, non-null, configured
RegionResolver
in the composition.
- getRegionResolverTwo() - Method in class org.springframework.data.gemfire.support.ComposableRegionResolver
-
Returns a reference to the second, non-null, configured
RegionResolver
in the composition.
- getRegions() - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
-
Returns the set of GemFire Regions
used explicitly as Spring Caches
in Spring's caching infrastructure.
- getRegions() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
Returns a reference to the configured, application-defined Regions
.
- getRegions() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Returns an Iterable
of Regions
defined in the Spring ApplicationContext
.
- getRegions() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getRegionServiceResolver() - Method in class org.springframework.data.gemfire.support.RegionServiceRegionResolver
-
- getRegionShortcut() - Method in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
-
- getRegionShortcut() - Method in class org.springframework.data.gemfire.config.schema.support.RegionDefiner
-
- getRegionShortcut() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- getRegionTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getRegionValueConstraint() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- getRemoteDistributedSystemId() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getRemoteDSId() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
-
- getRequiredPermissions(String) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- getResourceFactory() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
- getRestOperations() - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
Returns a reference to the RestOperations
used to perform REST API calls.
- getResumeWaitTime() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Returns the timeout used to wait for the GemFire cache transaction to resume.
- getResumeWaitTimeUnit() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Returns the TimeUnit
used in the wait timeout when resuming a GemFire cache transaction.
- getRetryAttempts() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getRetryAttempts() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getRetryAttempts(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getRetryAttempts() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getRetryAttempts() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getRetryAttempts() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSchemaObjectCollector() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.SchemaObjectContext
-
- getSchemaObjectContext() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
-
- getSchemaObjectDefiner() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.SchemaObjectContext
-
- getSchemaObjectTypes() - Method in interface org.springframework.data.gemfire.config.schema.SchemaObjectDefiner
-
- getSchemaObjectTypes() - Method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectDefiner
-
- getSchemaObjectTypes() - Method in class org.springframework.data.gemfire.config.schema.support.IndexDefiner
-
- getSchemaObjectTypes() - Method in class org.springframework.data.gemfire.config.schema.support.RegionDefiner
-
- getScope() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getScope() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Returns the configured Scope
of the Region
affecting data distribution
and acknowledgement strategy (useful in consistency) for the Region
.
- getScope(ScopeType) - Static method in enum org.springframework.data.gemfire.ScopeType
-
Null-safe operation to extract the GemFire Scope from the given ScopeType enum value, or null if the provided
scopeType is null.
- getScope() - Method in enum org.springframework.data.gemfire.ScopeType
-
Gets the matching GemFire Scope for this enumerated value.
- getSearchTimeout() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getSecurityManager() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Returns the SecurityManager
used to secure this cache.
- getSelectResults() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
Return the configured, underlying SelectResults
used as the delegate
backing this SelectResults
implementation.
- getSerializerBeanName() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- getServerConnectionTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getServerConnectionTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getServerConnectionTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getServerConnectionTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getServerConnectionTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getServerConnectionTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getServerGroup() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getServerGroup() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getServerGroup(String) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getServerGroup() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getServerGroup() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getServerGroup() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getServerLoadProbe() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getServerRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Returns the configured RegionShortcut
specifying the data management policy to use
when creating a server (peer) Region
.
- getServerRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- getServerRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- getServerRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getServers() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getServers() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getServers(List<InetSocketAddress>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getServers() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getServers() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getShortcut() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Returns the configured RegionShortcut
.
- getSize() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- getSmartLifecycleComponent() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getSnapshotMetadata() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Gets the meta-data used to perform the GemFire Cache Region data snapshots.
- getSnapshotService() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
-
- getSnapshotService() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getSocketConnectTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSocketConnectTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSocketConnectTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSocketConnectTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSocketConnectTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSocketConnectTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSocketFactory() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSocketFactory() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSocketFactory() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- getSocketFactory(SocketFactory) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSocketFactory() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSocketFactory() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSocketFactoryBeanName() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSocketReadTimeout() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getSocketReadTimeout() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getSort() - Method in class org.springframework.data.gemfire.domain.EmptySlice
-
- getSort() - Method in class org.springframework.data.gemfire.domain.ListablePage
-
- getSort() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- getSource() - Method in class org.springframework.data.gemfire.function.config.AnnotationFunctionExecutionConfigurationSource
-
- getSource() - Method in interface org.springframework.data.gemfire.function.config.FunctionExecutionConfigurationSource
-
Returns the actual source object that the configuration originated from.
- getSource() - Method in class org.springframework.data.gemfire.function.config.XmlFunctionExecutionConfigurationSource
-
- getStatisticInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getStatisticInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getStatisticInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getStatisticInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getStatistics() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getStatistics() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getStatisticsEnabled() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- getStatisticsEnabled() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- getStatisticsEnabled() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- getStatisticsInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getStatisticsInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSubregionFromRegion(String) - Static method in class org.springframework.data.gemfire.support.GemfireFunctions
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionAckInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSubscriptionCapacity() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getSubscriptionDiskStoreName() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSubscriptionEvictionPolicy() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionMessageTrackingTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionRedundancy(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- getSubscriptionTimeoutMultiplier() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionTimeoutMultiplier(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionTimeoutMultiplier() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionTimeoutMultiplier() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSupportedClasses() - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
-
- getSuppressImportOnInit() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Determines whether importing on initialization should be suppressed.
- getTarget() - Method in interface org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.PdxConfigurer
-
- getTarget() - Method in class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
-
- getTarget() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- getTaskExecutor() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Returns a reference to the configured TaskExecutor
.
- getTaskExecutorBeanName() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- getTcpNoDelay() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getTemplate() - Method in class org.springframework.data.gemfire.repository.query.PartTreeGemfireRepositoryQuery
-
Returns a reference to the
GemfireTemplate
used to perform all data access and query operations.
- getTemplate() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
Returns a reference to the
GemfireTemplate
used to perform all data access and query operations.
- getTemplate() - Method in class org.springframework.data.gemfire.repository.query.support.TemplateBasedOqlQueryExecutor
-
Gets the configured
GemfireTemplate
used to execute Apache Geode
OQL queries
.
- getTemplate() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- getThreshold() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Get the threshold used by the LRU algorithm in ENTRY_COUNT and MEMORY_SIZE eviction policy.
- getTimeout() - Method in class org.springframework.data.gemfire.expiration.ExpirationAttributesFactoryBean
-
Gets the number of seconds before a Region or an Entry expires.
- getTimestampAsLocalDateTime() - Method in class org.springframework.data.gemfire.transaction.event.TransactionApplicationEvent
-
- getTimestampAsString() - Method in class org.springframework.data.gemfire.transaction.event.TransactionApplicationEvent
-
- getTimestampAsString(String) - Method in class org.springframework.data.gemfire.transaction.event.TransactionApplicationEvent
-
- getTimeToLive(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Gets the TimeToLiveExpiration Annotation meta-data from the Region Entry.
- getTotalElements() - Method in class org.springframework.data.gemfire.domain.EmptyPage
-
- getTotalElements() - Method in class org.springframework.data.gemfire.domain.ListablePage
-
- getTotalElements() - Method in class org.springframework.data.gemfire.domain.support.AbstractPageSupport
-
- getTotalPages() - Method in class org.springframework.data.gemfire.domain.EmptyPage
-
- getTotalPages() - Method in class org.springframework.data.gemfire.domain.ListablePage
-
- getTotalPages() - Method in class org.springframework.data.gemfire.domain.support.AbstractPageSupport
-
- getTransactionListeners() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Returns the List
of configured, application-defined TransactionListeners
registered with the cache (transaction manager) to enable applications to receive transaction events after a
transaction is processed (i.e.
- getTransactionListeners() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getTransactionWriter() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Return the configured TransactionWriter
used to process and handle transaction events.
- getTransactionWriter() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getTransactionWriterOne() - Method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
-
Returns a reference to the first TransactionWriter
in the composition.
- getTransactionWriterTwo() - Method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
-
Returns a reference to the second TransactionWriter
in the composition.
- getTransportFilters() - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- getTransportFilters() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getType() - Method in class org.springframework.data.gemfire.client.Interest
-
Returns the type of interest registration (e.g.
- getType() - Method in class org.springframework.data.gemfire.client.KeyInterest
-
- getType() - Method in class org.springframework.data.gemfire.client.RegexInterest
-
- getType() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
- getType() - Method in class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition.IndexWrapper
-
- getType() - Method in class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
-
- getType() - Method in class org.springframework.data.gemfire.config.schema.SchemaObjectDefinition
-
- getType() - Method in class org.springframework.data.gemfire.domain.support.AbstractIndexSupport
-
- getType() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Gets the eviction policy and algorithm used by the Region.
- getType() - Method in enum org.springframework.data.gemfire.GemFireProperties
-
Gets the declared type
of this property.
- getType() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getTypeFilters() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Returns the
type filters
used to filter
types
serializable
by this
PdxSerializer
.
- getTypeName() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
Returns the name
of this GemfirePersistentProperty's
type
.
- getUseClusterConfiguration() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Return the state of the use-shared-configuration Pivotal GemFire/Apache Geode
distribution configuration setting.
- getUseClusterConfiguration() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getUseUDPMembershipMessenger() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Return the state of the use-udp-membership-messengerproperty.
- getUseUDPMembershipMessenger() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- getValueConstraint() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- ID - Static variable in class org.springframework.data.gemfire.client.function.ListRegionsOnServerFunction
-
- IdleTimeoutExpiration - Annotation Type in org.springframework.data.gemfire.expiration
-
IdleTimeoutExpiration is an enumerated type encapsulating custom expiration settings for application domain objects
to express their idle-timeout (TTI) expiration policy.
- Import - Annotation Type in org.springframework.data.gemfire.repository.query.annotation
-
The Import class is a annotation type indicating a GemFire OQL Query Import to refer to the class of an object
in cases where the same class name resides in two different name scopes (packages), then you must be able to
differentiate the classes having the same name.
- IMPORT_OQL_TEMPLATE - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- IMPORT_PATTERN - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- ImportSnapshotApplicationEvent<K,V> - Class in org.springframework.data.gemfire.snapshot.event
-
The ImportSnapshotApplicationEvent class is a Spring ApplicationEvent signaling a GemFire Cache or Region 'export'
snapshot event.
- ImportSnapshotApplicationEvent(Object, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.ImportSnapshotApplicationEvent
-
Constructs an instance of ImportSnapshotApplicationEvent initialized with an event source and optional meta-data
describing the data snapshots to be imported.
- ImportSnapshotApplicationEvent(Object, String, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.ImportSnapshotApplicationEvent
-
Constructs an instance of ImportSnapshotApplicationEvent initialized with an event source, a pathname
of the Region in which data is imported along with meta-data describing the details of the snapshot source.
- ImportSnapshotException - Exception in org.springframework.data.gemfire.snapshot
-
The ImportSnapshotException class is a RuntimeException indicating an error occurred while loading GemFire Snapshots
into the GemFire Cache Regions.
- ImportSnapshotException() - Constructor for exception org.springframework.data.gemfire.snapshot.ImportSnapshotException
-
- ImportSnapshotException(String) - Constructor for exception org.springframework.data.gemfire.snapshot.ImportSnapshotException
-
- ImportSnapshotException(Throwable) - Constructor for exception org.springframework.data.gemfire.snapshot.ImportSnapshotException
-
- ImportSnapshotException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.snapshot.ImportSnapshotException
-
- IN_PARAMETER_PATTERN - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- IN_PATTERN - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- IN_VALUES_TEMPLATE - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- IndexCollector - Class in org.springframework.data.gemfire.config.schema.support
-
The
IndexCollector
class is an implementation of the
SchemaObjectCollector
that is capable of
inspecting a context and finding all
Index
schema object instances that have been declared in that context.
- IndexCollector() - Constructor for class org.springframework.data.gemfire.config.schema.support.IndexCollector
-
- IndexConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
- IndexConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.IndexConfiguration
-
- IndexConfigurer - Interface in org.springframework.data.gemfire.config.annotation
-
The
IndexConfigurer
interface defines a contract for implementing
Objects
in order to
customize the configuration of Entity-defined
Indexes
when a user annotates her Spring application
Configuration
Class
with
EnableIndexing
.
- IndexDefiner - Class in org.springframework.data.gemfire.config.schema.support
-
The {{@link IndexDefiner }} class is responsible for defining an {@link Index} given a reference to
an {@link Index} instance.
- IndexDefiner() - Constructor for class org.springframework.data.gemfire.config.schema.support.IndexDefiner
-
- IndexDefinition - Class in org.springframework.data.gemfire.config.schema.definitions
-
IndexDefinition
is an Abstract Data Type (ADT) encapsulating the configuration meta-data used to define
a new Apache Geode / Pivotal GemFire
Region
Index
.
- IndexDefinition(Index) - Constructor for class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition
-
- IndexDefinition.IndexWrapper - Class in org.springframework.data.gemfire.config.schema.definitions
-
- Indexed - Annotation Type in org.springframework.data.gemfire.mapping.annotation
-
- IndexFactoryBean - Class in org.springframework.data.gemfire
-
Spring FactoryBean
used to construct, configure and initialize an Index
.
- IndexFactoryBean() - Constructor for class org.springframework.data.gemfire.IndexFactoryBean
-
- IndexFactoryBean.IndexWrapper - Class in org.springframework.data.gemfire
-
- IndexMaintenancePolicyConverter - Class in org.springframework.data.gemfire
-
The IndexMaintenanceTypeConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting
a String into a specific SDG IndexMaintenancePolicyType.
- IndexMaintenancePolicyConverter() - Constructor for class org.springframework.data.gemfire.IndexMaintenancePolicyConverter
-
- IndexMaintenancePolicyType - Enum in org.springframework.data.gemfire
-
- IndexType - Enum in org.springframework.data.gemfire
-
IndexType
is an enumerated type of Apache Geode
Index Types
.
- IndexTypeConverter - Class in org.springframework.data.gemfire
-
The IndexTypeConverter class is a Spring Converter implementation as well as a JavaBeans PropertyEditor
that converts a given String value into a proper IndexType.
- IndexTypeConverter() - Constructor for class org.springframework.data.gemfire.IndexTypeConverter
-
- IndexWrapper(String, String, String, IndexType) - Constructor for class org.springframework.data.gemfire.config.schema.definitions.IndexDefinition.IndexWrapper
-
- IndexWrapper(QueryService, String) - Constructor for class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- INFRASTRUCTURE_ROLES - Static variable in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- init() - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
-
Initializes a GemFireCache
.
- init(LogWriter, LogWriter) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
-
Initializes this Apache Geode component by auto-wiring (configuring) any dependencies managed by
the Spring container required during authentication.
- init() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- init(Properties) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
- init(Cache, Properties) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Initializes a Spring ApplicationContext
with the given parameters specified with an Apache Geode
or Pivotal GemFire <initializer> block in cache.xml.
- init(Properties) - Method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
-
- initApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Initializes the given ApplicationContext by registering this SpringContextBootstrappingInitializer as an
ApplicationListener and registering a runtime shutdown hook.
- initEvaluationContext() - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Initializes the Spring Expression Language (SpEL) EvaluationContext
used to parse property placeholder
and SpEL expressions in the Expiration annotation attribute values.
- initialize(T) - Method in interface org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.CacheFactoryInitializer
-
Initialize the given cache factory.
- initialize(PoolFactory) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- initialize(PoolFactory) - Method in interface org.springframework.data.gemfire.client.PoolFactoryBean.PoolFactoryInitializer
-
Initializes the given PoolFactory
.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.data.gemfire.support.DisableBeanDefinitionOverridingApplicationContextInitializer
-
- initialize(Cache, Properties) - Method in class org.springframework.data.gemfire.support.LazyWiringDeclarableSupport
-
Initialization method called by GemFire with the configured parameters once this Declarable
object
has been constructed by GemFire and the <initalizer> element is parsed
in GemFire's configuration meta-data during startup.
- initialize(Cache, Properties) - Method in class org.springframework.data.gemfire.support.WiringDeclarableSupport
-
- initialize(Cache, Properties) - Method in class org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
-
- initializeBeanFactoryLocator() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- initializeFactory(Object) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
- initializeFactory(Object) - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
-
- initLogger() - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Initialization method for the logger used to log important messages from this initializer.
- insert(Object[], int, Object) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Insert an element into the given array at position (index).
- INSTANCE - Static variable in class org.springframework.data.gemfire.client.ClientRegionShortcutToDataPolicyConverter
-
- INSTANCE - Static variable in class org.springframework.data.gemfire.client.support.ClientCacheFactoryCacheResolver
-
- INSTANCE - Static variable in class org.springframework.data.gemfire.RegionShortcutToDataPolicyConverter
-
- INSTANCE - Static variable in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
-
- INSTANCE - Static variable in class org.springframework.data.gemfire.support.CacheFactoryCacheResolver
-
- INSTANCE - Static variable in class org.springframework.data.gemfire.support.NoOpBeanFactoryPostProcessor
-
- InstantiatorFactoryBean - Class in org.springframework.data.gemfire.serialization
-
FactoryBean
that eases registration of custom
Instantiator
through
InstantiatorGenerator
s, inside the Spring container.
- InstantiatorFactoryBean() - Constructor for class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
- InstantiatorGenerator - Interface in org.springframework.data.gemfire.serialization
-
Factory that generates Instantiator
classes to improve instantiation of
custom types.
- Interest<K> - Class in org.springframework.data.gemfire.client
-
The Interest class holds details for registering a client interest.
- Interest(K) - Constructor for class org.springframework.data.gemfire.client.Interest
-
Constructs an instance of non-durable
Interest
initialized with the given key to register interest in,
using the
InterestResultPolicy.DEFAULT
to initialize the client cache and receiving values by default.
- Interest(K, InterestResultPolicy) - Constructor for class org.springframework.data.gemfire.client.Interest
-
Constructs an instance of non-durable
Interest
initialized with the given key to register interest in,
the given
InterestResultPolicy
used to initialize the client cache, receiving values by default.
- Interest(K, InterestResultPolicy, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
-
Constructs an instance of
Interest
initialized with the given key to register interest in,
the given
InterestResultPolicy
used to initialize the client cache, the given boolean value
to indicate whether interest registration should be durable, receiving values by default.
- Interest(K, InterestResultPolicy, boolean, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
-
Constructs an instance of
Interest
initialized with the given key to register interest in,
the given
InterestResultPolicy
used to initialize the client cache and the given boolean values
indicating whether interest registration should be durable and whether to receive values during notifications.
- Interest.Type - Enum in org.springframework.data.gemfire.client
-
Type of interest registration.
- InterestPolicyConverter - Class in org.springframework.data.gemfire
-
The InterestPolicyConverter class is a Spring Converter implementation and Java PropertyEditor handling
the conversion between Strings and GemFire InterestPolicy values.
- InterestPolicyConverter() - Constructor for class org.springframework.data.gemfire.InterestPolicyConverter
-
- InterestPolicyType - Enum in org.springframework.data.gemfire
-
The InterestPolicyType enum is an enumeration of all the GemFire Subscription, InterestPolicy values.
- InterestResultPolicyConverter - Class in org.springframework.data.gemfire.client
-
The InterestResultPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting
a String into a GemFire InterestResultPolicyConverter.
- InterestResultPolicyConverter() - Constructor for class org.springframework.data.gemfire.client.InterestResultPolicyConverter
-
- InterestResultPolicyType - Enum in org.springframework.data.gemfire.client
-
The InterestResultPolicyType enum is an enumeration of all client Register Interests (result) policy values.
- INVALID_NO_EPHEMERAL_PORT_MESSAGE - Static variable in class org.springframework.data.gemfire.util.NetworkUtils
-
- INVALID_PAGE_NUMBER_MESSAGE - Static variable in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
- INVALID_PAGE_SIZE_MESSAGE - Static variable in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
- INVALID_PORT_MESSAGE - Static variable in class org.springframework.data.gemfire.util.NetworkUtils
-
- invoke(MethodInvocation) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- invokeFunction(Method, Object[]) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- invokeFunction(Method, Object[]) - Method in class org.springframework.data.gemfire.function.execution.OnRegionFunctionProxyFactoryBean
-
- invokeListenerMethod(CqEvent, String) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Invoke the specified listener method.
- invokeTargetMethod(Object[]) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- is(boolean) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- isActive() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Determines whether this container is currently active, i.e., whether it has been setup and initialized
but not shutdown yet.
- isAlphaNumericWhitespace(char) - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether the given character
is an alphanumeric or whitespace character.
- isAnd() - Method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
-
- isAnnotationPresent(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- isAnnotationPresent(AnnotationMetadata, String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Determines whether the given type meta-data
for a particular Class
is annotated with the given Annotation
defined by name
.
- isAuthenticated() - Method in interface org.springframework.data.gemfire.config.annotation.support.Authentication
-
Determines whether the principal has been successfully authenticated.
- isAuthenticationCredentialsSet(String, char[]) - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
-
- isAutoStartup() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- isAutoStartup() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
-
- isAutoStartup() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- isAutoStartup() - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- isAutoStartup() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Determines whether this CQ listener container will automatically start on startup.
- isAutoStartup() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- isAutoStartup() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- isAutoStartup() - Method in interface org.springframework.data.gemfire.support.SmartLifecycleSupport
-
- isBatchConflationEnabled() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isBeanDefinitionOfType(BeanDefinition, Class<?>) - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
-
- isBeanDefinitionOfType(BeanDefinition, String) - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
-
- isBeanDefinitionOfType(BeanDefinition, Predicate<String>) - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
-
- isCacheServerApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this is a GemFire
CacheServer
application,
which is indicated by the presence of the
CacheServerApplication
annotation on a Spring application
@Configuration
class.
- isCacheServerOrPeerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this is a GemFire
CacheServer
or
peer cache
application, which is indicated by the presence
of either the
CacheServerApplication
annotation or the
PeerCacheApplication
annotation
on a Spring application
@Configuration
class.
- isCacheSnapshotEvent() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Determines whether this event indicates a Cache-wide snapshot.
- isCacheXmlPresent() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Determines whether a cache.xml Resource
exists (i.e.
- isCacheXmlResolvableAsAFile() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Determines whether the optionally configured cache.xml is resolvable as a File
in the file system.
- isCaching() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isClassAvailable(String) - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isClient(GemFireCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isClient(Region<?, ?>) - Static method in class org.springframework.data.gemfire.util.RegionUtils
-
Determines whether the target Region
is a client Region
.
- isClientCache() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.SchemaObjectContext
-
- isClientCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this is a GemFire
ClientCache
application,
which is indicated by the presence of the
ClientCacheApplication
annotation on a Spring application
@Configuration
class.
- isClientCacheBean(BeanDefinition) - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
-
- isClientPeerOrServerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determine whether this Spring application is a CacheServer
,
ClientCache
or a Cache
application.
- isClientRegionBean(BeanDefinition) - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
-
- isClose() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Returns a boolean value used to determine whether the cache will be closed on shutdown of the Spring container.
- isClose() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- isClose() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- isCloseable(Region<?, ?>) - Static method in class org.springframework.data.gemfire.util.RegionUtils
-
Determines whether the given Region
is closeable.
- isConnected(DistributedSystem) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- isCopyOnRead() - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Determines whether objects
stored in the GemFireCache
are copied when read
(i.e.
- isCopyOnRead() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Indicates whether copy on read is set and used for fetch data access operations.
- isDebugLoggingEnabled() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Determines whether DEBUG logging is enabled.
- isDefaultPool(Pool) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isDefaultPool(String) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isDefine() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Returns a boolean indicating whether the
Index
declared and defined by this
IndexFactoryBean
will only be defined initially, or defined and created.
- isDerivedQuery() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
Determines whether the OQL query represented by this RepositoryQuery
is derived from
the Repository
infrastructure QueryMethod
name/signature conventions.
- isDestroyed() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- isDestroyed() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- isDestroyed() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- isDirectory() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- isDiskSynchronous() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isDurable() - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether the interest registration is durable and persists between cache client sessions.
- isDurable() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
Determines whether the CQ is durable.
- isDurable(ClientCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isDynamic() - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
-
Determines whether this CacheManager
allows the dynamic creation of a Cache
at runtime.
- isEmpty() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- isEmpty() - Method in class org.springframework.data.gemfire.support.CompositeLifecycle
-
Returns a boolean value indicating whether this composite contains any Lifecycle
objects.
- isEmpty() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
-
Determines whether this collection contains any ConnectionEndpoints.
- isEmpty(Object[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Determines whether the given array is empty or not.
- isErrorLoggingEnabled() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Determines whether ERROR logging is enabled.
- isExistingTransaction(Object) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
- isExpirationConfigured(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Determines whether the Region Entry has been annotated with the Expiration Annotation.
- isExplicitIdProperty() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
- isExposeNativeRegion() - Method in class org.springframework.data.gemfire.GemfireTemplate
-
Determines whether to expose the native
Region
or the
Region
proxy
to
GemfireCallback
code.
- isFile() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- isFilterPresent() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- isFirst() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- isFollowRedirects() - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate.FollowRedirectsSimpleClientHttpRequestFactory
-
- isFunctional(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
-
Null-safe operation to determine if the given
IndexType
is a FUNCTIONAL Index.
- isFunctional() - Method in enum org.springframework.data.gemfire.IndexType
-
Determines whether this
IndexType
is a FUNCTIONAL Index.
- isFunctionExecutedOnSingleServerOrSingleMember(Method) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- isGemfireFeatureAvailable(GemfireFeature) - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isGemfireFeatureAvailable(Element) - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isGemfireFeatureUnavailable(GemfireFeature) - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isGemfireFeatureUnavailable(Element) - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isGemfireFunction(Method) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Determines whether the given
Method
is a POJO,
GemfireFunction
annotated
Method
.
- isHA() - Method in class org.springframework.data.gemfire.client.function.ListRegionsOnServerFunction
-
- isHA() - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- isHash(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
-
Null-safe operation to determine if the given
IndexType
is a HASH Index.
- isHash() - Method in enum org.springframework.data.gemfire.IndexType
-
Determines whether this
IndexType
is a HASH Index.
- isHeapLru() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isHeapLru() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isIdleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
-
Determines whether Idle Timeout Expiration (TTI) was configured for this expiration policy.
- isIdleTimeoutConfigured(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Determines whether the Region Entry has been annotated with the IdleTimeoutExpiration Annotation.
- isIdProperty() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
- isIgnoreIfExists() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Determines whether to ignore the
Index
defined by this
IndexFactoryBean
when an
IndexExistsException
or
IndexNameConflictException
is thrown.
- isIgnoreUnreadFields() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- isInfoLoggingEnabled() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Determines whether INFO logging is enabled.
- isInitialized() - Method in class org.springframework.data.gemfire.support.LazyWiringDeclarableSupport
-
Determines whether this Declarable
object has been properly configured and initialized
by the Spring container.
- isInstanceOfFunctionReturnType(MethodInvocation, Object) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- isInvokeCallbacks() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- isIterable(Object) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- isJarFile(File) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
-
- isJava11() - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- isJava17() - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- isJava8() - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- isKeepAlive() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Determines whether the server(s) should keep the durable client's queue alive for the duration of the timeout
when the client voluntarily disconnects.
- isKey(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
-
Null-safe operation to determine if the given
IndexType
is a KEY Index.
- isKey() - Method in enum org.springframework.data.gemfire.IndexType
-
Determines whether this IndexType is a KEY Index.
- isKeyType() - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether this
Interest
is a KEY interest registration.
- isLast() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- isLimited() - Method in class org.springframework.data.gemfire.repository.query.QueryString
-
Determines whether a LIMIT is present in the OQL query.
- isLocal() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isLocal() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isLocal(Region<?, ?>) - Static method in class org.springframework.data.gemfire.util.RegionUtils
-
Determines whether the given Region
is a non-distributed, local Region
.
- isLookupEnabled() - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- isLookupEnabled() - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
- isManualStart() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- isManualStart() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isMatch(SnapshotApplicationEvent) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Determines whether the details of the given SnapshotApplicationEvent match the criteria of this factory
to trigger a GemFire Cache or Region data export.
- isMatchingBean(BeanFactory, String, Class<?>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
Determines whether a given bean registered in the Spring container
matches by
both name
and type
.
- isMatchingGemfireFunction(Method, String) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Determines whether the given
Method
is a POJO,
GemfireFunction
annotated
Method
having an ID matching the given
functionId
.
- isModifiable() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- isNamed() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
Determines whether the CQ was named.
- isNewerThanOrEqualTo(JavaVersion) - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- isNonExistingIndex(GemFireCache, IndexDefinition) - Method in class org.springframework.data.gemfire.config.admin.functions.CreateIndexFunction
-
- isNotAlphaNumericWhitespace(char) - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether the given character
is a special character (non-alphanumeric, non-whitespace).
- isNotClosed(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Determines if the GemFireCache
has not been closed yet.
- isNotConnected(DistributedSystem) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- isNotDefaultPool(Pool) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isNotDefaultPool(String) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isNotEmpty(Object[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Determines whether the given array is empty or not.
- isNotInfrastructureBean(Object) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Null-safe method used to determine whether the given bean
is a Spring container provided
infrastructure bean.
- isNotInfrastructureBean(BeanDefinition) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Null-safe method used to determine whether the bean defined by the given BeanDefinition
is a Spring container provided infrastructure bean.
- isNotInfrastructureClass(BeanDefinition) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Null-safe method used to determine whether the bean defined by the given BeanDefinition
is a Spring container infrastructure bean based on the bean's class name.
- isNotInfrastructureRole(BeanDefinition) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Null-safe method to determines whether the bean defined by the given BeanDefinition
is a Spring container infrastructure bean based on the bean's role.
- isNotInitialized() - Method in class org.springframework.data.gemfire.support.LazyWiringDeclarableSupport
-
Determines whether this Declarable
object has been properly configured and initialized
by the Spring container.
- isNotInstanceOfFunctionReturnType(MethodInvocation, Object) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- isNotPersistent() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- isNotPersistent() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Returns true when the user explicitly specified a value for the persistent attribute and it is false.
- isNotPersistent() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- isOffHeap() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Returns a boolean value indicating whether off-heap memory use was enabled for this Region
.
- isOlderThan(JavaVersion) - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- isOr() - Method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
-
- isOverflow() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isOverflow() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isOverride() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Determines whether to override an existing
Index
having the same definition but different name
as the
Index
that would be created by this
IndexFactoryBean
.
- isPageOne(Pageable) - Static method in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
Null-safe method to determine whether the given page request
is for page one.
- isPagingPresent(QueryMethod) - Static method in class org.springframework.data.gemfire.repository.query.support.PagingUtils
-
Null-safe method used to determine whether the given QueryMethod
represents (models) a paged query.
- isParallel() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- isParallel() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isParallelEventQueue() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- isParallelGatewaySender() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- isPartition() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isPaused() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isPauseEventDispatching() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- isPeer(GemFireCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isPeerCache() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.SchemaObjectContext
-
- isPeerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this is a GemFire peer
Cache
application,
which is indicated by the presence of the
PeerCacheApplication
annotation on a Spring application
@Configuration
class.
- isPersistenceEnabled() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isPersistent() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- isPersistent() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isPersistent() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- isPersistent() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Returns true when the user explicitly specified a value for the persistent attribute and it is true.
- isPersistent() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isPersistent() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- isPersistentOverflow() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isPersistentOverflow() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isPoolBean(BeanDefinition) - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
-
- isProxy() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isProxy() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isReadSerialized() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- isReadyForEvents() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Determines whether this GemFire cache client is ready for events.
- isReceiveValues() - Method in class org.springframework.data.gemfire.client.Interest
-
Returns the type of values received by the listener.
- isRedundant() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isRegexType() - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether this
Interest
is a REGEX interest registration.
- isRegionBeanType() - Method in class org.springframework.data.gemfire.config.support.AbstractDependencyStructuringBeanFactoryPostProcessor
-
- isRegionFactoryBean(Object) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
- isRegionFactoryBean(Object) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
- isRegionSnapshotEvent() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Determines whether this event indicates a Region-specific snapshot.
- isRegularExpression(Object) - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether the given key
is a Regular Expression (Regex).
- isRegularExpression(String) - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether the given key
is a Regular Expression (Regex).
- isReplicate() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isRequested() - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration.SpringDataGeodeAuthentication
-
- isRequested() - Method in interface org.springframework.data.gemfire.config.annotation.support.Authentication
-
Determines whether authentication was actually requested.
- isResumeWaitTimeSet() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Determines whether the user specified a wait time for resuming a GemFire cache transaction.
- isRunning() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- isRunning() - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- isRunning() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Determines whether the container has be started and is currently running.
- isRunning() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- isRunning() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- isRunning() - Method in class org.springframework.data.gemfire.support.CompositeLifecycle
-
Determines whether any Lifecycle
object contained by this composite is running.
- isRunning() - Method in interface org.springframework.data.gemfire.support.SmartLifecycleSupport
-
- isRunning() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isSerialEventQueue() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- isSerialGatewaySender() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- isServer(Region<?, ?>) - Static method in class org.springframework.data.gemfire.util.RegionUtils
-
Determines whether the target Region
is a server-side Region
.
- isShiroSecurityConfigured() - Method in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
Determines whether Apache Geode's Apache Shiro Security Framework support is enabled or available.
- isShiroSecurityNotConfigured() - Method in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
Determines whether Apache Geode's Apache Shiro Security Framework support is enabled or available.
- isSingleton() - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.expiration.ExpirationAttributesFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.function.FunctionServiceFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Determines this this FactoryBean creates single GemFire Snapshot Service instances.
- isSingleton() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Indicates that this FactoryBean
produces a single bean instance.
- isSingleton() - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
- isStatisticsEnabled() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- isStatisticsEnabled() - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- isStatisticsEnabled() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- isStrict() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- isThrowOnError() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Determines whether an Exception should be thrown when this Aspect is unable to perform its function.
- isTimeToLive() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
-
Determines whether Time-To-Live Expiration (TTL) was configured for this expiration policy.
- isTimeToLiveConfigured(Region.Entry<K, V>) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Determines whether the Region Entry has been annotated with the TimeToLiveExpiration Annotation.
- isTransient() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
Determines whether this
persistent property
is transient
and thus impervious to persistent operations.
- isTypedCacheApplication(Class<? extends Annotation>, AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this Spring application is annotated with the given GemFire cache type annotation.
- isUndetermined() - Method in class org.springframework.data.gemfire.util.JavaVersion
-
- isUseBeanFactoryLocator() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
- isUseBeanFactoryLocator() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- isUseBeanFactoryLocator() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- isUseClusterConfigurationService() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- isUseClusterConfigurationService() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- isUserDefinedQuery() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
Determines whether the OQL query represented by this RepositoryQuery
is user-defined
or was generated by the Spring Data Repository
infrastructure.
- isUserLevelMethod(Method) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Determines whether the given Method
was declared and defined by the user.
- isUseUDPMembershipMessenger() - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- isUseUDPMembershipMessenger() - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- isValidNonEphemeralPort(int) - Static method in class org.springframework.data.gemfire.util.NetworkUtils
-
- isValidPort(int) - Static method in class org.springframework.data.gemfire.util.NetworkUtils
-
Determines whether the given port
is valid.
- isValuable(String) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
Determine whether the given String
value is a valid Properties
value.
- isWarnLoggingEnabled() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Determines whether WARN logging is enabled.
- iterable(Enumeration<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Adapts the given Enumeration as an Iterable object for use within a for each loop.
- iterable(Iterator<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Adapts the given Iterator as an Iterable object for use within a for each loop.
- IterableArray(T[]) - Constructor for class org.springframework.data.gemfire.util.ArrayUtils.IterableArray
-
- iterator() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
- iterator() - Method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectCollector
-
- iterator() - Method in class org.springframework.data.gemfire.config.schema.support.ComposableSchemaObjectDefiner
-
- iterator() - Method in class org.springframework.data.gemfire.domain.ListablePage
-
- iterator() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- iterator() - Method in class org.springframework.data.gemfire.mapping.Regions
-
- iterator() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- iterator() - Method in class org.springframework.data.gemfire.repository.query.PagedSelectResults
-
- iterator() - Method in class org.springframework.data.gemfire.support.CompositeLifecycle
-
Returns an Iterator
over the Lifecycle
objects contained by this composite.
- iterator() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
-
- iterator() - Method in class org.springframework.data.gemfire.util.ArrayUtils.IterableArray
-
- rebalance() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- receivesValues(boolean) - Method in class org.springframework.data.gemfire.client.Interest
-
Builder method to set whether the interest event notifications will receive values along with keys.
- redisServiceProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- refreshApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Refreshes the given ApplicationContext making the context active.
- RegexInterest - Class in org.springframework.data.gemfire.client
-
Cache interest based on regular expression rather then individual key types.
- RegexInterest(String) - Constructor for class org.springframework.data.gemfire.client.RegexInterest
-
- RegexInterest(String, InterestResultPolicy) - Constructor for class org.springframework.data.gemfire.client.RegexInterest
-
- RegexInterest(String, InterestResultPolicy, boolean) - Constructor for class org.springframework.data.gemfire.client.RegexInterest
-
- RegexInterest(String, InterestResultPolicy, boolean, boolean) - Constructor for class org.springframework.data.gemfire.client.RegexInterest
-
- Region - Annotation Type in org.springframework.data.gemfire.mapping.annotation
-
Annotation
declaring the
Region
in which the application persistent entity will be stored.
- REGION_ANNOTATION_TYPES - Static variable in annotation type org.springframework.data.gemfire.mapping.annotation.Region
-
- REGION_FOUND_LOG_MESSAGE - Static variable in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
- REGION_NOT_FOUND_ERROR_MESSAGE - Static variable in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
- REGION_PATTERN - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- RegionAttributesFactoryBean<K,V> - Class in org.springframework.data.gemfire
-
Spring FactoryBean
used to create RegionAttributes
.
- RegionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- RegionBeanDefinitionMetadata(GemfirePersistentEntity<?>) - Constructor for class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- RegionCollector - Class in org.springframework.data.gemfire.config.schema.support
-
The
RegionCollector
class is an implementation of the
SchemaObjectCollector
that is capable of
inspecting a context and finding all
Region
schema object instances that have been declared in that context.
- RegionCollector() - Constructor for class org.springframework.data.gemfire.config.schema.support.RegionCollector
-
- RegionConfigurer - Interface in org.springframework.data.gemfire.config.annotation
-
- RegionData - Annotation Type in org.springframework.data.gemfire.function.annotation
-
Used to inject Region data into a function execution.
- regionDataAccessTracingAdvice(JoinPoint) - Method in class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
-
- regionDataAccessTracingAspect() - Method in class org.springframework.data.gemfire.config.annotation.RegionDataAccessTracingConfiguration
-
- RegionDataAccessTracingAspect - Class in org.springframework.data.gemfire.config.annotation.support
-
The RegionDataAccessTracingAspect class...
- RegionDataAccessTracingAspect() - Constructor for class org.springframework.data.gemfire.config.annotation.support.RegionDataAccessTracingAspect
-
- RegionDataAccessTracingConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The RegionDataAccessTracingConfiguration class...
- RegionDataAccessTracingConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.RegionDataAccessTracingConfiguration
-
- RegionDefiner - Class in org.springframework.data.gemfire.config.schema.support
-
The {RegionDefiner} class is responsible for defining a {@link Region}
given a reference to a {@link Region} instance.
- RegionDefiner() - Constructor for class org.springframework.data.gemfire.config.schema.support.RegionDefiner
-
- RegionDefiner(RegionShortcut) - Constructor for class org.springframework.data.gemfire.config.schema.support.RegionDefiner
-
- RegionDefinition - Class in org.springframework.data.gemfire.config.schema.definitions
-
RegionDefinition
is an Abstract Data Type (ADT) encapsulating the configuration meta-data used to
define a new Apache Geode / Pivotal GemFire cache
Region
.
- RegionDefinition(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.config.schema.definitions.RegionDefinition
-
- RegionResolver - Interface in org.springframework.data.gemfire
-
The
RegionResolver
interface is a Strategy interface used to encapsulate different algorithms
(Strategies) used to resolve a cache
Region
.
- 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
Region
s and
MappingContext
.
- RegionServiceRegionResolver<T extends org.apache.geode.cache.RegionService> - Class in org.springframework.data.gemfire.support
-
RegionResolver
implementation used to resolve a cache
Region
identified by
name
using the configured
RegionService
.
- RegionServiceRegionResolver(RegionServiceRegionResolver.RegionServiceResolver<T>) - Constructor for class org.springframework.data.gemfire.support.RegionServiceRegionResolver
-
- RegionServiceRegionResolver.RegionServiceResolver<T extends org.apache.geode.cache.RegionService> - Interface in org.springframework.data.gemfire.support
-
- RegionShortcutConverter - Class in org.springframework.data.gemfire
-
The RegionShortcutConverter class is a Spring Converter implementation converting String value Region Shortcut
representations into actual GemFire RegionShortcut enumerated values.
- RegionShortcutConverter() - Constructor for class org.springframework.data.gemfire.RegionShortcutConverter
-
- RegionShortcutToDataPolicyConverter - Class in org.springframework.data.gemfire
-
Spring Converter
to convert a RegionShortcut
into a DataPolicy
.
- RegionShortcutToDataPolicyConverter() - Constructor for class org.springframework.data.gemfire.RegionShortcutToDataPolicyConverter
-
- RegionShortcutWrapper - Enum in org.springframework.data.gemfire
-
The RegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's RegionShortcuts
with Spring Data GemFire RegionShortcutWrapper enumerated values.
- RegionSnapshotServiceAdapter(RegionSnapshotService<K, V>) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
-
- RegionUtils - Class in org.springframework.data.gemfire.util
-
The
RegionUtils
class is an abstract utility class for working with
Regions
.
- RegionUtils() - Constructor for class org.springframework.data.gemfire.util.RegionUtils
-
- register(AbstractBeanDefinition) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Registers the AbstractBeanDefinition
with the BeanDefinitionRegistry
using a generated
bean name
.
- register(AbstractBeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Registers the AbstractBeanDefinition
with the given BeanDefinitionRegistry
using a generated
bean name
.
- register(MappingPdxSerializer.PdxSerializerResolver) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- register(QueryPostProcessor<Repository, String>) - Method in class org.springframework.data.gemfire.repository.query.GemfireRepositoryQuery
-
Registers the given
QueryPostProcessor
to use for processing OQL queries
generated from
Repository
query methods
.
- register(T) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Registers a Spring ApplicationListener to be notified when the Spring ApplicationContext is created by GemFire
when instantiating and initializing Declarables declared inside the <initializer> block inside GemFire's
cache.xml file.
- register(Class<?>) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Registers the specified Spring annotated POJO class, which will be used to configure and initialize
the Spring ApplicationContext.
- registerAliases(Set<String>, BeanFactory) - Static method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
Registers all the provided names for given Spring BeanFactory
.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServerConfiguration
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServersConfiguration
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolsConfiguration
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoresConfiguration
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
Registers
Region
bean definitions in the Spring context for all application domain object
that have been identified as
persistent entities
.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.GatewayReceiverConfiguration
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.GatewaySenderConfiguration
-
Processes the
EnableGatewaySender
annotation by configuring and registerig a
BeanDefinition
for a
GatewaySender
.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.GatewaySendersConfiguration
-
- registerBeanDefinitions(AnnotationMetadata, Map<String, Object>, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.OffHeapConfiguration
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- registerBeanDefinitions(AnnotationMetadata, AnnotationAttributes, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- registerBeanDefinitions(AnnotationMetadata, Map<String, Object>, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionRegistrar
-
- registerBeanDefinitions(Element, ParserContext) - Method in class org.springframework.data.gemfire.function.config.FunctionExecutionBeanDefinitionRegistrar
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessorRegistrar
-
- registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
-
- registerCacheServerFactoryBeanDefinition(AnnotationAttributes, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServerConfiguration
-
- registerCacheServerFactoryBeanDefinition(AbstractBeanDefinition, String, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServerConfiguration
-
- registerClientGemFirePropertiesConfigurer(BeanDefinitionRegistry, Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- registerCustomEditors(PropertyEditorRegistry) - Method in class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.CustomEditorPropertyEditorRegistrar
-
- registerDiskStoreBeanDefinition(AnnotationAttributes, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
-
- registerFunctionForPojoMethod(Class<?>, String) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Bind a method
with the given Function ID
on an object
of the given type
as a Function
and register it with the FunctionService
.
- registerFunctionForPojoMethod(Object, String) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Bind a method
with the given Function ID
on the given target
as a Function
and register it with the FunctionService
.
- registerFunctionForPojoMethod(Object, Method, boolean) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Binds the given method
on the given target
as a Function
and registers it with the FunctionService
.
- registerFunctionForPojoMethod(Object, Method, AnnotationAttributes, boolean) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Wrap the target object
and method
in a GemFire/Geode Function
and register the Function
with the FunctionService
.
- registerGatewaySender(AnnotationAttributes, AnnotationAttributes, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.GatewaySenderConfiguration
-
- registerGatewaySender(String, AnnotationAttributes, AnnotationAttributes, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.GatewaySenderConfiguration
-
- registerGemFireCacheTransactionEventHandlers(CacheFactoryBean, TransactionListenerAdapter) - Method in class org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
-
- registerGemFirePropertiesBeanPostProcessor(BeanDefinitionRegistry, Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- registerGemFirePropertiesConfigurer(BeanDefinitionRegistry, Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- registerIndexBeanDefinition(AnnotationAttributes, GemfirePersistentEntity<?>, GemfirePersistentProperty, IndexType, Annotation, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.IndexConfiguration
-
- registerLocatorGemFirePropertiesConfigurer(BeanDefinitionRegistry, Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- registerPeerGemFirePropertiesConfigurer(BeanDefinitionRegistry, Properties) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- registerPoolFactoryBeanDefinition(AnnotationAttributes, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
Registers a
PoolFactoryBean
definition in the Spring application context configured with
the
EnablePool
annotation meta-data.
- registerRegionBeanDefinition(EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
Registers an individual bean definition in the Spring container for the
Region
determined from
the application domain object,
persistent entity
.
- registerSecurityManager(SecurityManager) - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
Registers the given Apache Shiro SecurityManager
with the Apache Shiro
security framework.
- registerTransactionListenerAdapterClientCacheConfigurer(ApplicationEventPublisher) - Method in class org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
-
- registerTransactionListenerAdapterPeerCacheConfigurer(ApplicationEventPublisher) - Method in class org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
-
- registerTransactionListeners(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Registers configured, application-defined TransactionListeners
with the cache
(transaction manager) to listen for and receive transaction events when a (cache) transaction is processed
(e.g.
- registerTransactionWriter(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Registers the configured, application-defined TransactionWriter
with the cache (transaction manager)
to receive transaction events with the intent to alter the transaction outcome (e.g.
- release() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator.BeanFactoryReference
-
Releases the stored reference to the Spring BeanFactory
.
- remove(K) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- remove(K) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- remove(Object) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- remove(Lifecycle) - Method in class org.springframework.data.gemfire.support.CompositeLifecycle
-
Removes the given Lifecycle
object from this composite.
- remove(Object[], int) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Remove an element from the given array at position (index).
- removeAll(Collection<?>) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- removeAll(Collection<?>) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- removeAll(Collection<?>) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- removeGatewayEventFilter(GatewayEventFilter) - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- replace(K, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- replace(K, V, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- replace(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- replace(K, V, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- ReplicatedRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
-
- ReplicatedRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.ReplicatedRegionFactoryBean
-
- ReplicateRegion - Annotation Type in org.springframework.data.gemfire.mapping.annotation
-
Annotation
defining the Replicate
Region
in which the application persistent entity will be stored.
- require(String) - Method in interface org.springframework.data.gemfire.client.PoolResolver
-
Requires a Pool
object with the given name
to exist.
- require(String) - Method in interface org.springframework.data.gemfire.RegionResolver
-
Requires a Region
resolved from the given name
.
- requireApplicationContext() - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- requireObject(T, String) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- requireObject(Supplier<T>, String) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- requireProperty(String, Class<T>) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Resolves the value for the given property identified by name
from the Spring Environment
as an instance of the specified type
.
- ResolvableRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
-
Spring FactoryBean
used to look up or create Regions
.
- ResolvableRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
- resolve() - Method in interface org.springframework.data.gemfire.CacheResolver
-
Resolves the instance reference to the GemFireCache
implementation.
- resolve(ClientCache) - Method in interface org.springframework.data.gemfire.client.PoolResolver
-
Resolves the DEFAULT Pool
from the given ClientCache
instance.
- resolve(Region<?, ?>) - Method in interface org.springframework.data.gemfire.client.PoolResolver
-
Resolves the Pool
instance used by the given Region
.
- resolve(String) - Method in interface org.springframework.data.gemfire.client.PoolResolver
-
Resolves a Pool
with the given name
.
- resolve(String) - Method in class org.springframework.data.gemfire.client.support.BeanFactoryPoolResolver
-
Resolves the managed, named
Apache Geode Pool
from the Spring BeanFactory
.
- resolve(String) - Method in class org.springframework.data.gemfire.client.support.ClientCacheDefaultPoolResolver
-
- resolve(String) - Method in class org.springframework.data.gemfire.client.support.ComposablePoolResolver
-
Attempts to resolve a
Pool
with the given
name
by delegating to the composed
PoolResolver
objects.
- resolve(Region<?, ?>) - Method in class org.springframework.data.gemfire.client.support.PoolManagerPoolResolver
-
Resolves the Pool
used by the given Region
by delegating to PoolManager.find(Region)
.
- resolve(String) - Method in class org.springframework.data.gemfire.client.support.PoolManagerPoolResolver
-
Resolves the Pool
with the given name
by delegating to PoolManager.find(String)
.
- resolve(String) - Method in class org.springframework.data.gemfire.client.support.SinglePoolPoolResolver
-
Returns the configured Pool
iff the given poolName
matches
the configured Pool
name
.
- resolve() - Method in interface org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport.TypeResolver
-
- resolve(Map<?, PdxSerializer>, PersistentProperty<?>) - Method in interface org.springframework.data.gemfire.mapping.MappingPdxSerializer.PdxSerializerResolver
-
- resolve(String) - Method in interface org.springframework.data.gemfire.RegionResolver
-
Returns a Region
resolved with the given name
.
- resolve() - Method in class org.springframework.data.gemfire.support.AbstractCachingCacheResolver
-
- resolve(String) - Method in class org.springframework.data.gemfire.support.AbstractCachingRegionResolver
-
- resolve() - Method in interface org.springframework.data.gemfire.support.RegionServiceRegionResolver.RegionServiceResolver
-
- resolve(String) - Method in class org.springframework.data.gemfire.support.SingleRegionRegionResolver
-
- resolveAction(ExpirationActionType) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
-
Resolves the ExpirationAction
used in the expiration policy.
- resolveAnnotation(AnnotatedElement, Class<A>) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Resolves the Annotation
with the given type
from the AnnotatedElement
.
- resolveBasePackages(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- resolveBean(Class<T>) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
Resolves a Spring managed bean with the given Class
type from the Spring BeanFactory
.
- resolveBeanClass(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Resolves the type
of the bean defined by the given BeanDefinition
.
- resolveBeanClass(BeanDefinition, ConfigurableBeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Resolves the type
of the bean defined by the given BeanDefinition
.
- resolveBeanClass(BeanDefinition, ClassLoader) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Resolves the type
of the bean defined by the given BeanDefinition
.
- resolveBeanClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Resolves the bean ClassLoader
to the configured ClassLoader
or the Thread Context ClassLoader
.
- resolveBeanClassLoader(BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the ClassLoader
used by the BeanDefinitionRegistry
to load Class
definitions of the beans defined in the registry.
- resolveBeanClassLoader(ConfigurableBeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the ClassLoader
used by the ConfigurableBeanFactory
to load Class
definitions of the beans created by the factory.
- resolveBeanClassName(BeanDefinition) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Resolves the class type name of the bean defined by the given BeanDefinition
.
- resolveBeanFactory(String) - Static method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
Resolves the BeanFactory
mapped to the given beanFactoryKey
.
- resolveCache() - Method in class org.springframework.data.gemfire.AbstractResolvableCacheFactoryBean
-
Resolves a GemFireCache
by attempting to lookup an existing GemFireCache
instance in the JVM,
first.
- resolveCache() - Method in class org.springframework.data.gemfire.config.admin.functions.CreateIndexFunction
-
- resolveCache() - Method in class org.springframework.data.gemfire.config.admin.functions.CreateRegionFunction
-
- resolveCache() - Method in class org.springframework.data.gemfire.config.admin.functions.ListIndexesFunction
-
- resolveCacheNames(Annotation) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
-
- resolveCacheNames(Class<?>) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
-
- resolveCacheNames(AnnotatedElement, Class<? extends Annotation>...) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.AbstractCacheNameResolver
-
- resolveCacheNames(Class<?>) - Method in interface org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.CacheNameResolver
-
- resolveCacheNames(Class<?>) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver
-
- resolveClientCache() - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- resolveClientHttpRequestInterceptors(boolean) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
Attempts to resolve a List
of ClientHttpRequestInterceptor
beans in the Spring
ApplicationContext
.
- resolveClientRegionShortcut() - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
-
Resolves the ClientRegionShortcut
used to configure and create client Regions
.
- resolveClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Resolves the ClientRegionShortcut
specifying the data management policy to use
when creating a client Region
; defaults to ClientRegionShortcut.PROXY
.
- resolveClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
-
- resolveClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- resolveClientRegionShortcut(EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata, Annotation, AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- resolveCompressorBeanName() - Method in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- resolveConfigurers() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
-
Resolves the
Configurers
defined, declared and registered in the Spring application context.
- resolveContext() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Resolves the Context
used to perform lookups of registered, managed objects in a management environment.
- resolveContinuousQueryListenerContainerConfigurers() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- resolveConversionService() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
Resolves the configured ConversionService
from the BeanFactory
.
- resolveCreateIndexUri() - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
- resolveCreateRegionUri() - Method in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
- resolveCustomPdxSerializer(PersistentProperty<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Returns a custom PdxSerializer
for the given PersistentEntity
PersistentProperty
.
- resolveDataPolicy(RegionFactory<K, V>, Boolean, DataPolicy) - Method in class org.springframework.data.gemfire.LocalRegionFactoryBean
-
- resolveDataPolicy(RegionFactory<K, V>, Boolean, String) - Method in class org.springframework.data.gemfire.LocalRegionFactoryBean
-
Resolves the Data Policy used by this "local" GemFire Region (i.e.
- resolveDataPolicy(RegionFactory<K, V>, Boolean, DataPolicy) - Method in class org.springframework.data.gemfire.PartitionedRegionFactoryBean
-
- resolveDataPolicy(RegionFactory<K, V>, Boolean, String) - Method in class org.springframework.data.gemfire.PartitionedRegionFactoryBean
-
- resolveDataPolicy(RegionFactory<K, V>, Boolean, DataPolicy) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Validates and sets the Data Policy on the RegionFactory used to create and configure the Region from this
FactoryBean.
- resolveDataPolicy(RegionFactory<K, V>, Boolean, String) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Validates the configured Data Policy and may override it, taking into account the 'persistent' attribute
and constraints for the Region type.
- resolveDataPolicy(RegionFactory<K, V>, Boolean, DataPolicy) - Method in class org.springframework.data.gemfire.ReplicatedRegionFactoryBean
-
- resolveDataPolicy(RegionFactory<K, V>, Boolean, String) - Method in class org.springframework.data.gemfire.ReplicatedRegionFactoryBean
-
- resolveDefaultPool() - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- resolveDiskStoreDirectories(String, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
-
- resolveEnableTransactionManagementAttributes(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
-
- resolveEnableTransactionManagementOrder(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
-
- resolveEntityInstantiator(PersistentEntity) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Looks up and returns a registered EntityInstantiator
used to construct and initialize an instance of
an object defined by the given PersistentEntity
(meta-data).
- resolveEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Resolves the environment
used by the application to configure the InitialContext
.
- resolveErrorHandler() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- resolveExcludes(AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- resolveGemfireAdminOperations(Environment, ClientCache) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
Attempts to resolve the the
GemfireAdminOperations
object from the Spring
ApplicationContext
which is used to create Apache Geode or Pivotal GemFire schema objects.
- resolveGemFireCache() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Resolves a reference to the GemFireCache
required by this Aspect to perform its function.
- resolveGemFireCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- resolveGemFireJcaResourceAdapterJndiName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Resolves the configured JNDI name used to lookup and resolve the GemFire JCA ResourceAdapter object
from the JNDI context in the managed environment.
- resolveGemfireMappingContext() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Attempts to resolve the
MappingContext
used to map
entities
to Apache Geode.
- resolveHasResult(Method) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- resolveHost(String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- resolveHost(String, String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- resolveId(Method, String) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- resolveIncludes(AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- resolveIndex() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- resolveManagementHttpEnableInterceptors() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- resolveManagementHttpFollowRedirects() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- resolveManagementHttpHost() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- resolveManagementHttpPort() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- resolveManagementRequireHttps() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- resolveManagementUseHttp() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- resolveMappingContext() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- resolveMappingContext() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- resolveNamedPool() - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- resolveObjectSizer(String, ApplicationContext) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
-
- resolveOqlQueryExecutor(QueryMethod) - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
Resolves the
OqlQueryExecutor
used to execute the
OQL query statement
modeled by
the given
QueryMethod
.
- resolvePdxSerializer() - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
Resolves the PdxSerializer
used to configure the cache for PDX Serialization.
- resolvePersistentEntity() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- resolvePhase() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- resolvePool() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Resolves the Pool
used to configure the ClientCache
, DEFAULT Pool
.
- resolvePool() - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- resolvePoolName() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Resolves the name of the dedicated Pool
used by all caching-defined client Regions
to send and receive data between the client and server; defaults to DEFAULT.
- resolvePoolName() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- resolvePoolName() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- resolvePort(Integer) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- resolvePort(Integer, Integer) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- resolveProperties() - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Resolves the Apache Geode Properties
used to configure the GemFireCache
.
- resolveProperties() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Resolves the Apache Geode Properties
used to configure the ClientCache
.
- resolveProperty(String, Boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the property with the given name
from the Spring Environment
as a Boolean
.
- resolveProperty(String, Double) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the property with the given name
from the Spring Environment
as an Double
.
- resolveProperty(String, Float) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the property with the given name
from the Spring Environment
as an Float
.
- resolveProperty(String, Integer) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the property with the given name
from the Spring Environment
as an Integer
.
- resolveProperty(String, Long) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the property with the given name
from the Spring Environment
as a Long
.
- resolveProperty(String, String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the property with the given name
from the Spring Environment
as a String
.
- resolveProperty(String, Class<T>) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the property with the given name
from the Spring Environment
.
- resolveProperty(String, Class<T>, T) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Attempts to resolve the property with the given name
from the Spring Environment
.
- resolveQueryService() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- resolveQueryService(Region<?, ?>) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
Returns the QueryService
used by this template in its query/finder methods.
- resolveRealms() - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
Resolves all the Apache Shiro Realms
declared and configured as Spring managed beans
in the Spring ApplicationContext
.
- resolveRegionAnnotatedPersistentEntityTypeFilters() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- resolveRegionAnnotation(Class<?>) - Static method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- resolveRegionConfigurers() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- resolveRegionName(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
-
- resolveRegionName(Object) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
-
- resolveRegionName(Class<?>, Annotation) - Static method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- resolveRegionName() - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Resolves the configured name
of the Region
.
- resolveRegionNames() - Method in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- resolveRegionService() - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- resolveRequiredGemFireObject() - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- resolveRestTemplateConfigurers() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- resolveResult(MethodInvocation, Object) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- resolveServerRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Resolves the RegionShortcut
specifying the data management policy to use
when creating a server (peer) Region
; defaults to RegionShortcut.PARTITION
.
- resolveServerRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- resolveServerRegionShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata
-
- resolveServerRegionShortcut(EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata, Annotation, AnnotationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- resolveSingleBeanFactory() - Static method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
Resolves a single Spring BeanFactory
from the mapping of registered BeanFactories
.
- resolveSingleResultIfPossible(Iterable<?>) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- resolveSnapshotMetadata(SnapshotApplicationEvent<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Resolves the SnapshotMetadata used to perform the GemFire Cache or Region data snapshot import/export.
- resolveStatisticsEnabled() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- resolveStatisticsEnabled() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- resolveTaskExecutor() - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- resolveThreshold(int, EvictionPolicyType) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
-
Resolves the Eviction policy threshold (a.k.a.
- resolveTimeout(int) - Static method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
-
Resolves the expiration timeout used in the expiration policy.
- resolveType(Interest.Type) - Method in class org.springframework.data.gemfire.client.Interest
-
- RestHttpGemfireAdminTemplate - Class in org.springframework.data.gemfire.config.admin.remote
-
- RestHttpGemfireAdminTemplate(ClientCache) - Constructor for class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
Constructs a new instance of
RestHttpGemfireAdminTemplate
initialized with the given
ClientCache
and configured with the default HTTP schema, host and port when accessing the Apache Geode or Pivotal GemFire
Management REST API interface.
- RestHttpGemfireAdminTemplate(ClientCache, String, String, int, boolean, List<ClientHttpRequestInterceptor>) - Constructor for class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
Constructs a new instance of
RestHttpGemfireAdminTemplate
initialized with the given
ClientCache
and configured with the specified HTTP scheme, host, port, redirects and
ClientHttpRequestInterceptors
when accessing the Apache Geode or Pivotal GemFire Management REST API interface.
- RestHttpGemfireAdminTemplate(ClientCache, String, String, int, boolean, List<ClientHttpRequestInterceptor>, List<RestTemplateConfigurer>) - Constructor for class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
Constructs a new instance of
RestHttpGemfireAdminTemplate
initialized with the given
ClientCache
and configured with the specified HTTP scheme, host, port, redirects and
ClientHttpRequestInterceptors
when accessing the Apache Geode or Pivotal GemFire Management REST API interface.
- RestHttpGemfireAdminTemplate.Builder - Class in org.springframework.data.gemfire.config.admin.remote
-
- RestHttpGemfireAdminTemplate.FollowRedirectsSimpleClientHttpRequestFactory - Class in org.springframework.data.gemfire.config.admin.remote
-
- RestTemplateConfigurer - Interface in org.springframework.data.gemfire.config.support
-
Configurer for a RestTemplate
.
- resume() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- retainAll(Collection<?>) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- returnPropertyIfBetterIdPropertyCandidateOrNull(GemfirePersistentProperty) - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- run() - Method in interface org.springframework.data.gemfire.util.SpringExtensions.VoidReturningThrowableOperation
-
- RuntimeExceptionFactory - Class in org.springframework.data.gemfire.util
-
The
RuntimeExceptionFactory
class is a factory for creating common
RuntimeExceptions
with the added convenience of message formatting and optional
causes
.
- RuntimeExceptionFactory() - Constructor for class org.springframework.data.gemfire.util.RuntimeExceptionFactory
-
- safeDoOperation(SpringExtensions.VoidReturningThrowableOperation) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- safeDoOperation(SpringExtensions.VoidReturningThrowableOperation, Runnable) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- safeGetValue(SpringExtensions.ValueReturningThrowableOperation<T>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- safeGetValue(SpringExtensions.ValueReturningThrowableOperation<T>, T) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- safeGetValue(SpringExtensions.ValueReturningThrowableOperation<T>, Supplier<T>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- safeGetValue(SpringExtensions.ValueReturningThrowableOperation<T>, Function<Throwable, T>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- safeResolveType(AbstractAnnotationConfigSupport.TypeResolver<T>) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- safeRunOperation(SpringExtensions.VoidReturningThrowableOperation) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- safeRunOperation(SpringExtensions.VoidReturningThrowableOperation, Function<Throwable, RuntimeException>) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- save(Wrapper<T, ID>) - Method in interface org.springframework.data.gemfire.repository.GemfireRepository
-
Save the entity wrapped by the given
Wrapper
.
- save(U) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- save(Wrapper<T, ID>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- save(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
-
- save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<Object, Object>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
-
- save(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
-
- save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
-
- save(File, SnapshotOptions.SnapshotFormat) - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
-
- save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>) - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
-
- save(File, SnapshotOptions.SnapshotFormat) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
-
- save(File, SnapshotOptions.SnapshotFormat, SnapshotOptions<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
-
- saveAll(Iterable<U>) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- scan() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Scans the Set
of base packages searching for GemFire application components
accepted by the filters of this scanner.
- SchemaObjectCollector<T> - Interface in org.springframework.data.gemfire.config.schema
-
The
SchemaObjectCollector
interface defines a contract for implementing objects to search for
and find all schema objects of a particular type in a given context.
- SchemaObjectDefiner - Interface in org.springframework.data.gemfire.config.schema
-
The
SchemaObjectDefiner
interface defines a contract for implementing objects
that can reverse engineer a schema object instance back into a definition of the schema object.
- SchemaObjectDefinition - Class in org.springframework.data.gemfire.config.schema
-
SchemaObjectDefinition
is an Abstract Data Type (ADT) encapsulating the definition of a single Apache Geode
or Pivotal GemFire schema object (e.g.
- SchemaObjectDefinition(String) - Constructor for class org.springframework.data.gemfire.config.schema.SchemaObjectDefinition
-
- SchemaObjectType - Enum in org.springframework.data.gemfire.config.schema
-
SchemaObjectType
defines an enumeration of all the types of Apache Geode or Pivotal GemFire schema objects
(e.g.
- ScopeConverter - Class in org.springframework.data.gemfire
-
The
ScopeConverter
class is a Spring
Converter
and JavaBeans
PropertyEditor
that converts a
String
into a
Scope
.
- ScopeConverter() - Constructor for class org.springframework.data.gemfire.ScopeConverter
-
- ScopeType - Enum in org.springframework.data.gemfire
-
The ScopeType enum is an enumeration of GemFire Scopes.
- searchTimeout() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
-
- SECURITY_AUTH_AUTO_CONFIGURATION_ENABLED - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration.AuthenticationAutoConfigurationEnabledCondition
-
- SECURITY_CLIENT_ACCESSOR - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_CLIENT_ACCESSOR_POST_PROCESSOR - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_CLIENT_AUTH_INIT - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_CLIENT_AUTH_INIT - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
-
- SECURITY_CLIENT_AUTH_INIT - Static variable in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- SECURITY_CLIENT_AUTHENTICATOR - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_CLIENT_DIFFIE_HELLMAN_ALGORITHM - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_LOG_FILE - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_LOG_LEVEL - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_MANAGER - Static variable in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- SECURITY_PASSWORD - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
-
- SECURITY_PASSWORD_PROPERTY - Static variable in class org.springframework.data.gemfire.config.annotation.support.AutoConfiguredAuthenticationInitializer
-
- SECURITY_PEER_AUTH_INIT - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_PEER_AUTH_INIT - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
-
- SECURITY_PEER_AUTH_INIT - Static variable in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- SECURITY_PEER_AUTHENTICATOR - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_PEER_VERIFY_MEMBER_TIMEOUT - Static variable in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- SECURITY_POST_PROCESSOR - Static variable in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- SECURITY_SHIRO_INIT - Static variable in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- SECURITY_USERNAME - Static variable in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
-
- SECURITY_USERNAME_PROPERTY - Static variable in class org.springframework.data.gemfire.config.annotation.support.AutoConfiguredAuthenticationInitializer
-
- securityAwareRestTemplateConfigurer() - Method in class org.springframework.data.gemfire.config.annotation.AutoConfiguredAuthenticationConfiguration
-
- securityProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- SELECT_COUNT_OQL_QUERY - Static variable in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- SELECT_OQL_TEMPLATE - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- serviceProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- set(int, ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
-
- setAction(EvictionAction) - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Sets the action to perform on the Region when Eviction occurs.
- setAction(ExpirationAction) - Method in class org.springframework.data.gemfire.expiration.ExpirationAttributesFactoryBean
-
Sets the action to perform when a Region or an Entry expire.
- setAlertThreshold(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setAllowForceCompaction(Boolean) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setAndGetProperties(Properties) - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Sets and then returns a reference to Apache Geode Properties
used to configure the cache.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
Sets a reference to the Spring ApplicationContext
.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Configures a reference to the Spring ApplicationContext
.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Sets a reference to the Spring ApplicationContext
.
- setAsText(String) - Method in class org.springframework.data.gemfire.support.AbstractPropertyEditorConverterSupport
-
Sets the value of this PropertyEditor
to the given String
converted to the appropriate type
.
- setAsyncEventListener(AsyncEventListener) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Configures the AsyncEventListener
called when AsyncEvents
are enqueued into
the AsyncEventQueue
created by this FactoryBean
.
- setAsyncEventQueue(AsyncEventQueue) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Configures the AsyncEventQueue
returned by this FactoryBean
.
- setAsyncEventQueueIds(String[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setAsyncEventQueueIds(String[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures an array of AsyncEventQueues
(AEQ) for this Region
by AEQ ID
.
- setAsyncEventQueueIds(String[]) - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- setAsyncEventQueues(AsyncEventQueue[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setAsyncEventQueues(AsyncEventQueue[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures an array of AsyncEventQueues
for this Region
, which are used
to perform asynchronous data access operations, e.g.
- setAttributes(Map<String, String>) - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
-
- setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the region attributes used for the region used by this factory.
- setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Sets the RegionAttributes
used to configure this Region
.
- setAuthentication(Authentication<String, String>) - Method in class org.springframework.data.gemfire.config.annotation.support.AutoConfiguredAuthenticationInitializer
-
- setAutoCompact(Boolean) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setAutoRegister(boolean) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
Sets the auto-registration of this Instantiator
during the container startup.
- setAutoRegister(boolean) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
-
Sets the auto-registration of this Instantiator
during the container startup.
- setAutoStartup(boolean) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Sets whether the CQ listener container should automatically start on startup.
- setAutoStartup(boolean) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setBatchConflationEnabled(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Enable or disable AsyncEventQueue
(AEQ) message conflation.
- setBatchConflationEnabled(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setBatchSize(int) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- setBatchSize(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setBatchSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setBatchTimeInterval(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Configures the AsyncEventQueue
(AEQ) interval between sending batches.
- setBatchTimeInterval(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Sets a reference to the ClassLoader
used by the Spring container to load bean classes
.
- setBeanClassLoader(ClassLoader) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Sets the ClassLoader used by the Spring ApplicationContext, created by this GemFire Initializer, when creating
bean definition classes.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
-
Set a reference to the BeanFactory
.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.client.support.BeanFactoryPoolResolver
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
Sets a reference to the Spring BeanFactory
.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
-
Sets a reference to the configured Spring BeanFactory
.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
-
Sets a reference to the configured Spring BeanFactory
.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Sets the BeanFactory
containing this bean.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Sets a reference to the Spring BeanFactory
in which this FactoryBean
was declared.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.support.BeanFactoryCacheResolver
-
Sets a reference to the BeanFactory
used to resolve the GemFireCache
.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.support.BeanFactoryRegionResolver
-
Sets a reference to the BeanFactory
used to resolve cache Regions
.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
- setBeanFactoryKey(String) - Method in class org.springframework.data.gemfire.support.DeclarableSupport
-
Set the key used to lookup the Spring BeanFactory
.
- setBeanFactoryLocator(GemfireBeanFactoryLocator) - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Gets a reference to the configured
GemfireBeanFactoryLocator
used to resolve Spring bean references
in Apache Geode native configuration metadata (e.g.
- setBeanName(String) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Set the name of the bean in the bean factory that created this bean.
- setBeanName(String) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Sets the bean name
assigned to this FactoryBean
as declared in the Spring container.
- setBeanName(String) - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
- setBeanName(String) - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- setBindAddress(String) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setBindAddress(String) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setBindAddress(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setBindAddress(String) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Sets a reference to the constructed, configured an initialized GemFireCache
instance created by
this cache FactoryBean
.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
-
Sets the GemFire cache instance backing this CacheManager
.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setCache(RegionService) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Sets a reference to the RegionService
.
- setCache(RegionService) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Set the underlying RegionService (GemFire Cache) used for registering Queries.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Set a reference to the Apache Geode GemFireCache
.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Sets a reference to the GemFireCache
used to create the Region
.
- setCache(Cache) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setCache(Cache) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Sets a reference to the GemFire Cache for which the snapshot will be taken.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Sets a reference to the GemFireCache
for which this transaction manager
manages local cache transactions.
- setCache(Cache) - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- setCacheBeanName(String) - Method in class org.springframework.data.gemfire.support.BeanFactoryCacheResolver
-
Sets (configures) the bean name
used to further qualify the resolution of
the GemFireCache
object reference in a Spring context.
- setCacheBeanName(String) - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- setCacheFactoryInitializer(AbstractBasicCacheFactoryBean.CacheFactoryInitializer) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
- setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the cache listeners used for the region used by this factory.
- setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures CacheListeners
used to listen for entry events on this Region
.
- setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the CacheLoader used to load data local to the client's Region on cache misses.
- setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the CacheLoader
used by this Region
to perform synchronous read-through
data access operations to an underlying, external data source.
- setCacheNames(Set<String>) - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
-
Sets the names of all Spring Caches
that will be used in the application.
- setCacheServerConfigurers(CacheServerConfigurer...) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setCacheServerConfigurers(List<CacheServerConfigurer>) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setCacheWriter(CacheWriter<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the CacheWriter used to perform a synchronous write-behind when data is put into the client's Region.
- setCacheWriter(CacheWriter<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCacheWriter(CacheWriter<K, V>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the CacheWriter
used by this Region
to perform synchronous write-through
data access operations to an underlying, external data source.
- setCacheXml(Resource) - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Sets a reference to an (optional) Apache Geode native cache.xml Resource
.
- setClientCacheConfigurers(ClientCacheConfigurer...) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setClientCacheConfigurers(List<ClientCacheConfigurer>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setClientRegionAttributes(EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
-
Set the data policy used to configure the client Region
.
- setClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Configures the ClientRegionShortcut
specifying the data management policy to use
when creating a client Region
.
- setClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
-
- setClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setCloningEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setCloningEnabled(Boolean) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setClose(boolean) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Sets a boolean value used to determine whether the cache should be closed on shutdown of the Spring container.
- setClose(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Indicates whether the region referred by this factory bean will be closed on shutdown (default true).
- setClose(Boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setClose(boolean) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configure whether to close this Region during shutdown.
- setColocatedWith(String) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setCompactionThreshold(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setCompositionStrategy(SmartCacheResolverFactoryBean.CompositionStrategy) - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- setCompressor(Compressor) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Configures the Compressor
used to compress the this Region's
data.
- setCompressor(Compressor) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
Configures the Compressor
used to compress the this Region's
data.
- setCompressor(Compressor) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the Compressor
used to compress this Region's
data.
- setCompressorBeanName(String) - Method in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- setConcurrencyChecksEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setConcurrencyLevel(Integer) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setConfiguredCacheResolvers(List<CacheResolver>) - Method in class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- setConfigurer(BeanConfigurerSupport) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
-
Sets the manager responsible for configuring the newly created instances.
- setContinuousQueryListenerContainerConfigurers(ContinuousQueryListenerContainerConfigurer...) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- setContinuousQueryListenerContainerConfigurers(List<ContinuousQueryListenerContainerConfigurer>) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- setConvertReturnedCollections(boolean) - Method in class org.springframework.data.gemfire.serialization.json.JSONRegionAdvice
-
Flag to convert collections returned from cache from @{link PdxInstance} to JSON String.
- setCopyOnRead(Boolean) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Sets the GemFireCache.getCopyOnRead()
property of the GemFireCache
.
- setCopyOnRead(boolean) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Set whether the cache returns direct object references or copies of the objects it manages.
- setCriticalHeapPercentage(Float) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Set the GemFireCache
critical heap percentage property.
- setCriticalOffHeapPercentage(Float) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Set the GemFireCache
critical off-heap percentage property.
- setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in interface org.springframework.data.gemfire.expiration.ExpiringRegionFactoryBean
-
- setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in interface org.springframework.data.gemfire.expiration.ExpiringRegionFactoryBean
-
- setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- setCustomPdxSerializers(Map<?, PdxSerializer>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Configures custom PDX serializers
used to customize the serialization for specific
application domain types
.
- 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 Instantiator
s.
- setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the Data Policy.
- setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configure the DataPolicy
for this Region
.
- setDefaultExpirationAttributes(ExpirationAttributes) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
Sets the expiration policy to use by default when no application domain object specific expiration meta-data
has been specified.
- setDefaultListenerMethod(String) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Specify the name of the default listener method to delegate to in the case where no specific listener method
has been determined.
- setDefine(boolean) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Sets a boolean condition to indicate whether the
Index
declared and defined by this
IndexFactoryBean
will only be defined initially, or defined and created.
- setDelegate(Object) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Sets the target object to which CQ events are delegated.
- 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.PeerRegionFactoryBean
-
Configure whether to destroy this Region
during shutdown.
- setDiskDirs(List<DiskStoreFactoryBean.DiskDir>) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setDiskStoreConfigurers(DiskStoreConfigurer...) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setDiskStoreConfigurers(List<DiskStoreConfigurer>) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setDiskStoreName(String) - Method in interface org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.PdxConfigurer
-
- setDiskStoreName(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
-
- setDiskStoreName(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
-
- setDiskStoreName(String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the name of disk store to use for overflow and persistence
- setDiskStoreName(String) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setDiskStoreName(String) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the name
of the DiskStore
used by this Region
for overflow and/or persistence.
- setDiskStoreRef(String) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setDiskStoreRef(String) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setDiskStoreReference(String) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setDiskSynchronous(Boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setDiskSynchronous(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Configures the AsyncEventQueue
(AEQ) disk write synchronization policy.
- setDiskSynchronous(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setDiskUsageCriticalPercentage(Float) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setDiskUsageWarningPercentage(Float) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setDispatcherThreads(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Configures the number of dispatcher threads used to process Region Events
from the associated AsyncEventQueue
(AEQ).
- setDispatcherThreads(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setDistribute(boolean) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
Sets the distribution of the region of this Instantiator
during the container startup.
- setDistribute(boolean) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
-
Sets the distribution of the region of this Instantiator
during the container startup.
- setDurable(boolean) - Method in class org.springframework.data.gemfire.client.Interest
-
Sets whether interest registration is durable and persists between cache client sessions.
- setDurableClientId(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Set the GemFire System property 'durable-client-id' to indicate to the server that this client is durable.
- setDurableClientTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Set the GemFire System property 'durable-client-timeout' indicating to the server how long to track events
for the durable client when disconnected.
- setElementType(ObjectType) - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- setEnableAutoReconnect(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Controls whether auto-reconnect functionality introduced in GemFire 8 is enabled or not.
- setEnableAutoReconnect(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setEndPort(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setEnforceThreadsConnectToSameReceiver(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setEntityInstantiators(EntityInstantiators) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Configures the EntityInstantiators
used to create the instances
read by this PdxSerializer
.
- setEntityInstantiators(Map<Class<?>, EntityInstantiator>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Configures the EntityInstantiators
used to create the instances
read by this PdxSerializer
.
- setEntryIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setEntryIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setEntryIdleTimeout(ExpirationAttributes) - Method in interface org.springframework.data.gemfire.expiration.ExpiringRegionFactoryBean
-
- setEntryIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setEntryIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- setEntryTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setEntryTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setEntryTimeToLive(ExpirationAttributes) - Method in interface org.springframework.data.gemfire.expiration.ExpiringRegionFactoryBean
-
- setEntryTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setEntryTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- setEnvironment(Environment) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
Sets a reference to the Spring Environment
.
- setEnvironment(Environment) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAuthInitialize
-
Sets a reference to the configured Spring Environment
.
- setErrorHandler(ErrorHandler) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Set an ErrorHandler
to be invoked in case of any uncaught Exceptions
thrown
while processing a CQ event.
- setErrorHandlerBeanName(String) - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- setEventFilters(List<GatewayEventFilter>) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setEventSubstitutionFilter(GatewayEventSubstitutionFilter) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setEvictionAttributes(EvictionAttributes) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setEvictionAttributes(EvictingRegionFactoryBean) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
-
- setEvictionAttributes(EvictionAttributes) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setEvictionAttributes(EvictionAttributes) - Method in interface org.springframework.data.gemfire.eviction.EvictingRegionFactoryBean
-
- setEvictionAttributes(EvictionAttributes) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- setEvictionHeapPercentage(Float) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Set the GemFireCache
eviction heap percentage property.
- setEvictionMaximum(Integer) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setEvictionOffHeapPercentage(Float) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Set the GemFireCache
eviction off-heap percentage property.
- setEvictionPolicy(ClientSubscriptionConfig) - Method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
-
Null-safe utility method for setting the client's subscription eviction policy on the configuration meta-data.
- setExcludeTypeFilters(Predicate<Class<?>>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Sets the type filters
used to exclude (a.k.a.
- setExpirationAttributes(ExpiringRegionFactoryBean<?, ?>) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration.ExpirationPolicyMetaData
-
- setExports(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>[]) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
- setExposeNativeRegion(boolean) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- setExpression(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- setFactory(Object) - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- setFixedPartitionAttributes(List<FixedPartitionAttributes>) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setFixedPartitionRegionAttributes(AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setForwardExpirationDestroy(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Forwards expiration (action-based) destroy events to the AsyncEventQueue
(AEQ).
- setFreeConnectionTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setFreeConnectionTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setFrom(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- setFunctions(List<Function>) - Method in class org.springframework.data.gemfire.function.FunctionServiceFactoryBean
-
- setGatewayConflictResolver(GatewayConflictResolver) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Requires GemFire 7.0 or higher
- setGatewayEventFilters(List<GatewayEventFilter>) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setGatewayEventSubstitutionFilter(GatewayEventSubstitutionFilter) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setGatewayReceiver(GatewayReceiver) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setGatewayReceiverConfigurers(List<GatewayReceiverConfigurer>) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setGatewaySender(GatewaySender) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setGatewaySenderBeanName(String) - Method in class org.springframework.data.gemfire.config.annotation.GatewaySenderConfiguration
-
- setGatewaySenderConfigurers(List<GatewaySenderConfigurer>) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setGatewaySenderIds(String[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setGatewaySenderIds(String[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the GatewaySenders
by ID
used to send data and events from
this Region
to a matching Region
in a remote cluster.
- setGatewaySenderIds(String[]) - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- setGatewaySenders(GatewaySender[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setGatewaySenders(GatewaySender[]) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the GatewaySenders
used to send data and events from this Region
to a matching Region
in a remote cluster.
- setGemfireMappingContext(MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Configures the MappingContext
used to perform application domain object type to data store mappings.
- setGemFireProperties(AnnotationMetadata, AnnotationAttributes, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- setGemFireProperties(Properties) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setGemfireTemplate(GemfireOperations) - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
-
Set the GemfireTemplate for this DAO explicitly as an alternative to specifying a GemFire Cache Region
.
- setGenerator(InstantiatorGenerator) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
Sets the generator to use for creating Instantiator
s.
- setGroupTransactionEvents(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setHA(boolean) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- setHasResult(boolean) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- setHostnameForClients(String) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setHostnameForClients(String) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setHostNameForClients(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setHostnameForSenders(String) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setId(int) - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
-
Sets the id of this serializer.
- setIdleTimeout(Long) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setIdleTimeout(long) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setIgnoreIfExists(boolean) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Configures whether to ignore the
Index
defined by this
IndexFactoryBean
when an
IndexExistsException
or
IndexNameConflictException
is thrown.
- setIgnoreUnreadFields(Boolean) - Method in interface org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.PdxConfigurer
-
- setIgnoreUnreadFields(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
-
- setIgnoreUnreadFields(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ClusterDefinedRegionsConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.GemFireAsLastResourceConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.PdxConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.transaction.config.GemfireCacheTransactionsConfiguration
-
- setImports(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- setImports(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>[]) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Sets the meta-data (location, filter and format) used to read a data snapshot into an entire Cache
or individual Region.
- setIncludedRegionNames(List<String>) - Method in class org.springframework.data.gemfire.serialization.json.JSONRegionAdvice
-
Sets names of regions to be included for JSON conversion.
- setIncludedRegions(List<Region<?, ?>>) - Method in class org.springframework.data.gemfire.serialization.json.JSONRegionAdvice
-
Sets regions to be included for JSON conversion.
- setIncludeTypeFilters(Predicate<Class<?>>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Sets the
type filters
used to include
types
serializable
by this
PDX serializer
.
- setIndexConfigurers(IndexConfigurer...) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Null-safe operation to set an array of
IndexConfigurers
used to apply
additional configuration to this
IndexFactoryBean
when using Annotation-based configuration.
- setIndexConfigurers(List<IndexConfigurer>) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Null-safe operation to set an
Iterable
of
IndexConfigurers
used to apply
additional configuration to this
IndexFactoryBean
when using Annotation-based configuration.
- setIndexMaintenance(AttributesFactory<?, ?>) - Method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
-
Sets the GemFire AttributesFactory's 'indexMaintenanceSynchronous' property appropriately based on
this IndexMaintenancePolicyType.
- setIndexMaintenance(RegionFactory<?, ?>) - Method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
-
Sets the GemFire RegionFactory's 'indexMaintenanceSynchronous' property appropriately based on
this IndexMaintenancePolicyType.
- setIndexUpdateType(IndexMaintenancePolicyType) - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- setInitialCapacity(Integer) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setInterestPolicy(InterestPolicy) - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
Sets GemFire's InterestPolicy specified on the SubscriptionAttributes in order to define/declare
the data interests and distribution of changes.
- setInterests(Interest<K>[]) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Set the interests for this client region.
- setInterests(Interest<K>[]) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setInvokeCallbacks(boolean) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- setJndiDataSources(List<CacheFactoryBean.JndiDataSource>) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- setKeepAlive(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets whether the server(s) should keep the durable client's queue alive for the duration of the timeout
when the client voluntarily disconnects.
- setKeepAlive(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setKey(K) - Method in class org.springframework.data.gemfire.client.Interest
-
Sets the key on which interest is registered.
- setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets a type
constraint on this client Region's
keys.
- setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the key constraint
used to enforce key types
for this Region
.
- setListeners(Set<InterestRegistrationListener>) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setLoadConditioningInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setLoadConditioningInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setLoadFactor(Float) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setLoadPollInterval(long) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setLocalMaxMemory(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setLocatorConfigurers(LocatorConfigurer...) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setLocatorConfigurers(List<LocatorConfigurer>) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setLocators(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setLocators(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setLocators(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setLocators(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setLocators(String) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setLocators(String) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setLockLease(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the number of seconds for implicit and explicit object lock leases to timeout.
- setLockTimeout(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the number of seconds in which the implicit object lock request will timeout.
- setLogLevel(String) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setLogLevel(String) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setLookupEnabled(Boolean) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
- setManagementHttpEnableInterceptors(Boolean) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- setManagementHttpFollowRedirects(Boolean) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- setManagementHttpHost(String) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- setManagementHttpPort(Integer) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- setManagementRequireHttps(Boolean) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- setManagementUseHttp(Boolean) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- setManualStart(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setManualStart(boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
Deprecated.
- setManualStart(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
Deprecated.
- setManualStart(boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- setMaxConnections(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setMaxConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setMaxConnections(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setMaximumQueueMemory(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setMaximumQueueMemory(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setMaximumTimeBetweenPings(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setMaxMessageCount(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setMaxOplogSize(Long) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setMaxThreads(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setMaxTimeBetweenPings(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setMessageSyncInterval(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Set for client subscription queue synchronization when this member acts as a server to clients
and server redundancy is used.
- setMessageTimeToLive(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setMinConnections(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setMinConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setMultiUserAuthentication(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setMultiUserAuthentication(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setName(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Configures the name
of the Pool
bean.
- setName(String) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setName(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Sets the name of the Index
.
- setName(String) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setName(String) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Sets the name of the cache Region
based on the bean 'name' attribute.
- setName(String) - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- setNotifyBySubscription(boolean) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setNumBuckets(Integer) - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
-
Set the number of buckets in the Partition Region.
- setObjectSizer(ObjectSizer) - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Sets the GemFire ObjectSizer used in determining object sizes of data stored in the Cache.
- setOffHeap(Boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
Configure the Region
to manage data in Off-Heap Memory.
- setOffHeap(Boolean) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures this Region
with the capability to store data in off-heap memory.
- setOptimizeForWrite(boolean) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- setOrder(int) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractGemFireAsLastResourceAspectSupport
-
Sets the order of this AOP Aspect relative to other Aspects in the chain of Aspects configured
in Spring's Transaction Management.
- setOrderPolicy(String) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Configures the AsyncEventQueue
(AEQ) ordering policy (e.g.
- setOrderPolicy(GatewaySender.OrderPolicy) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setOrderPolicy(GatewaySender.OrderPolicy) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setOrderPolicy(OrderPolicyType) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setOverride(boolean) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Configures whether to override an existing
Index
having the same definition but different name
as the
Index
that would be created by this
IndexFactoryBean
.
- setParallel(boolean) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- setParallel(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setParallel(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setParameters(Properties) - Method in class org.springframework.data.gemfire.support.LazyWiringDeclarableSupport
-
Stores a reference to the parameters
passed to the Declarable.init(Properties)
method.
- setParent(Region<?, ?>) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Sets a reference to the parent Region
making this FactoryBean
represent a cache Sub-Region
.
- setPartitionListeners(List<PartitionListener>) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setPartitionName(String) - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
-
Set the name of the partition in the Partition Region.
- setPartitionRegionAttributes(EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata, AnnotationAttributes, BeanDefinitionBuilder, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setPartitionResolver(PartitionResolver<K, V>) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setPassword(String) - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
-
- setPauseEventDispatching(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setPdxDiskStoreName(String) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Sets the name
of the Apache Geode DiskStore
used to store PDX metadata.
- setPdxIgnoreUnreadFields(Boolean) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures whether PDX will ignore unread fields when deserializing PDX bytes back to an Object
.
- setPdxPersistent(Boolean) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures whether type
metadata for objects
serialized to PDX
will be persisted to disk.
- setPdxReadSerialized(Boolean) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures whether objects
stored in the Apache Geode cache
as PDX
will be read back as PDX bytes or (deserialized) as an Object
when Region.get(Object)
is called.
- setPdxSerializer(PdxSerializer) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures a reference to PdxSerializer
used by this cache to de/serialize objects
stored in the cache and distributed/transferred across the distributed system as PDX bytes.
- setPeerCacheConfigurers(PeerCacheConfigurer...) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- setPeerCacheConfigurers(List<PeerCacheConfigurer>) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- setPersistent(Boolean) - Method in interface org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.PdxConfigurer
-
- setPersistent(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
-
- setPersistent(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
-
- setPersistent(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Configures whether this client Region
is persistent, i.e.
- setPersistent(Boolean) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures whether to enable persistence for this Region
.
- setPersistent(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setPersistent(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setPhase(int) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Set the lifecycle phase for this cache bean in the Spring container.
- setPhase(int) - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- setPhase(int) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Sets the phase in which this CQ listener container will start in the Spring container.
- setPingInterval(Long) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setPingInterval(long) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setPolicy(Object) - Method in class org.springframework.data.gemfire.client.Interest
-
Sets the initial InterestResultPolicy
used when interest is first registered and determines whether KEYS,
KEYS_VALUE or nothing (NONE) is initially fetched.
- setPool(Pool) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets the Pool
used by this ClientCache
to obtain connections to the Apache Geode cluster.
- setPool(Pool) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Configures the Pool
used by this client Region
.
- setPool(Pool) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setPool(Pool) - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- setPoolConfigurers(PoolConfigurer...) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Null-safe operation to set an array of
PoolConfigurers
used to apply
additional configuration to this
PoolFactoryBean
when using Annotation-based configuration.
- setPoolConfigurers(List<PoolConfigurer>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Null-safe operation to set an
Iterable
of
PoolConfigurers
used to apply
additional configuration to this
PoolFactoryBean
when using Annotation-based configuration.
- setPoolFactoryInitializer(PoolFactoryBean.PoolFactoryInitializer) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setPoolName(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets the name
of the Pool
used by this ClientCache
to obtain connections to
the Apache Geode cluster.
- setPoolName(String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Configures the name
of the Pool
to be used by this client Region
.
- setPoolName(String) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Configures the name of the dedicated Pool
used by all caching-defined client Regions
to send and receive data between the client and server.
- setPoolName(String) - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- setPoolName(String) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setPoolName(String) - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- 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.
- setPoolResolver(PoolResolver) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets (configures) the
PoolResolver
used by this
ClientCache
to resolve
Pool
objects.
- setPoolResolver(PoolResolver) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets (configures) the
PoolResolver
used by this client
Region
to resolve
Pool
objects.
- setPoolResolver(PoolResolver) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Configures the
PoolResolver
to resolve
Pool
objects by
name
from the Apache Geode cache.
- setPoolResolver(PoolResolver) - Method in class org.springframework.data.gemfire.function.execution.AbstractClientFunctionTemplate
-
- setPoolResolver(PoolResolver) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Configures the
PoolResolver
to resolve
Pool
objects by
name
from the Apache Geode cache.
- setPort(int) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setPort(Integer) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setPort(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setPreference(DefaultableDelegatingPoolAdapter.Preference) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- setPrettyPrint(boolean) - Method in class org.springframework.data.gemfire.serialization.json.JSONRegionAdvice
-
Flag to print JSON Strings with proper indentation, etc.
- setPrimary(boolean) - Method in class org.springframework.data.gemfire.FixedPartitionAttributesFactoryBean
-
Sets whether this particular PARTITION Region is the primary (i.e.
- setProperties(Properties) - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
Sets the Apache Geode Properties
used to configure the cache.
- setProperty(String, Object) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
Sets a property with given name to the specified value.
- setProperty(String, Object[]) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
Sets the named property to the given array of object values.
- setProperty(String, String) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
Sets a property with the given name to the specified String
value.
- setPropertyIfNotDefault(String, Object, T) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
Sets the named property to the given value if the defaultValue is not null
and value is not equal to defaultValue.
- setPropertyReference(BeanDefinition, String, String) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- setPropertyValue(BeanDefinition, String, Object) - Static method in class org.springframework.data.gemfire.util.SpringExtensions
-
- setProps(List<ConfigProperty>) - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
-
- setPrSingleHopEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setPrSingleHopEnabled(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setQueryListeners(Set<ContinuousQueryDefinition>) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Attaches the given query definitions.
- setQueryService(QueryService) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Sets the QueryService
used to create the Index
.
- setQueryService(QueryService) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Set the GemFire QueryService used by this container to create ContinuousQueries (CQ).
- setQueryServiceBeanName(String) - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- setQueueSize(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setReadSerialized(Boolean) - Method in interface org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.PdxConfigurer
-
- setReadSerialized(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
-
- setReadSerialized(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
-
- setReadTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setReadTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setReadyForEvents(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets the readyForEvents property to indicate whether the cache client should notify the server
that it is ready to receive updates.
- setReceiveValues(boolean) - Method in class org.springframework.data.gemfire.client.Interest
-
Switches between the different entities received by the listener.
- setRecoveryDelay(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setRedundantCopies(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
-
Sets the GemFire Cache Region to be used by this DAO.
- setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.GemfireAccessor
-
Sets the template GemFire Cache Region.
- setRegion(Region<K, V>) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Sets a reference to the Region
to be resolved by this Spring FactoryBean
.
- setRegion(Region<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Sets a reference to the GemFire Region for which the snapshot will be taken.
- setRegion(Region<K, V>) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Sets the GemFire cache Region
as an alternative in setting in the GemFireCache
directly.
- setRegionAttributes(BeanDefinitionBuilder, EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setRegionConfigurers(RegionConfigurer...) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setRegionConfigurers(List<RegionConfigurer>) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setRegionConfigurers(RegionConfigurer...) - Method in class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
-
- setRegionConfigurers(List<RegionConfigurer>) - Method in class org.springframework.data.gemfire.ConfigurableRegionFactoryBean
-
- setRegionIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setRegionIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setRegionIdleTimeout(ExpirationAttributes) - Method in interface org.springframework.data.gemfire.expiration.ExpiringRegionFactoryBean
-
- setRegionIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setRegionIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- setRegionName(String) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Sets the name of the cache Region
.
- setRegionNames(String[]) - Method in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- setRegionNames(Iterable<String>) - Method in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- setRegions(Set<Region<?, ?>>) - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
-
Explicitly sets the GemFire Regions
to be used as Spring Caches
in the application.
- setRegions(String[]) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setRegions(List<String>) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setRegionTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setRegionTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setRegionTimeToLive(ExpirationAttributes) - Method in interface org.springframework.data.gemfire.expiration.ExpiringRegionFactoryBean
-
- setRegionTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setRegionTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- setRemoteDistributedSystemId(int) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setReplicateRegionAttributes(EntityDefinedRegionsConfiguration.RegionBeanDefinitionMetadata, AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setRequiredPermissions(Collection<ResourcePermission>) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- setResumeWaitTime(Long) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Sets the timeout used to wait for the GemFire cache transaction to resume.
- setResumeWaitTimeUnit(TimeUnit) - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Sets the TimeUnit
used in the wait timeout when resuming a GemFire cache transaction.
- setRetryAttempts(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setRetryAttempts(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setRunning(boolean) - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- setScope(Scope) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setScope(Scope) - Method in class org.springframework.data.gemfire.LocalRegionFactoryBean
-
- setScope(Scope) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the Region's
Scope
, which affects data distribution
and acknowledgement strategy (useful in consistency) for the Region
.
- setSearchTimeout(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Set the number of seconds a netSearch operation can wait for data before timing out.
- setSecurityManager(SecurityManager) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Configures the SecurityManager
used to secure this cache.
- setSerializer(PdxSerializer) - Method in interface org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.PdxConfigurer
-
- setSerializer(PdxSerializer) - Method in class org.springframework.data.gemfire.CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter
-
- setSerializer(PdxSerializer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter
-
- setServerConnectionTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setServerConnectionTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setServerGroup(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setServerGroup(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setServerGroups(String[]) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setServerLoadProbe(ServerLoadProbe) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setServerRegionShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration
-
Configures the RegionShortcut
specifying the data management policy to use
when creating a server (peer) Region
.
- setServerRegionShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration
-
- setServerRegionShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setServers(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setServers(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setServers(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setServers(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Initializes the DataPolicy
of the client Region
using the given ClientRegionShortcut
.
- setShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the Region
with the given RegionShortcut
.
- setSnapshot(Resource) - Method in class org.springframework.data.gemfire.ResolvableRegionFactoryBean
-
Sets the snapshots used for loading a newly created region.
- setSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSocketBufferSize(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSocketBufferSize(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setSocketConnectTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSocketConnectTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSocketFactory(SocketFactory) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSocketFactory(SocketFactory) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSocketReadTimeout(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setStartPort(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setStartupRecoveryDelay(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setStatisticInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setStatisticsEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setStatisticsEnabled(Boolean) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setStatisticsEnabled(Boolean) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setStatisticsEnabled(Boolean) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- setStatisticsInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionAckInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionAckInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSubscriptionCapacity(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setSubscriptionDiskStore(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setSubscriptionEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionEnabled(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSubscriptionEvictionPolicy(SubscriptionEvictionPolicy) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setSubscriptionMessageTrackingTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionMessageTrackingTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSubscriptionRedundancy(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionRedundancy(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSubscriptionTimeoutMultiplier(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSuppressImportOnInit(Boolean) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Sets a boolean condition to indicate whether importing on initialization should be suppressed.
- setTaskExecutor(Executor) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Sets the Task Executor used for running the event listeners when messages are received.
- setTaskExecutorBeanName(String) - Method in class org.springframework.data.gemfire.config.annotation.ContinuousQueryConfiguration
-
- setTcpNoDelay(boolean) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setThreshold(Integer) - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Set the threshold used by the LRU algorithm in ENTRY_COUNT and MEMORY_SIZE eviction policy.
- setTimeInterval(Long) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setTimeout(Integer) - Method in class org.springframework.data.gemfire.expiration.ExpirationAttributesFactoryBean
-
Sets the number of seconds before a Region or an Entry expires.
- setTotalMaxMemory(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setTotalNumBuckets(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setTransactionListeners(List<TransactionListener>) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures the cache (transaction manager) with a List
of TransactionListeners
implemented by applications to listen for and receive transaction events after a transaction is processed
(i.e.
- setTransactionWriter(TransactionWriter) - Method in class org.springframework.data.gemfire.AbstractBasicCacheFactoryBean
-
Configures a TransactionWriter
implemented by the application to receive transaction events and perform
a action, like a veto.
- setTransportFilters(List<GatewayTransportFilter>) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setTransportFilters(List<GatewayTransportFilter>) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setType(Interest.Type) - Method in class org.springframework.data.gemfire.client.Interest
-
Set the type of interest registration (e.g.
- setType(Interest.Type) - Method in class org.springframework.data.gemfire.client.KeyInterest
-
- setType(Interest.Type) - Method in class org.springframework.data.gemfire.client.RegexInterest
-
- setType(EvictionPolicyType) - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Sets the type of eviction policy and algorithm (e.g.
- setType(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Set the
type
of the
Index
as a
String
.
- setType(IndexType) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Set the
type
of the
Index
.
- setUseBeanFactoryLocator(boolean) - Method in class org.springframework.data.gemfire.AbstractConfigurableCacheFactoryBean
-
- setUseBeanFactoryLocator(boolean) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setUseBeanFactoryLocator(boolean) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setUseClusterConfiguration(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the state of the use-shared-configuration Pivotal GemFire/Apache Geode
distribution configuration setting.
- setUseClusterConfiguration(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setUseClusterConfigurationService(boolean) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setUseClusterConfigurationService(boolean) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setUsername(String) - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
-
- setUseUDPMembershipMessenger(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the state of the use-udp-membership-messenger VMware GemFire property.
- setUseUDPMembershipMessenger(boolean) - Method in class org.springframework.data.gemfire.config.annotation.LocatorApplicationConfiguration
-
- setUseUDPMembershipMessenger(boolean) - Method in class org.springframework.data.gemfire.LocatorFactoryBean
-
- setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets a type
constraint on this client Region's
values.
- setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
Configures the value constraint
used to enforce value types
for this Region
.
- setWriteBufferSize(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setXmlDeclaredLocators(ConnectionEndpointList) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setXmlDeclaredServers(ConnectionEndpointList) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- SEVEN - Static variable in class org.springframework.data.gemfire.util.JavaVersion
-
- SEVENTEEN - Static variable in class org.springframework.data.gemfire.util.JavaVersion
-
- shiroGemFireBeanFactoryPostProcessor() - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
- shiroLifecycleBeanPostProcessor() - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
Bean
definition to define, configure and register an Apache Shiro Spring
LifecycleBeanPostProcessor
to automatically call lifecycle callback methods
on Shiro security components during Spring container initialization and destruction phases.
- shiroSecurityManager() - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
Bean
definition to define, configure and register an Apache Shiro
SecurityManager
implementation to secure Apache Geode.
- SimpleGemfireRepository<T,ID> - Class in org.springframework.data.gemfire.repository.support
-
Simple, basic PagingAndSortingRepository
/ CrudRepository
implementation for Apache Geode.
- SimpleGemfireRepository(GemfireTemplate, EntityInformation<T, ID>) - Constructor for class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- SingleCacheCacheResolver - Class in org.springframework.data.gemfire.support
-
CacheResolver
implementation that resolves to a configured, single
GemFireCache
instance.
- SingleCacheCacheResolver() - Constructor for class org.springframework.data.gemfire.support.SingleCacheCacheResolver
-
- SinglePoolPoolResolver - Class in org.springframework.data.gemfire.client.support
-
PoolResolver
implementation that resolves a single, configured
Pool
.
- SinglePoolPoolResolver(Pool) - Constructor for class org.springframework.data.gemfire.client.support.SinglePoolPoolResolver
-
- SingleRegionRegionResolver - Class in org.springframework.data.gemfire.support
-
RegionResolver
implementation resolving a single, configured
Region
object.
- SingleRegionRegionResolver(Region) - Constructor for class org.springframework.data.gemfire.support.SingleRegionRegionResolver
-
- SIX - Static variable in class org.springframework.data.gemfire.util.JavaVersion
-
- SIXTEEN - Static variable in class org.springframework.data.gemfire.util.JavaVersion
-
- size() - Method in class org.springframework.data.gemfire.repository.query.AbstractSelectResults
-
- size() - Method in class org.springframework.data.gemfire.repository.query.PagedSelectResults
-
- size() - Method in class org.springframework.data.gemfire.support.CompositeLifecycle
-
Returns the number of Lifecycle
objects contained by this composite.
- size() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
-
Determines the number of ConnectionEndpoints contained in this collection.
- SmartCacheResolverFactoryBean - Class in org.springframework.data.gemfire.support
-
Spring
FactoryBean
used to construct a custom, determined
CacheResolver
that strategically
and lazily resolves a cache instance.
- SmartCacheResolverFactoryBean() - Constructor for class org.springframework.data.gemfire.support.SmartCacheResolverFactoryBean
-
- SmartLifecycleSupport - Interface in org.springframework.data.gemfire.support
-
The
SmartLifecycleSupport
interface is an extension of Spring's
SmartLifecycle
interface
providing default, convenient behavior for many of the lifecycle methods as well as a serving
as a
FunctionalInterface
.
- SNAPPY_COMPRESSOR_BEAN_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.CompressionConfiguration
-
- SnapshotApplicationEvent<K,V> - Class in org.springframework.data.gemfire.snapshot.event
-
The SnapshotApplicationEvent class is a Spring ApplicationEvent signaling a GemFire Cache or Region snapshot event,
used to trigger a snapshot to occur.
- SnapshotApplicationEvent(Object, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Constructs an instance of SnapshotApplicationEvent initialized with an event source and optional meta-data
describing the data snapshots to be imported/exported.
- SnapshotApplicationEvent(Object, String, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Constructs an instance of SnapshotApplicationEvent initialized with an event source, a pathname of the Region
which data snapshots are imported/exported along with meta-data describing the details of the snapshot source.
- SnapshotMetadata(File) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- SnapshotMetadata(File, SnapshotOptions.SnapshotFormat) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- SnapshotMetadata(File, SnapshotOptions.SnapshotFormat, SnapshotFilter<K, V>) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- SnapshotServiceAdapterSupport() - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
-
- SnapshotServiceFactoryBean<K,V> - Class in org.springframework.data.gemfire.snapshot
-
The SnapshotServiceFactoryBean class is a Spring FactoryBean used to configure and create an instance
of an appropriate GemFire Snapshot Service to perform data import and exports.
- SnapshotServiceFactoryBean() - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
- SnapshotServiceFactoryBean.ArchiveFileFilter - Class in org.springframework.data.gemfire.snapshot
-
The ArchiveFileFilter class is a Java FileFilter implementation accepting any File that is either
a JAR file or ZIP file.
- SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter - Class in org.springframework.data.gemfire.snapshot
-
The CacheSnapshotServiceAdapter is a SnapshotServiceAdapter adapting GemFire's CacheSnapshotService.
- SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter<K,V> - Class in org.springframework.data.gemfire.snapshot
-
The RegionSnapshotServiceAdapter is a SnapshotServiceAdapter adapting GemFire's RegionSnapshotService.
- SnapshotServiceFactoryBean.SnapshotMetadata<K,V> - Class in org.springframework.data.gemfire.snapshot
-
The SnapshotMetadata class encapsulates details of the GemFire Cache or Region data snapshot
on either import or export.
- SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V> - Interface in org.springframework.data.gemfire.snapshot
-
The SnapshotServiceAdapter interface is an Adapter adapting both GemFire CacheSnapshotService
and RegionSnapshotService to treat them uniformly.
- SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport<K,V> - Class in org.springframework.data.gemfire.snapshot
-
SnapshotServiceAdapterSupport is an abstract base class for all SnapshotServiceAdapter implementations
encapsulating common reusable functionality.
- sort(T[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Sort the array of elements according to the elements natural ordering.
- sort(List<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Sors the elements of the given List
by their natural, Comparable
ordering.
- SPRING_DATA_GEMFIRE_PROPERTY_PREFIX - Static variable in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- SPRING_DATA_GEMFIRE_SECURITY_SHIRO_ENABLED - Static variable in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration.ApacheShiroPresentCondition
-
- SpringCacheAnnotationsCacheNameResolver() - Constructor for class org.springframework.data.gemfire.config.annotation.CachingDefinedRegionsConfiguration.SpringCacheAnnotationsCacheNameResolver
-
- SpringContextBootstrappingInitializer - Class in org.springframework.data.gemfire.support
-
- SpringContextBootstrappingInitializer() - Constructor for class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
- springDataGeodeAuthentication() - Method in class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration
-
- SpringDataGeodeAuthentication(Supplier<String>, Supplier<String>) - Constructor for class org.springframework.data.gemfire.config.annotation.AuthenticationBeanConfiguration.SpringDataGeodeAuthentication
-
- SpringExtensions - Class in org.springframework.data.gemfire.util
-
Abstract utility class encapsulating functionality common to Objects
, Class types
and Spring beans.
- SpringExtensions() - Constructor for class org.springframework.data.gemfire.util.SpringExtensions
-
- SpringExtensions.OrderedBeanWrapper<T> - Interface in org.springframework.data.gemfire.util
-
- SpringExtensions.ValueReturningThrowableOperation<T> - Interface in org.springframework.data.gemfire.util
-
- SpringExtensions.VoidReturningThrowableOperation - Interface in org.springframework.data.gemfire.util
-
- SpringServerLauncherCacheProvider - Class in org.springframework.data.gemfire.support
-
The SpringServerLauncherCacheProvider class overrides the default behavior of GemFire's ServerLauncher
to bootstrap the GemFire cache using a Spring ApplicationContext
instead
of GemFire cache.xml inside a GemFire Server JVM-based process.
- SpringServerLauncherCacheProvider() - Constructor for class org.springframework.data.gemfire.support.SpringServerLauncherCacheProvider
-
- SslConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The
SslConfiguration
class is a Spring
ImportBeanDefinitionRegistrar
that applies
additional configuration using Pivotal GemFire/Apache Geode
Properties
to configure SSL.
- SslConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.SslConfiguration
-
- sslProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- STANDARD_HOST_PORT_SEPARATOR - Static variable in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
- STAR_PROJECTION - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- STAR_QUERY - Static variable in class org.springframework.data.gemfire.repository.query.QueryString
-
- start() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Registers interests in the startup lifecycle phase of the Spring container.
- start() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
-
- start() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- start() - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- start() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- start() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- start() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- start() - Method in class org.springframework.data.gemfire.support.CompositeLifecycle
-
Starts all Lifecycle
objects contained by this composite.
- start() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- START_LOCATOR_GEMFIRE_PROPERTY_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
-
- startLocator() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- startWithCleanQueue() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- StatisticsConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The
StatisticsConfiguration
class is a Spring
ImportBeanDefinitionRegistrar
that applies
additional configuration using Pivotal GemFire/Apache Geode
Properties
to configure
Pivotal GemFire/Apache Geode Statistics.
- StatisticsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
-
- statsProperty(String) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- stop() - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
-
- stop(Runnable) - Method in class org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.ClusterSchemaObjectInitializer
-
- stop() - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- stop(Runnable) - Method in class org.springframework.data.gemfire.config.annotation.support.CacheTypeAwareRegionFactoryBean
-
- stop() - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- stop(Runnable) - Method in class org.springframework.data.gemfire.config.support.AbstractSmartLifecycle
-
- 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.PeerRegionFactoryBean
-
- stop() - Method in class org.springframework.data.gemfire.PeerRegionFactoryBean
-
- stop() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- stop(Runnable) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- stop() - Method in class org.springframework.data.gemfire.support.CompositeLifecycle
-
Stops all Lifecycle
objects contained by this composite.
- stop(Runnable) - Method in interface org.springframework.data.gemfire.support.SmartLifecycleSupport
-
- stop() - Method in interface org.springframework.data.gemfire.support.SmartLifecycleSupport
-
- stop() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- StreamUtils - Class in org.springframework.data.gemfire.util
-
The
StreamUtils
class is a abstract utility class for working with
Streams
.
- StreamUtils() - Constructor for class org.springframework.data.gemfire.util.StreamUtils
-
- StringBasedGemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
-
- StringBasedGemfireRepositoryQuery(String, GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
- StringToConnectionEndpointConverter() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter
-
- StringToConnectionEndpointListConverter() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter
-
- subList(List<T>, int...) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Returns a sub-list of elements from the given List
based on the provided indices
.
- SubscriptionAttributesFactoryBean - Class in org.springframework.data.gemfire
-
The SubscriptionAttributesFactoryBean class is a Spring FactoryBean used for defining and constructing
a GemFire SubscriptionAttributes object, which determines the Subscription policy used by Regions to
declared their data interests.
- SubscriptionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
- SubscriptionEvictionPolicy - Enum in org.springframework.data.gemfire.server
-
Enumeration of the various client subscription policies for CacheServer
.
- SubscriptionEvictionPolicyConverter - Class in org.springframework.data.gemfire.server
-
The SubscriptionEvictionPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor for converting
Strings into a SubscriptionEvictionPolicy enumerated value.
- SubscriptionEvictionPolicyConverter() - Constructor for class org.springframework.data.gemfire.server.SubscriptionEvictionPolicyConverter
-
- SUPPORTED_IDENTIFIER_NAMES - Static variable in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
- VALID_SCHEMES - Static variable in class org.springframework.data.gemfire.config.admin.remote.RestHttpGemfireAdminTemplate
-
- validateCompactionThreshold(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- valueOf(String) - Static method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(ClientRegionShortcut) - Static method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- valueOf(String) - Static method in enum org.springframework.data.gemfire.client.Interest.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(InterestResultPolicy) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
-
- valueOf(String) - Static method in enum org.springframework.data.gemfire.config.annotation.EnableExpiration.ExpirationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.config.annotation.EnableMemcachedServer.MemcachedProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.config.annotation.EnableSsl.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.config.schema.SchemaObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.config.support.GemfireFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.eviction.EvictionActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(EvictionAction) - Static method in enum org.springframework.data.gemfire.eviction.EvictionActionType
-
Returns an EvictionActionType enumerated value matching the given GemFire EvictionAction.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.eviction.EvictionPolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(EvictionAlgorithm) - Static method in enum org.springframework.data.gemfire.eviction.EvictionPolicyType
-
Returns an EvictionPolicyType enumerated value matching the given GemFire EvictionAlgorithm.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.expiration.ExpirationActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(ExpirationAction) - Static method in enum org.springframework.data.gemfire.expiration.ExpirationActionType
-
Returns the ExpirationActionType enumerated value matching the given GemFire ExpirationAction.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.GemFireProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
-
Returns an
IndexType
given the corresponding Apache Geode
IndexType
or null if no SDG
IndexType
corresponds to the given Apache Geode
IndexType
.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(InterestPolicy) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns a SubscriptionType enumerated value for the given GemFire InterestPolicy.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.JndiDataSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.mapping.MappingPdxSerializer.PdxSerializerResolvers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.mapping.MappingPdxSerializer.TypeFilters
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(RegionShortcut) - Static method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- valueOf(String) - Static method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.ScopeType
-
Returns the enum constant of this type with the specified name.
- valueOf(Scope) - Static method in enum org.springframework.data.gemfire.ScopeType
-
Returns a ScopeType enumerated value for the given a GemFire Scope.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(GatewaySender.OrderPolicy) - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
-
Returns the matching OrderPolicyType given a GemFire Gateway.OrderPolicy enumerated value.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
-
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.eviction.EvictionActionType
-
Returns an EvictionActionType enumerated value given the named, case-insensitive eviction action.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.eviction.EvictionPolicyType
-
Returns an EvictionPolicyType enumerated value given the case-insensitive, named eviction policy.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.expiration.ExpirationActionType
-
Returns an ExpirationActionType enumerated value given a named, case-insensitive expiration action.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
-
Return an IndexMaintenanceType enumerated value given a case-insensitive, named String value
describing the type of Index maintenance.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.IndexType
-
Return an
IndexType
matching the given
String
.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns a SubscriptionType enumerated value for the case-insensitive, named Subscription (InterestsPolicy).
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.JndiDataSourceType
-
Returns a JndiDataSourceType enumerated value based on the GemFire preferred name for the supported JNDI,
DataSource implementation, ignoring case and all extra leading/trailing whitespace.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
-
Looks up an
OqlKeyword
for the given
keyword
String
.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.ScopeType
-
Returns a ScopeType enumerated value given the case-insensitive name of the GemFire Scope.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
-
Returns the value of the given String name as a SubscriptionEvictionPolicy enum using a case-insensitive,
equality comparison.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
-
Returns a matching OrderPolicyType given the case-insensitive, name of the GemFire Gateway OrderPolicy.
- valueOfName(String) - Static method in enum org.springframework.data.gemfire.config.annotation.EnableSsl.Component
-
- values() - Static method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.client.Interest.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.config.annotation.EnableExpiration.ExpirationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.config.annotation.EnableMemcachedServer.MemcachedProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.config.annotation.EnableSsl.Component
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.config.schema.SchemaObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.config.support.GemfireFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.eviction.EvictionActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.eviction.EvictionPolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.expiration.ExpirationActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.GemFireProperties
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.IndexMaintenancePolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.IndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.JndiDataSourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.mapping.MappingPdxSerializer.PdxSerializerResolvers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.mapping.MappingPdxSerializer.TypeFilters
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.ScopeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(ProceedingJoinPoint) - Method in class org.springframework.data.gemfire.serialization.json.JSONRegionAdvice
-
- values() - Static method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.gemfire.wan.OrderPolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.