Class and Description |
---|
org.springframework.data.gemfire.SubRegionFactoryBean
as Spring Data GemFire 1.4.0. Use Region type specific FactoryBeans
(e.g. ReplicatedRegionFactoryBean) instead.
|
org.springframework.data.gemfire.WiringDeclarableSupport
please use LazyWiringDeclarableSupport instead.
|
Method and Description |
---|
org.springframework.data.gemfire.SubscriptionAttributesFactoryBean.getPolicy() |
org.springframework.data.gemfire.RegionLookupFactoryBean.lookupFallback(GemFireCache, String) |
org.springframework.data.gemfire.RegionFactoryBean.setDataPolicy(String)
as of 1.4.0, use setDataPolicy(:DataPolicy) instead.
|
org.springframework.data.gemfire.client.ClientRegionFactoryBean.setDataPolicyName(String)
use setDataPolicy(:DataPolicy) instead.
|
org.springframework.data.gemfire.wan.GatewaySenderFactoryBean.setEnableBatchConflation(Boolean)
use setBatchConflationEnabled(Boolean)
|
org.springframework.data.gemfire.SubscriptionAttributesFactoryBean.setPolicy(InterestPolicy) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.