Uses of Interface
org.springframework.data.gemfire.AbstractBasicCacheFactoryBean.PdxConfigurer
Packages that use AbstractBasicCacheFactoryBean.PdxConfigurer
Package
Description
Package providing integration of
GemFire
with Spring concepts.
Classes providing support for GemFire client configuration.
-
Uses of AbstractBasicCacheFactoryBean.PdxConfigurer in org.springframework.data.gemfire
Classes in org.springframework.data.gemfire that implement AbstractBasicCacheFactoryBean.PdxConfigurerModifier and TypeClassDescriptionstatic class
Methods in org.springframework.data.gemfire that return AbstractBasicCacheFactoryBean.PdxConfigurerModifier and TypeMethodDescriptionAbstractBasicCacheFactoryBean.PdxConfigurer.setDiskStoreName
(String diskStoreName) CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter.setDiskStoreName
(String diskStoreName) AbstractBasicCacheFactoryBean.PdxConfigurer.setIgnoreUnreadFields
(Boolean ignoreUnreadFields) CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter.setIgnoreUnreadFields
(Boolean ignoreUnreadFields) AbstractBasicCacheFactoryBean.PdxConfigurer.setPersistent
(Boolean persistent) CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter.setPersistent
(Boolean persistent) AbstractBasicCacheFactoryBean.PdxConfigurer.setReadSerialized
(Boolean readSerialized) CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter.setReadSerialized
(Boolean readSerialized) AbstractBasicCacheFactoryBean.PdxConfigurer.setSerializer
(PdxSerializer pdxSerializer) CacheFactoryBean.CacheFactoryToPdxConfigurerAdapter.setSerializer
(PdxSerializer pdxSerializer) Methods in org.springframework.data.gemfire with parameters of type AbstractBasicCacheFactoryBean.PdxConfigurerModifier and TypeMethodDescriptionprotected <T> T
AbstractBasicCacheFactoryBean.configurePdx
(AbstractBasicCacheFactoryBean.PdxConfigurer<T> pdxConfigurer) Configures the cache to use PDX serialization. -
Uses of AbstractBasicCacheFactoryBean.PdxConfigurer in org.springframework.data.gemfire.client
Classes in org.springframework.data.gemfire.client that implement AbstractBasicCacheFactoryBean.PdxConfigurerModifier and TypeClassDescriptionstatic class
Methods in org.springframework.data.gemfire.client that return AbstractBasicCacheFactoryBean.PdxConfigurerModifier and TypeMethodDescriptionClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter.setDiskStoreName
(String diskStoreName) ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter.setIgnoreUnreadFields
(Boolean ignoreUnreadFields) ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter.setPersistent
(Boolean persistent) ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter.setReadSerialized
(Boolean readSerialized) ClientCacheFactoryBean.ClientCacheFactoryToPdxConfigurerAdapter.setSerializer
(PdxSerializer pdxSerializer)