|
GemFire 6.6.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriptionAttributes | |
---|---|
com.gemstone.gemfire.admin | Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. |
com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
Uses of SubscriptionAttributes in com.gemstone.gemfire.admin |
---|
Methods in com.gemstone.gemfire.admin that return SubscriptionAttributes | |
---|---|
SubscriptionAttributes |
SystemMemberRegion.getSubscriptionAttributes()
Returns the SubscriptionAttributes for the region. |
Uses of SubscriptionAttributes in com.gemstone.gemfire.cache |
---|
Methods in com.gemstone.gemfire.cache that return SubscriptionAttributes | |
---|---|
SubscriptionAttributes |
RegionAttributes.getSubscriptionAttributes()
Returns the SubscriptionAttributes that configure
how this region behaves as a subscriber to remote caches. |
Methods in com.gemstone.gemfire.cache with parameters of type SubscriptionAttributes | |
---|---|
RegionFactory<K,V> |
RegionFactory.setSubscriptionAttributes(SubscriptionAttributes sa)
Sets the kind of interest this region has in events occuring in other caches that define the region by the same name. |
void |
AttributesFactory.setSubscriptionAttributes(SubscriptionAttributes subscription)
Sets the SubscriptionAttributes that describe how the region
will subscribe to other distributed cache instances of the region. |
|
GemFire 6.6.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |