org.infinispan.notifications.cachelistener.event
Interface TopologyChangedEvent

All Superinterfaces:
Event
All Known Implementing Classes:
EventImpl

public interface TopologyChangedEvent
extends Event

The event passed in to methods annotated with TopologyChanged.

Since:
5.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
 
Method Summary
 ConsistentHash getConsistentHashAtEnd()
           
 ConsistentHash getConsistentHashAtStart()
           
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event
getCache, getType, isPre
 

Method Detail

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 © 2011 JBoss, a division of Red Hat. All Rights Reserved.