public class SubscriptionAttributesFactoryBean extends Object implements FactoryBean<org.apache.geode.cache.SubscriptionAttributes>, InitializingBean
FactoryBean
,
InitializingBean
,
InterestPolicy
,
SubscriptionAttributes
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
SubscriptionAttributesFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.apache.geode.cache.InterestPolicy |
getInterestPolicy()
Gets Pivotal GemFire's
InterestPolicy specified on the SubscriptionAttributes , which defines
data interests and distribution of changes. |
org.apache.geode.cache.SubscriptionAttributes |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setInterestPolicy(org.apache.geode.cache.InterestPolicy interestPolicy)
Sets Pivotal GemFire's
InterestPolicy specified on the SubscriptionAttributes in order to
define/declare the data interests and distribution of changes. |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public org.apache.geode.cache.SubscriptionAttributes getObject() throws Exception
getObject
in interface FactoryBean<org.apache.geode.cache.SubscriptionAttributes>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<org.apache.geode.cache.SubscriptionAttributes>
public boolean isSingleton()
isSingleton
in interface FactoryBean<org.apache.geode.cache.SubscriptionAttributes>
public void setInterestPolicy(org.apache.geode.cache.InterestPolicy interestPolicy)
InterestPolicy
specified on the SubscriptionAttributes
in order to
define/declare the data interests and distribution of changes.interestPolicy
- the Pivotal GemFire InterestPolicy
to set for Subscription.InterestPolicy
,
SubscriptionAttributes(org.apache.geode.cache.InterestPolicy)
public org.apache.geode.cache.InterestPolicy getInterestPolicy()
InterestPolicy
specified on the SubscriptionAttributes
, which defines
data interests and distribution of changes.InterestPolicy
set for Subscription.InterestPolicy
,
SubscriptionAttributes.getInterestPolicy()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.