org.infinispan.notifications.cachelistener.event
Interface TopologyChangedEvent<K,V>
- All Superinterfaces:
- Event<K,V>
- All Known Implementing Classes:
- EventImpl
public interface TopologyChangedEvent<K,V>
- extends Event<K,V>
The event passed in to methods annotated with TopologyChanged
.
- Since:
- 5.0
- Author:
- Manik Surtani
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event |
Event.Type |
getConsistentHashAtStart
ConsistentHash getConsistentHashAtStart()
- Returns:
- retrieves the consistent hash at the start of a topology change
getConsistentHashAtEnd
ConsistentHash getConsistentHashAtEnd()
- Returns:
- retrieves the consistent hash at the end of a topology change
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.