com.gemstone.gemfire.cache
Interface RoleEvent<K,V>
- All Superinterfaces:
- CacheEvent<K,V>, RegionEvent<K,V>
public interface RoleEvent<K,V>
- extends RegionEvent<K,V>
Contains information about an event affecting a region reliability,
including its identity and the circumstances of the event. This is
passed in to RegionRoleListener
.
- Since:
- 5.0
- See Also:
RegionRoleListener
getRequiredRoles
Set<String> getRequiredRoles()
- Returns the required roles that were lost or gained because of this
event.
Copyright © 1997-2012 VMware, Inc. All rights reserved.