org.infinispan.notifications.cachelistener.event
Interface DataRehashedEvent

All Superinterfaces:
Event
All Known Implementing Classes:
EventImpl

public interface DataRehashedEvent
extends Event

An event passed in to methods annotated with DataRehashed.

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
 Collection<Address> getMembersAtEnd()
           
 Collection<Address> getMembersAtStart()
           
 long getNewViewId()
           
 
Methods inherited from interface org.infinispan.notifications.cachelistener.event.Event
getCache, getType, isPre
 

Method Detail

getMembersAtStart

Collection<Address> getMembersAtStart()
Returns:
Retrieves the list of members before rehashing started.

getMembersAtEnd

Collection<Address> getMembersAtEnd()
Returns:
Retrieves the list of members after rehashing ended.

getNewViewId

long getNewViewId()
Returns:
Retrieves the new view id after rehashing was triggered.

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.