Uses of Interface
org.springframework.data.gemfire.config.annotation.PeerCacheConfigurer
Packages that use PeerCacheConfigurer
-
Uses of PeerCacheConfigurer in org.springframework.data.gemfire
Methods in org.springframework.data.gemfire that return PeerCacheConfigurerModifier and TypeMethodDescriptionCacheFactoryBean.getCompositePeerCacheConfigurer()Returns a reference to the CompositePeerCacheConfigurerused to apply additional configuration to thisCacheFactoryBeanduring Spring container initialization.Methods in org.springframework.data.gemfire with parameters of type PeerCacheConfigurerModifier and TypeMethodDescriptionprotected voidCacheFactoryBean.applyPeerCacheConfigurers(PeerCacheConfigurer... peerCacheConfigurers) Applies the array ofPeerCacheConfigurersto thisCacheFactoryBeanbefore thepeer cacheis created.voidCacheFactoryBean.setPeerCacheConfigurers(PeerCacheConfigurer... peerCacheConfigurers) Null-safe operation to set an array ofPeerCacheConfigurersused to apply additional configuration to thisCacheFactoryBeanwhen using Annotation-based configuration.Method parameters in org.springframework.data.gemfire with type arguments of type PeerCacheConfigurerModifier and TypeMethodDescriptionprotected voidCacheFactoryBean.applyPeerCacheConfigurers(Iterable<PeerCacheConfigurer> peerCacheConfigurers) Applies theIterableofPeerCacheConfigurersto thisCacheFactoryBeanbefore thepeer cacheis created.voidCacheFactoryBean.setPeerCacheConfigurers(List<PeerCacheConfigurer> peerCacheConfigurers) Null-safe operation to set anIterableofPeerCacheConfigurersto apply additional configuration to thisCacheFactoryBeanwhen using Annotation-based configuration. -
Uses of PeerCacheConfigurer in org.springframework.data.gemfire.config.annotation
Classes in org.springframework.data.gemfire.config.annotation that implement PeerCacheConfigurerMethods in org.springframework.data.gemfire.config.annotation that return PeerCacheConfigurerModifier and TypeMethodDescriptionAutoConfiguredAuthenticationConfiguration.authenticationCredentialsSettingPeerCacheConfigurer(Environment environment) BeanFactoryLocatorConfiguration.useBeanFactoryLocatorPeerCacheConfigurer()Declares and registers aPeerCacheConfigurerbean to configure aCacheFactoryBeanby setting the useBeanFactoryLocator property to true.Methods in org.springframework.data.gemfire.config.annotation that return types with arguments of type PeerCacheConfigurerModifier and TypeMethodDescriptionprotected Class<PeerCacheConfigurer>LazyResolvingComposablePeerCacheConfigurer.getConfigurerType() -
Uses of PeerCacheConfigurer in org.springframework.data.gemfire.config.annotation.support
Classes in org.springframework.data.gemfire.config.annotation.support that implement PeerCacheConfigurerModifier and TypeClassDescriptionprotected static class -
Uses of PeerCacheConfigurer in org.springframework.data.gemfire.transaction.config
Methods in org.springframework.data.gemfire.transaction.config that return PeerCacheConfigurerModifier and TypeMethodDescriptionGemfireCacheTransactionsConfiguration.registerTransactionListenerAdapterPeerCacheConfigurer(ApplicationEventPublisher applicationEventPublisher)