Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Method and Description |
---|---|
static Set<Role> |
RequiredRoles.checkForRequiredRoles(Region<?,?> region)
Returns a set of any currently missing required roles for the
specified region.
|
Set<Role> |
MembershipAttributes.getRequiredRoles()
Returns the set of Roles that are required for the reliability of this region.
|
static Set<Role> |
RequiredRoles.waitForRequiredRoles(Region<?,?> region,
long timeout)
Returns a set of any currently missing required roles for the
specified region.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RequiredRoles.isRoleInRegionMembership(Region<?,?> region,
Role role)
|
Modifier and Type | Method and Description |
---|---|
Set<Role> |
DistributedMember.getRoles()
Returns the Roles that this member performs in the system.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.