Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionAttributes |
SystemMemberRegion.getSubscriptionAttributes()
Deprecated.
Returns the
SubscriptionAttributes for the region. |
Modifier and Type | Method and Description |
---|---|
SubscriptionAttributes |
RegionAttributes.getSubscriptionAttributes()
Returns the
SubscriptionAttributes that configure
how this region behaves as a subscriber to remote caches. |
Modifier and Type | Method and Description |
---|---|
void |
AttributesFactory.setSubscriptionAttributes(SubscriptionAttributes subscription)
Deprecated.
Sets the
SubscriptionAttributes that describe how the region
will subscribe to other distributed cache instances of the region. |
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.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.