Method and Description |
---|
org.springframework.data.gemfire.SubscriptionAttributesFactoryBean.getPolicy() |
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) |
Constructor and Description |
---|
org.springframework.data.gemfire.client.Interest(K, String) |
org.springframework.data.gemfire.client.Interest(K, String, boolean) |
org.springframework.data.gemfire.client.Interest(K, String, boolean, boolean) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.