- cache - Variable in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- cacheConfiguration() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
Returns a reference to an instance of the
AbstractCacheConfiguration
class used to configure
a GemFire (Singleton, client or peer) cache instance along with it's associated, embedded services.
- CacheFactoryBean - Class in org.springframework.data.gemfire
-
Spring
FactoryBean
used to construct, configure and initialize a Pivotal GemFire/Apache Geode
{@link Cache peer cache).
- CacheFactoryBean() - Constructor for class org.springframework.data.gemfire.CacheFactoryBean
-
- CacheFactoryBean.DynamicRegionSupport - Class in org.springframework.data.gemfire
-
- CacheFactoryBean.JndiDataSource - Class in org.springframework.data.gemfire
-
- CacheHolder() - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager.CacheHolder
-
- CacheServerApplication - Annotation Type in org.springframework.data.gemfire.config.annotation
-
The CacheServerApplication annotation enables an embedded GemFire
CacheServer
instance in a Spring Data GemFire based application.
- CacheServerConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
Spring
Configuration
class used to 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
-
- 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
-
- CacheSnapshotServiceAdapter(CacheSnapshotService) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
-
- CacheTransactionObject() - Constructor for class org.springframework.data.gemfire.transaction.GemfireTransactionManager.CacheTransactionObject
-
- 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
-
- cacheXml() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- 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
-
- 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.
- 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.support.ConnectionEndpointList
-
- ClientCacheApplication - Annotation Type in org.springframework.data.gemfire.config.annotation
-
The
ClientCacheApplication
annotation enables a Spring Data GemFire based application to become
a GemFire cache client (i.e.
- ClientCacheApplication.Locator - Annotation Type in org.springframework.data.gemfire.config.annotation
-
- ClientCacheApplication.Server - Annotation Type in org.springframework.data.gemfire.config.annotation
-
- ClientCacheConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
Spring
Configuration
class used to 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
-
- ClientCacheFactoryBean - Class in org.springframework.data.gemfire.client
-
Spring
FactoryBean
used to create a Pivotal GemFire/Apache Geode
ClientCache
.
- ClientCacheFactoryBean() - Constructor for class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- ClientRegion - Annotation Type in org.springframework.data.gemfire.mapping.annotation
-
Annotation
defining the Client
Region
in which the application
persistent entity will be stored.
- ClientRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.client
-
Spring
FactoryBean
used to 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 GemFire client
Region
and the GemFire client
Pool
it references and uses, providing
the GemFire client
Pool
has been defined and configured with
Spring (Data GemFire) configuration meta-data (e.g.
- ClientRegionPoolBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.ClientRegionPoolBeanFactoryPostProcessor
-
- ClientRegionShortcutConverter - Class in org.springframework.data.gemfire.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
-
- ClientRegionShortcutWrapper - Enum in org.springframework.data.gemfire.client
-
- clone() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
- 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.CacheFactoryBean
-
Null-safe internal method used to close the GemFireCache
and calling RegionService.close()
iff the cache is not already closed
.
- close(GemFireCache) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
<<<<<<< HEAD
- close() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- 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.support.DeclarableSupport
-
- closeCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- closeClientCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- CollectionUtils - Class in org.springframework.data.gemfire.util
-
The CollectionUtils class is a utility class for working with Java Collections Framework and classes.
- CollectionUtils() - Constructor for class org.springframework.data.gemfire.util.CollectionUtils
-
- COMMA_DELIMITER - Static variable in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
- compareTo(ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
- ComposableSnapshotFilter<K,V> - Class in org.springframework.data.gemfire.snapshot.filter
-
The ComposableSnapshotFilter class is a GemFire SnapshotFilter implementation of the Composition design pattern
allowing 2 or more SnapshotFilters to be combined by logical AND and OR operators acting as a single SnapshotFilter.
- ComposableSnapshotFilter.Operator - Enum in org.springframework.data.gemfire.snapshot.filter
-
Operator is an enumeration of logical operators (AND, OR) used to compose SnapshotFilters
into a boolean expression.
- compose(EvictionConfiguration.EvictionPolicyConfigurer[]) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
-
- 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(ComposableSnapshotFilter.Operator, SnapshotFilter<K, V>...) - Static method in class org.springframework.data.gemfire.snapshot.filter.ComposableSnapshotFilter
-
Composes the array of SnapshotFilters into a logical boolean expression using the specified Operator.
- configure(ClientRegionFactory<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- configure(PoolFactory) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- configure(String, CacheServerFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.CacheServerConfigurer
-
Configuration callback method providing a reference to a
CacheServerFactoryBean
used to construct,
configure and initialize an instance of
CacheServer
.
- configure(String, ClientCacheFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.ClientCacheConfigurer
-
Configuration callback method providing a reference to a
ClientCacheFactoryBean
used to construct,
configure and initialize an instance of
ClientCache
.
- configure(String, DiskStoreFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.DiskStoreConfigurer
-
Configuration callback method providing a reference to a
DiskStoreFactoryBean
used to construct,
configure and initialize an instance of
DiskStore
.
- configure(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.ComposableEvictionPolicyConfigurer
-
- configure(Object) - Method in interface org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyConfigurer
-
- configure(Object) - 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(Object) - 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(String, IndexFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.IndexConfigurer
-
Configuration callback method providing a reference to a
IndexFactoryBean
used to construct, configure
and initialize an instance of a peer
Index
.
- configure(String, LuceneIndexFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.IndexConfigurer
-
Configuration callback method providing a reference to a
LuceneIndexFactoryBean
used to construct,
configure and initialize an instance of a peer
LuceneIndex
.
- configure(String, CacheFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.PeerCacheConfigurer
-
Configuration callback method providing a reference to a
CacheFactoryBean
used to construct,
configure and initialize an instance of a peer
Cache
.
- configure(String, PoolFactoryBean) - Method in interface org.springframework.data.gemfire.config.annotation.PoolConfigurer
-
Configuration callback method providing a reference to a
PoolFactoryBean
used to construct,
configure and initialize an instance of a
Pool
.
- configure(String, RegionFactoryBean<?, ?>) - Method in interface org.springframework.data.gemfire.config.annotation.RegionConfigurer
-
Configuration callback method providing a reference to a
RegionFactoryBean
used to construct, configure
and initialize an instance of a peer
Region
.
- 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(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.RegionFactoryBean
-
Configures the
RegionFactory
based on the configuration settings of this
RegionFactoryBean
.
- 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
-
- 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.
- configureLocators(Map<String, Object>, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
- configurePdx(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Configures Pivotal GemFire/Apache Geode cache PDX Serialization.
- configurePoolConnections(Map<String, Object>, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
Uses the list of GemFire Locator and Server connection endpoint definitions and meta-data to configure
the GemFire client Pool
used to communicate with the servers
in the GemFire cluster.
- configureServers(Map<String, Object>, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
- configureTheRest(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Callback method allowing developers to configure other cache or application specific configuration settings.
- configureTheRest(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
Configures CacheServer
specific settings.
- configureThis(String) - Method in class org.springframework.data.gemfire.support.WiringDeclarableSupport
-
Configures this
Declarable
object using the bean defined and identified in the Spring
BeanFactory
with the given
name
used as a template for auto-wiring purposes.
- configureThis(BeanFactory, String) - Method in class org.springframework.data.gemfire.support.WiringDeclarableSupport
-
Configures this
Declarable
object using the bean defined and identified in the given
Spring
BeanFactory
with the given
name
used as a template for auto-wiring purposes.
- ConnectionEndpoint - Class in org.springframework.data.gemfire.support
-
The ConnectionEndpoint class models a GemFire connection endpoint in the format of hostname[portnumber],
where hostname is the network name or IP address of the host.
- ConnectionEndpoint(String, int) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpoint
-
Constructs a ConnectionEndpoint initialized with the specific host and port.
- ConnectionEndpointArrayToIterableConverter() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter
-
- ConnectionEndpointList - Class in org.springframework.data.gemfire.support
-
The ConnectionEndpointList class is an Iterable collection of ConnectionEndpoint objects.
- ConnectionEndpointList() - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
-
Constructs an empty, uninitialized instance of the ConnectionEndpointList collection.
- ConnectionEndpointList(ConnectionEndpoint...) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
-
Constructs an instance of ConnectionEndpointList initialized with the the array of ConnectionEndpoints.
- ConnectionEndpointList(Iterable<ConnectionEndpoint>) - Constructor for class org.springframework.data.gemfire.support.ConnectionEndpointList
-
Constructs an instance of ConnectionEndpointList initialized with the Iterable collection of ConnectionEndpoints.
- constructCacheFactoryBean() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Constructs a new, initialized instance of
CacheFactoryBean
based on the Spring application's
cache type preference (i.e. client or peer), which is expressed via the appropriate annotation.
- containsAny(Collection<?>, Object...) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Null-safe method to determines whether the given
Collection
contains any elements from the given array.
- containsKey(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- containsKey(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- containsKeyOnServer(Object) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- containsKeyOnServer(Object) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- 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
-
- ContinuousQueryDefinition - Class in org.springframework.data.gemfire.listener
-
Basic holder class for defining an CqQuery
.
- ContinuousQueryDefinition() - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryDefinition(String, ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryDefinition(String, ContinuousQueryListener, boolean) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryDefinition(String, String, ContinuousQueryListener) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryDefinition(String, String, ContinuousQueryListener, boolean) - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
- ContinuousQueryListener - Interface in org.springframework.data.gemfire.listener
-
Continuous Query (CQ) listener listening for events and notifications by a GemFire Continuous Query (CQ).
- ContinuousQueryListenerAdapter - Class in org.springframework.data.gemfire.listener.adapter
-
Event listener adapter that delegates the handling of messages to target
listener methods via reflection, with flexible event type conversion.
- ContinuousQueryListenerAdapter() - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
- ContinuousQueryListenerAdapter(Object) - Constructor for class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
- ContinuousQueryListenerContainer - Class in org.springframework.data.gemfire.listener
-
Container providing asynchronous behaviour for GemFire Continuous Queries (CQ).
- ContinuousQueryListenerContainer() - Constructor for class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- 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(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(String) - Method in class org.springframework.data.gemfire.ScopeConverter
-
Converts the given String source into an instance of GemFire Scope.
- convert(String) - Method in class org.springframework.data.gemfire.server.SubscriptionEvictionPolicyConverter
-
Converts the given String into a SubscriptionEvictionPolicy enumerated value.
- convert(String) - Method in class org.springframework.data.gemfire.wan.OrderPolicyConverter
-
Converts the given String into a GemFire Gateway.OrderPolicy enum.
- convertGemFireAccessException(GemFireCheckedException) - Method in class org.springframework.data.gemfire.GemfireAccessor
-
Converts the given GemFireCheckedException
to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertGemFireAccessException(GemFireException) - Method in class org.springframework.data.gemfire.GemfireAccessor
-
Converts the given GemFireException
to an appropriate exception from the
org.springframework.dao
hierarchy.
- convertGemfireAccessException(GemFireException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
-
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao
hierarchy.
- convertGemfireAccessException(GemFireCheckedException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
-
Converts the given (checked) Gemfire exception to an appropriate one from the
org.springframework.dao
hierarchy.
- convertGemfireAccessException(IndexInvalidException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
-
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao
hierarchy.
- convertGemfireAccessException(QueryInvalidException) - Static method in class org.springframework.data.gemfire.GemfireCacheUtils
-
Converts the given (unchecked) Gemfire exception to an appropriate one from the
org.springframework.dao
hierarchy.
- convertGemFireQueryException(RuntimeException) - Method in class org.springframework.data.gemfire.GemfireAccessor
-
Converts the given GemFire exception to an appropriate exception from the
org.springframework.dao
hierarchy.
- copyOnRead() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- count() - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- create(PoolFactory, String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
Creates a
Pool
with the given
name
using the provided
PoolFactory
.
- create(K, V) - Method in interface org.springframework.data.gemfire.GemfireOperations
-
- create(K, V) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
- 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.util.PropertiesBuilder
-
- createApplicationContext(String[], String[]) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Creates (constructs and configures) an instance of the ConfigurableApplicationContext based on either the
specified base packages containing @Configuration, @Component or JSR 330 annotated classes to scan, or the
specified locations of context configuration meta-data files.
- createAssociation() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
- createCache(Object) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Creates a new 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.
- 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
.
- createFactory(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Constructs a new instance of
CacheFactory
initialized with the given Pivotal GemFire/Apache Geode
Properties
used to create an instance of a
Cache
.
- createFactory(Properties) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Constructs a new instance of
ClientCacheFactory
initialized with the given Pivotal GemFire/Apache Geode
Properties
used to create an instance of a
ClientCache
.
- createGemfireTemplate(Region<?, ?>) - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
-
Creates an instance of the GemfireTemplate for the given GemFire Cache Region.
- createLuceneIndex(String, String) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Creates a LuceneIndex
with the given indexName
on the GemFireCache
Region
identified by the given regionPath
.
- createLuceneQueryFactory() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Creates an instance of the LuceneQueryFactory
to create and execute Lucene queries
.
- createLuceneQueryFactory(String...) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Creates an instance of the LuceneQueryFactory
to create and execute Lucene queries
.
- createLuceneQueryFactory(int, String...) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Creates an instance of the LuceneQueryFactory
to create and execute Lucene queries
.
- createLuceneQueryFactory(int, int, String...) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Creates an instance of the LuceneQueryFactory
to create and execute Lucene queries
.
- createMethodInterceptor(Object, Class<?>) - Method in enum org.springframework.data.gemfire.search.lucene.support.PdxInstanceMethodInterceptorFactory
-
- createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
-
- createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
-
- createOptions() - Method in interface org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapter
-
- createOptions() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
-
- createOptions(SnapshotFilter<K, V>) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
-
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
-
- createPersistentProperty(Property, GemfirePersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.gemfire.mapping.GemfireMappingContext
-
- 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(GemFireCache, String) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Creates a new
Region
with the given
name
.
- createRegion(GemFireCache, String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
Creates a new
Region
with the given
name
.
- createRegionFactory(Cache) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Creates an instance of
RegionFactory
with the given
Cache
which is then used to construct,
configure and initialize the
Region
specified by this
RegionFactoryBean
.
- createRegionProxy(Region<K, V>) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
Create a close-suppressing proxy for the given GemFire Cache Region
.
- createRepositoryFactory() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
- criticalHeapPercentage() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- CUSTOM_SIMPLE_TYPES - Static variable in class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
-
- CustomEditorBeanFactoryPostProcessor - Class in org.springframework.data.gemfire.config.support
-
- CustomEditorBeanFactoryPostProcessor() - Constructor for class org.springframework.data.gemfire.config.support.CustomEditorBeanFactoryPostProcessor
-
- CustomEditorBeanFactoryPostProcessor.ConnectionEndpointArrayToIterableConverter - Class in org.springframework.data.gemfire.config.support
-
- CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointConverter - Class in org.springframework.data.gemfire.config.support
-
- CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter - Class in org.springframework.data.gemfire.config.support
-
- gatewayConflictResolver() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- GatewayReceiverFactoryBean - Class in org.springframework.data.gemfire.wan
-
Spring
FactoryBean
for creating a GemFire
GatewayReceiver
.
- GatewayReceiverFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
Constructs an instance of the
GatewayReceiverFactoryBean
class initialized with a reference to
the GemFire
Cache
used to configure and initialize a GemFire
GatewayReceiver
.
- GatewaySenderFactoryBean - Class in org.springframework.data.gemfire.wan
-
Spring
FactoryBean
for creating a parallel or serial GemFire
GatewaySender
.
- GatewaySenderFactoryBean(Cache) - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
Constructs an instance of the
GatewaySenderFactoryBean
class initialized with a reference to
the GemFire
Cache
used to configured and initialized a GemFire
GatewaySender
.
- GatewaySenderWrapper - Class in org.springframework.data.gemfire.wan
-
- GatewaySenderWrapper(GatewaySender) - Constructor for class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- GEMFIRE_NAME - Static variable in class org.springframework.data.gemfire.GemfireUtils
-
- 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_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
-
- GemfireBeanFactoryLocator - Class in org.springframework.data.gemfire.support
-
- 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
-
- gemfireCacheServer(Cache) - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
Bean declaration for a single, CacheServer
to serve cache client
applications.
- GemFireCacheTypeAwareRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire.config.annotation.support
-
- GemFireCacheTypeAwareRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- GemfireCacheUtils - Class in org.springframework.data.gemfire
-
Helper class featuring methods for GemFire Cache or Region handling.
- GemfireCacheUtils() - Constructor for class org.springframework.data.gemfire.GemfireCacheUtils
-
- GemfireCallback<T> - Interface in org.springframework.data.gemfire
-
Callback interface for GemFire code.
- GemfireCancellationException - Exception in org.springframework.data.gemfire
-
GemFire-specific class for exceptions caused by system cancellations.
- GemfireCancellationException(CancelException) - Constructor for exception org.springframework.data.gemfire.GemfireCancellationException
-
- GemFireComponentClassTypeScanner - Class in org.springframework.data.gemfire.config.annotation.support
-
- GemFireComponentClassTypeScanner(Set<String>) - Constructor for class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
- 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 Proxy bean for each Region
accessible to a GemFire DataSource.
- GemfireDataSourcePostProcessor(ClientCache) - Constructor for class org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
-
Constructs an instance of the GemfireDataSourcePostProcessor BeanFactoryPostProcessor class initialized
with the specified GemFire ClientCache instance for creating client PROXY Regions for all data Regions
configured in the GemFire cluster.
- GemfireEntityInformation<T,ID> - Interface in org.springframework.data.gemfire.repository.query
-
- 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
-
- GemfireFunctionBeanPostProcessor() - Constructor for class org.springframework.data.gemfire.function.config.GemfireFunctionBeanPostProcessor
-
- GemfireFunctionCallback<T> - Interface in org.springframework.data.gemfire.function.execution
-
A callback for Gemfire Function Templates
- GemfireFunctionOperations - Interface in org.springframework.data.gemfire.function.execution
-
An interface for invoking Gemfire functions
- GemfireFunctionPostBeanProcessorRegistrar - Class in org.springframework.data.gemfire.function.config
-
- GemfireFunctionPostBeanProcessorRegistrar() - Constructor for class org.springframework.data.gemfire.function.config.GemfireFunctionPostBeanProcessorRegistrar
-
- GemfireFunctionProxyFactoryBean - Class in org.springframework.data.gemfire.function.execution
-
A Proxy FactoryBean for all non-Region Function Execution interfaces.
- GemfireFunctionProxyFactoryBean(Class<?>, GemfireFunctionOperations) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- GemfireFunctionUtils - Class in org.springframework.data.gemfire.function
-
- GemfireFunctionUtils() - Constructor for class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
- GemfireIndexException - Exception in org.springframework.data.gemfire
-
Gemfire-specific subclass thrown on Index management.
- GemfireIndexException(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
-
- GemfireListenerExecutionFailedException - Exception in org.springframework.data.gemfire.listener
-
Exception thrown when the execution of a listener method failed.
- GemfireListenerExecutionFailedException(String) - Constructor for exception org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
-
Constructs a new GemfireListenerExecutionFailedException
instance.
- GemfireListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
-
Constructs a new GemfireListenerExecutionFailedException
instance.
- GemfireMappingContext - Class in org.springframework.data.gemfire.mapping
-
Spring Data
AbstractMappingContext
implementation defining entity mapping meta-data
for GemFire persistent entities.
- GemfireMappingContext() - Constructor for class org.springframework.data.gemfire.mapping.GemfireMappingContext
-
Constructs a GemfireMappingContext with a GemfireSimpleTypeHolder.
- GemfireOnMemberFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
- GemfireOnMemberFunctionTemplate(DistributedMember) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
-
- GemfireOnMemberFunctionTemplate(String[]) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
-
- GemfireOnMemberFunctionTemplate() - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
-
- GemfireOnMembersFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
- GemfireOnMembersFunctionTemplate(Set<DistributedMember>) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
-
- GemfireOnMembersFunctionTemplate(String[]) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
-
- GemfireOnMembersFunctionTemplate() - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
-
- GemfireOnRegionFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
- GemfireOnRegionFunctionTemplate(Region<?, ?>) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
-
Constructs an instance of the GemFireOnRegionFunctionTemplate with the given GemFire Cache Region.
- GemfireOnRegionOperations - Interface in org.springframework.data.gemfire.function.execution
-
- GemfireOnServerFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
- GemfireOnServerFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
-
- GemfireOnServerFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
-
- GemfireOnServersFunctionTemplate - Class in org.springframework.data.gemfire.function.execution
-
- GemfireOnServersFunctionTemplate(RegionService) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
-
- GemfireOnServersFunctionTemplate(Pool) - Constructor for class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
-
- GemfireOperations - Interface in org.springframework.data.gemfire
-
- GemfirePersistentEntity<T> - Class in org.springframework.data.gemfire.mapping
-
PersistentEntity
implementation adding custom GemFire persistent entity related metadata, such as the
Region
to which the entity is mapped, etc.
- GemfirePersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- GemfirePersistentProperty - Class in org.springframework.data.gemfire.mapping
-
- 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.
- GemFirePropertiesBeanPostProcessor(Properties) - Constructor for class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor
-
- GemFirePropertiesConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
- GemFirePropertiesConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.GemFirePropertiesConfiguration
-
- GemfireQueryException - Exception in org.springframework.data.gemfire
-
- 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
-
- GemfireQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Constructor for class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
- 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
-
GemFire specific extension of the Spring Data
CrudRepository
interface.
- GemfireRepositoryConfigurationExtension - Class in org.springframework.data.gemfire.repository.config
-
RepositoryConfigurationExtension
implementation handling GemFire specific extensions to the Repository XML
namespace and annotation-based configuration meta-data.
- GemfireRepositoryConfigurationExtension() - Constructor for class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
-
- GemfireRepositoryExtension - Class in org.springframework.data.gemfire.repository.cdi
-
The GemfireRepositoryExtension class...
- GemfireRepositoryExtension() - Constructor for class org.springframework.data.gemfire.repository.cdi.GemfireRepositoryExtension
-
- GemfireRepositoryFactory - Class in org.springframework.data.gemfire.repository.support
-
- GemfireRepositoryFactory(Iterable<Region<?, ?>>, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- GemfireRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.gemfire.repository.support
-
- GemfireRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
- GemfireSimpleTypeHolder - Class in org.springframework.data.gemfire.mapping.model
-
The GemfireSimpleTypeHolder class is a Spring Data Commons SimpleTypeHolder implementation adding additional
simple types to the collection.
- GemfireSimpleTypeHolder() - Constructor for class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
-
Constructs an instance of GemfireSimpleTypeHolder initialized with additional, custom simple types
handled by GemFire along with register the default simple types.
- GemfireSimpleTypeHolder(SimpleTypeHolder) - Constructor for class org.springframework.data.gemfire.mapping.model.GemfireSimpleTypeHolder
-
Constructs an instance of the GemfireSimpleTypeHolder initialized with a source
SimpleTypeHolder
.
- GemfireSystemException - Exception in org.springframework.data.gemfire
-
GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete org.springframework.dao
exceptions.
- GemfireSystemException(GemFireCheckedException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
-
- GemfireSystemException(GemFireException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
-
- GemfireSystemException(RuntimeException) - Constructor for exception org.springframework.data.gemfire.GemfireSystemException
-
- GemfireTemplate - Class in org.springframework.data.gemfire
-
Helper class that simplifies GemFire data access code and converts
GemFireCheckedException
and
GemFireException
into Spring
DataAccessException
, following the
org.springframework.dao
exception hierarchy.
- GemfireTemplate() - Constructor for class org.springframework.data.gemfire.GemfireTemplate
-
- GemfireTemplate(Region<K, V>) - Constructor for class org.springframework.data.gemfire.GemfireTemplate
-
- GemfireTransactionCommitException - Exception in org.springframework.data.gemfire.transaction
-
- 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 transaction object.
- GemfireUtils - Class in org.springframework.data.gemfire
-
GemfireUtils is an abstract utility class encapsulating common functionality to access features and capabilities
of GemFire based on version and other configuration meta-data.
- GemfireUtils() - Constructor for class org.springframework.data.gemfire.GemfireUtils
-
- generateBeanName() - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- generateBeanName(Class<?>) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- generateBeanName(String) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- GenericRegionFactoryBean<K,V> - Class in org.springframework.data.gemfire
-
The GenericRegionFactoryBean class is an extension of the abstract, base RegionFactoryBean class enabling developers
to define a GemFire Cache Region with defaults.
- GenericRegionFactoryBean() - Constructor for class org.springframework.data.gemfire.GenericRegionFactoryBean
-
- 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
-
- 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(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
-
- 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.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
-
- getAnnotation() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
-
- getAnnotationAttributes(Annotation) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- getAnnotationAttributes(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- getAnnotationAttributes(AnnotationMetadata, String) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- getAnnotationAttributes(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- getAnnotationAttributeStringValue(Annotation, String) - Static method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- getAnnotationParameterPosition(Method, Class<?>, Class<?>[]) - Static method in class org.springframework.data.gemfire.function.GemfireFunctionUtils
-
Determine the order position of a an annotated method parameter
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Returns the cache application
Annotation
type pertaining to this configuration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.AuthConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
Returns the cache application
Annotation
type pertaining to this configuration.
- 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.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
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
- 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.LocatorConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.LoggingConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.ManagerConfiguration
-
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.McastConfiguration
-
Returns the cache application
Annotation
type pertaining to this configuration.
- 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.PeerCacheConfiguration
-
Returns the cache application
Annotation
type pertaining to this configuration.
- getAnnotationType() - Method in class org.springframework.data.gemfire.config.annotation.RedisServerConfiguration
-
- 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.
- getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
Returns the name of the
Annotation
type that configures and creates
Regions
for application persistent entities.
- getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
Returns the name of the
Annotation
type that enables and configures Eviction.
- getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
Returns the name of the
Annotation
type that enables and configures Expiration.
- getAnnotationTypeName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
Returns the simple name of the
Annotation
type that configures and creates
Regions
for application persistent entities.
- getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
Returns the simple name of the
Annotation
type that enables and configures Eviction.
- getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
Returns the simple name of the
Annotation
type that enables and configures Expiration.
- getAnnotationTypeSimpleName() - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
-
- getApplicationContext() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
- getApplicationContext() - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Gets a reference to the Spring ApplicationContext constructed, configured and initialized inside the GemFire
Server-based JVM process.
- getArgument() - Method in class org.springframework.data.gemfire.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
.
- getAttributes() - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
-
- getAttributes() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Returns the attributes used to configure the Region created by this factory as set in the SDG XML namespace
configuration meta-data, or as set with the setAttributes(:Attributes) method.
- getBasePackages() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns an unmodifiable
Set
of base packages to scan for GemFire components.
- getBatchSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getBatchTimeInterval() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getBeanClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- getBeanClassLoader() - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
-
- getBeanClassLoader() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Returns a reference to the
ClassLoader
used by the Spring container to load and create bean classes.
- getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.support.DeclarableSupport
-
- getBeanFactory() - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
- getBeanFactoryKey() - Method in class org.springframework.data.gemfire.support.DeclarableSupport
-
- getBeanFactoryLocator() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Returns a reference to the configured
GemfireBeanFactoryLocator
used to resolve Spring bean references
in native Pivotal GemFire/Apache Geode native config (e.g.
- getBeanName() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
- 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.CacheFactoryBean
-
Returns a direct reference to the constructed, configured an initialized
Cache
created by this
CacheFactoryBean
.
- getCache() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
Returns a reference to the GemFireCache
used to create the Region
.
- getCache() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Returns a reference to the GemFireCache
.
- getCache() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Returns a reference to the GemFireCache
.
- getCache() - Method in class org.springframework.data.gemfire.search.lucene.LuceneServiceFactoryBean
-
Returns a reference to the single GemFireCache
instance.
- getCache() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Gets a reference to the GemFire Cache for which the snapshot will be taken.
- getCache() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Returns a reference to the GemFireCache
for which this transaction manager
will manage local cache transactions.
- getCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- getCacheLoader() - Method in class org.springframework.data.gemfire.cache.CallableCacheLoaderAdapter
-
The CacheLoader
delegate used to actually load the cache value for the specified key.
- getCacheTransactionManager() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
- getCacheXml() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Returns a reference to the Pivotal GemFire/Apache Geode native cache.xml
as a Spring
Resource
.
- getCanonicalizedFromClause() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getCanonicalizedIndexedExpression() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getCanonicalizedProjectionAttributes() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getClientCache() - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- getClientRegionShortcut() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- getClientRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- getClose() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- getCompositeCacheServerConfigurer() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- getCompositeClientCacheConfigurer() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getCompositeDiskStoreConfigurer() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- 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.client.ClientRegionFactoryBean
-
- getCompositeRegionConfigurer() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- getCompositeRegionConfigurer() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- getCompositeRegionConfigurer() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
- getContent() - Method in class org.springframework.data.gemfire.domain.EmptySlice
-
- getContent() - Method in class org.springframework.data.gemfire.domain.ListablePage
-
- getContent() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- getContent() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
- getConversionService() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- getCopyOnRead() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getCriticalHeapPercentage() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getCustomSerializer(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Looks up and returns a custom PdxSerializer based on the class type of the object to (de)serialize.
- getCustomSerializers() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- getDataPolicy() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- getDataPolicy() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- getDataPolicy() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Gets the "resolved" Data Policy as determined by this RegionFactory when configuring the attributes
of the Region to be created.
- getDataPolicy() - Method in enum org.springframework.data.gemfire.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.
- getDelegate() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getDelegate() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getDelegate() - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Returns the target object to delegate event listening to.
- getDiskDir() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- getDiskStoreName() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getDispatcherThreads() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getDistributedSystem() - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- getDistributedSystem(GemFireCache) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- getDurableClientId() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the value of the GemFire System property 'durable-client-id' indicating to the server whether
this client is durable.
- getDurableClientTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Get the value of the GemFire System property 'durable-client-timeout' indicating to the server how long
to track events for the durable client when disconnected.
- getDynamicRegionSupport() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getEnableAutoReconnect() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Gets the value for the auto-reconnect setting.
- getEnableAutoReconnect() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- 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.
- getEntityClassLoader() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns a reference to the
ClassLoader
to find and load GemFire application persistent entity classes.
- getEntityInformation(Class<T>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
-
Returns a reference to the configured
Environment
in the Spring application context.
- getEnvironment() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns a reference to the Spring
Environment
in which the Spring GemFire application is running.
- getEvictionAction(EvictionActionType) - Static method in enum org.springframework.data.gemfire.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.
- getEvictionHeapPercentage() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getEvictionPolicyConfigurer() - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
- 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.
- getExtension() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoriesRegistrar
-
- getFieldAnalyzers() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Returns a
Map
of application domain object field names to
Analyzers
used in
the construction of the
Lucene Indexes
for each field.
- getFields() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Returns a
List
of application domain object fields to be indexed.
- 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
-
- getFromClause() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnMembersFunctionTemplate
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnRegionFunctionTemplate
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnServerFunctionTemplate
-
- getFunctionExecution() - Method in class org.springframework.data.gemfire.function.execution.GemfireOnServersFunctionTemplate
-
- getGatewayConflictResolver() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getGatewayEventFilters() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getGatewayEventSubstitutionFilter() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getGatewayTransportFilters() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getGemfireFunctionOperations() - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- getGemfireIndexType() - Method in enum org.springframework.data.gemfire.IndexType
-
Gets the matching GemFire IndexType for this IndexType enumerated value.
- getGemfireInstantiators() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- getGemfireMappingContext() - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Returns a reference to the Spring Data
MappingContext
used to perform domain object type
to data store mappings.
- getGemfireTemplate() - Method in class org.springframework.data.gemfire.dao.GemfireDaoSupport
-
Returns the GemfireTemplate for this DAO, pre-initialized with the Region or set explicitly.
- getHints() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Gets the query HINTs for this query method.
- getHost() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
Gets the host in this ConnectionEndpoint.
- 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(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.
- getIncludes() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
Returns a collection of
TypeFilters
used to include (match) types found
during the classpath component scan.
- getIndex() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getIndexedExpression() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getIndexName() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getIndexName() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Returns the name of the LuceneIndex
used in Lucene queries.
- getIndexName() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Returns the name of the LuceneIndex
as identified in the GemFireCache
.
- getInParameterIndexes() - Method in class org.springframework.data.gemfire.repository.query.QueryString
-
Returns the parameter indexes used in this query.
- getInstantiator(Class<? extends DataSerializable>, int) - Method in class org.springframework.data.gemfire.serialization.AsmInstantiatorGenerator
-
- getInstantiator(Class<? extends DataSerializable>, int) - Method in interface org.springframework.data.gemfire.serialization.InstantiatorGenerator
-
Returns a (potentially new) Instantiator that optimizes the instantiation of the given types.
- getInstantiatorFor(PersistentEntity) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Looks up and returns an EntityInstantiator to construct and initialize an instance of the object defined
by the given PersistentEntity (meta-data).
- getInterestPolicy(InterestPolicyType) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Null-safe operation to extract the GemFire InterestPolicy from the InterPolicyType enumerated value.
- getInterestPolicy() - Method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns the GemFire InterestPolicy corresponding to this SubscriptionType enumerated value.
- getInterestPolicy() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
Gets GemFire's InterestPolicy specified on the SubscriptionAttributes which defines data interests
and distribution of changes.
- getInterestResultPolicy(InterestResultPolicyType) - Static method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
-
- getInterestResultPolicy() - Method in enum org.springframework.data.gemfire.client.InterestResultPolicyType
-
- getJndiDataSources() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getKeepAlive() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the user specified value for whether the server(s) should keep the durable client's queue alive
for the duration of the timeout when the client voluntarily disconnects.
- getKey() - Method in class org.springframework.data.gemfire.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.
- getKeyConstraint() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- getKeyword() - Method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
-
Returns name of this GemFire OQL Keyword enumerated value.
- getLimit() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
Gets the LIMIT for this query method on the result set returned by the query.
- getListener() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
The CQ Listener receiving events and notifications with changes from the CQ.
- getListenerMethodName(CqEvent) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Determine the name of the listener method that is supposed to
handle the given event.
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getLoadConditioningInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getLoadConditioningInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getLocation() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- getLocator() - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- getLocators() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getLocators() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getLocators(List<InetSocketAddress>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getLocators() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getLocators() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getLockLease() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getLockTimeout() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getLog() - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
- getLookupEnabled() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
- getLuceneIndex() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Returns a reference to the LuceneIndex
used in Lucene queries.
- getLuceneIndex() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
- getLuceneService() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Returns a reference to the LuceneService
used to perform Lucene query data access operations.
- getLuceneService() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Returns a reference to the
LuceneService
used by this
FactoryBean
to create
the
LuceneIndex
.
- getMappingContext() - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getMaxConnections(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getMaxConnections() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getMaximumQueueMemory() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getMaxParallelismForReplicatedRegion() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getMessageSyncInterval() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getMinConnections() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getMinConnections() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getMinConnections(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getMinConnections() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getMinConnections() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getMissingCache(String) - Method in class org.springframework.data.gemfire.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
-
- 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
-
- getName() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getName() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getName() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getName() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getName() - Method in enum org.springframework.data.gemfire.JndiDataSourceType
-
Gets the GemFire name of the support JNDI DataSource implementation type.
- getName() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
Gets the name for the CQ.
- getName() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- getNativeCache() - Method in class org.springframework.data.gemfire.cache.GemfireCache
-
Returns the GemFire
Region
used as the implementation for this Spring
Cache
.
- getNext() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
Null-safe method to return the next
page
in the collection of
pages
.
- 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
-
- getNumber() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
- getNumberOfElements() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- getObject() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.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.PartitionAttributesFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.search.lucene.LuceneServiceFactoryBean
-
- 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.util.PropertiesBuilder
-
- getObject() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- getObject() - Method in class org.springframework.data.gemfire.wan.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.CacheFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
<<<<<<< HEAD
- getObjectType() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.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.PartitionAttributesFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.search.lucene.LuceneServiceFactoryBean
-
- 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.util.PropertiesBuilder
-
- getObjectType() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- getObjectType() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- getOffHeap() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Returns a
Boolean
value indicating whether off-heap memory was enabled for this
Region
.
- 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.
- getPageSize() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
Returns the number of elements per
page
.
- getParent() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
Returns a reference to the parent
Region
indicating this
FactoryBean
represents a GemFire cache
Sub-Region
.
- getPdxDiskStoreName() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getPdxDiskStoreName() - Method in class org.springframework.data.gemfire.config.support.PdxDiskStoreAwareBeanFactoryPostProcessor
-
Returns the name of the GemFire PDX DiskStore
.
- getPdxIgnoreUnreadFields() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getPdxPersistent() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getPdxReadSerialized() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getPdxSerializer() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getPendingEventCount() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getPendingEventCount() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getPendingEventCount() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getPersistent() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- getPersistentEntity(Class<?>) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- getPersistentEntity(Object) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Looks up and returns the
PersistentEntity
meta-data for the given entity object.
- getPersistentEntity(Class<?>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
- getPersistentEntity() - Method in class org.springframework.data.gemfire.repository.query.GemfireQueryMethod
-
- getPhase() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Returns the configured phase of the Cache
bean in the lifecycle managed by the Spring container.
- getPhase() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Gets the phase in which this CQ listener container will start in the Spring container.
- getPhase() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- getPhase() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
Start at the latest possible moment.
- getPingInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getPingInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getPingInterval(Long) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getPingInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getPingInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getPolicy() - Method in class org.springframework.data.gemfire.client.Interest
-
Returns the InterestResultPolicy
used when interest is registered and determines whether KEYS,
KEYS_VALUES or nothing (NONE) is initially fetched on initial registration.
- getPolicy() - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
Deprecated.
- getPool() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the Pool
used by this cache client to obtain connections to the GemFire cluster.
- getPool() - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- getPoolName() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- getPoolName() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the name of the GemFire Pool
used by this GemFire cache client.
- getPoolName() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- getPort() - Method in class org.springframework.data.gemfire.support.ConnectionEndpoint
-
Gets the port number in this ConnectionEndpoint.
- getPreference() - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getPrevious() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
Returns the previous
page
in the collection of
pages
.
- getProjectionAttributes() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getProjectionFactory() - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
-
Returns the Spring Data
ProjectionFactory
used to create projections out of query results.
- getProjectionType() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
Returns the
Class
type of the projection.
- getProperties() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Returns a reference to Pivotal GemFire/Apache Geode
Properties
used to configure the cache.
- getProps() - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
-
- getPrSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getPRSingleHopEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getPRSingleHopEnabled() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getQuery() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryDefinition
-
Gets the query string that will be executed for the CQ.
- getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- getQueryResults() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
Returns the
Lucene query results
backing this
LucenePage
.
- 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
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getReadTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getReadTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getReadyForEvents() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Gets the user-specified value for the readyForEvents property.
- getRegex() - Method in class org.springframework.data.gemfire.client.RegexInterest
-
Returns the 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.GemfireAccessor
-
Returns the template GemFire Cache Region.
- getRegion() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getRegion(Class<T>) - Method in class org.springframework.data.gemfire.mapping.Regions
-
Returns the Region
the given type is mapped to.
- getRegion(String) - Method in class org.springframework.data.gemfire.mapping.Regions
-
Returns the Region
with the given name or path.
- getRegion() - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
Returns a reference to the
Region
resolved by this Spring
FactoryBean
during the lookup operation; maybe a new
Region
.
- getRegion() - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Returns a reference to the Region
used to specify Lucene queries.
- getRegion() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Returns a reference to the GemFireCache
Region
on which the LuceneIndex
will be created.
- getRegion() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Gets a reference to the GemFire Region for which the snapshot will be taken.
- getRegionAnnotation() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- getRegionAnnotationType() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- getRegionAttributes() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- getRegionName() - Method in class org.springframework.data.gemfire.mapping.GemfirePersistentEntity
-
- 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.search.lucene.LuceneAccessor
-
Returns a fully-qualified pathname to the Region
used to specify Lucene queries.
- getRegionPath() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Returns the fully-qualified pathname to the GemFireCache
Region
on which the LuceneIndex
will be created.
- getRegionPath() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Gets the absolute pathname of the Region in GemFire for which the snapshot will be taken.
- getRegions() - Method in class org.springframework.data.gemfire.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.GemfireRepositoryFactoryBean
-
- getRegionShortcut() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- getRegisterInterest() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- getRemoteDSId() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.gemfire.repository.config.GemfireRepositoryConfigurationExtension
-
- getResourceFactory() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
- 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
-
- getScope() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- 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
-
- getServerGroup() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getServerGroup() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getServerGroup(String) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getServerGroup() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getServerGroup() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getServerRegionShortcut() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- getServers() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getServers() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getServers(List<InetSocketAddress>) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getServers() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getServers() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getShortcut() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- getSize() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- getSize() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
- getSnapshotMetadata() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Gets the meta-data used to perform the GemFire Cache Region data snapshots.
- getSnapshotService() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter
-
- getSnapshotService() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSocketBufferSize(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSocketBufferSize() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- 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.search.lucene.support.PdxInstanceMethodInterceptor
-
Returns the source
backing the proxy for intercepted method invocations.
- getStatisticInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getStatisticInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getStatisticInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getStatisticInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getStatistics() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- getStatisticsInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionAckInterval(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionAckInterval() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionEnabled() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionMessageTrackingTimeout(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getSubscriptionRedundancy(Integer) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getSubscriptionRedundancy() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getSupportedClasses() - Method in class org.springframework.data.gemfire.serialization.EnumSerializer
-
- getSuppressImportOnInit() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Determines whether importing on initialization should be suppressed.
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
-
- getTemplate() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
- getThreadLocalConnections() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- getThreadLocalConnections() - Method in class org.springframework.data.gemfire.client.PoolAdapter
-
- getThreadLocalConnections(Boolean) - Method in class org.springframework.data.gemfire.client.support.DefaultableDelegatingPoolAdapter
-
- getThreadLocalConnections() - Method in class org.springframework.data.gemfire.client.support.DelegatingPoolAdapter
-
- getThreadLocalConnections() - Method in class org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
-
- getThreshold() - Method in class org.springframework.data.gemfire.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.
- 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
-
- getTotalElements() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
- 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
-
- getTotalPages() - Method in class org.springframework.data.gemfire.search.lucene.support.LucenePage
-
- getTransactionListeners() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getTransactionWriter() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- getType() - Method in class org.springframework.data.gemfire.client.Interest
-
Returns the type of interest registration (e.g. based on KEY or Regex).
- 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.eviction.EvictionAttributesFactoryBean
-
Gets the eviction policy and algorithm used by the Region.
- getType() - Method in class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- 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
-
- getValueConstraint() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- ID - Static variable in class org.springframework.data.gemfire.client.function.ListRegionsOnServerFunction
-
- idleTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- 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_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
-
- 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 implementations to customize the configuration
of Entity-defined
Indexes
when a user annotates her Spring application
Configuration
class with
EnableIndexing
.
- 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
Indexes
using a declarative approach.
- IndexFactoryBean() - Constructor for class org.springframework.data.gemfire.IndexFactoryBean
-
- IndexFactoryBean.IndexWrapper - Class in org.springframework.data.gemfire
-
- IndexMaintenancePolicyConverter - Class in org.springframework.data.gemfire
-
The IndexMaintenanceTypeConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting
a String into a specific SDG IndexMaintenancePolicyType.
- IndexMaintenancePolicyConverter() - Constructor for class org.springframework.data.gemfire.IndexMaintenancePolicyConverter
-
- IndexMaintenancePolicyType - Enum in org.springframework.data.gemfire
-
The IndexMaintenanceType enum is a enumerated type of GemFire Index maintenance update options.
- IndexType - Enum in org.springframework.data.gemfire
-
The IndexType class is an enumerated type of GemFire Index Types.
- IndexTypeConverter - Class in org.springframework.data.gemfire
-
The IndexTypeConverter class is a Spring Converter implementation as well as a JavaBeans PropertyEditor
that converts a given String value into a proper IndexType.
- IndexTypeConverter() - Constructor for class org.springframework.data.gemfire.IndexTypeConverter
-
- IndexWrapper(QueryService, String) - Constructor for class org.springframework.data.gemfire.IndexFactoryBean.IndexWrapper
-
- init(Properties) - Method in class org.springframework.data.gemfire.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.
- init(Properties) - Method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Initializes a Spring ApplicationContext with the given parameters specified with a GemFire <initializer>
block in cache.xml.
- init(Properties) - Method in class org.springframework.data.gemfire.support.WiringDeclarableSupport
-
- 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.
- initializeDynamicRegionFactory() - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- 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.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
-
- InstantiatorFactoryBean - Class in org.springframework.data.gemfire.serialization
-
- 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(K, String) - Constructor for class org.springframework.data.gemfire.client.Interest
-
Deprecated.
- Interest(K, String, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
-
Deprecated.
- Interest(K, String, boolean, boolean) - Constructor for class org.springframework.data.gemfire.client.Interest
-
Deprecated.
- 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.
- interestRegistrationListeners() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- InterestResultPolicyConverter - Class in org.springframework.data.gemfire.client
-
The InterestResultPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting
a String into a GemFire InterestResultPolicyConverter.
- InterestResultPolicyConverter() - Constructor for class org.springframework.data.gemfire.client.InterestResultPolicyConverter
-
- InterestResultPolicyType - Enum in org.springframework.data.gemfire.client
-
The InterestResultPolicyType enum is an enumeration of all client Register Interests (result) policy values.
- invoke(MethodInvocation) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- invoke(MethodInvocation) - Method in class org.springframework.data.gemfire.search.lucene.support.PdxInstanceMethodInterceptor
-
- invokeErrorHandler(Throwable) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Invoke the registered ErrorHandler, if any.
- invokeFunction(Method, Object[]) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- invokeFunction(Method, Object[]) - Method in class org.springframework.data.gemfire.function.execution.OnRegionFunctionProxyFactoryBean
-
- invokeListenerMethod(CqEvent, String) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Invoke the specified listener method.
- invokeTargetMethod(Object[]) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- isActive() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Determines whether this container is currently active, that is, whether it has been setup (initialized)
but not shutdown yet.
- 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.EntityDefinedRegionsConfiguration
-
- isAnnotationPresent(AnnotationMetadata, String) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- isAnnotationPresent(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- isAutoStartup() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Determines whether this CQ listener container will automatically start on startup.
- isAutoStartup() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- isAutoStartup() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- isBatchConflationEnabled() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isCacheServerApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this is a GemFire
CacheServer
application,
which is indicated by the presence of the
CacheServerApplication
annotation on a Spring application
@Configuration
class.
- isCacheServerOrPeerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- isCacheSnapshotEvent() - Method in class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Determines whether this event indicates a Cache-wide snapshot.
- isCaching() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isClient(GemFireCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isClientCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this is a GemFire
ClientCache
application,
which is indicated by the presence of the
ClientCacheApplication
annotation on a Spring application
@Configuration
class.
- isClientPeerOrServerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determine whether this Spring application is a CacheServer
,
ClientCache
or a Cache
application.
- isClose() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Returns a boolean value indicating whether the cache will be closed on shutdown of the Spring container.
- isClose() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- isConnected(DistributedSystem) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- isCopyOnRead() - Method in class org.springframework.data.gemfire.transaction.GemfireTransactionManager
-
Indicates whether copy on read is set and used for fetch data access operations.
- isDefine() - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- isDestroy() - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Determines whether the LuceneIndex
will be destroyed on shutdown.
- 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.support.ConnectionEndpointList
-
Determines whether this collection contains any ConnectionEndpoints.
- isEmpty(Object[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Determines whether the given array is empty or not.
- isExistingTransaction(Object) - Method in class org.springframework.data.gemfire.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
-
Gets the value of the property explicitIdProperty.
- isExposeNativeRegion() - Method in class org.springframework.data.gemfire.GemfireTemplate
-
Returns whether to expose the native GemFire Cache Region or a Region proxy to the GemfireCallback code.
- isFile() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- isFilterPresent() - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- isFirst() - Method in class org.springframework.data.gemfire.domain.support.AbstractSliceSupport
-
- isFunctional(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
-
Null-safe operation to determine if the IndexType is a "FUNCTIONAL" Index.
- isFunctional() - Method in enum org.springframework.data.gemfire.IndexType
-
Determines whether this IndexType is "FUNCTIONAL".
- isGemfireVersion65OrAbove() - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isGemfireVersion7OrAbove() - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isGemfireVersion8OrAbove() - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isGemfireVersionGreaterThanEqualTo(double) - Static method in class org.springframework.data.gemfire.GemfireUtils
-
- isHA() - Method in class org.springframework.data.gemfire.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 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
-
Gets the value of the property idProperty.
- 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.
- isJarFile(File) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.ArchiveFileFilter
-
- isKeepAlive() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Determines whether the server(s) should keep the durable client's queue alive for the duration of the timeout
when the client voluntarily disconnects.
- isKey(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
-
Null-safe operation to determine if the IndexType is a "KEY" Index.
- isKey() - Method in enum org.springframework.data.gemfire.IndexType
-
Determines whether this IndexType is a "KEY" Index.
- 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
-
- isLocal() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isLocal() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isLuceneIndexDestroyable(LuceneIndex) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Determine whether the given
LuceneIndex
created by this
FactoryBean
is destroyable.
- 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.
- isNotAlphaNumericWhitespace(char) - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether the given character
is a special character (non-alphanumeric, non-whitespace).
- isNotConnected(DistributedSystem) - Static method in class org.springframework.data.gemfire.util.DistributedSystemUtils
-
- 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.
- isNotPersistent() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- isNotPersistent() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Returns true when the user explicitly specified a value for the persistent attribute and it is false.
- isNotPersistent() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- isOffHeap() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Returns a boolean value indicating whether off-heap has been enabled for this Region
.
- 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
-
- 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
-
- isPeer(GemFireCache) - Static method in class org.springframework.data.gemfire.util.CacheUtils
-
- isPeerCacheApplication(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this is a GemFire peer
Cache
application,
which is indicated by the presence of the
PeerCacheApplication
annotation on a Spring application
@Configuration
class.
- isPersistenceEnabled() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isPersistent() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- isPersistent() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isPersistent() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Returns true when the user explicitly specified a value for the persistent attribute and it is true.
- isPersistent() - Method in enum org.springframework.data.gemfire.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
-
- isPersistentUnspecified() - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- isPersistentUnspecified() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Determines whether the user explicitly set the 'persistent' attribute or not.
- isProxy() - Method in enum org.springframework.data.gemfire.client.ClientRegionShortcutWrapper
-
- isProxy() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isReadyForEvents() - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Determines whether this GemFire cache client is ready for events.
- isReceiveValues() - Method in class org.springframework.data.gemfire.client.Interest
-
Returns the type of values received by the listener.
- isRedundant() - Method in enum org.springframework.data.gemfire.RegionShortcutWrapper
-
- isRegexType() - Method in class org.springframework.data.gemfire.client.Interest
-
Determines whether this
Interest
is a REGEX interest registration.
- isRegion(Object) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
Determines whether the given bean is a Region
.
- isRegionFactoryBean(Object) - Static method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
- 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
-
- 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.listener.ContinuousQueryListenerContainer
-
Determines whether the container has be started and is currently running.
- isRunning() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- isRunning() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- isRunning() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- isSerialEventQueue() - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- isSerialGatewaySender() - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- isShiroSecurityConfigured() - Method in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- isShiroSecurityNotConfigured() - Method in class org.springframework.data.gemfire.config.annotation.GeodeIntegratedSecurityConfiguration
-
- 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.execution.GemfireFunctionProxyFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.function.FunctionServiceFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- isSingleton() - Method in class org.springframework.data.gemfire.search.lucene.LuceneServiceFactoryBean
-
- 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
-
- isSingleton() - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- isStatisticsEnabled() - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- 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.
- isTypedCacheApplication(Class<? extends Annotation>, AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
Determines whether this Spring application is annotated with the given GemFire cache type annotation.
- isUseBeanFactoryLocator() - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- isUserDefinedQuery() - Method in class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
- isValuable(String) - Method in class org.springframework.data.gemfire.util.PropertiesBuilder
-
- iterable(Enumeration<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Adapts the given Enumeration as an Iterable object for use within a for each loop.
- iterable(Iterator<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Adapts the given Iterator as an Iterable object for use within a for each loop.
- iterator() - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireComponentClassTypeScanner
-
- iterator() - Method in class org.springframework.data.gemfire.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.support.ConnectionEndpointList
-
- safeGetValue(Supplier<T>) - Static method in class org.springframework.data.gemfire.util.SpringUtils
-
- safeGetValue(Supplier<T>, T) - Static method in class org.springframework.data.gemfire.util.SpringUtils
-
- save(Wrapper<T, ID>) - Method in interface org.springframework.data.gemfire.repository.GemfireRepository
-
- save(U) - Method in class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- save(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.
- ScopeConverter - Class in org.springframework.data.gemfire
-
The ScopeConverter class is a Spring Converter and JavaBeans PropertyEditor that converts Strings
into GemFire Scope constant values.
- ScopeConverter() - Constructor for class org.springframework.data.gemfire.ScopeConverter
-
- ScopeType - Enum in org.springframework.data.gemfire
-
The ScopeType enum is an enumeration of GemFire Scopes.
- searchTimeout() - Method in class org.springframework.data.gemfire.config.annotation.PeerCacheConfiguration
-
- 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.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_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.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
-
- serverGroup() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- serverLoadProbe() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- set(int, ConnectionEndpoint) - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
-
- 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.CacheFactoryBean
-
Sets and then returns a reference to Pivotal GemFire/Apache Geode
Properties
used to configure the cache.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
- setAsText(String) - Method in class org.springframework.data.gemfire.support.AbstractPropertyEditorConverterSupport
-
- setAsyncEventListener(AsyncEventListener) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setAsyncEventQueue(AsyncEventQueue) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setAsyncEventQueues(AsyncEventQueue[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setAsyncEventQueues(AsyncEventQueue[]) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
The list of AsyncEventQueues to use with this Region.
- setAttributes(Map<String, String>) - Method in class org.springframework.data.gemfire.CacheFactoryBean.JndiDataSource
-
- setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the region attributes used for the region used by this factory.
- setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- setAttributes(RegionAttributes<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Sets the region attributes used for the region used by this factory.
- setAutoCompact(Boolean) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setAutoRegister(boolean) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
Sets the auto-registration of this Instantiator
during the container startup.
- setAutoRegister(boolean) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
-
Sets the auto-registration of this Instantiator
during the container startup.
- setAutoStartup(boolean) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Sets whether the CQ listener container should automatically start on startup.
- setAutoStartup(boolean) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setBatchConflationEnabled(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Enable or disable the Async Event Queue's (AEQ) should conflate messages.
- setBatchConflationEnabled(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setBatchSize(int) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- setBatchSize(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setBatchSize(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setBatchTimeInterval(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Set the Aysync Event Queue's (AEQ) interval between sending batches.
- setBatchTimeInterval(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.function.execution.GemfireFunctionProxyFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
Sets a reference to the
ClassLoader
used by the Spring container to load and create bean classes.
- setBeanClassLoader(ClassLoader) - Static method in class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
Sets the ClassLoader used by the Spring ApplicationContext, created by this GemFire Initializer, when creating
bean definition classes.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.AddCacheServerConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.AddPoolConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.ApacheShiroSecurityConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.DiskStoreConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.annotation.support.AbstractAnnotationConfigSupport
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.config.support.AutoRegionLookupBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.expiration.AnnotationBasedExpiration
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
-
- setBeanFactoryKey(String) - Method in class org.springframework.data.gemfire.support.DeclarableSupport
-
- 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.search.lucene.LuceneIndexFactoryBean
-
- setBeanName(String) - Method in class org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
-
- 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.server.CacheServerFactoryBean
-
- setBindAddress(String) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.cache.GemfireCacheManager
-
- setCache(Cache) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets a reference to the constructed, configured an initialized
Cache
created by this
CacheFactoryBean
.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setCache(RegionService) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Sets the underlying cache used for creating indexes.
- setCache(RegionService) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Set the underlying RegionService (GemFire Cache) used for registering Queries.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
Sets a reference to the GemFireCache
used to create the Region
.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Sets a reference to the GemFireCache
.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets a reference to the GemFireCache
.
- setCache(GemFireCache) - Method in class org.springframework.data.gemfire.search.lucene.LuceneServiceFactoryBean
-
Sets a reference to the single GemFireCache
instance.
- 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.transaction.GemfireTransactionManager
-
Sets a reference to the GemFireCache
for which this transaction manager
will manage local cache transactions.
- setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the cache listeners used for the region used by this factory.
- setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCacheListeners(CacheListener<K, V>[]) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Sets the cache listeners used for the region used by this factory.
- setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the CacheLoader used to load data local to the client's Region on cache misses.
- setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCacheLoader(CacheLoader<K, V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Sets the cache loader used for the region used by this factory.
- setCacheNames(Set<String>) - Method in class org.springframework.data.gemfire.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.RegionFactoryBean
-
Sets the cache writer used for the region used by this factory.
- setCacheXml(Resource) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets a reference to the Pivotal GemFire/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(AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setClientRegionShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- setCloningEnabled(Boolean) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setClose(boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets a value to indicate whether the cache will 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.GemFireCacheTypeAwareRegionFactoryBean
-
- setClose(boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Indicates whether the Region referred to by this factory bean will be closed on shutdown (default true).
- setColocatedWith(String) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setCompactionThreshold(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setConfigurer(BeanConfigurerSupport) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
-
Sets the manager responsible for configuring the newly created instances.
- setConvertReturnedCollections(boolean) - Method in class org.springframework.data.gemfire.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.CacheFactoryBean
-
Set the copyOnRead attribute of the Cache.
- 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.CacheFactoryBean
-
Set the Cache's critical heap percentage attribute.
- setCustomEntryIdleTimeout(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCustomEntryTimeToLive(CustomExpiry<K, V>) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setCustomSerializers(Map<Class<?>, PdxSerializer>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Configures custom PDX serializers to use for specific class 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.GemFireCacheTypeAwareRegionFactoryBean
-
- setDataPolicy(DataPolicy) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Sets the DataPolicy of the Region.
- setDataPolicy(String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- setDataPolicyName(String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- 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 FactoryBean will only be
defined initially, or defined and created.
- setDelegate(Object) - Method in class org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter
-
Set a target object to delegate events listening to.
- setDestroy(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Indicates whether the region referred by this factory bean will be
destroyed on shutdown (default false).
- setDestroy(boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Indicates whether the Region referred to by this factory bean will be destroyed on shutdown (default false).
- setDestroy(boolean) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets whether to destroy the LuceneIndex
on shutdown.
- setDiskDir(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- 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 class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the name of disk store to use for overflow and persistence
- setDiskStoreName(String) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Sets the name of Disk Store used for either overflow or persistence, or both.
- setDiskStoreRef(String) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setDiskStoreRef(String) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setDiskSynchronous(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Set the Async Event Queue (AEQ) disk write synchronization policy.
- setDiskSynchronous(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setDiskUsageCriticalPercentage(Float) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setDiskUsageWarningPercentage(Float) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setDispatcherThreads(Integer) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Set the number of dispatcher threads used to process Region Events from the associated Async Event Queue (AEQ).
- setDispatcherThreads(Integer) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setDistribute(boolean) - Method in class org.springframework.data.gemfire.serialization.InstantiatorFactoryBean
-
Sets the distribution of the region of this Instantiator
during the container startup.
- setDistribute(boolean) - Method in class org.springframework.data.gemfire.serialization.WiringInstantiator
-
Sets the distribution of the region of this Instantiator
during the container startup.
- setDurable(boolean) - Method in class org.springframework.data.gemfire.client.Interest
-
Sets 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.
- setDynamicRegionSupport(CacheFactoryBean.DynamicRegionSupport) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets an instance of the DynamicRegionSupport to support Dynamic Regions in this GemFire Cache.
- setEnableAutoReconnect(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Controls whether auto-reconnect functionality introduced in GemFire 8 is enabled or not.
- setEnableAutoReconnect(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setEnableBatchConflation(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setEndPort(Integer) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setEntryIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setEntryTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setEnvironment(Environment) - Method in class org.springframework.data.gemfire.config.annotation.AutoRegionLookupConfiguration
- setErrorHandler(ErrorHandler) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a CQ event.
- setEventFilters(List<GatewayEventFilter>) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setEventSubstitutionFilter(GatewayEventSubstitutionFilter) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setEvictionAttributes(EvictionAttributes) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setEvictionAttributes(Object) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration.EvictionPolicyMetaData
-
- setEvictionAttributes(EvictionAttributes) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- setEvictionHeapPercentage(Float) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Set the Cache's eviction heap percentage attribute.
- setEvictionMaximum(Integer) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setEvictionPolicy(ClientSubscriptionConfig) - Method in enum org.springframework.data.gemfire.server.SubscriptionEvictionPolicy
-
Null-safe utility method for setting the client's subscription eviction policy on the configuration meta-data.
- setExports(SnapshotServiceFactoryBean.SnapshotMetadata<K, V>[]) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Sets the meta-data (location, filter and format) used to create a snapshot from the Cache or Region data.
- setExposeNativeRegion(boolean) - Method in class org.springframework.data.gemfire.GemfireTemplate
-
Sets whether to expose the native Gemfire Region to GemfireCallback code.
- setExpression(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- setFactory(Object) - Method in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- setFieldAnalyzers(Map<String, Analyzer>) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Set a
Map
of application domain object field names to
Analyzers
used in the construction
of the
Lucene Indexes
for each field.
- setFields(String...) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets the application domain object fields to index.
- setFields(List<String>) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets the application domain object fields to index.
- setFixedPartitionAttributes(List<FixedPartitionAttributes>) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setFixedPartitionRegionAttributes(AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setFreeConnectionTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setFreeConnectionTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setFrom(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- setFunctions(List<Function>) - Method in class org.springframework.data.gemfire.function.FunctionServiceFactoryBean
-
- setGatewayConflictResolver(GatewayConflictResolver) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Requires GemFire 7.0 or higher
- setGatewayReceiver(GatewayReceiver) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setGatewaySenders(GatewaySender[]) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setGatewaySenders(GatewaySender[]) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- setGemfireInstantiators(Map<Class<?>, EntityInstantiator>) - Method in class org.springframework.data.gemfire.mapping.MappingPdxSerializer
-
Configures the
EntityInstantiator
s used to create the instances read by this PdxSerializer.
- setGemfireMappingContext(MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty>) - Method in class org.springframework.data.gemfire.repository.support.GemfireRepositoryFactoryBean
-
Configures the
MappingContext
used to perform domain object type to store mappings.
- setGemFireProperties(AnnotationMetadata, Map<String, Object>, BeanDefinitionRegistry) - Method in class org.springframework.data.gemfire.config.annotation.support.EmbeddedServiceConfigurationSupport
-
- setGemfireTemplate(GemfireOperations) - Method in class org.springframework.data.gemfire.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.
- 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.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 for this serializer.
- setIdleTimeout(Long) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setIdleTimeout(long) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.EvictionConfiguration
-
- setImportMetadata(AnnotationMetadata) - Method in class org.springframework.data.gemfire.config.annotation.ExpirationConfiguration
-
- 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.
- 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
-
- setIndexConfigurers(IndexConfigurer...) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
- setIndexConfigurers(List<IndexConfigurer>) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
- 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.
- setIndexName(String) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Sets the name of the LuceneIndex
used in Lucene queries.
- setIndexName(String) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets the name of the LuceneIndex
as identified in the GemFireCache
.
- setIndexUpdateType(IndexMaintenancePolicyType) - Method in class org.springframework.data.gemfire.RegionAttributesFactoryBean
-
- setInterestPolicy(InterestPolicy) - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
Sets GemFire's InterestPolicy specified on the SubscriptionAttributes in order to define/declare
the data interests and distribution of changes.
- setInterests(Interest<K>[]) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Set the interests for this client region.
- setJndiDataSources(List<CacheFactoryBean.JndiDataSource>) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- setKeepAlive(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets whether the server(s) should keep the durable client's queue alive for the duration of the timeout
when the client voluntarily disconnects.
- setKeepAlive(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setKey(K) - Method in class org.springframework.data.gemfire.client.Interest
-
Sets the key on which interest is registered.
- setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- setKeyConstraint(Class<K>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- setListeners(Set<InterestRegistrationListener>) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setLoadConditioningInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setLoadConditioningInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setLoadPollInterval(long) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setLocalMaxMemory(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setLocators(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setLocators(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setLocators(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setLocators(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setLocatorsConfiguration(Object) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setLockLease(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the number of seconds for implicit and explicit object lock leases to timeout.
- setLockTimeout(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the number of seconds in which the implicit object lock request will timeout.
- setLookupEnabled(Boolean) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
- setLuceneIndex(LuceneIndex) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Sets a reference to the LuceneIndex
used in Lucene queries.
- setLuceneIndex(LuceneIndex) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets the given
LuceneIndex
as the index created by this
FactoryBean
.
- setLuceneService(LuceneService) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Sets a reference to the LuceneService
used to perform Lucene query data access operations.
- setLuceneService(LuceneService) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets a reference to the
LuceneService
used by this
FactoryBean
to create the
LuceneIndex
.
- setManualStart(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setManualStart(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setManualStart(boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- setMaxConnections(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setMaxConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setMaxConnections(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- 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(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setMaxThreads(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setMaxTimeBetweenPings(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setMessageSyncInterval(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Set for client subscription queue synchronization when this member acts as a server to clients
and server redundancy is used.
- setMessageTimeToLive(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setMinConnections(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setMinConnections(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setMultiUserAuthentication(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setMultiUserAuthentication(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setName(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setName(String) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- setName(String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
Sets the name of the cache Region
based on the bean 'name' attribute.
- setName(String) - Method in class org.springframework.data.gemfire.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.RegionFactoryBean
-
Sets whether to enable this Region
to store it's data in off-heap memory.
- setOptimizeForWrite(boolean) - Method in class org.springframework.data.gemfire.function.PojoFunctionWrapper
-
- setOrderPolicy(String) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
Set the Async Event Queue (AEQ) ordering policy (e.g.
- setOrderPolicy(String) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setOverride(boolean) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
- 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.RegionLookupFactoryBean
-
Sets a reference to the parent
Region
to indicated this
FactoryBean
represents a GemFire 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(AnnotationAttributes, BeanDefinitionBuilder, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setPartitionResolver(PartitionResolver) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setPdxDiskStoreName(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Set the disk store that is used for PDX meta data.
- setPdxIgnoreUnreadFields(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Controls whether pdx ignores fields that were unread during
deserialization.
- setPdxPersistent(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Controls whether type metadata for PDX objects is persisted to disk.
- setPdxReadSerialized(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the object preference to PdxInstance.
- setPdxSerializer(PdxSerializer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the PdxSerializable
for this cache.
- 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 class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- setPersistent(boolean) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setPersistent(Boolean) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- setPersistent(Boolean) - Method in class org.springframework.data.gemfire.wan.AsyncEventQueueFactoryBean
-
- setPersistent(Boolean) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setPhase(int) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Set the phase for the Cache
bean in the lifecycle managed by the Spring container.
- 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.
- setPolicy(InterestPolicy) - Method in class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
Deprecated.
- setPool(Pool) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets the Pool
used by this cache client to obtain connections to the GemFire cluster.
- setPool(Pool) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the Pool
used by this client Region
.
- setPool(Pool) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- 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
-
- setPoolName(String) - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- setPoolName(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets the name of the Pool
used by this cache client to obtain connections to the GemFire cluster.
- setPoolName(String) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Sets the Pool
name used by this client Region
.
- setPoolName(String) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- setPoolName(String) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Set the name of the Pool
used for performing the queries by this container.
- setPort(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- 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. not secondary).
- setProjectionFactory(ProjectionFactory) - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
-
Sets the Spring Data
ProjectionFactory
used to create projections out of query results.
- setProperties(Properties) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Returns a reference to Pivotal GemFire/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.
- 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 query service used for creating indexes.
- setQueryService(QueryService) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Set the GemFire QueryService used by this container to create ContinuousQueries (CQ).
- setQueueSize(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setReadTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setReadTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setReadyForEvents(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
Sets the readyForEvents property to indicate whether the cache client should notify the server
that it is ready to receive updates.
- setReceiveValues(boolean) - Method in class org.springframework.data.gemfire.client.Interest
-
Switches between the different entities received by the listener.
- setRecoveryDelay(long) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setRedundantCopies(int) - Method in class org.springframework.data.gemfire.PartitionAttributesFactoryBean
-
- setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.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.RegionLookupFactoryBean
-
Sets a reference to the
Region
to be resolved by this Spring
FactoryBean
.
- setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Sets a reference to the Region
used to specify Lucene queries.
- setRegion(Region<?, ?>) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets a reference to the GemFireCache
Region
on which the LuceneIndex
will be created.
- 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(GemfirePersistentEntity, BeanDefinitionBuilder, boolean) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setRegionConfigurers(RegionConfigurer...) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setRegionConfigurers(List<RegionConfigurer>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setRegionConfigurers(RegionConfigurer...) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- setRegionConfigurers(List<RegionConfigurer>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- setRegionConfigurers(RegionConfigurer...) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- setRegionConfigurers(List<RegionConfigurer>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- setRegionIdleTimeout(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setRegionName(String) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
Sets the name of the cache Region
.
- setRegionPath(String) - Method in class org.springframework.data.gemfire.search.lucene.LuceneAccessor
-
Sets a fully-qualified pathname to the Region
used to specify Lucene queries.
- setRegionPath(String) - Method in class org.springframework.data.gemfire.search.lucene.LuceneIndexFactoryBean
-
Sets the fully-qualified pathname to the GemFireCache
Region
on which the LuceneIndex
will be created.
- 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.
- setRegionTimeToLive(ExpirationAttributes) - Method in class org.springframework.data.gemfire.LookupRegionFactoryBean
-
- setRegisterInterest(Boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean.DynamicRegionSupport
-
- setRemoteDistributedSystemId(int) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setReplicateRegionAttributes(AnnotationAttributes, BeanDefinitionBuilder) - Method in class org.springframework.data.gemfire.config.annotation.EntityDefinedRegionsConfiguration
-
- setResumeWaitTime(Long) - Method in class org.springframework.data.gemfire.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
-
- setScope(Scope) - Method in class org.springframework.data.gemfire.LocalRegionFactoryBean
-
- setScope(Scope) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Sets the region scope.
- setSearchTimeout(Integer) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Set the number of seconds a netSearch operation can wait for data before timing out.
- setServerGroup(String) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setServerGroup(String) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setServerGroups(String[]) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setServerLoadProbe(ServerLoadProbe) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setServerRegionShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- setServers(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setServers(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setServers(ConnectionEndpoint[]) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setServers(Iterable<ConnectionEndpoint>) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setServersConfiguration(Object) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setShortcut(ClientRegionShortcut) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
Initializes the client Region
using a GemFire ClientRegionShortcut
.
- setShortcut(RegionShortcut) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
Configures the Region with a RegionShortcut.
- setSnapshot(Resource) - Method in class org.springframework.data.gemfire.RegionLookupFactoryBean
-
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
-
- 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.LookupRegionFactoryBean
-
- setStatisticsInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionAckInterval(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionAckInterval(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSubscriptionCapacity(int) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setSubscriptionDiskStore(String) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setSubscriptionEnabled(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionEnabled(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSubscriptionEvictionPolicy(SubscriptionEvictionPolicy) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- setSubscriptionMessageTrackingTimeout(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionMessageTrackingTimeout(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSubscriptionRedundancy(Integer) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setSubscriptionRedundancy(int) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setSuppressImportOnInit(Boolean) - Method in class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
Sets a boolean condition to indicate whether importing on initialization should be suppressed.
- setTaskExecutor(Executor) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
Sets the Task Executor used for running the event listeners when messages are received.
- setThenGetProjectionFactory(ProjectionFactory) - Method in class org.springframework.data.gemfire.search.lucene.ProjectingLuceneAccessor
-
- setThreadLocalConnections(Boolean) - Method in class org.springframework.data.gemfire.client.ClientCacheFactoryBean
-
- setThreadLocalConnections(boolean) - Method in class org.springframework.data.gemfire.client.PoolFactoryBean
-
- setThreshold(Integer) - Method in class org.springframework.data.gemfire.eviction.EvictionAttributesFactoryBean
-
Set the threshold used by the LRU algorithm in ENTRY_COUNT and MEMORY_SIZE eviction policy.
- setTimeInterval(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- setTimeout(Integer) - Method in class org.springframework.data.gemfire.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.CacheFactoryBean
-
Sets the list of TransactionListeners used to configure the Cache to receive transaction events after
the transaction is processed (committed, rolled back).
- setTransactionWriter(TransactionWriter) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
Sets the TransactionWriter used to configure the Cache for handling transaction events, such as to veto
the transaction or update an external DB before the commit.
- setTransportFilters(List<GatewayTransportFilter>) - Method in class org.springframework.data.gemfire.wan.GatewayReceiverFactoryBean
-
- setTransportFilters(List<GatewayTransportFilter>) - Method in class org.springframework.data.gemfire.wan.GatewaySenderFactoryBean
-
- setType(Interest.Type) - Method in class org.springframework.data.gemfire.client.Interest
-
Set the type of interest registration (e.g. based on KEY or Regex).
- 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
-
- setType(IndexType) - Method in class org.springframework.data.gemfire.IndexFactoryBean
-
Sets the type of GemFire Index to create.
- setUseBeanFactoryLocator(boolean) - Method in class org.springframework.data.gemfire.CacheFactoryBean
-
- 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
-
- setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.client.ClientRegionFactoryBean
-
- setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.config.annotation.support.GemFireCacheTypeAwareRegionFactoryBean
-
- setValueConstraint(Class<V>) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- setWriteBufferSize(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- 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(GemFireCache) - 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
-
Basic Repository implementation for GemFire.
- SimpleGemfireRepository(GemfireTemplate, EntityInformation<T, ID>) - Constructor for class org.springframework.data.gemfire.repository.support.SimpleGemfireRepository
-
- size() - Method in class org.springframework.data.gemfire.support.ConnectionEndpointList
-
Determines the number of ConnectionEndpoints contained in this collection.
- SnapshotApplicationEvent<K,V> - Class in org.springframework.data.gemfire.snapshot.event
-
The SnapshotApplicationEvent class is a Spring ApplicationEvent signaling a GemFire Cache or Region snapshot event,
used to trigger a snapshot to occur.
- SnapshotApplicationEvent(Object, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Constructs an instance of SnapshotApplicationEvent initialized with an event source and optional meta-data
describing the data snapshots to be imported/exported.
- SnapshotApplicationEvent(Object, String, SnapshotServiceFactoryBean.SnapshotMetadata<K, V>...) - Constructor for class org.springframework.data.gemfire.snapshot.event.SnapshotApplicationEvent
-
Constructs an instance of SnapshotApplicationEvent initialized with an event source, a pathname of the Region
which data snapshots are imported/exported along with meta-data describing the details of the snapshot source.
- SnapshotMetadata(File, SnapshotOptions.SnapshotFormat) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- SnapshotMetadata(File, SnapshotFilter<K, V>, SnapshotOptions.SnapshotFormat) - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotMetadata
-
- SnapshotServiceAdapterSupport() - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport
-
- SnapshotServiceFactoryBean<K,V> - Class in org.springframework.data.gemfire.snapshot
-
The SnapshotServiceFactoryBean class is a Spring FactoryBean used to configure and create an instance
of an appropriate GemFire Snapshot Service to perform data import and exports.
- SnapshotServiceFactoryBean() - Constructor for class org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBean
-
- SnapshotServiceFactoryBean.ArchiveFileFilter - Class in org.springframework.data.gemfire.snapshot
-
The ArchiveFileFilter class is a Java FileFilter implementation accepting any File that is either
a JAR file or ZIP file.
- SnapshotServiceFactoryBean.CacheSnapshotServiceAdapter - Class in org.springframework.data.gemfire.snapshot
-
The CacheSnapshotServiceAdapter is a SnapshotServiceAdapter adapting GemFire's CacheSnapshotService.
- SnapshotServiceFactoryBean.RegionSnapshotServiceAdapter<K,V> - Class in org.springframework.data.gemfire.snapshot
-
The RegionSnapshotServiceAdapter is a SnapshotServiceAdapter adapting GemFire's RegionSnapshotService.
- SnapshotServiceFactoryBean.SnapshotMetadata<K,V> - Class in org.springframework.data.gemfire.snapshot
-
The SnapshotMetadata class encapsulates details of the GemFire Cache or Region data snapshot
on either import or export.
- SnapshotServiceFactoryBean.SnapshotServiceAdapter<K,V> - Interface in org.springframework.data.gemfire.snapshot
-
The SnapshotServiceAdapter interface is an Adapter adapting both GemFire CacheSnapshotService
and RegionSnapshotService to treat them uniformly.
- SnapshotServiceFactoryBean.SnapshotServiceAdapterSupport<K,V> - Class in org.springframework.data.gemfire.snapshot
-
SnapshotServiceAdapterSupport is an abstract base class for all SnapshotServiceAdapter implementations
encapsulating common reusable functionality.
- socketBufferSize() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- socketBufferSize() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- sort(T[]) - Static method in class org.springframework.data.gemfire.util.ArrayUtils
-
Sort the array of elements according to the elements natural ordering.
- sort(List<T>) - Static method in class org.springframework.data.gemfire.util.CollectionUtils
-
Sors the elements of the given
List
by their natural,
Comparable
ordering.
- SpringContextBootstrappingInitializer - Class in org.springframework.data.gemfire.support
-
- SpringContextBootstrappingInitializer() - Constructor for class org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer
-
- 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
-
- SpringUtils - Class in org.springframework.data.gemfire.util
-
SpringUtils is a utility class encapsulating common functionality on objects and other class types.
- SpringUtils() - Constructor for class org.springframework.data.gemfire.util.SpringUtils
-
- SslConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The SslConfiguration class...
- SslConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.SslConfiguration
-
- start() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- start() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- start() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- start() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- START_LOCATOR_GEMFIRE_SYSTEM_PROPERTY_NAME - Static variable in class org.springframework.data.gemfire.config.annotation.LocatorConfiguration
-
- startLocator() - Method in class org.springframework.data.gemfire.config.annotation.AbstractCacheConfiguration
-
- StatisticsConfiguration - Class in org.springframework.data.gemfire.config.annotation
-
The StatisticsConfiguration class is a Spring
ImportBeanDefinitionRegistrar
that applies additional GemFire/Geode configuration by way of GemFire/Geode System properties to configure
GemFire/Geode Statistics.
- StatisticsConfiguration() - Constructor for class org.springframework.data.gemfire.config.annotation.StatisticsConfiguration
-
- statisticsInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- stop(Runnable) - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- stop() - Method in class org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer
-
- stop(Runnable) - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- stop() - Method in class org.springframework.data.gemfire.RegionFactoryBean
-
- stop(Runnable) - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- stop() - Method in class org.springframework.data.gemfire.server.CacheServerFactoryBean
-
- stop() - Method in class org.springframework.data.gemfire.wan.GatewaySenderWrapper
-
- StringBasedGemfireRepositoryQuery - Class in org.springframework.data.gemfire.repository.query
-
GemfireRepositoryQuery
using plain
String
based OQL queries.
- StringBasedGemfireRepositoryQuery(GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
- StringBasedGemfireRepositoryQuery(String, GemfireQueryMethod, GemfireTemplate) - Constructor for class org.springframework.data.gemfire.repository.query.StringBasedGemfireRepositoryQuery
-
- 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
.
- subscriptionAckInterval() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- SubscriptionAttributesFactoryBean - Class in org.springframework.data.gemfire
-
The SubscriptionAttributesFactoryBean class is a Spring FactoryBean used for defining and constructing
a GemFire SubscriptionAttributes object, which determines the Subscription policy used by Regions to
declared their data interests.
- SubscriptionAttributesFactoryBean() - Constructor for class org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
-
- subscriptionCapacity() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- subscriptionDiskStoreName() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- subscriptionEnabled() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- subscriptionEvictionPolicy() - Method in class org.springframework.data.gemfire.config.annotation.CacheServerConfiguration
-
- SubscriptionEvictionPolicy - Enum in org.springframework.data.gemfire.server
-
Enumeration of the various client subscription policies for CacheServer
.
- SubscriptionEvictionPolicyConverter - Class in org.springframework.data.gemfire.server
-
The SubscriptionEvictionPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor for converting
Strings into a SubscriptionEvictionPolicy enumerated value.
- SubscriptionEvictionPolicyConverter() - Constructor for class org.springframework.data.gemfire.server.SubscriptionEvictionPolicyConverter
-
- subscriptionMessageTrackingTimeout() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- subscriptionRedundancy() - Method in class org.springframework.data.gemfire.config.annotation.ClientCacheConfiguration
-
- SUPPORTED_IDENTIFIER_NAMES - Static variable in class org.springframework.data.gemfire.mapping.GemfirePersistentProperty
-
- supports(Object, Class<?>) - Method in enum org.springframework.data.gemfire.search.lucene.support.PdxInstanceMethodInterceptorFactory
-
- VALID_ORDER_POLICIES - Static variable in class org.springframework.data.gemfire.wan.AbstractWANComponentFactoryBean
-
- validateCompactionThreshold(Integer) - Method in class org.springframework.data.gemfire.DiskStoreFactoryBean
-
- valueOf(String) - Static method in enum org.springframework.data.gemfire.client.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.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.IndexMaintenancePolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(IndexType) - Static method in enum org.springframework.data.gemfire.IndexType
-
Returns an IndexType given the corresponding GemFire IndexType or null if no SDG IndexType
corresponds to the GemFire IndexType.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(InterestPolicy) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns a SubscriptionType enumerated value for the given GemFire InterestPolicy.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.JndiDataSourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.gemfire.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.search.lucene.support.PdxInstanceMethodInterceptorFactory
-
Returns the enum constant of this type with the specified name.
- 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(Gateway.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
-
Returns an IndexType matching the given String.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.InterestPolicyType
-
Returns a SubscriptionType enumerated value for the case-insensitive, named Subscription (InterestsPolicy).
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.JndiDataSourceType
-
Returns a JndiDataSourceType enumerated value based on the GemFire preferred name for the supported JNDI,
DataSource implementation, ignoring case and all extra leading/trailing whitespace.
- valueOfIgnoreCase(String) - Static method in enum org.springframework.data.gemfire.repository.query.support.OqlKeyword
-
- 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.
- 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.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.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.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() - Static method in enum org.springframework.data.gemfire.search.lucene.support.PdxInstanceMethodInterceptorFactory
-
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.