Uses of Class
org.springframework.data.gemfire.support.AbstractFactoryBeanSupport
Packages that use AbstractFactoryBeanSupport
Package
Description
Package providing integration of
GemFire
with Spring concepts.
Classes providing support for GemFire client configuration.
Support package for GemFire
CacheServer.Support package for Spring Gemfire integration.
Base package for Spring GemFire WAN support
-
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire
Subclasses of AbstractFactoryBeanSupport in org.springframework.data.gemfireModifier and TypeClassDescriptionclassAbstract base class forCacheFactoryBeanandClientCacheFactoryBeanclasses, used to create Apache Geode peerCacheandClientCacheinstances, respectively.classAbstract base class encapsulating functionality for (externally) configuring an Apache GeodeClientCacheor peerCacheas a bean in the Spring context.classAbstract base class encapsulating logic to resolve or create aGemFireCacheinstance.classSpringFactoryBeanused to construct, configure and initialize a peerCacheinstance.classConfigurableRegionFactoryBeanis an abstract base class encapsulating functionality common to all configurableRegionFactoryBeans.classSpringFactoryBeanused to create aDiskStore.classThe GenericRegionFactoryBean class is an extension of the abstract, base PeerRegionFactoryBean class enabling developers to define a GemFire Cache Region with defaults.classSpringFactoryBeanused to construct, configure and initialize anIndex.classclassSpringFactoryBeanused to configure and initialize (bootstrap) an Apache Geode or Pivotal GemFireLocatorusing theLocatorLauncherclass.classThe LookupRegionFactoryBean class is a concrete implementation of ResolvableRegionFactoryBean for handling >gfe:lookup-region/< SDG XML namespace (XSD) elements.classSpringFactoryBeanfor creatingPartitionAttributes.classSpringFactoryBeanused to create an Apache Geode PARTITIONRegion.classSpringFactoryBeanand abstract base class extended by other SDGFactoryBeansused to construct, configure and initialize peerRegions.classclassSpringFactoryBeanused to look up or createRegions. -
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.client
Subclasses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.clientModifier and TypeClassDescriptionclassSpringFactoryBeanused to construct, configure and initialize aClientCache.classSpringFactoryBeanused to construct, configure and initialize a clientRegion.classSpringFactoryBeanused to construct, configure and initialize aPool. -
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.config.annotation.support
Subclasses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.config.annotation.supportModifier and TypeClassDescriptionclassTheCacheTypeAwareRegionFactoryBeanclass is a smart SpringFactoryBeanthat knows how to create a client or serverRegiondepending on whether theGemFireCacheis aClientCacheor a peerCache. -
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.function.execution
Modifier and TypeClassDescriptionclassA ProxyFactoryBeanfor all non-Region Function Execution interfaces.class -
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.search.lucene
Subclasses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.search.luceneModifier and TypeClassDescriptionclassSpringFactoryBeanused to construct, configure and initializeLucene Indexeson application domain object fields.class -
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.server
Subclasses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.serverModifier and TypeClassDescriptionclassSpringFactoryBeanused to construct, configure and initialize aCacheServer. -
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.snapshot
Subclasses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.snapshotModifier and TypeClassDescriptionclassThe 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. -
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.support
Subclasses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.supportModifier and TypeClassDescriptionclassSpringFactoryBeanused to construct a custom, determinedCacheResolverthat strategically and lazily resolves a cache instance. -
Uses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.wan
Subclasses of AbstractFactoryBeanSupport in org.springframework.data.gemfire.wanModifier and TypeClassDescriptionclassAbstract base class for WAN Gateway objects.classSpringFactoryBeanfor constructing, configuring and initializingAsyncEventQueues.classSpringFactoryBeanused to construct, configure and initialize aGatewayReceiver.classSpringFactoryBeanused to construct, configure and initialize parallel and serialGatewaySenders.