Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Method and Description |
---|---|
void |
RegionRoleListener.afterRoleGain(RoleEvent<K,V> event)
Invoked when a required role has returned to the distributed system
after being absent.
|
void |
RegionRoleListener.afterRoleLoss(RoleEvent<K,V> event)
Invoked when a required role is no longer available in the distributed
system.
|
Modifier and Type | Method and Description |
---|---|
void |
RegionRoleListenerAdapter.afterRoleGain(RoleEvent<K,V> event) |
void |
RegionRoleListenerAdapter.afterRoleLoss(RoleEvent<K,V> event) |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.