|
GemFire 6.0.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Role | |
|---|---|
| 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. |
| Uses of Role in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return types with arguments of type Role | |
|---|---|
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. |
| Methods in com.gemstone.gemfire.cache with parameters of type Role | |
|---|---|
static boolean |
RequiredRoles.isRoleInRegionMembership(Region<?,?> region,
Role role)
Returns true if the Role
is currently present in the Region membership. |
| Uses of Role in com.gemstone.gemfire.distributed |
|---|
| Methods in com.gemstone.gemfire.distributed that return types with arguments of type Role | |
|---|---|
Set<Role> |
DistributedMember.getRoles()
Returns the Roles that this member performs in the system. |
|
GemFire 6.0.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||