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 |
---|---|
MembershipAttributes |
SystemMemberRegion.getMembershipAttributes()
Deprecated.
Returns the
MembershipAttributes that configure required
roles for reliable access to the region. |
Modifier and Type | Method and Description |
---|---|
MembershipAttributes |
RegionAttributes.getMembershipAttributes()
Returns the
MembershipAttributes that configure required
roles for reliable access to the region. |
Modifier and Type | Method and Description |
---|---|
void |
AttributesFactory.setMembershipAttributes(MembershipAttributes membership)
Deprecated.
Sets the
MembershipAttributes that describe the membership
roles required for reliable access to the region. |
RegionFactory<K,V> |
RegionFactory.setMembershipAttributes(MembershipAttributes ra)
Sets the
MembershipAttributes that describe the membership
roles required for reliable access to the region. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.